Home
last modified time | relevance | path

Searched defs:_device (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Ddrv.c520 #define _IWL_DEV_INFO(_device, _subdevice, _mac_type, _mac_step, _rf_type, \ argument
527 #define IWL_DEV_INFO(_device, _subdevice, _cfg, _name) \ argument
/freebsd/sys/kern/
H A Dsubr_bus.c114 struct _device { struct
126 device_t parent; /**< parent of this device */
132 driver_t *driver; /**< current driver */
133 devclass_t devclass; /**< current device class */
134 int unit; /**< current unit number */
135 char* nameunit; /**< name+unit e.g. foodev0 */
136 char* desc; /**< driver specific description */
138 device_state_t state; /**< current device state */
140 u_int flags; /**< internal device flags */
142 void *ivars; /**< instance variables */
[all …]
/freebsd/usr.sbin/apmd/contrib/
H A Dpccardq.c164 char *_device; in get_slot_info() local
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_pcivar.h102 #define BHNDB_PCI_CORE(_device, _quirks) { \ argument
/freebsd/sys/dev/bhnd/
H A Dbhnd.h394 #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 Dpci.h99 #define PCI_VDEVICE(_vendor, _device) \ argument
102 #define PCI_DEVICE(_vendor, _device) \ argument
/freebsd/sys/dev/bwn/
H A Dif_bwn.c911 #define BWN_ISDEV(_device, _subvendor, _subdevice) \ in bwn_sprom_bugfixes() argument
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h684 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \ argument