/freebsd-src/sys/contrib/dev/iwlwifi/pcie/ |
H A D | drv.c | 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-src/sys/kern/ |
H A D | subr_bus.c | 126 * @brief Implementation of _device. argument 141 TAILQ_ENTRY(_device) link; /**< list of devices in parent */ argument 142 TAILQ_ENTRY(_device) devlink; /**< global device list membership */ argument 114 struct _device { global() struct 127 children_device global() argument 132 driver_device global() argument 133 devclass_device global() argument 134 unit_device global() argument 135 nameunit_device global() argument 136 desc_device global() argument 137 busy_device global() argument 138 state_device global() argument 139 devflags_device global() argument 140 flags_device global() argument 143 softc_device global() argument 145 sysctl_ctx_device global() argument 146 sysctl_tree_device global() argument
|
/freebsd-src/usr.sbin/apmd/contrib/ |
H A D | pccardq.c | 164 char *_device; in get_slot_info() local
|
/freebsd-src/sys/dev/bhnd/bhndb/ |
H A D | bhndb_pcivar.h | 102 #define BHNDB_PCI_CORE(_device, _quirks) { \ argument
|
/freebsd-src/sys/dev/bhnd/ |
H A D | bhnd.h | 394 #define _BHND_DEVICE(_vendor, _device, _desc, _quirks, \ argument 400 #define BHND_DEVICE(_vendor, _device, _desc, _quirks, ...) \ argument
|
/freebsd-src/sys/compat/linuxkpi/common/include/linux/ |
H A D | pci.h | 99 PCI_VDEVICE(_vendor,_device) global() argument 102 PCI_DEVICE(_vendor,_device) global() argument
|
/freebsd-src/sys/dev/bwn/ |
H A D | if_bwn.c | 911 #define BWN_ISDEV(_device, _subvendor, _subdevice) \ in bwn_sprom_bugfixes() argument
|
/freebsd-src/sys/ofed/include/rdma/ |
H A D | ib_verbs.h | 684 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \ argument
|