Searched refs:di_path_prop_t (Results 1 - 4 of 4) 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 in typeref:struct:di_path_prop
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 pro
[all...]
H A Ddevinfo.c2127 di_path_prop_t
2128 di_path_prop_next(di_path_t path, di_path_prop_t prop)
2171 di_path_prop_name(di_path_prop_t prop)
2179 di_path_prop_len(di_path_prop_t prop)
2185 di_path_prop_type(di_path_prop_t prop)
2201 di_path_prop_bytes(di_path_prop_t prop, uchar_t **prop_data)
2218 di_path_prop_ints(di_path_prop_t prop, int **prop_data)
2238 di_path_prop_int64s(di_path_prop_t prop, int64_t **prop_data)
2258 di_path_prop_strings(di_path_prop_t prop, char **prop_data)
2277 static di_path_prop_t
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_subr.c500 di_path_prop_t di_path_prop = DI_PROP_NIL;
770 di_path_prop_t di_path_prop = DI_PROP_NIL;
905 di_path_prop_t di_path_prop = DI_PROP_NIL;
/illumos-gate/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)
1203 di_path_prop_t di_path_prop;

Completed in 59 milliseconds