Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Ddevinfo_impl.h118 #define DI_PATHPROP(addr) ((struct di_path_prop *)((void *)(addr)))
367 struct di_path_prop { struct
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c1153 di_ptype = di_path_prop_type(di_path_prop); in add_di_path_prop()
1154 di_val = di_path_prop_name(di_path_prop); in add_di_path_prop()
1162 len = di_path_prop_ints(di_path_prop, &idata); in add_di_path_prop()
1169 len = di_path_prop_strings(di_path_prop, &sdata); in add_di_path_prop()
1175 len = di_path_prop_bytes(di_path_prop, &bdata); in add_di_path_prop()
1190 len = di_path_prop_ints(di_path_prop, &idata); in add_di_path_prop()
1196 len = di_path_prop_bytes(di_path_prop, &bdata); in add_di_path_prop()
1221 di_path_prop_t di_path_prop; in construct_mpath_node() local
1261 di_path_prop != DI_PROP_NIL; in construct_mpath_node()
1262 di_path_prop = di_path_prop_next(pi, di_path_prop)) { in construct_mpath_node()
[all …]
/illumos-gate/usr/src/lib/libdevinfo/
H A Dlibdevinfo.h117 typedef struct di_path_prop *di_path_prop_t; /* path property */
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c2758 struct di_path_prop *me; in di_path_getprop()
2771 off = di_checkmem(st, off, sizeof (struct di_path_prop)); in di_path_getprop()
2777 off += sizeof (struct di_path_prop); in di_path_getprop()
2845 off = di_checkmem(st, off, sizeof (struct di_path_prop)); in di_path_getprop()