Lines Matching defs:aux
671 * The following at_* routines are used to decode data from the aux vector.
827 * Return the aux_id entry for the given aux type; returns NULL if not found.
849 * Fetch the aux vector from the target process.
863 struct aux_id *aux = aux_find(datap->pd_auxv[i].a_type);
868 if ((aux != NULL) && (aux->aux_decode == at_str)) {
1244 * Print the names and values of all the aux vector entries.
1249 struct aux_id *aux;
1253 aux = aux_find(pa->a_type);
1256 if (aux != NULL) {
1258 * Fetch aux vector type string and decoded
1261 (void) strlcpy(type, aux->aux_name, sizeof (type));
1262 aux->aux_decode(v, datap->pd_auxv_strs[i],
1307 case 'x': /* show aux vector entries */
1348 " -x: show aux vector entries\n", command);