Searched refs:di_prop_find (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libdevinfo/ |
H A D | mapfile-vers | 239 di_prop_find;
|
H A D | libdevinfo.h | 357 extern di_prop_t di_prop_find(dev_t match_dev, di_node_t node,
|
H A D | devinfo.c | 1688 di_prop_find(dev_t match_dev, di_node_t node, const char *name) in di_prop_find() function 3281 if ((prop = di_prop_find(dev, node, DI_PROP_SLOT_NAMES)) == in di_prop_lookup_slot_names()
|
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_list.c | 828 if (di_prop_find(DDI_DEV_T_ANY, node, "smp-device") != DI_PROP_NIL) { in get_device_type()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/usb/ |
H A D | topo_usb.c | 487 if (di_prop_find(DDI_DEV_T_ANY, portinfo, in topo_usb_gather_acpi_port()
|