Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c423 struct fileusage *fup; in chkquota() local
514 fup = lookup(uid); in chkquota()
515 if (fup == 0) in chkquota()
516 fup = &zerofileusage; in chkquota()
519 fup->fu_curfiles = 0; in chkquota()
520 fup->fu_curblocks = 0; in chkquota()
522 if (dqbuf.dqb_curfiles == fup->fu_curfiles && in chkquota()
523 dqbuf.dqb_curblocks == fup->fu_curblocks) { in chkquota()
524 fup->fu_curfiles = 0; in chkquota()
525 fup->fu_curblocks = 0; in chkquota()
[all …]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetut.c547 struct futmp *fup; in _compat_modut() local
556 while ((fup = getutent_frec()) != NULL) { in _compat_modut()
557 if (idcmp(ucp->ut_id, fup->ut_id)) in _compat_modut()
H A Dgetutx.c916 struct futmpx *fup; /* being examined */ in modutx() local
928 while ((fup = getutxent_frec()) != NULL) { in modutx()
929 if (idcmp(ucp->ut_id, fup->ut_id)) in modutx()
935 if (ucp->ut_pid != fup->ut_pid) { in modutx()
936 sendpid(REMPID, (pid_t)fup->ut_pid); in modutx()