Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/gen/
H A Dgetutx.c1257 #define UTMPNBUF 200 /* Approx 8k (FS Block) size */ macro
1269 ssize_t nbytes, bufsz = sizeof (struct futmpx) * UTMPNBUF; in getoneutx()
1293 nidx = UTMPNBUF; in getoneutx()
1302 *off = (((nbuf - 1) * UTMPNBUF) + idx) * sizeof (struct futmpx); in getoneutx()