Searched refs:quotactl (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile127 quotactl.2 \
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dquota.h115 * Command definitions for the 'quotactl' system call. The commands are
247 int quotactl(const char *, int, int, caddr_t);
H A Dsysproto.h1842 int quotactl(struct proc *, struct quotactl_args *, int *);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dinit_sysent.c259 {AC(quotactl_args), 0, 0, (sy_call_t *)quotactl, munge_wwww, munge_dddd, _SYSCALL_RET_INT_T, 16}, /* 165 = quotactl */
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.c3912 * Test quotactl system calls.
3929 my_err = quotactl( "/mach_kernel", QCMD(Q_QUOTASTAT, USRQUOTA), 0, (caddr_t)&is_quotas_on );
3931 printf( "quotactl - Q_QUOTASTAT - failed with errno %d - %s \n", errno, strerror( errno ) );
3941 my_err = quotactl( "/mach_kernel", QCMD(Q_GETQUOTA, USRQUOTA), getuid(), (caddr_t)&my_quota_blk );
3943 printf( "quotactl - Q_GETQUOTA - failed with errno %d - %s \n", errno, strerror( errno ) );
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c1289 quotactl(proc_t p, struct quotactl_args *uap, register_t *retval) function
1396 quotactl(__unused proc_t p, __unused struct quotactl_args *uap, __unused register_t *retval) function

Completed in 70 milliseconds