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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetut.c547 struct futmp *fup; local
556 while (fup = getutent_frec()) {
557 if (idcmp(ucp->ut_id, fup->ut_id))
H A Dgetutx.c917 struct futmpx *fup; /* being examined */ local
929 while (fup = getutxent_frec()) {
930 if (idcmp(ucp->ut_id, fup->ut_id))
936 if (ucp->ut_pid != fup->ut_pid) {
937 sendpid(REMPID, (pid_t)fup->ut_pid);
/illumos-gate/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c425 struct fileusage *fup; local
516 fup = lookup(uid);
517 if (fup == 0)
518 fup = &zerofileusage;
521 fup->fu_curfiles = 0;
522 fup->fu_curblocks = 0;
524 if (dqbuf.dqb_curfiles == fup->fu_curfiles &&
525 dqbuf.dqb_curblocks == fup->fu_curblocks) {
526 fup->fu_curfiles = 0;
527 fup
595 struct fileusage *fup; local
664 struct fileusage *fup; local
675 struct fileusage *fup, **fhp; local
[all...]

Completed in 67 milliseconds