Searched refs:acetype (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/lib9p/
H A Dgenacl.c44 static struct l9p_acl *l9p_new_acl(uint32_t acetype, uint32_t aceasize);
103 const char *acetype, *allowdeny; local
127 acetype = "OWNER@";
132 acetype = "GROUP@";
137 acetype = "EVERYONE@";
149 acetype = "group";
154 acetype = "user";
174 allowdeny, acetype, (int)tid,
179 allowdeny, acetype,
195 allowdeny, acetype, (in
461 l9p_new_acl(uint32_t acetype, uint32_t aceasize) argument
527 l9p_sysacl_to_acl(int acetype, acl_t sysacl, econvertfn *convert) argument
[all...]
/freebsd-13-stable/sys/fs/nfs/
H A Dnfs_commonacl.c37 static int nfsrv_acemasktoperm(u_int32_t acetype, u_int32_t mask, int owner,
50 u_int32_t flag, mask, acetype; local
57 acetype = fxdr_unsigned(u_int32_t, *tl++);
149 if (acetype == NFSV4ACE_ALLOWEDTYPE)
151 else if (acetype == NFSV4ACE_DENIEDTYPE)
153 else if (acetype == NFSV4ACE_AUDITTYPE)
155 else if (acetype == NFSV4ACE_ALARMTYPE)
171 aceerr = nfsrv_acemasktoperm(acetype, mask, owner, VREG,
186 nfsrv_acemasktoperm(u_int32_t acetype, u_int32_t mask, int owner, argument
286 u_int32_t *tl, aceflag = 0x0, acemask = 0x0, acetype; local
[all...]

Completed in 40 milliseconds