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

/illumos-gate/usr/src/cmd/ptools/pargs/
H A Dpargs.c789 static struct aux_id aux_arr[] = { variable in typeref:struct:aux_id
824 #define N_AT_ENTS (sizeof (aux_arr) / sizeof (struct aux_id))
835 if (type == aux_arr[i].aux_type)
836 return (&aux_arr[i]);

Completed in 60 milliseconds