Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetutx.c1257 static struct futmpx *utmpbuf = NULL; variable
1270 if (utmpbuf == NULL) in getoneutx()
1271 if ((utmpbuf = malloc(bufsz)) == NULL) { in getoneutx()
1281 if ((nbytes = read(fd, utmpbuf, bufsz)) < bufsz) { in getoneutx()
1308 return (&utmpbuf[idx++]); in getoneutx()
/illumos-gate/usr/src/cmd/init/
H A Dinit.c2625 struct utmpx utmpbuf, *u, *oldu; in account() local
2637 u = &utmpbuf; in account()