Symbol: device_type
sys/arch/arm/fdt/cpu_fdt.c
69
const char *device_type;
sys/arch/arm/fdt/cpu_fdt.c
71
device_type = fdtbus_get_string(phandle, "device_type");
sys/arch/arm/fdt/cpu_fdt.c
73
return device_type != NULL && strcmp(device_type, "cpu") == 0;
sys/arch/riscv/fdt/cpu_fdt.c
189
const char *device_type;
sys/arch/riscv/fdt/cpu_fdt.c
191
device_type = fdtbus_get_string(phandle, "device_type");
sys/arch/riscv/fdt/cpu_fdt.c
192
return device_type != NULL && strcmp(device_type, "cpu") == 0;
sys/arch/sparc64/sparc64/autoconf.c
1140
char name[32], device_type[32];
sys/arch/sparc64/sparc64/autoconf.c
1145
if (OF_getprop(node, "device_type", device_type,
sys/arch/sparc64/sparc64/autoconf.c
1146
sizeof(device_type)) <= 0) {
sys/arch/sparc64/sparc64/autoconf.c
1147
device_type[0] = '\0';
sys/arch/sparc64/sparc64/autoconf.c
1154
strcmp(device_type, "network") == 0) {
sys/dev/pci/ixgbe/ixgbe_api.c
1256
u32 device_type, u32 *phy_data)
sys/dev/pci/ixgbe/ixgbe_api.c
1259
device_type, phy_data), IXGBE_NOT_IMPLEMENTED);
sys/dev/pci/ixgbe/ixgbe_api.c
1272
u32 device_type, u32 phy_data)
sys/dev/pci/ixgbe/ixgbe_api.c
1275
device_type, phy_data), IXGBE_NOT_IMPLEMENTED);
sys/dev/pci/ixgbe/ixgbe_api.c
534
s32 ixgbe_read_phy_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
sys/dev/pci/ixgbe/ixgbe_api.c
541
device_type, phy_data), IXGBE_NOT_IMPLEMENTED);
sys/dev/pci/ixgbe/ixgbe_api.c
553
s32 ixgbe_write_phy_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
sys/dev/pci/ixgbe/ixgbe_api.c
560
device_type, phy_data), IXGBE_NOT_IMPLEMENTED);
sys/dev/pci/ixgbe/ixgbe_api.h
216
u32 device_type, u32 *phy_data);
sys/dev/pci/ixgbe/ixgbe_api.h
218
u32 device_type, u32 phy_data);
sys/dev/pci/ixgbe/ixgbe_api.h
72
s32 ixgbe_read_phy_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
sys/dev/pci/ixgbe/ixgbe_api.h
74
s32 ixgbe_write_phy_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
sys/dev/pci/ixgbe/ixgbe_phy.c
585
s32 ixgbe_read_phy_reg_mdi(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
sys/dev/pci/ixgbe/ixgbe_phy.c
592
(device_type << IXGBE_MSCA_DEV_TYPE_SHIFT) |
sys/dev/pci/ixgbe/ixgbe_phy.c
623
(device_type << IXGBE_MSCA_DEV_TYPE_SHIFT) |
sys/dev/pci/ixgbe/ixgbe_phy.c
668
u32 device_type, u16 *phy_data)
sys/dev/pci/ixgbe/ixgbe_phy.c
678
status = hw->phy.ops.read_reg_mdi(hw, reg_addr, device_type, phy_data);
sys/dev/pci/ixgbe/ixgbe_phy.c
694
u32 device_type, u16 phy_data)
sys/dev/pci/ixgbe/ixgbe_phy.c
703
(device_type << IXGBE_MSCA_DEV_TYPE_SHIFT) |
sys/dev/pci/ixgbe/ixgbe_phy.c
732
(device_type << IXGBE_MSCA_DEV_TYPE_SHIFT) |
sys/dev/pci/ixgbe/ixgbe_phy.c
768
u32 device_type, u16 phy_data)
sys/dev/pci/ixgbe/ixgbe_phy.c
776
status = hw->phy.ops.write_reg_mdi(hw, reg_addr, device_type,
sys/dev/pci/ixgbe/ixgbe_phy.h
168
s32 ixgbe_read_phy_reg_mdi(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
sys/dev/pci/ixgbe/ixgbe_phy.h
170
s32 ixgbe_write_phy_reg_mdi(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
sys/dev/pci/ixgbe/ixgbe_phy.h
173
u32 device_type, u16 *phy_data);
sys/dev/pci/ixgbe/ixgbe_phy.h
175
u32 device_type, u16 phy_data);
sys/dev/pci/ixgbe/ixgbe_x550.c
1309
u32 device_type, u32 data)
sys/dev/pci/ixgbe/ixgbe_x550.c
1324
(device_type << IXGBE_SB_IOSF_CTRL_TARGET_SELECT_SHIFT));
sys/dev/pci/ixgbe/ixgbe_x550.c
1355
u32 device_type, u32 *data)
sys/dev/pci/ixgbe/ixgbe_x550.c
1370
(device_type << IXGBE_SB_IOSF_CTRL_TARGET_SELECT_SHIFT));
sys/dev/pci/ixgbe/ixgbe_x550.c
1470
u32 device_type, u32 data)
sys/dev/pci/ixgbe/ixgbe_x550.c
1474
UNREFERENCED_1PARAMETER(device_type);
sys/dev/pci/ixgbe/ixgbe_x550.c
1500
u32 device_type, u32 *data)
sys/dev/pci/ixgbe/ixgbe_x550.c
1507
UNREFERENCED_1PARAMETER(device_type);
sys/dev/pci/ixgbe/ixgbe_x550.c
4558
u32 device_type, u16 *phy_data)
sys/dev/pci/ixgbe/ixgbe_x550.c
4568
status = hw->phy.ops.read_reg_mdi(hw, reg_addr, device_type, phy_data);
sys/dev/pci/ixgbe/ixgbe_x550.c
4586
u32 device_type, u16 phy_data)
sys/dev/pci/ixgbe/ixgbe_x550.c
4594
status = hw->phy.ops.write_reg_mdi(hw, reg_addr, device_type,
sys/dev/pci/ixgbe/ixgbe_x550.c
630
u32 device_type, u16 *phy_data)
sys/dev/pci/ixgbe/ixgbe_x550.c
632
UNREFERENCED_4PARAMETER(*hw, reg_addr, device_type, *phy_data);
sys/dev/pci/ixgbe/ixgbe_x550.c
637
u32 device_type, u16 phy_data)
sys/dev/pci/ixgbe/ixgbe_x550.c
639
UNREFERENCED_4PARAMETER(*hw, reg_addr, device_type, phy_data);
sys/dev/pci/ixgbe/ixgbe_x550.h
104
u32 device_type, u16 *phy_data);
sys/dev/pci/ixgbe/ixgbe_x550.h
106
u32 device_type, u16 phy_data);
sys/dev/pci/ixgbe/ixgbe_x550.h
67
u32 device_type, u32 data);
sys/dev/pci/ixgbe/ixgbe_x550.h
69
u32 device_type, u32 *data);
sys/dev/pci/ixgbe/ixgbe_x550.h
75
u32 device_type, u32 data);
sys/dev/pci/ixgbe/ixgbe_x550.h
77
u32 device_type, u32 *data);
usr.sbin/ofctl/ofctl.c
493
char device_type[33];
usr.sbin/ofctl/ofctl.c
535
device_type[0] = '\0';
usr.sbin/ofctl/ofctl.c
536
len = OF_getprop(phandle, "device_type", device_type,
usr.sbin/ofctl/ofctl.c
537
sizeof(device_type));
usr.sbin/ofctl/ofctl.c
539
len = OF_getprop(phandle, "name", device_type,
usr.sbin/ofctl/ofctl.c
540
sizeof(device_type));
usr.sbin/ofctl/ofctl.c
542
device_type[len] = '\0';
usr.sbin/ofctl/ofctl.c
543
oflist(phandle, device_type, 0, of_buf, sizeof(of_buf));
usr.sbin/ofctl/ofctl.c
546
device_type[0] = '\0';
usr.sbin/ofctl/ofctl.c
547
len = OF_getprop(phandle, "device_type", device_type,
usr.sbin/ofctl/ofctl.c
548
sizeof(device_type));
usr.sbin/ofctl/ofctl.c
550
len = OF_getprop(phandle, "name", device_type,
usr.sbin/ofctl/ofctl.c
551
sizeof(device_type));
usr.sbin/ofctl/ofctl.c
553
device_type[len] = '\0';
usr.sbin/ofctl/ofctl.c
557
oflist(phandle, device_type, 0, of_buf, sizeof(of_buf));
usr.sbin/ofctl/ofctl.c
575
char device_type[33];
usr.sbin/ofctl/ofctl.c
593
device_type, sizeof(device_type));
usr.sbin/ofctl/ofctl.c
596
device_type, sizeof(device_type));
usr.sbin/ofctl/ofctl.c
597
device_type[len] = '\0';
usr.sbin/ofctl/ofctl.c
646
if (!strcmp(device_type,"pci")) {
usr.sbin/ofctl/ofctl.c
652
} else if (!strcmp(device_type,"upa")) {
usr.sbin/ofctl/ofctl.c
659
} else if (!strcmp(device_type,"isa")) {
usr.sbin/ofctl/ofctl.c
718
char device_type[33];
usr.sbin/ofctl/ofctl.c
720
device_type, sizeof(device_type));
usr.sbin/ofctl/ofctl.c
723
device_type, sizeof(device_type));
usr.sbin/ofctl/ofctl.c
725
device_type[len] = '\0';
usr.sbin/ofctl/ofctl.c
727
oflist(child, device_type, depth, of_buf, of_buflen);