Home
last modified time | relevance | path

Searched defs:di_path_prop (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Ddevinfo_impl.h367 struct di_path_prop { struct
368 di_off_t self; /* make it self addressable */
369 di_off_t prop_next; /* next property linkage */
370 di_off_t prop_name; /* property name */
371 di_off_t prop_data; /* property data */
372 int prop_type; /* property data type */
373 int prop_len; /* prop length in bytes */
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_subr.c500 di_path_prop_t di_path_prop = DI_PROP_NIL; in pi_get_lun() local
770 di_path_prop_t di_path_prop = DI_PROP_NIL; in pi_get_phynum() local
905 di_path_prop_t di_path_prop = DI_PROP_NIL; in pi_get_target_port() local
/titanic_41/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c1125 add_di_path_prop(picl_nodehdl_t nodeh, di_path_prop_t di_path_prop) in add_di_path_prop()
1203 di_path_prop_t di_path_prop; in construct_mpath_node() local