/titanic_50/usr/src/cmd/hal/hald/solaris/ |
H A D | devinfo_pci.c | 68 if (di_prop_lookup_ints (DDI_DEV_T_ANY, node, "vendor-id", &i) > 0) { in devinfo_pci_add() 71 if (di_prop_lookup_ints (DDI_DEV_T_ANY, node, "device-id", &i) > 0) { in devinfo_pci_add() 74 if (di_prop_lookup_ints (DDI_DEV_T_ANY, node, "subsystem-vendor-id", &i) > 0) { in devinfo_pci_add() 77 if (di_prop_lookup_ints (DDI_DEV_T_ANY, node, "subsystem-id", &i) > 0) { in devinfo_pci_add()
|
H A D | devinfo.h | 40 if (di_prop_lookup_ints(DDI_DEV_T_ANY, node, diprop, &(v)) > 0) { \ 51 (di_prop_lookup_ints(DDI_DEV_T_ANY, node, diprop, &(v)) >= 0));
|
H A D | devinfo_usb.c | 140 if (di_prop_lookup_ints (DDI_DEV_T_ANY, node, "interface", &i) < 0) { in devinfo_usb_add() 158 if (di_prop_lookup_ints (DDI_DEV_T_ANY, node, "usb-release", &i) > 0) { in devinfo_usb_add() 163 if (di_prop_lookup_ints (DDI_DEV_T_ANY, node, "low-speed", &i) >= 0) { in devinfo_usb_add() 165 } else if (di_prop_lookup_ints (DDI_DEV_T_ANY, node, "high-speed", &i) >= 0) { in devinfo_usb_add() 203 if (di_prop_lookup_ints (DDI_DEV_T_ANY, node, "interface-count", &j) > 0) { in devinfo_usb_add()
|
H A D | devinfo_cpu.c | 116 if (di_prop_lookup_ints (DDI_DEV_T_ANY, node, in devinfo_cpu_add()
|
H A D | devinfo_storage.c | 318 ((di_prop_lookup_ints(DDI_DEV_T_ANY, node, "removable-media", &i) >= 0) || in devinfo_scsi_storage_add() 319 (di_prop_lookup_ints(DDI_DEV_T_ANY, node, "hotpluggable", &i) >= 0))); in devinfo_scsi_storage_add() 321 if (di_prop_lookup_ints(DDI_DEV_T_ANY, node, "inquiry-device-type", in devinfo_scsi_storage_add()
|
/titanic_50/usr/src/lib/sun_sas/common/ |
H A D | devtree_hba_disco.c | 247 rval = di_prop_lookup_ints(DDI_DEV_T_ANY, branchNode, in add_hba_port_info() 324 if ((di_prop_lookup_ints(DDI_DEV_T_ANY, hbaNode, in refresh_hba() 333 if (di_prop_lookup_ints(DDI_DEV_T_ANY, portNode, in refresh_hba() 487 if ((di_prop_lookup_ints(DDI_DEV_T_ANY, hbaNode, in devtree_get_one_hba() 549 if (di_prop_lookup_ints(DDI_DEV_T_ANY, portNode, in devtree_get_one_hba() 608 rval = di_prop_lookup_ints(DDI_DEV_T_ANY, node, in lookup_smhba_sas_hba()
|
H A D | Sun_sasRefreshAdapterConfiguration.c | 46 rval = di_prop_lookup_ints(DDI_DEV_T_ANY, node, in find_matching_hba()
|
H A D | Sun_sasRefreshInformation.c | 46 rval = di_prop_lookup_ints(DDI_DEV_T_ANY, node, in match_smhba_sas_hba()
|
H A D | devtree_device_disco.c | 532 if (di_prop_lookup_ints(DDI_DEV_T_ANY, node, "lun", in get_attached_devices_info() 564 if (di_prop_lookup_ints(DDI_DEV_T_ANY, node, in get_attached_devices_info()
|
/titanic_50/usr/src/cmd/devfsadm/ |
H A D | disk_link.c | 194 if (di_prop_lookup_ints(DDI_DEV_T_ANY, node, SCSI_ADDR_PROP_TARGET, in disk_callback_wwn() 199 if (di_prop_lookup_ints(DDI_DEV_T_ANY, node, SCSI_ADDR_PROP_LUN, in disk_callback_wwn() 234 if (di_prop_lookup_ints(DDI_DEV_T_ANY, node, in disk_callback_fabric() 281 if ((!lun64_found) && (di_prop_lookup_ints(DDI_DEV_T_ANY, node, in disk_callback_sas() 310 } else if (di_prop_lookup_ints(DDI_DEV_T_ANY, node, in disk_callback_sas() 568 if (di_prop_lookup_ints(DDI_DEV_T_ANY, node, "removable-media", in disk_common() 574 if (di_prop_lookup_ints(DDI_DEV_T_ANY, node, "hotpluggable", in disk_common()
|
H A D | sgen_link.c | 93 } else if (di_prop_lookup_ints(DDI_DEV_T_ANY, node, in sgen_callback() 145 if (di_prop_lookup_ints(DDI_DEV_T_ANY, node, "lun", &lunp) > 0) in sgen_callback()
|
H A D | cfg_link.c | 414 rv = di_prop_lookup_ints(dev, node, prop_name, in di_propall_lookup_ints() 417 rv = di_prop_lookup_ints(dev, node, prop_name, prop_data); in di_propall_lookup_ints()
|
/titanic_50/usr/src/cmd/devprop/ |
H A D | devprop.c | 141 PER_TYPE(DI_PROP_TYPE_INT, di_prop_lookup_ints, in main()
|
/titanic_50/usr/src/man/man3devinfo/ |
H A D | Makefile | 112 di_prop_lookup_ints.3devinfo \ 203 di_prop_lookup_ints.3devinfo := LINKSRC = di_prop_lookup_bytes.3devinfo
|
/titanic_50/usr/src/lib/fm/topo/modules/i86pc/x86pi/ |
H A D | x86pi_subr.c | 678 if (di_prop_lookup_ints(DDI_DEV_T_ANY, node, "reg", &val) < 0) { in x86pi_bdf() 695 if (di_prop_lookup_ints(DDI_DEV_T_ANY, node, "sata-phy", &phy) < 0) { in x86pi_phy()
|
/titanic_50/usr/src/lib/fm/topo/modules/common/disk/ |
H A D | disk_common.c | 813 if (di_prop_lookup_ints(DDI_DEV_T_ANY, node, "inquiry-device-type", in dev_di_node_add() 865 if (di_prop_lookup_ints(DDI_DEV_T_ANY, node, in dev_di_node_add() 908 di_prop_lookup_ints(DDI_DEV_T_ANY, node, in dev_walk_di_nodes()
|
/titanic_50/usr/src/lib/libdevinfo/ |
H A D | mapfile-vers | 142 di_prop_lookup_ints;
|
/titanic_50/usr/src/cmd/prtconf/ |
H A D | pdevinfo.c | 1990 if (di_prop_lookup_ints(DDI_DEV_T_ANY, node, "vendor-id", &vid) <= 0) in dump_pciid() 1993 if (di_prop_lookup_ints(DDI_DEV_T_ANY, node, "device-id", &did) <= 0) in dump_pciid() 1996 if (di_prop_lookup_ints(DDI_DEV_T_ANY, node, "subsystem-vendor-id", in dump_pciid() 1997 &svid) <= 0 || di_prop_lookup_ints(DDI_DEV_T_ANY, node, in dump_pciid()
|
/titanic_50/usr/src/lib/udapl/udapl_tavor/common/ |
H A D | dapl_ia_open.c | 120 ret = di_prop_lookup_ints(DDI_DEV_T_ANY, node, in dapl_ro_disallowed()
|
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/niu/ |
H A D | niu.c | 287 rval = di_prop_lookup_ints(DDI_DEV_T_ANY, node, in niufn_instance_get()
|
/titanic_50/usr/src/lib/libprtdiag/common/ |
H A D | libdevinfo_sun4u.c | 235 retval = di_prop_lookup_ints(DDI_DEV_T_ANY, in dump_di_node()
|
/titanic_50/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | pcibus_hba.c | 114 if (di_prop_lookup_ints(DDI_DEV_T_ANY, cn, in pci_scsi_device_create()
|
/titanic_50/usr/src/cmd/picl/plugins/sun4v/mdesc/ |
H A D | dr.c | 314 dret = di_prop_lookup_ints(DDI_DEV_T_ANY, dn, OBP_REG, pdata); in get_reg_prop()
|
/titanic_50/usr/src/cmd/luxadm/ |
H A D | qlgcupdate.c | 1135 di_prop_lookup_ints( in emulex_update() 1172 prop_entries = di_prop_lookup_ints( in emulex_update()
|
/titanic_50/usr/src/cmd/biosdev/ |
H A D | biosdev.c | 231 len = di_prop_lookup_ints(DDI_DEV_T_ANY, node, "reg", in i_match_pcibdf()
|