Searched defs:arrp (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/ |
H A D | chip_subr.c | 110 uint32_t *arrp; local 113 if (nvpair_value_uint32_array(nvp, &arrp, &nelem) == 0 && 115 TOPO_PROP_IMMUTABLE, arrp, nelem, &err) == 0)
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ |
H A D | ipqosconf.c | 4290 * arr_size, applies the values to it and points arrp at this array. 4303 int **arrp, 4339 *arrp = malloc(arr_size * sizeof (int)); 4340 if (*arrp == NULL) { 4344 (void) memset(*arrp, -1, arr_size * sizeof (int)); 4453 (*arrp)[x] = value; 4469 free(*arrp); 4300 read_int_array( FILE *fp, char *first_token, int **arrp, uint32_t arr_size, int llimit, int ulimit, str_val_nd_t *enum_nvs) argument
|
Completed in 125 milliseconds