Home
last modified time | relevance | path

Searched defs:aclent (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libsec/common/
H A Dacl.y40 aclent_t aclent; member
118 aclent_t *aclent; variable
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_acl.h41 struct aclent { struct
46 typedef struct aclent aclent; typedef
66 } aclent; member
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs_acl.x36 struct aclent { struct
43 * The values for the type element of the aclent structure. argument
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_acl.c364 ln_aent_preprocess(aclent_t *aclent, int n, in ln_aent_preprocess()
565 ln_aent_to_ace4(aclent_t *aclent, int n, nfsace4 **acepp, int *rescount, in ln_aent_to_ace4()
/illumos-gate/usr/src/common/acl/
H A Dacl_common.c459 ln_aent_preprocess(aclent_t *aclent, int n, in ln_aent_preprocess()
508 ln_aent_to_ace(aclent_t *aclent, int n, ace_t **acepp, int *rescount, int isdir) in ln_aent_to_ace()
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c1246 static aclent_t *aclent = NULL; in fsd_acl() local