Searched defs:aclent (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libsec/common/
H A Dacl.y38 aclent_t aclent;
54 %type <aclent> aclent
114 | aclent
116 aclent_t *aclent;
144 aclent = $$->acl_aclp;
145 aclent[$$->acl_cnt] = $1;
302 aclent: entry_type idname aclent_perm /* user or group */ label
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_acl.h41 struct aclent { struct
46 typedef struct aclent aclent; typedef in typeref:struct:aclent
65 aclent *aclent_val;
66 } aclent; member in struct:secattr
70 aclent *dfaclent_val;
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c1249 static aclent_t *aclent = NULL; local
1257 if (aclent != NULL)
1258 free(aclent);
1259 aclent = NULL;
1272 aclent = realloc(aclent, n * (size_t)sizeof (*aclent));
1273 if (aclent == NULL) {
1280 aclent[i].a_type = diskacl[j].acl_tag;
1281 aclent[
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_acl.c364 ln_aent_preprocess(aclent_t *aclent, int n, argument
379 if (aclent[i].a_type < curtype)
381 else if (aclent[i].a_type > curtype)
382 curtype = aclent[i].a_type;
383 if (aclent[i].a_type & USER)
385 if (aclent[i].a_type & (GROUP | GROUP_OBJ))
387 if (aclent[i].a_type & CLASS_OBJ) {
396 *mask = aclent[i].a_perm;
565 ln_aent_to_ace4(aclent_t *aclent, int n, nfsace4 **acepp, int *rescount, argument
576 error = ln_aent_preprocess(aclent,
[all...]
/illumos-gate/usr/src/common/acl/
H A Dacl_common.c458 ln_aent_preprocess(aclent_t *aclent, int n, argument
473 if (aclent[i].a_type < curtype)
475 else if (aclent[i].a_type > curtype)
476 curtype = aclent[i].a_type;
477 if (aclent[i].a_type & USER)
479 if (aclent[i].a_type & (GROUP | GROUP_OBJ))
481 if (aclent[i].a_type & CLASS_OBJ) {
487 *mask = aclent[i].a_perm;
507 ln_aent_to_ace(aclent_t *aclent, int n, ace_t **acepp, int *rescount, int isdir) argument
517 error = ln_aent_preprocess(aclent,
[all...]

Completed in 53 milliseconds