Home
last modified time | relevance | path

Searched refs:fup (Results 1 – 3 of 3) sorted by relevance

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