/freebsd/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) }, \
|
/freebsd/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()
|
/freebsd/sys/compat/linuxkpi/common/include/acpi/ |
H A D | acpi_bus.h | 33 #define acpi_device _device
|
/freebsd/sys/sys/ |
H A D | types.h | 274 typedef struct _device *device_t;
|
H A D | pcpu.h | 188 struct _device *pc_device; /* CPU device handle */
|
/freebsd/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, \
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | pci.h | 100 #define PCI_VDEVICE(_vendor, _device) \ argument 101 .vendor = PCI_VENDOR_ID_##_vendor, .device = (_device), \ 103 #define PCI_DEVICE(_vendor, _device) \ argument 104 .vendor = (_vendor), .device = (_device), \
|
/freebsd/sys/contrib/dev/iwlwifi/pcie/ |
H A D | drv.c | 555 #define _IWL_DEV_INFO(_device, _subdevice, _mac_type, _mac_step, _rf_type, \ 557 { .device = (_device), .subdevice = (_subdevice), .cfg = &(_cfg), \ 562 #define IWL_DEV_INFO(_device, _subdevice, _cfg, _name) \ 563 _IWL_DEV_INFO(_device, _subdevice, IWL_CFG_ANY, IWL_CFG_ANY, \ 520 _IWL_DEV_INFO(_device,_subdevice,_mac_type,_mac_step,_rf_type,_rf_id,_rf_step,_no_160,_cores,_cdb,_cfg,_name) global() argument 527 IWL_DEV_INFO(_device,_subdevice,_cfg,_name) global() argument
|
/freebsd/sys/kern/ |
H A D | subr_bus.c | 99 typedef TAILQ_HEAD(device_list, _device) device_list_t; 131 struct _device { struct 141 TAILQ_ENTRY(_device) link; /**< list of devices in parent */ 142 TAILQ_ENTRY(_device) devlink; /**< global device list membership */
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_verbs.h | 684 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \ argument 686 (_ptr)->device = _device; \
|
/freebsd/sys/dev/bwn/ |
H A D | if_bwn.c | 911 #define BWN_ISDEV(_device, _subvendor, _subdevice) \ in bwn_sprom_bugfixes() argument 912 ((sc->sc_board_info.board_devid == PCI_DEVID_##_device) && \ in bwn_sprom_bugfixes()
|