Searched refs:cmode (Results 1 - 23 of 23) sorted by relevance

/freebsd-10.0-release/sys/sys/
H A Dalq.h71 * cmode Creation mode for file, if new.
78 int alq_open_flags(struct alq **alqp, const char *file, struct ucred *cred, int cmode,
80 int alq_open(struct alq **alqp, const char *file, struct ucred *cred, int cmode,
H A Dacl.h294 mode_t acl_posix1e_newfilemode(mode_t cmode,
H A Dvnode.h668 int vn_open(struct nameidata *ndp, int *flagp, int cmode, struct file *fp);
669 int vn_open_cred(struct nameidata *ndp, int *flagp, int cmode,
/freebsd-10.0-release/contrib/sendmail/libsmutil/
H A Dsafefile.c673 ** cmode -- the create-style mode flags.
681 safeopen(fn, omode, cmode, sff)
684 int cmode;
696 sm_dprintf("safeopen: fn=%s, omode=%x, cmode=%x, sff=%lx\n",
697 fn, omode, cmode, sff);
746 fd = dfopen(fn, omode, cmode, sff);
780 ** cmode -- the create-style mode flags.
788 safefopen(fn, omode, cmode, sff)
791 int cmode;
825 fd = safeopen(fn, omode, cmode, sf
[all...]
/freebsd-10.0-release/sys/dev/ath/ath_hal/
H A Dah_regdomain.h159 struct cmode { struct
H A Dah_regdomain.c101 static const struct cmode modes[] = {
374 const struct cmode *cm;
/freebsd-10.0-release/contrib/sendmail/src/
H A Dbf.c69 # define OPEN(fn, omode, cmode, sff) open(fn, omode, cmode)
71 # define OPEN(fn, omode, cmode, sff) safeopen(fn, omode, cmode, sff)
/freebsd-10.0-release/sys/kern/
H A Dkern_alq.c431 alq_open_flags(struct alq **alqp, const char *file, struct ucred *cred, int cmode, argument
448 error = vn_open_cred(&nd, &oflags, cmode, 0, cred, NULL);
483 alq_open(struct alq **alqp, const char *file, struct ucred *cred, int cmode, argument
491 ret = alq_open_flags(alqp, file, cred, cmode, size*count, 0);
496 ret = alq_open_flags(alqp, file, cred, cmode, size, 0);
H A Dsubr_acl_posix1e.c637 acl_posix1e_newfilemode(mode_t cmode, struct acl *dacl) argument
641 mode = cmode;
649 mode |= (ACL_OVERRIDE_MASK & cmode & acl_posix1e_acl_to_mode(dacl));
H A Duipc_shm.c692 mode_t cmode; local
711 cmode = (uap->mode & ~fdp->fd_cmask) & ACCESSPERMS;
725 shmfd = shm_alloc(td->td_ucred, cmode);
751 shmfd = shm_alloc(td->td_ucred, cmode);
H A Dvfs_vnops.c110 vn_open(ndp, flagp, cmode, fp)
112 int *flagp, cmode;
117 return (vn_open_cred(ndp, flagp, cmode, 0, td->td_ucred, fp));
129 vn_open_cred(struct nameidata *ndp, int *flagp, int cmode, u_int vn_open_flags, argument
156 vap->va_mode = cmode;
H A Duipc_mqueue.c1955 int fd, error, len, cmode; local
1958 cmode = (((mode & ~fdp->fd_cmask) & ALLPERMS) & ~S_ISTXT);
1996 cmode);
H A Dkern_sig.c3082 int indexpos, i, error, cmode, flags, oflags; local
3146 cmode = S_IRUSR | S_IWUSR;
3160 error = vn_open_cred(&nd, &flags, cmode, oflags,
3176 error = vn_open_cred(&nd, &flags, cmode, oflags, td->td_ucred, NULL);
H A Dvfs_syscalls.c1058 int cmode, error, indx; local
1092 cmode = ((mode & ~fdp->fd_cmask) & ALLPERMS) & ~S_ISTXT;
1096 error = vn_open(&nd, &flags, cmode, fp);
/freebsd-10.0-release/contrib/gcc/
H A Doptabs.c4066 enum machine_mode cmode, rtx op2, rtx op3,
4092 if (cmode == VOIDmode)
4093 cmode = GET_MODE (op0);
4136 = compare_from_rtx (op0, op1, code, unsignedp, cmode, NULL_RTX);
4194 enum machine_mode cmode, rtx op2, rtx op3,
4220 if (cmode == VOIDmode)
4221 cmode = GET_MODE (op0);
4264 = compare_from_rtx (op0, op1, code, unsignedp, cmode, NULL_RTX);
5886 enum machine_mode cmode = insn_data[icode].operand[0].mode;
5890 if (!insn_data[icode].operand[0].predicate (target, cmode))
4047 emit_conditional_move(rtx target, enum rtx_code code, rtx op0, rtx op1, enum machine_mode cmode, rtx op2, rtx op3, enum machine_mode mode, int unsignedp) argument
4175 emit_conditional_add(rtx target, enum rtx_code code, rtx op0, rtx op1, enum machine_mode cmode, rtx op2, rtx op3, enum machine_mode mode, int unsignedp) argument
5860 enum machine_mode cmode = insn_data[icode].operand[0].mode; local
[all...]
H A Dexpr.c2726 enum machine_mode cmode;
2736 cmode = GET_MODE (cplx);
2737 imode = GET_MODE_INNER (cmode);
2764 && hard_regno_nregs[REGNO (cplx)][cmode] % 2 == 0))
2766 rtx part = simplify_gen_subreg (imode, cplx, cmode,
2787 enum machine_mode cmode, imode;
2793 cmode = GET_MODE (cplx);
2794 imode = GET_MODE_INNER (cmode);
2829 && hard_regno_nregs[REGNO (cplx)][cmode] % 2 == 0))
2831 rtx ret = simplify_gen_subreg (imode, cplx, cmode,
2717 enum machine_mode cmode; local
2778 enum machine_mode cmode, imode; local
[all...]
H A Dsimplify-rtx.c140 enum machine_mode cmode;
188 cmode = get_pool_mode (addr);
193 if (offset != 0 || cmode != GET_MODE (x))
195 rtx tem = simplify_subreg (GET_MODE (x), c, cmode, offset);
137 enum machine_mode cmode; local
/freebsd-10.0-release/contrib/ntp/ntpdc/
H A Dntpdc_ops.c1307 u_char cmode; local
1317 cmode = 0;
1373 cmode = (u_char)val;
1432 cpeer.ttl = cmode;
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp4455 unsigned cmode = fieldFromInstruction(Insn, 8, 4); local
4460 if (!(imm & 0x38) && cmode == 0xF) {
4483 unsigned cmode = fieldFromInstruction(Insn, 8, 4); local
4488 if (!(imm & 0x38) && cmode == 0xF) {
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-arm.c11963 int cmode;
11986 cmode = neon_cmode_for_logic_imm (immbits, &immbits, et.size);
11990 cmode = neon_cmode_for_logic_imm (immbits, &immbits, et.size);
11996 cmode = neon_cmode_for_logic_imm (immbits, &immbits, et.size);
12002 cmode = neon_cmode_for_logic_imm (immbits, &immbits, et.size);
12009 if (cmode == FAIL)
12015 inst.instruction |= cmode << 8;
12795 int op, cmode, float_p;
12812 if ((cmode = neon_cmode_for_move_imm (immlo, immhi, float_p, &immbits, &op,
12821 if ((cmode
11953 int cmode; local
12785 int op, cmode, float_p; local
[all...]
/freebsd-10.0-release/contrib/gcc/config/i386/
H A Di386.c11920 enum machine_mode cmode;
11925 cmode = GET_MODE (ix86_compare_op0);
11926 if (cmode == VOIDmode)
11927 cmode = GET_MODE (ix86_compare_op1);
11928 if (cmode != mode)
11895 enum machine_mode cmode; local
/freebsd-10.0-release/contrib/sqlite3/
H A Dsqlite3.c29884 mode_t cmode = buf.st_mode&(S_IRUSR|S_IWUSR | S_IRGRP|S_IWGRP | local
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c30726 mode_t cmode = buf.st_mode&(S_IRUSR|S_IWUSR | S_IRGRP|S_IWGRP | local
[all...]

Completed in 929 milliseconds