Searched defs:di_path_prop_t (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libdevinfo/
H A Dlibdevinfo.h118 typedef struct di_path_prop *di_path_prop_t; /* path property */ typedef in typeref:struct:di_path_prop
287 extern di_path_prop_t di_path_prop_next(di_path_t path, di_path_prop_t prop);
289 extern char *di_path_prop_name(di_path_prop_t prop);
290 extern int di_path_prop_type(di_path_prop_t prop);
291 extern int di_path_prop_len(di_path_prop_t prop);
293 extern int di_path_prop_bytes(di_path_prop_t prop,
295 extern int di_path_prop_ints(di_path_prop_t prop,
297 extern int di_path_prop_int64s(di_path_prop_t prop,
299 extern int di_path_prop_strings(di_path_prop_t pro
[all...]

Completed in 57 milliseconds