Symbol: device_type
lib/libdevstat/devstat.c
1142
(*matches)[*num_matches].device_type |=
lib/libdevstat/devstat.c
760
&& ((devices[j].device_type & DEVSTAT_TYPE_MASK) ==
lib/libdevstat/devstat.c
761
(matches[i].device_type & DEVSTAT_TYPE_MASK))
lib/libdevstat/devstat.c
765
&& ((devices[j].device_type &
lib/libdevstat/devstat.c
769
&& ((devices[j].device_type & DEVSTAT_TYPE_IF_MASK) ==
lib/libdevstat/devstat.c
770
(matches[i].device_type & DEVSTAT_TYPE_IF_MASK))
lib/libdevstat/devstat.c
774
&& ((devices[j].device_type &
lib/libdevstat/devstat.c
778
&& ((devices[j].device_type & DEVSTAT_TYPE_PASS) != 0)
lib/libdevstat/devstat.h
111
devstat_type_flags device_type;
libexec/rpc.rstatd/rstat_proc.c
317
if (((stats.dinfo->devices[i].device_type
libexec/rpc.rstatd/rstat_proc.c
319
&& ((stats.dinfo->devices[i].device_type
libexec/rpc.rstatd/rstat_proc.c
362
if (((stats.dinfo->devices[i].device_type
libexec/rpc.rstatd/rstat_proc.c
364
&& ((stats.dinfo->devices[i].device_type
stand/uboot/main.c
144
struct device_type *dt;
sys/arm/mv/armada38x/armada38x_mp.c
77
char device_type[16];
sys/arm/mv/armada38x/armada38x_mp.c
93
memset(device_type, 0, sizeof(device_type));
sys/arm/mv/armada38x/armada38x_mp.c
94
rv = OF_getprop(child, "device_type", device_type,
sys/arm/mv/armada38x/armada38x_mp.c
95
sizeof(device_type) - 1);
sys/arm/mv/armada38x/armada38x_mp.c
98
if (strcmp(device_type, "cpu") != 0)
sys/arm/ti/ti_sysc.c
136
int device_type;
sys/arm/ti/ti_sysc.c
211
switch (sc->device_type) {
sys/arm/ti/ti_sysc.c
467
sc->device_type = ofw_bus_search_compatible(dev, compat_data)->ocd_data;
sys/cam/ctl/ctl_backend_block.c
2656
cbe_lun->lun_type = params->device_type;
sys/cam/ctl/ctl_backend_ramdisk.c
1144
cbe_lun->lun_type = params->device_type;
sys/cam/ctl/ctl_ioctl.h
388
uint8_t device_type;
sys/compat/freebsd32/freebsd32.h
545
devstat_type_flags device_type;
sys/compat/linuxkpi/common/include/linux/device.h
115
struct device_type *type;
sys/dev/cpufreq/cpufreq_dt.c
480
char device_type[16];
sys/dev/cpufreq/cpufreq_dt.c
567
if (OF_getprop(cnode, "device_type", device_type, sizeof(device_type)) <= 0)
sys/dev/cpufreq/cpufreq_dt.c
569
if (strcmp(device_type, "cpu") != 0)
sys/dev/isci/scil/intel_sas.h
128
U16 device_type : 3;
sys/dev/ixgbe/ixgbe_api.c
1322
u32 device_type, u32 *phy_data)
sys/dev/ixgbe/ixgbe_api.c
1325
device_type, phy_data), IXGBE_NOT_IMPLEMENTED);
sys/dev/ixgbe/ixgbe_api.c
1338
u32 device_type, u32 phy_data)
sys/dev/ixgbe/ixgbe_api.c
1341
device_type, phy_data), IXGBE_NOT_IMPLEMENTED);
sys/dev/ixgbe/ixgbe_api.c
575
s32 ixgbe_read_phy_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
sys/dev/ixgbe/ixgbe_api.c
582
device_type, phy_data), IXGBE_NOT_IMPLEMENTED);
sys/dev/ixgbe/ixgbe_api.c
594
s32 ixgbe_write_phy_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
sys/dev/ixgbe/ixgbe_api.c
601
device_type, phy_data), IXGBE_NOT_IMPLEMENTED);
sys/dev/ixgbe/ixgbe_api.h
216
u32 device_type, u32 *phy_data);
sys/dev/ixgbe/ixgbe_api.h
218
u32 device_type, u32 phy_data);
sys/dev/ixgbe/ixgbe_api.h
71
s32 ixgbe_read_phy_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
sys/dev/ixgbe/ixgbe_api.h
73
s32 ixgbe_write_phy_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
sys/dev/ixgbe/ixgbe_phy.c
597
s32 ixgbe_read_phy_reg_mdi(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
sys/dev/ixgbe/ixgbe_phy.c
604
(device_type << IXGBE_MSCA_DEV_TYPE_SHIFT) |
sys/dev/ixgbe/ixgbe_phy.c
635
(device_type << IXGBE_MSCA_DEV_TYPE_SHIFT) |
sys/dev/ixgbe/ixgbe_phy.c
680
u32 device_type, u16 *phy_data)
sys/dev/ixgbe/ixgbe_phy.c
690
status = hw->phy.ops.read_reg_mdi(hw, reg_addr, device_type, phy_data);
sys/dev/ixgbe/ixgbe_phy.c
706
u32 device_type, u16 phy_data)
sys/dev/ixgbe/ixgbe_phy.c
715
(device_type << IXGBE_MSCA_DEV_TYPE_SHIFT) |
sys/dev/ixgbe/ixgbe_phy.c
744
(device_type << IXGBE_MSCA_DEV_TYPE_SHIFT) |
sys/dev/ixgbe/ixgbe_phy.c
780
u32 device_type, u16 phy_data)
sys/dev/ixgbe/ixgbe_phy.c
788
status = hw->phy.ops.write_reg_mdi(hw, reg_addr, device_type,
sys/dev/ixgbe/ixgbe_phy.h
166
s32 ixgbe_read_phy_reg_mdi(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
sys/dev/ixgbe/ixgbe_phy.h
168
s32 ixgbe_write_phy_reg_mdi(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
sys/dev/ixgbe/ixgbe_phy.h
171
u32 device_type, u16 *phy_data);
sys/dev/ixgbe/ixgbe_phy.h
173
u32 device_type, u16 phy_data);
sys/dev/ixgbe/ixgbe_x550.c
1131
u32 device_type, u32 data)
sys/dev/ixgbe/ixgbe_x550.c
1146
(device_type << IXGBE_SB_IOSF_CTRL_TARGET_SELECT_SHIFT));
sys/dev/ixgbe/ixgbe_x550.c
1177
u32 device_type, u32 *data)
sys/dev/ixgbe/ixgbe_x550.c
1192
(device_type << IXGBE_SB_IOSF_CTRL_TARGET_SELECT_SHIFT));
sys/dev/ixgbe/ixgbe_x550.c
4319
u32 device_type, u16 *phy_data)
sys/dev/ixgbe/ixgbe_x550.c
4329
status = hw->phy.ops.read_reg_mdi(hw, reg_addr, device_type, phy_data);
sys/dev/ixgbe/ixgbe_x550.c
4347
u32 device_type, u16 phy_data)
sys/dev/ixgbe/ixgbe_x550.c
4355
status = hw->phy.ops.write_reg_mdi(hw, reg_addr, device_type,
sys/dev/ixgbe/ixgbe_x550.c
521
u32 device_type, u16 *phy_data)
sys/dev/ixgbe/ixgbe_x550.c
523
UNREFERENCED_4PARAMETER(*hw, reg_addr, device_type, *phy_data);
sys/dev/ixgbe/ixgbe_x550.c
528
u32 device_type, u16 phy_data)
sys/dev/ixgbe/ixgbe_x550.c
530
UNREFERENCED_4PARAMETER(*hw, reg_addr, device_type, phy_data);
sys/dev/ixgbe/ixgbe_x550.h
101
u32 device_type, u16 *phy_data);
sys/dev/ixgbe/ixgbe_x550.h
103
u32 device_type, u16 phy_data);
sys/dev/ixgbe/ixgbe_x550.h
65
u32 device_type, u32 data);
sys/dev/ixgbe/ixgbe_x550.h
67
u32 device_type, u32 *data);
sys/dev/ofw/ofw_cpu.c
412
char device_type[16];
sys/dev/ofw/ofw_cpu.c
432
memset(device_type, 0, sizeof(device_type));
sys/dev/ofw/ofw_cpu.c
433
rv = OF_getprop(child, "device_type", device_type,
sys/dev/ofw/ofw_cpu.c
434
sizeof(device_type) - 1);
sys/dev/ofw/ofw_cpu.c
437
if (strcmp(device_type, "cpu") != 0)
sys/dev/pst/pst-iop.h
525
u_int8_t device_type;
sys/dev/smartpqi/smartpqi_discovery.c
1311
device->device_type = id_phys->device_type;
sys/dev/smartpqi/smartpqi_discovery.c
1325
DBG_DISC("BMIC DEV_TYPE: %x QUEUE DEPTH: 0x%x \n", device->device_type, device->queue_depth);
sys/dev/smartpqi/smartpqi_discovery.c
2055
if(lun_ext_entry->device_type == CONTROLLER_DEVICE) {
sys/dev/smartpqi/smartpqi_discovery.c
2153
if ( (!softs->page83id_in_rpl) && (bmic_phy_info->device_type == BMIC_DEVICE_TYPE_SATA)) {
sys/dev/smartpqi/smartpqi_structures.h
1104
uint8_t device_type; /* type of drive */
sys/dev/smartpqi/smartpqi_structures.h
866
uint8_t device_type; /* as reported by
sys/dev/smartpqi/smartpqi_structures.h
944
uint8_t device_type;
sys/dev/virtio/virtio.h
161
VIRTIO_READ_IVAR(device_type, VIRTIO_IVAR_DEVTYPE);
sys/dev/virtio/virtio.h
185
if (virtio_get_device_type(dev) != match->device_type)
sys/dev/virtio/virtio.h
76
uint32_t device_type;
sys/dev/virtio/virtio.h
81
.device_type = devtype, \
sys/dev/xen/blkback/blkback.c
2323
switch (xbb->device_type) {
sys/dev/xen/blkback/blkback.c
2343
switch (xbb->device_type) {
sys/dev/xen/blkback/blkback.c
2376
xbb->device_type = XBB_TYPE_DISK;
sys/dev/xen/blkback/blkback.c
2438
xbb->device_type = XBB_TYPE_FILE;
sys/dev/xen/blkback/blkback.c
2583
(xbb->device_type == XBB_TYPE_DISK) ? "dev" : "file",
sys/dev/xen/blkback/blkback.c
507
xbb_type device_type;
sys/kern/subr_devstat.c
113
devstat_type_flags device_type,
sys/kern/subr_devstat.c
181
ds->device_type = device_type;
sys/kern/subr_devstat.c
454
CP(*nds, ds32, device_type);
sys/kern/subr_devstat.c
73
devstat_type_flags device_type,
sys/kern/subr_devstat.c
83
devstat_type_flags device_type,
sys/kern/subr_devstat.c
99
flags, device_type, priority);
sys/sys/devicestat.h
175
devstat_type_flags device_type; /* Device type */
sys/sys/devicestat.h
192
devstat_type_flags device_type,
tools/tools/ath/ath_ee_9300_print/main.c
99
ee_base->device_type);
usr.sbin/ctladm/ctladm.c
2418
int device_type = -1;
usr.sbin/ctladm/ctladm.c
2487
device_type = strtoul(optarg, NULL, 0);
usr.sbin/ctladm/ctladm.c
2518
if (device_type != -1)
usr.sbin/ctladm/ctladm.c
2519
req.reqdata.create.device_type = device_type;
usr.sbin/ctladm/ctladm.c
2521
req.reqdata.create.device_type = T_DIRECT;
usr.sbin/ctladm/ctladm.c
2568
fprintf(stdout, "device type: %d\n",req.reqdata.create.device_type);
usr.sbin/ctld/ctld.cc
1580
lun::set_device_type(uint8_t device_type)
usr.sbin/ctld/ctld.cc
1582
if (device_type > 15) {
usr.sbin/ctld/ctld.cc
1584
device_type, name());
usr.sbin/ctld/ctld.cc
1588
l_device_type = device_type;
usr.sbin/ctld/ctld.cc
1596
int device_type;
usr.sbin/ctld/ctld.cc
1600
device_type = T_DIRECT;
usr.sbin/ctld/ctld.cc
1602
device_type = T_PROCESSOR;
usr.sbin/ctld/ctld.cc
1607
device_type = T_CDROM;
usr.sbin/ctld/ctld.cc
1609
device_type = strtonum(value, 0, 15, &errstr);
usr.sbin/ctld/ctld.cc
1617
l_device_type = device_type;
usr.sbin/ctld/ctld.hh
348
bool set_device_type(uint8_t device_type);
usr.sbin/ctld/kernel.cc
114
uint8_t device_type;
usr.sbin/ctld/kernel.cc
217
cur_lun->device_type = strtoull(str.c_str(), NULL, 0);
usr.sbin/ctld/kernel.cc
590
cl->set_device_type(lun.device_type);
usr.sbin/ctld/kernel.cc
637
req.reqdata.create.device_type = l_device_type;
usr.sbin/moused/moused/moused.c
1310
static enum device_type
usr.sbin/moused/moused/moused.c
1313
enum device_type type;
usr.sbin/moused/moused/moused.c
1380
static enum device_type
usr.sbin/moused/moused/moused.c
1397
r_name(enum device_type type)
usr.sbin/moused/moused/moused.c
1857
enum device_type type;
usr.sbin/moused/moused/moused.c
2072
r_protocol_evdev(enum device_type type, struct tpad *tp, struct evstate *ev,
usr.sbin/moused/moused/moused.c
496
static enum device_type r_identify_evdev(int fd);
usr.sbin/moused/moused/moused.c
497
static enum device_type r_identify_sysmouse(int fd);
usr.sbin/moused/moused/moused.c
499
static const char *r_name(enum device_type type);
usr.sbin/moused/moused/moused.c
504
static int r_protocol_evdev(enum device_type type, struct tpad *tp,
usr.sbin/moused/moused/util.h
78
enum device_type type;