| /onnv/onnv-gate/usr/src/uts/common/sys/fs/ |
| ufs_acl.h | 34 #include <sys/acl.h> 42 * On-disk UFS ACL structure 58 * In-core UFS ACL structure 62 struct ufs_ic_acl *acl_ic_next; /* Next ACL for this inode */ 68 * In-core ACL mask 76 * full acl 176 * Get ACL group permissions if the mask is not present, and the ACL 179 #define MASK2MODE(ACL) \ 180 ((ACL)->aclass.acl_ismask ? [all...] |
| /onnv/onnv-gate/usr/src/cmd/truss/ |
| print.h | 90 #define ACL 50 /* print acl() code */
|
| systable.c | 408 {"acl", 4, DEC, NOV, STG, ACL, DEC, HEX}, /* 185 */ 423 {"facl", 4, DEC, NOV, DEC, ACL, DEC, HEX}, /* 200 */ [all...] |
| /onnv/onnv-gate/usr/src/cmd/ntfsprogs/ |
| sd.c | 27 ACL *acl; local 50 acl = (ACL*)((char*)sd + le32_to_cpu(sd->dacl)); 51 acl->revision = 2; 52 acl->alignment1 = 0; 53 acl->size = const_cpu_to_le16(0x34); 54 acl->ace_count = const_cpu_to_le16(2); 55 acl->alignment2 = const_cpu_to_le16(0); 57 * Now at offset 0x1c, just after the DACL's ACL, we have the firs 172 ACL *acl; local 402 ACL *acl; local [all...] |
| ntfsinfo.c | 857 * given an acl, print it in a beautiful & lovely way. 859 static void ntfs_dump_acl(const char *prefix, ACL *acl) 865 printf("%sRevision\t %u\n", prefix, acl->revision); 871 ace_count = le16_to_cpu(acl->ace_count); 874 ace = (ACCESS_ALLOWED_ACE *)((char *)acl + 8); 950 printf("%s\tSystem ACL:\t\t ", indent); 957 (ACL *)((char *)sec_desc + 963 printf("%s\tDiscretionary ACL:\t ", indent); 970 (ACL *)((char *)sec_desc [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| filetest.pm | 26 for example various ACL (access control lists) schemes are in use.
|
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| priv_defs | 91 bits or ACL do not allow the process execute permission. 96 bits or ACL do not allow the process read permission. 101 ACL do not allow the process search permission. 106 bits or ACL do not allow the process write permission. 131 permission bits or ACL except for the set-uid and set-gid
|
| /onnv/onnv-gate/usr/src/lib/libntfs/common/libntfs/ |
| dir.c | 1101 ACL *acl; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/find/ |
| find.c | 47 #include <sys/acl.h> 77 * in sys/acl.h 85 PRUNE, NOUSER, NOGRP, FSTYPE, LS, XATTR, ACL, MMIN, AMIN, CMIN 141 "-acl", ACL, Unary, 671 case ACL: 980 case ACL: [all...] |
| /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/fsck/ |
| inode.c | 64 * (id_type) - if it was for an ADDR or ACL, use the callback, 180 * ADDR or ACL for using the provided callback. 281 if (idesc->id_type == ADDR || idesc->id_type == ACL) 452 case ACL: 463 return ((idesc->id_type == ACL) ? STOP : SKIP); 575 * be a bad acl short-circuit in iblock() or 891 * Routines to maintain information about acl inodes. 895 * Enter acl inodes into the cache. 921 errexit("cannot increase acl list"); [all...] |
| fsck.h | 62 #define SSTATE 0x08 /* inode is a shadow/acl */ 219 #define ACL 2 /* an acl/shadow */ 220 #define ADDR 3 /* anything but a directory or an acl/shadow */ 233 struct inoinfo *i_nextlist; /* next inode/acl cache entry */ 250 * ACL cache
|
| pass3b.c | 35 #include <sys/acl.h> 47 static caddr_t aclbuf; /* hold acl's for parsing */ 69 * Sort the acl list into disk block order. 73 * Scan all the acl inodes, finding the largest acl file. 82 * situation of every single acl having its own fsd_t wrapper. 93 "ACL I=%d is excessively large (%lld > %lld)", 124 * Scan all the acl inodes, checking contents 137 curino.id_type = ACL; 150 (void) printf("ACL I=%d BAD/CORRUPT", aclp->i_number) [all...] |
| /onnv/onnv-gate/usr/src/lib/libntfs/common/include/ntfs/ |
| layout.h | [all...] |
| /onnv/onnv-gate/usr/src/cmd/agents/snmp/agent/ |
| personal.y | 66 %token ACL 259 error("BUG: acl stmt parsing error at line %d",yylineno); 307 error("acl statement error"); 1195 t_acls : ACL [all...] |
| /onnv/onnv-gate/usr/src/cmd/agents/snmp/snmprelayd/ |
| config.y | 82 %token ACL 142 #define SNMPACL_SUFFIX ".acl" 284 error("BUG: acl stmt parsing error at line %d",yylineno); 388 error("acl statement error"); [all...] |