Searched defs:UTMPNBUF (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/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;
1290 * We read in the full UTMPNBUF entries
1293 nidx = UTMPNBUF;
1302 *off = (((nbuf - 1) * UTMPNBUF) + idx) * sizeof (struct futmpx);

Completed in 56 milliseconds