Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetutx.c1256 #define UTMPNBUF 200 /* Approx 8k (FS Block) size */ macro
1268 ssize_t nbytes, bufsz = sizeof (struct futmpx) * UTMPNBUF; in getoneutx()
1292 nidx = UTMPNBUF; in getoneutx()
1301 *off = (((nbuf - 1) * UTMPNBUF) + idx) * sizeof (struct futmpx); in getoneutx()