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

/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; local
504 while ((di_path_prop =
505 di_path_prop_next(dpath, di_path_prop)) != DI_PROP_NIL) {
507 di_path_prop_name(di_path_prop)) == 0) {
508 (void) di_path_prop_ints(di_path_prop, &buf);
530 di_path_prop == DI_PROP_NIL)) {
770 di_path_prop_t di_path_prop = DI_PROP_NIL; local
775 while ((di_path_prop =
776 di_path_prop_next(dpath, di_path_prop)) != DI_PROP_NIL) {
778 di_path_prop_name(di_path_prop))
905 di_path_prop_t di_path_prop = DI_PROP_NIL; local
[all...]
/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.c1125 add_di_path_prop(picl_nodehdl_t nodeh, di_path_prop_t di_path_prop) argument
1135 di_ptype = di_path_prop_type(di_path_prop);
1136 di_val = di_path_prop_name(di_path_prop);
1144 len = di_path_prop_ints(di_path_prop, &idata);
1151 len = di_path_prop_strings(di_path_prop, &sdata);
1157 len = di_path_prop_bytes(di_path_prop, &bdata);
1166 len = di_path_prop_strings(di_path_prop, &sdata);
1172 len = di_path_prop_ints(di_path_prop, &idata);
1178 len = di_path_prop_bytes(di_path_prop, &bdata);
1203 di_path_prop_t di_path_prop; local
[all...]

Completed in 68 milliseconds