Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/power/
H A DMakefile147 lint := LINTFLAGS=-auxn
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c5078 int auxn = 0; in pt_xd_auxv() local
5082 for (auxp = auxv, auxn = 1; auxp->a_type != NULL; auxp++) in pt_xd_auxv()
5083 auxn++; in pt_xd_auxv()
5087 return (sizeof (auxv_t) * auxn); in pt_xd_auxv()
5089 if (auxn == 0) in pt_xd_auxv()
5092 nbytes = MIN(nbytes, sizeof (auxv_t) * auxn); in pt_xd_auxv()