Searched refs:di_path_prop (Results 1 - 5 of 5) 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...]
/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.c2756 struct di_path_prop *me;
2769 off = di_checkmem(st, off, sizeof (struct di_path_prop));
2775 off += sizeof (struct di_path_prop);
2843 off = di_checkmem(st, off, sizeof (struct di_path_prop));

Completed in 58 milliseconds