Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fs.d/ufs/repquota/
H A Drepquota.c232 repquota(char *fsdev, char *fsfile, char *qffile) in repquota() argument
241 qf = fopen64(qffile, "r"); in repquota()
243 perror(qffile); in repquota()
247 perror(qffile); in repquota()
257 perror(qffile); in repquota()
259 qffile); in repquota()
/titanic_50/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c423 chkquota(char *fsdev, char *fsfile, char *qffile) in chkquota() argument
454 qf = fopen64(qffile, "r+"); in chkquota()
456 perror(qffile); in chkquota()
461 perror(qffile); in chkquota()
475 qffile, quotadev, fsdev, statb.st_rdev); in chkquota()
489 perror(qffile); in chkquota()
491 qffile); in chkquota()