Searched refs:AT_EACCESS (Results 1 – 3 of 3) sorted by relevance
217 #define AT_EACCESS 0x0100 /* Check access using effective user macro
2080 if ((flag & ~(AT_EACCESS | AT_RESOLVE_BENEATH)) != 0) in kern_accessat()2090 if ((flag & AT_EACCESS) == 0 && in kern_accessat()2132 AT_EACCESS, uap->amode)); in sys_eaccess()
1669 W_OK, AT_EACCESS) < 0)) { in memif_check_socket_filename()