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

/illumos-gate/usr/src/cmd/ptools/pargs/
H A Dpargs.c783 struct aux_id { struct
789 static struct aux_id aux_arr[] = {
824 #define N_AT_ENTS (sizeof (aux_arr) / sizeof (struct aux_id))
827 * Return the aux_id entry for the given aux type; returns NULL if not found.
829 static struct aux_id *
863 struct aux_id *aux = aux_find(datap->pd_auxv[i].a_type);
1249 struct aux_id *aux;

Completed in 64 milliseconds