Home
last modified time | relevance | path

Searched refs:arrp (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_subr.c112 uint32_t *arrp; in nvprop_add() local
115 if (nvpair_value_uint32_array(nvp, &arrp, &nelem) == 0 && in nvprop_add()
117 TOPO_PROP_IMMUTABLE, arrp, nelem, &err) == 0) in nvprop_add()
/illumos-gate/usr/src/lib/libnvpair/
H A Dlibnvpair.c130 #define ARENDER(pctl, type, nvl, name, arrp, count) \ argument
135 CUSTPRTOPARG(pctl, type), nvl, name, arrp, count); \
139 DFLTPRTOPARG(pctl, type), nvl, name, arrp, count); \
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c4303 int **arrp, in read_int_array() argument
4339 *arrp = malloc(arr_size * sizeof (int)); in read_int_array()
4340 if (*arrp == NULL) { in read_int_array()
4344 (void) memset(*arrp, -1, arr_size * sizeof (int)); in read_int_array()
4453 (*arrp)[x] = value; in read_int_array()
4469 free(*arrp); in read_int_array()