Searched refs:a_flags (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/lib/libsec/common/
H A Dacl.y164 $$.a_flags = ace_entry_type($1);
191 $$.a_flags = ace_entry_type($1);
212 $$.a_flags = ace_entry_type($1);
219 $$.a_flags |= $4;
240 $$.a_flags = ace_entry_type($1);
248 $$.a_flags |= $4;
255 $$.a_flags = ace_entry_type($1);
280 $$.a_flags = ace_entry_type($1);
287 $$.a_flags |= $3;
H A Daclcheck.c316 switch (acep->a_flags & 0xf040) {
332 if (acep->a_flags &
334 if ((acep->a_flags & (ACE_FILE_INHERIT_ACE|
H A Dacltext.c394 switch (acep->a_flags & ACE_TYPE_FLAGS) {
917 aclp->a_flags, isdir, flags))
919 if (error = ace_inherit_txt(dstr, aclp->a_flags, flags))
925 (((aclp->a_flags & ACE_TYPE_FLAGS) == 0) ||
926 ((aclp->a_flags & ACE_TYPE_FLAGS) ==
938 ((aclp->a_flags & ACE_TYPE_FLAGS) == 0) ?
1064 if (ace_perm_txt(dstr, acep->a_access_mask, acep->a_flags,
1067 if (ace_inherit_txt(dstr, acep->a_flags, ACL_COMPACT_FMT))
H A Daclutils.c458 if (ace1.a_flags & (ACE_OWNER|ACE_GROUP|ACE_EVERYONE))
460 if (ace2.a_flags & (ACE_OWNER|ACE_GROUP|ACE_EVERYONE))
/osnet-11/usr/src/lib/libpkg/common/
H A Dvfpops.c138 * VFPFLAGS_T a_flags - one or more flags to control the operation:
153 vfpOpen(VFP_T **r_vfp, char *a_path, char *a_mode, VFPFLAGS_T a_flags) argument
241 if ((S_ISREG(statbuf.st_mode)) && (!(a_flags & VFP_NOMMAP)) &&
242 ((a_flags & VFP_NOMALLOC) || statbuf.st_size > MIN_MMAP_SIZE)) {
293 if ((vfp->_vfpStart == MAP_FAILED) && (!(a_flags & VFP_NOMALLOC))) {
373 (void) vfpSetFlags(vfp, a_flags);
502 * VFPFLAGS_T a_flags - one or more flags to control the operation:
512 vfpSetFlags(VFP_T *a_vfp, VFPFLAGS_T a_flags) argument
525 if (a_flags & VFP_NEEDNOW) {
530 if (a_flags
980 vfpCheckpointOpen(VFP_T **a_cpVfp, VFP_T **r_vfp, char *a_path, char *a_mode, VFPFLAGS_T a_flags) argument
[all...]
H A Dpkglib.h549 char *a_mode, VFPFLAGS_T a_flags);
554 VFPFLAGS_T a_flags);
559 extern int vfpSetFlags(VFP_T *a_vfp, VFPFLAGS_T a_flags);
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_acl.c273 ace->se_hdr.se_flags = smb_ace_flags_fromzfs(zace->a_flags);
341 zace->a_flags = smb_ace_flags_tozfs(ace->se_hdr.se_flags);
377 zace->a_flags |= ACE_IDENTIFIER_GROUP;
403 zace->a_flags |= map[i].flags;
429 switch (zace->a_flags & ACE_TYPE_FLAGS) {
495 zace->a_flags = ACE_EVERYONE;
499 zace->a_flags = ACE_OWNER;
/osnet-11/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h613 uint16_t a_flags; member in struct:ace_object
/osnet-11/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c1004 switch (buf[i].a_flags & ACE_TYPE_FLAGS) {
1013 if (buf[i].a_flags & (ACE_FILE_INHERIT_ACE|
1038 (!(buf[i].a_flags & ACE_OWNER) && (buf[i].a_access_mask &

Completed in 38 milliseconds