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

/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_pciexrc.c490 di_prop_t di_prop; local
497 for (di_prop = di_prop_next(dnode, DI_PROP_NIL);
498 di_prop != DI_PROP_NIL;
499 di_prop = di_prop_next(dnode, di_prop)) {
500 if (strncmp(di_prop_name(di_prop), "reg",
502 if (di_prop_bytes(di_prop, &buf) < sizeof (uint_t)) {
514 if (di_prop == DI_PROP_NIL) {
H A Dpi_subr.c498 di_prop_t di_prop = DI_PROP_NIL; local
516 for (di_prop = di_prop_next(node, DI_PROP_NIL);
517 di_prop != DI_PROP_NIL;
518 di_prop = di_prop_next(node, di_prop)) {
519 if (strncmp("lun", di_prop_name(di_prop),
520 strlen(di_prop_name(di_prop))) == 0) {
521 if (di_prop_bytes(di_prop, &chbuf) < sizeof (uint_t)) {
529 if (di_prop == DI_PROP_NIL && (dpath == DI_PATH_NIL ||
768 di_prop_t di_prop local
903 di_prop_t di_prop = DI_PROP_NIL; local
[all...]
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Dlibdevinfo_sun4u.c203 di_prop_t di_prop; local
216 for (di_prop = di_prop_next(di_node, DI_PROP_NIL);
217 di_prop != DI_PROP_NIL;
218 di_prop = di_prop_next(di_node, di_prop)) {
224 di_name = di_prop_name(di_prop);
228 di_ptype = di_prop_type(di_prop);
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Ddr.c118 di_prop_t di_prop; local
165 for (di_prop = di_prop_next(di_node, DI_PROP_NIL);
166 di_prop != DI_PROP_NIL;
167 di_prop = di_prop_next(di_node, di_prop)) {
169 di_val = di_prop_name(di_prop);
170 di_ptype = di_prop_type(di_prop);
183 len = di_prop_ints(di_prop, &idata);
208 len = di_prop_strings(di_prop, &sdata);
230 len = di_prop_bytes(di_prop,
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Ddevinfo_impl.h116 #define DI_PROP(addr) ((struct di_prop *)((void *)(addr)))
379 struct di_prop { struct
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c1258 di_prop_t di_prop; local
1309 for (di_prop = di_prop_next(di_node, DI_PROP_NIL);
1310 di_prop != DI_PROP_NIL;
1311 di_prop = di_prop_next(di_node, di_prop)) {
1313 di_val = di_prop_name(di_prop);
1314 di_ptype = di_prop_type(di_prop);
1321 len = di_prop_ints(di_prop, &idata);
1328 len = di_prop_strings(di_prop, &sdata);
1334 len = di_prop_bytes(di_prop,
[all...]

Completed in 55 milliseconds