Searched refs:arrp (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/fm/topo/modules/i86pc/chip/ |
H A D | chip_subr.c | 110 uint32_t *arrp; in nvprop_add() local 113 if (nvpair_value_uint32_array(nvp, &arrp, &nelem) == 0 && in nvprop_add() 115 TOPO_PROP_IMMUTABLE, arrp, nelem, &err) == 0) in nvprop_add()
|
/titanic_41/usr/src/lib/libnvpair/ |
H A D | libnvpair.c | 130 #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); \
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ |
H A D | ipqosconf.c | 4308 int **arrp, in read_int_array() argument 4344 *arrp = malloc(arr_size * sizeof (int)); in read_int_array() 4345 if (*arrp == NULL) { in read_int_array() 4349 (void) memset(*arrp, -1, arr_size * sizeof (int)); in read_int_array() 4458 (*arrp)[x] = value; in read_int_array() 4474 free(*arrp); in read_int_array()
|