Lines Matching defs:nentries
60 static int cacl(int cmd, int nentries, void *aclbufp,
67 acl(const char *fname, int cmd, int nentries, void *aclbufp)
85 error = cacl(cmd, nentries, aclbufp, vp, &rv);
99 facl(int fdes, int cmd, int nentries, void *aclbufp)
112 error = cacl(cmd, nentries, aclbufp, fp->f_vnode, &rv);
125 cacl(int cmd, int nentries, void *aclbufp, vnode_t *vp, int *rv)
168 if (nentries < 3)
183 if (numacls > nentries) {
231 if (vsecattr.vsa_aclcnt > nentries) {
257 if (nentries < 3 || nentries > (MAX_ACL_ENTRIES * 2))
265 aclbsize = nentries * sizeof (aclent_t);
268 vsecattr.vsa_aclcnt = nentries;
289 vsecattr.vsa_dfaclcnt = nentries - numacls;
320 if (nentries < 1 || nentries > MAX_ACL_ENTRIES)
327 aclbsize = nentries * sizeof (ace_t);
330 vsecattr.vsa_aclcnt = nentries;