Searched refs:f_mode (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/filesync/
H A Dacls.c179 acls[0].a_perm = (fp->f_mode >> 6) & 7;
183 acls[1].a_perm = (fp->f_mode >> 3) & 7;
187 acls[2].a_perm = (fp->f_mode >> 6) & 7;
191 acls[3].a_perm = fp->f_mode & 7;
H A Daction.c158 do_chmod = (sp->f_mode != dp->f_mode);
212 fprintf(stdout, "chmod %o %s\n", sp->f_mode,
221 rc = opt_notouch ? 0 : chmod(dst, sp->f_mode);
225 sp->f_mode, rc, errno);
229 dp->f_mode = sp->f_mode;
230 ip->f_mode = sp->f_mode;
438 mode = sp->f_mode; /* mode
[all...]
H A Danal.c475 if (np->f_mode != rp->f_mode)
695 if (tgtp->f_mode == 0)
760 if (chgp->f_mode != 0)
795 if (fcp->f_mode != basp->f_mode)
853 if (lip->f_mode == 0)
931 lp->f_info[which].f_mode = fp->f_info[which].f_mode;
H A Ddatabase.h129 int f_mode; /* protection */ member in struct:fileinfo
H A Deval.c672 ip->f_mode = sp->st_mode & S_IAMB;
717 np->f_mode = ip->f_mode;
H A Drecon.c633 same_mode = (sp->f_mode == dp->f_mode);
H A Dbase.c468 ip->f_mode = l;
841 noblanks(fp->f_name), ip->f_mode);
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk2.c612 if (op->f_mode == type && strcmp(op->f_name, cp) == 0)
655 op->f_mode = type;
669 if (op->f_mode == PIPE || op->f_mode == PIPESYM)
H A Dawk.h263 ushort_t f_mode; /* Open mode: WRITE, APPEND, PIPE */ member in struct:OFILE
H A Dawk1.c258 fp->f_mode = 0;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c139 char *f_mode; member in struct:formats
796 for (pf = formats; pf->f_mode != NULL; pf++)
797 if (strcasecmp(pf->f_mode, mode) == 0)
799 if (pf->f_mode == NULL) {
/illumos-gate/usr/src/cmd/auditreduce/
H A Doption.c710 int f_mode = FM_ALLDIR; local
749 f_mode = FM_ALLFILE; /* all files here */
755 f_mode = FM_ALLFILE;
761 if (f_mode == FM_ALLFILE) {
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_ofile.c266 of->f_mode =
268 if (smb_fsop_open(node, of->f_mode, of->f_cr) != 0) {
388 (void) smb_fsop_close(of->f_node, of->f_mode,
H A Dsmb_oplock.c182 smb_vop_other_opens(node->vp, ofile->f_mode)) {
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1279 int f_mode; member in struct:smb_ofile

Completed in 115 milliseconds