/titanic_50/usr/src/cmd/chmod/ |
H A D | common.c | 88 abs(mode_t mode, o_mode_t *group_clear_bits, o_mode_t *group_set_bits), 93 o_mode_t *group_clear_bits, o_mode_t *group_set_bits); 102 o_mode_t tmp1, tmp2; in newmode() 116 o_mode_t *group_clear_bits, o_mode_t *group_set_bits) in newmode_common() 490 abs(mode_t mode, o_mode_t *group_clear_bits, o_mode_t *group_set_bits) in abs()
|
H A D | chmod.c | 144 char *file, char *path, o_mode_t *group_clear_bits, 145 o_mode_t *group_set_bits); 152 static void handle_acl(char *name, o_mode_t group_clear_bits, 153 o_mode_t group_set_bits); 279 o_mode_t group_clear_bits, group_set_bits; in dochmod() 340 o_mode_t group_clear_bits, group_set_bits; in chmodr() 672 handle_acl(char *name, o_mode_t group_clear_bits, o_mode_t group_set_bits) in handle_acl() 676 o_mode_t newperm; in handle_acl()
|
/titanic_50/usr/src/uts/common/sys/fs/ |
H A D | ufs_acl.h | 47 o_mode_t acl_perm; /* Permission bits */ 60 o_mode_t acl_ic_perm; /* Permission bits */ 69 o_mode_t acl_maskbits; /* Permission mask */
|
H A D | ufs_inode.h | 193 o_mode_t ic_smode; /* 0: mode and type of file */ 975 extern int ufs_si_inherit(struct inode *, struct inode *, o_mode_t, cred_t *);
|
/titanic_50/usr/src/lib/libsec/common/ |
H A D | aclutils.h | 125 extern int compute_aclent_perms(char *str, o_mode_t *mask);
|
H A D | aclmode.c | 121 tp->a_perm = (o_mode_t)mode; in aclfrommode()
|
H A D | acltext.c | 68 static int aclent_perm_txt(dynaclstr_t *, o_mode_t); 831 aclent_perm_txt(dynaclstr_t *dstr, o_mode_t perm) in aclent_perm_txt() 1303 compute_aclent_perms(char *str, o_mode_t *mask) in compute_aclent_perms() 1315 *mask = (o_mode_t)pmask; in compute_aclent_perms()
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_acl.c | 65 int *, o_mode_t *, int *, int *, int *); 67 static acemask4 mode_to_ace4_access(o_mode_t, int, int, int, int); 69 static int ace4_mask_to_mode(acemask4, o_mode_t *, int); 70 static int ace4_allow_to_mode(acemask4, o_mode_t *, int); 365 int *hasmask, o_mode_t *mask, in ln_aent_preprocess() 507 mode_to_ace4_access(o_mode_t mode, int isdir, int isowner, int isallow, in mode_to_ace4_access() 569 o_mode_t mask; in ln_aent_to_ace4() 892 ace4_mask_to_mode(acemask4 mask, o_mode_t *modep, int isdir) in ace4_mask_to_mode() 895 o_mode_t mode = 0; in ace4_mask_to_mode() 931 ace4_allow_to_mode(acemask4 mask, o_mode_t *modep, int isdir) in ace4_allow_to_mode()
|
/titanic_50/usr/src/uts/common/fs/ufs/ |
H A D | ufs_acl.c | 230 sip->i_mode = (o_mode_t)IFSHAD; in ufs_si_store() 1311 ufs_si_inherit(struct inode *ip, struct inode *tdp, o_mode_t mode, cred_t *cr) in ufs_si_inherit() 1315 o_mode_t old_modes, old_uid, old_gid; in ufs_si_inherit() 1490 sp->aowner->acl_ic_perm = (o_mode_t)(ip->i_mode & 0700) >> 6; in ufs_acl_setattr() 1493 (o_mode_t)(ip->i_mode & 070) >> 3; in ufs_acl_setattr() 1496 (o_mode_t)(ip->i_mode & 070) >> 3; in ufs_acl_setattr() 1497 sp->aother->acl_ic_perm = (o_mode_t)(ip->i_mode & 07); in ufs_acl_setattr() 1602 bufaclp->acl_perm = (o_mode_t)sp->aclass.acl_maskbits; in ufs_sectobuf() 1625 bufaclp->acl_perm = (o_mode_t)sp->dclass.acl_maskbits; in ufs_sectobuf()
|
H A D | ufs_trans.c | 411 o_mode_t ifmt = ip->i_mode & IFMT; in ufs_trans_mata_indir() 438 o_mode_t ifmt = ip->i_mode & IFMT; in ufs_trans_mata_iget() 474 o_mode_t ifmt = ip->i_mode & IFMT; in ufs_trans_mata_alloc()
|
H A D | ufs_dir.c | 2113 ip->i_mode = (o_mode_t)imode; in ufs_dirmakeinode() 3200 va.va_mode = (o_mode_t)IFATTRDIR; in ufs_xattrmkdir() 3203 va.va_mode = (o_mode_t)IFATTRDIR|0700; in ufs_xattrmkdir()
|
H A D | ufs_subr.c | 1075 o_mode_t ifmt = ip->i_mode & IFMT; in ufs_fbiwrite()
|
H A D | ufs_vnops.c | 762 o_mode_t type; in wrip() 1355 o_mode_t type; in rdip()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | acl.h | 44 o_mode_t a_perm; /* the permission field */
|
H A D | types.h | 358 typedef ushort_t o_mode_t; /* old file attribute type */ typedef
|
/titanic_50/usr/src/cmd/cpio/ |
H A D | cpio.h | 276 o_mode_t st_mode;
|
/titanic_50/usr/src/ucbhead/sys/ |
H A D | types.h | 319 typedef ushort_t o_mode_t; /* old file attribute type */ typedef
|
/titanic_50/usr/src/common/acl/ |
H A D | acl_common.c | 737 ace_mask_to_mode(uint32_t mask, o_mode_t *modep, boolean_t isdir) in ace_mask_to_mode() 740 o_mode_t mode = 0; in ace_mask_to_mode() 1034 ace_allow_to_mode(uint32_t mask, o_mode_t *modep, boolean_t isdir) in ace_allow_to_mode()
|
/titanic_50/usr/src/ucbcmd/ls/ |
H A D | ls.c | 327 o_mode_t groupperm, mask; in gstat()
|
/titanic_50/usr/src/cmd/allocate/ |
H A D | allocate3.c | 597 _newdac(char *file, uid_t owner, gid_t group, o_mode_t mode) in _newdac()
|
/titanic_50/usr/src/cmd/ls/ |
H A D | ls.c | 1773 o_mode_t groupperm, mask; in gstat()
|