| /src/sys/kern/ |
| gendevcalls.awk | 64 if (state == "expecting-subsystem") { 65 print "must declare a subsystem before declaring a call " \ 104 subsystem = "" 105 state = "expecting-subsystem" 110 # Subsystem declaration. We use this to generate header file guards, 113 state == "expecting-subsystem" && \ 114 /^subsystem[ \t]+[a-zA-Z]+[a-zA-Z0-9\-]*[ \t]*;[ \t]*$/ { 115 subsystem = $2 118 gsub(";$", "", subsystem) 120 subsystem_ub = subsystem [all...] |
| subr_kcov.c | 225 uint64_t subsystem; member in struct:kcov_remote 236 kcov_remote_find(uint64_t subsystem, uint64_t id) 241 if (kr->subsystem == subsystem && kr->id == id) 249 kcov_remote_register(uint64_t subsystem, uint64_t id) 255 if (kcov_remote_find(subsystem, id) != NULL) { 260 kr->subsystem = subsystem; 274 kcov_remote_enter(uint64_t subsystem, uint64_t id) 281 kr = kcov_remote_find(subsystem, id) [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/ipc/ |
| heim_ipc_async.defs | 44 subsystem mheim_aipc 201;
|
| heim_ipc_reply.defs | 44 subsystem heim_ipc 101;
|
| heim_ipc.defs | 44 subsystem mheim_ipc 1;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| exc_request.defs | 32 subsystem exc 2400;
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| exc_request.defs | 32 subsystem exc 2400;
|
| /src/external/bsd/openldap/dist/servers/slapd/slapi/ |
| printmsg.c | 51 char *subsystem, 62 assert( subsystem != NULL ); 99 fprintf( fp, " %s: ", subsystem );
|
| /src/sys/sys/ |
| kcov.h | 51 uint64_t subsystem; member in struct:kcov_ioc_remote_attach
|
| /src/sys/dev/pci/ |
| emuxki_boards.c | 160 uint32_t subsystem, uint8_t revision) 170 subsystem == sb->sb_subsystem && revision == sb->sb_revision) 173 /* generic fallback (same subsystem, any revision) */ 175 subsystem == sb->sb_subsystem && sb->sb_revision == 0) 178 /* generic fallback (any subsystem, specific revision) */
|
| /src/crypto/external/bsd/heimdal/dist/windows/ |
| NTMakefile.sdk | 116 conlflags = $(lflags) -subsystem:console,$(APPVER) 117 guilflags = $(lflags) -subsystem:windows,$(APPVER)
|
| /src/external/bsd/libfido2/dist/fuzz/ |
| udev.c | 78 const char *subsystem, const char *devtype) 81 fido_log_debug("%s", subsystem); /* XXX consume */ 180 const char *subsystem) 183 fido_log_debug("%s:", subsystem);
|
| /src/doc/ |
| TODO.modules | 4 subsystem. This list was triggered by an Email exchange between 43 available when the module subsystem is initialized, in order 75 other parts of the sysmon subsystem, including the
|
| /src/external/bsd/openldap/dist/libraries/liblber/ |
| bprint.c | 102 const char *subsystem, 112 ber_int_log_proc( ber_pvt_err_file, subsystem, level, fmt, vl );
|
| lber-int.h | 66 const char *subsystem,
|
| /src/usr.sbin/hdaudioctl/ |
| hdaudioctl.c | 117 uint32_t subsystem; local 143 prop_dictionary_get_uint32(dict, "subsystem-id", &subsystem); 147 "product 0x%04X subsystem 0x%08X device %s\n", 148 codecid, nid, vendor, product, subsystem,
|
| /src/external/bsd/ntp/dist/sntp/libevent/build-aux/ |
| ar-lib | 132 | -subsystem* | -SUBSYSTEM* \
|
| /src/external/gpl3/binutils/dist/ |
| ar-lib | 132 | -subsystem* | -SUBSYSTEM* \
|
| /src/external/gpl3/binutils.old/dist/ |
| ar-lib | 132 | -subsystem* | -SUBSYSTEM* \
|
| /src/external/gpl3/gcc/dist/ |
| ar-lib | 132 | -subsystem* | -SUBSYSTEM* \
|
| /src/external/gpl3/gcc.old/dist/ |
| ar-lib | 132 | -subsystem* | -SUBSYSTEM* \
|
| /src/external/gpl3/gdb/dist/ |
| ar-lib | 132 | -subsystem* | -SUBSYSTEM* \
|
| /src/external/gpl3/gdb.old/dist/ |
| ar-lib | 132 | -subsystem* | -SUBSYSTEM* \
|
| /src/external/lgpl3/mpc/dist/ |
| ar-lib | 132 | -subsystem* | -SUBSYSTEM* \
|
| /src/external/lgpl3/mpc/dist/build-aux/ |
| ar-lib | 132 | -subsystem* | -SUBSYSTEM* \
|