Searched refs:fubuf (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | getut.c | 95 static struct futmp fubuf; /* Copy of last entry read in. */ variable 161 if (read(fd, &fubuf, sizeof (fubuf)) != sizeof (fubuf)) { in getutent_frec() 162 bzero(&fubuf, sizeof (fubuf)); in getutent_frec() 169 return (&fubuf); in getutent_frec() 181 utmp_frec2api(&fubuf, &ubuf); in _compat_getutent() 196 utmp_api2frec(&ubuf, &fubuf); in _compat_getutid() 206 if (fubuf.ut_type != EMPTY) { in _compat_getutid() 227 if (entry->ut_type == fubuf.ut_type) { in _compat_getutid() 228 utmp_frec2api(&fubuf, &ubuf); in _compat_getutid() 242 if (((type = fubuf.ut_type) == INIT_PROCESS || in _compat_getutid() [all …]
|
H A D | getutx.c | 130 static struct futmpx fubuf; /* Copy of last entry read in. */ variable 226 if (fread(&fubuf, sizeof (fubuf), 1, fp) != 1) { in getutxent_frec() 230 bzero(&fubuf, sizeof (fubuf)); in getutxent_frec() 234 return (&fubuf); in getutxent_frec() 263 utmpx_frec2api(&fubuf, &ubuf); in getutxent() 308 utmpx_api2frec(&ubuf, &fubuf); in getutxid() 318 if (fubuf.ut_type != EMPTY) { in getutxid() 338 if (entry->ut_type == fubuf.ut_type) { in getutxid() 339 utmpx_frec2api(&fubuf, &ubuf); in getutxid() 353 if (((type = fubuf.ut_type) == INIT_PROCESS || in getutxid() [all …]
|
/titanic_50/usr/src/cmd/truss/ |
H A D | expound.c | 436 f_user_t fubuf; in show_fusers() local 447 Pread(Proc, &fubuf, sizeof (fubuf), offset) == sizeof (fubuf)) { in show_fusers() 450 (int)fubuf.fu_pid, in show_fusers() 451 fubuf.fu_uid, in show_fusers() 452 fuflags(pri, fubuf.fu_flags)); in show_fusers() 454 offset += sizeof (fubuf); in show_fusers()
|