Home
last modified time | relevance | path

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

/illumos-gate/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 */
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c1143 add_di_path_prop(picl_nodehdl_t nodeh, di_path_prop_t di_path_prop) in add_di_path_prop()
1221 di_path_prop_t di_path_prop; in construct_mpath_node() local