Home
last modified time | relevance | path

Searched refs:auxn (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/power/
H A DMakefile137 lint := LINTFLAGS=-auxn
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c5146 int auxn = 0; in pt_xd_auxv() local
5150 for (auxp = auxv, auxn = 1; auxp->a_type != 0; auxp++) in pt_xd_auxv()
5151 auxn++; in pt_xd_auxv()
5155 return (sizeof (auxv_t) * auxn); in pt_xd_auxv()
5157 if (auxn == 0) in pt_xd_auxv()
5160 nbytes = MIN(nbytes, sizeof (auxv_t) * auxn); in pt_xd_auxv()