Home
last modified time | relevance | path

Searched refs:cmode (Results 26 – 32 of 32) sorted by relevance

12

/freebsd/sys/kern/
H A Dvfs_vnops.c190 vn_open(struct nameidata *ndp, int *flagp, int cmode, struct file *fp) in vn_open() argument
194 return (vn_open_cred(ndp, flagp, cmode, 0, td->td_ucred, fp)); in vn_open()
229 vn_open_cred(struct nameidata *ndp, int *flagp, int cmode, u_int vn_open_flags, in vn_open_cred() argument
266 vap->va_mode = cmode; in vn_open_cred()
H A Duipc_mqueue.c2011 int fd, error, len, cmode; in kern_kmq_open() local
2017 cmode = (((mode & ~pdp->pd_cmask) & ALLPERMS) & ~S_ISTXT); in kern_kmq_open()
2062 cmode); in kern_kmq_open()
H A Dvfs_syscalls.c1130 int cmode, error, indx; in openatfp() local
1167 cmode = ((mode & ~pdp->pd_cmask) & ALLPERMS) & ~S_ISTXT; in openatfp()
1171 error = vn_open_cred(&nd, &flags, cmode, VN_OPEN_WANTIOCTLCAPS, in openatfp()
/freebsd/contrib/ncurses/include/
H A Dcurses.wide3 * vile:cmode:
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td8480 class SIMDModifiedImmMoveMSL<bit Q, bit op, bits<4> cmode,
8487 let Inst{15-13} = cmode{3-1};
8491 class SIMDModifiedImmVectorNoShift<bit Q, bit op, bit op2, bits<4> cmode,
8497 let Inst{15-12} = cmode;
8500 class SIMDModifiedImmScalarNoShift<bit Q, bit op, bits<4> cmode, string asm,
8504 let Inst{15-12} = cmode;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrMVE.td2588 class MVE_mod_imm<string iname, string suffix, bits<4> cmode, bit op,
2602 let Inst{11-8} = cmode{3-0};
/freebsd/contrib/sqlite3/
H A Dsqlite3.c45585 mode_t cmode = buf.st_mode&(S_IRUSR|S_IWUSR | S_IRGRP|S_IWGRP |
45589 osFchmod(conchFile->h, cmode);
45592 rc = osFchmod(conchFile->h, cmode);
45597 cmode, code, strerror(code));
45599 fprintf(stderr, "fchmod %o SUCCEDED\n",cmode);

12