Home
last modified time | relevance | path

Searched refs:get_device_type (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_list.c61 static char *get_device_type(di_node_t, dyncomp_t);
779 cp = (char *)get_device_type(node, type); in get_hw_info()
822 get_device_type(di_node_t node, dyncomp_t type) in get_device_type() function
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_list.c90 static const char *get_device_type(di_node_t);
3338 cp = (char *)get_device_type(node); in get_hw_info()
3346 cp = (char *)get_device_type(node); in get_hw_info()
3371 get_device_type(di_node_t node) in get_device_type() function
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c447 get_device_type(char *outbuf, di_node_t dn) in get_device_type() function
606 if (get_device_type(classbuf, dn) == 0) { in get_node_class()
1431 err = get_device_type(nodeclass, di_root); in construct_picl_platform()
1476 (get_device_type(nodeclass, dn) == 0)) in construct_obp_node()
/illumos-gate/usr/src/cmd/smserverd/
H A Dsmediad.c258 static int32_t get_device_type(char *v_name);
491 get_device_type(char *v_name) in get_device_type() function
537 dev_type = get_device_type(inq->inq_vid); in get_device_type_scsi()