Searched refs:ISGID (Results 1 - 11 of 11) sorted by relevance

/opensolaris-onvv-gate/usr/src/grub/grub-0.97/stage2/
H A Ddisk_inode_ffs.h86 #define ISGID 0x0400 /* set group id on execution */ macro
H A Dufs2.h97 #define ISGID 0002000 /* Set-gid. */ macro
/opensolaris-onvv-gate/usr/src/uts/common/fs/udfs/
H A Dudf_alloc.c1060 fe->fe_gid = (pip->i_char & ISGID) ?
1170 if ((pip->i_char & ISGID) && (vap->va_type == VDIR)) {
1171 ichar |= ISGID;
1173 if ((ichar & ISGID) &&
1176 ichar &= ~ISGID;
1182 if (ichar & ISGID) {
H A Dudf_inode.c868 ip->i_char |= ISGID;
1219 if (ip->i_char & ISGID) {
H A Dudf_vnops.c3361 (ip->i_char & (ISUID | ISGID)) != 0 &&
3372 ip->i_char &= ~(ISUID | ISGID);
/opensolaris-onvv-gate/usr/src/uts/common/fs/ufs/
H A Dufs_dir.c2169 ip->i_gid = (tdp->i_mode & ISGID) ? tdp->i_gid : crgetgid(cr);
2190 if ((tdp->i_mode & ISGID) && (type == VDIR))
2191 ip->i_mode |= ISGID;
2193 if ((ip->i_mode & ISGID) &&
2195 ip->i_mode &= ~ISGID;
H A Dufs_vnops.c1265 (ip->i_mode & (ISUID | ISGID)) != 0 &&
1276 ip->i_mode &= ~(ISUID | ISGID);
/opensolaris-onvv-gate/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c442 (ip->di_mode&IFMT) == IFCHR || ip->di_mode&(ISUID|ISGID)) {
/opensolaris-onvv-gate/usr/src/cmd/fs.d/ufs/ncheck/
H A Dncheck.c397 ip->di_mode&(ISUID|ISGID)) {
/opensolaris-onvv-gate/usr/src/uts/common/sys/fs/
H A Dudf_inode.h507 #define ISGID VSGID /* set group id on execution */ macro
H A Dufs_inode.h389 #define ISGID 02000 /* set group id on execution */ macro

Completed in 207 milliseconds