| /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/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) */
|
| mlyreg.h | 1027 u_int8_t subsystem:4; member in struct:mly_ioctl_param_subsystemdata
|
| /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/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,
|