| /src/sys/dev/bhnd/bhndb/ |
| H A D | bhndb_pcivar.h | 102 #define BHNDB_PCI_CORE(_device, _quirks) { \ argument 103 { BHND_MATCH_CORE(BHND_MFGID_BCM, BHND_COREID_ ## _device) }, \
|
| /src/usr.sbin/apmd/contrib/ |
| H A D | pccardq.c | 164 char *_device; in get_slot_info() local 193 if ((_device = strsep(&s, "~")) == NULL) in get_slot_info() 208 if ((*device = strdup(_device)) == NULL) { in get_slot_info()
|
| /src/sys/compat/linuxkpi/common/include/acpi/ |
| H A D | acpi_bus.h | 33 #define acpi_device _device
|
| /src/sys/sys/ |
| H A D | types.h | 275 typedef struct _device *device_t;
|
| H A D | pcpu.h | 188 struct _device *pc_device; /* CPU device handle */
|
| /src/sys/dev/bhnd/ |
| H A D | bhnd.h | 394 #define _BHND_DEVICE(_vendor, _device, _desc, _quirks, \ argument 397 BHND_COREID_ ## _device) }, _desc, _quirks, \ 400 #define BHND_DEVICE(_vendor, _device, _desc, _quirks, ...) \ argument 401 _BHND_DEVICE(_vendor, _device, _desc, _quirks, \
|
| /src/sys/compat/linuxkpi/common/include/linux/ |
| H A D | pci.h | 87 #define PCI_VDEVICE(_vendor, _device) \ argument 88 .vendor = PCI_VENDOR_ID_##_vendor, .device = (_device), \ 90 #define PCI_DEVICE(_vendor, _device) \ argument 91 .vendor = (_vendor), .device = (_device), \
|
| /src/sys/kern/ |
| H A D | subr_bus.c | 100 typedef TAILQ_HEAD(device_list, _device) device_list_t; 134 struct _device { struct 144 TAILQ_ENTRY(_device) link; /**< list of devices in parent */ 145 TAILQ_ENTRY(_device) devlink; /**< global device list membership */
|
| /src/sys/ofed/include/rdma/ |
| H A D | ib_verbs.h | 684 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \ argument 686 (_ptr)->device = _device; \
|
| /src/sys/dev/iwx/ |
| H A D | if_iwx.c | 9681 #define _IWX_DEV_INFO(_device, _subdevice, _mac_type, _mac_step, _rf_type, \ argument 9683 { .device = (_device), .subdevice = (_subdevice), .cfg = &(_cfg), \ 9688 #define IWX_DEV_INFO(_device, _subdevice, _cfg) \ argument 9689 _IWX_DEV_INFO(_device, _subdevice, IWX_CFG_ANY, IWX_CFG_ANY, \
|
| /src/sys/dev/bwn/ |
| H A D | if_bwn.c | 912 #define BWN_ISDEV(_device, _subvendor, _subdevice) \ in bwn_sprom_bugfixes() argument 913 ((sc->sc_board_info.board_devid == PCI_DEVID_##_device) && \ in bwn_sprom_bugfixes()
|