Home
last modified time | relevance | path

Searched refs:di_path_prop_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libdevinfo/
H A Dlibdevinfo.h117 typedef struct di_path_prop *di_path_prop_t; /* path property */ typedef
279 extern di_path_prop_t di_path_prop_next(di_path_t path, di_path_prop_t prop);
281 extern char *di_path_prop_name(di_path_prop_t prop);
282 extern int di_path_prop_type(di_path_prop_t prop);
283 extern int di_path_prop_len(di_path_prop_t prop);
285 extern int di_path_prop_bytes(di_path_prop_t prop,
287 extern int di_path_prop_ints(di_path_prop_t prop,
289 extern int di_path_prop_int64s(di_path_prop_t prop,
291 extern int di_path_prop_strings(di_path_prop_t prop,
H A Ddevinfo.c2127 di_path_prop_t
2128 di_path_prop_next(di_path_t path, di_path_prop_t prop) in di_path_prop_next()
2171 di_path_prop_name(di_path_prop_t prop) in di_path_prop_name()
2179 di_path_prop_len(di_path_prop_t prop) in di_path_prop_len()
2185 di_path_prop_type(di_path_prop_t prop) in di_path_prop_type()
2277 static di_path_prop_t
2280 di_path_prop_t prop = DI_PROP_NIL; in di_path_prop_search()
2313 di_path_prop_t prop; in di_path_prop_lookup_bytes()
2326 di_path_prop_t prop; in di_path_prop_lookup_ints()
2339 di_path_prop_t prop; in di_path_prop_lookup_int64s()
[all …]
/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()