Searched refs:arrp (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/
H A Dchip_subr.c119 uint32_t *arrp; local
122 if (nvpair_value_uint32_array(nvp, &arrp, &nelem) == 0 &&
124 TOPO_PROP_IMMUTABLE, arrp, nelem, &err) == 0)
/osnet-11/usr/src/lib/libnvpair/
H A Dlibnvpair.c129 #define ARENDER(pctl, type, nvl, name, arrp, count) \
134 CUSTPRTOPARG(pctl, type), nvl, name, arrp, count); \
138 DFLTPRTOPARG(pctl, type), nvl, name, arrp, count); \

Completed in 27 milliseconds