Home
last modified time | relevance | path

Searched refs:_device (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_pcivar.h102 #define BHNDB_PCI_CORE(_device, _quirks) { \ argument
103 { BHND_MATCH_CORE(BHND_MFGID_BCM, BHND_COREID_ ## _device) }, \
/freebsd/usr.sbin/apmd/contrib/
H A Dpccardq.c164 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/sys/
H A Dtypes.h274 typedef struct _device *device_t;
H A Dpcpu.h188 struct _device *pc_device; /* CPU device handle */
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h99 #define PCI_VDEVICE(_vendor, _device) \ argument
100 .vendor = PCI_VENDOR_ID_##_vendor, .device = (_device), \
102 #define PCI_DEVICE(_vendor, _device) \ argument
103 .vendor = (_vendor), .device = (_device), \
/freebsd/sys/dev/bhnd/
H A Dbhnd.h394 #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/contrib/dev/iwlwifi/pcie/
H A Ddrv.c520 #define _IWL_DEV_INFO(_device, _subdevice, _mac_type, _mac_step, _rf_type, \ argument
522 { .device = (_device), .subdevice = (_subdevice), .cfg = &(_cfg), \
527 #define IWL_DEV_INFO(_device, _subdevice, _cfg, _name) \ argument
528 _IWL_DEV_INFO(_device, _subdevice, IWL_CFG_ANY, IWL_CFG_ANY, \
/freebsd/sys/kern/
H A Dsubr_bus.c92 typedef TAILQ_HEAD(device_list, _device) device_list_t;
114 struct _device { struct
124 TAILQ_ENTRY(_device) link; /**< list of devices in parent */
125 TAILQ_ENTRY(_device) devlink; /**< global device list membership */
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h684 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \ argument
686 (_ptr)->device = _device; \
/freebsd/sys/dev/bwn/
H A Dif_bwn.c911 #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()