Searched defs:_device (Results 1 – 9 of 9) sorted by relevance
/freebsd/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/sys/kern/ |
H A D | subr_bus.c | 134 struct _device { struct 146 device_t parent; /**< parent of this device */ 147 device_list_t children; /**< list of child devices */ 152 driver_t *driver; /**< current driver */ 153 devclass_t devclass; /**< current device class */ 154 int unit; /**< current unit number */ 155 char* nameunit; /**< name+unit e.g. foodev0 */ 156 char* desc; /**< driver specific description */ 157 u_int busy; /**< count of calls to device_busy() */ 158 device_state_t state; /**< current device state */ [all …]
|
/freebsd/usr.sbin/apmd/contrib/ |
H A D | pccardq.c | 164 char *_device; in get_slot_info() local
|
/freebsd/sys/dev/bhnd/bhndb/ |
H A D | bhndb_pcivar.h | 102 #define BHNDB_PCI_CORE(_device, _quirks) { \ argument
|
/freebsd/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/sys/compat/linuxkpi/common/include/linux/ |
H A D | pci.h | 102 #define PCI_VDEVICE(_vendor, _device) \ argument 105 #define PCI_DEVICE(_vendor, _device) \ argument
|
/freebsd/sys/dev/iwx/ |
H A D | if_iwx.c | 9610 #define _IWX_DEV_INFO(_device, _subdevice, _mac_type, _mac_step, _rf_type, \ argument 9617 #define IWX_DEV_INFO(_device, _subdevice, _cfg) \ argument
|
/freebsd/sys/dev/bwn/ |
H A D | if_bwn.c | 911 #define BWN_ISDEV(_device, _subvendor, _subdevice) \ in bwn_sprom_bugfixes() argument
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_verbs.h | 684 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \ argument
|