Searched refs:PRIV_VFS_GETFH (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/sys/
H A Dpriv.h268 #define PRIV_VFS_GETFH 327 /* Can retrieve file handles. */ macro
/freebsd-current/sys/kern/
H A Dvfs_syscalls.c4451 error = priv_check(td, PRIV_VFS_GETFH);
4511 error = priv_check(td, PRIV_VFS_GETFH);
4546 error = priv_check(td, PRIV_VFS_GETFH);
H A Dkern_jail.c3825 case PRIV_VFS_GETFH:
/freebsd-current/sys/security/mac_biba/
H A Dmac_biba.c2024 case PRIV_VFS_GETFH:
/freebsd-current/sys/security/mac_lomac/
H A Dmac_lomac.c1802 case PRIV_VFS_GETFH:

Completed in 145 milliseconds