Searched refs:UTMPNBUF (Results 1 – 1 of 1) sorted by relevance
1257 #define UTMPNBUF 200 /* Approx 8k (FS Block) size */ macro1269 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()