Lines Matching refs:aclbufp
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)
173 if (aclbufp == NULL)
195 uaddrp = (caddr_t)aclbufp;
223 if (aclbufp == NULL)
238 aclbufp, aclbsize)) != 0) {
262 if (aclbufp == NULL)
269 uaddrp = (caddr_t)aclbufp;
323 if (aclbufp == NULL)
332 uaddrp = (caddr_t)aclbufp;