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

12

/freebsd-11-stable/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.h295 mode_t acl_posix1e_newfilemode(mode_t cmode,
H A Dvnode.h690 int vn_open(struct nameidata *ndp, int *flagp, int cmode, struct file *fp);
691 int vn_open_cred(struct nameidata *ndp, int *flagp, int cmode,
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqman_low.h209 e_QmPortalEqcrConsumeMode cmode)
231 eqcr->cmode = cmode;
233 UNUSED(cmode);
385 ASSERT_COND(eqcr->cmode == e_QmPortalEqcrCCI);
397 ASSERT_COND(eqcr->cmode == e_QmPortalEqcrCCE);
407 ASSERT_COND(eqcr->cmode == e_QmPortalEqcrCCE);
477 e_QmPortalProduceMode pmode, e_QmPortalDqrrConsumeMode cmode,
504 dqrr->cmode = cmode;
208 qm_eqcr_init(struct qm_portal *portal, e_QmPortalProduceMode pmode, e_QmPortalEqcrConsumeMode cmode) argument
476 qm_dqrr_init(struct qm_portal *portal, e_QmPortalDequeueMode dmode, e_QmPortalProduceMode pmode, e_QmPortalDqrrConsumeMode cmode, uint8_t max_fill, int stash_ring, int stash_data) argument
[all...]
H A Dqman_private.h219 e_QmPortalEqcrConsumeMode cmode; member in struct:qm_eqcr
231 e_QmPortalDqrrConsumeMode cmode; member in struct:qm_dqrr
244 e_QmPortalMrConsumeMode cmode; member in struct:qm_mr
/freebsd-11-stable/contrib/sendmail/libsmutil/
H A Dsafefile.c672 ** cmode -- the create-style mode flags.
680 safeopen(fn, omode, cmode, sff)
683 int cmode;
695 sm_dprintf("safeopen: fn=%s, omode=%x, cmode=%x, sff=%lx\n",
696 fn, omode, cmode, sff);
745 fd = dfopen(fn, omode, cmode, sff);
779 ** cmode -- the create-style mode flags.
787 safefopen(fn, omode, cmode, sff)
790 int cmode;
824 fd = safeopen(fn, omode, cmode, sf
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah_regdomain.h159 struct cmode { struct
H A Dah_regdomain.c101 static const struct cmode modes[] = {
502 u_int maxchans, int *nchans, const struct cmode *cm, REG_DOMAIN *rd,
605 const struct cmode *cm;
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/BM/
H A Dbman_low.c176 e_BmPortalRcrConsumeMode cmode)
192 rcr->cmode = cmode;
194 UNUSED(cmode);
313 ASSERT_COND(rcr->cmode == e_BmPortalRcrCCI);
323 ASSERT_COND(((struct bm_rcr *)&portal->rcr)->cmode == e_BmPortalRcrCCE);
332 ASSERT_COND(rcr->cmode == e_BmPortalRcrCCE);
174 bm_rcr_init(struct bm_portal *portal, e_BmPortalProduceMode pmode, e_BmPortalRcrConsumeMode cmode) argument
H A Dbman_private.h217 e_BmPortalRcrConsumeMode cmode; member in struct:bm_rcr
H A Dfsl_bman.h126 e_BmPortalRcrConsumeMode cmode);
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dap_drv_ops.c549 struct hostapd_hw_modes *cmode = hapd->iface->current_mode; local
555 cmode ? cmode->vht_capab : 0,
556 cmode ?
557 &cmode->he_capab[IEEE80211_MODE_AP] : NULL))
802 struct hostapd_hw_modes *cmode = iface->current_mode; local
804 if (!hapd->driver || !hapd->driver->start_dfs_cac || !cmode)
817 cmode->vht_capab,
818 &cmode->he_capab[IEEE80211_MODE_AP])) {
H A Ddfs.c891 struct hostapd_hw_modes *cmode = iface->current_mode; local
970 cmode->vht_capab,
971 &cmode->he_capab[IEEE80211_MODE_AP]);
H A Dbeacon.c1402 struct hostapd_hw_modes *cmode = iface->current_mode; local
1426 if (cmode &&
1434 cmode->vht_capab,
1435 &cmode->he_capab[IEEE80211_MODE_AP]) == 0)
/freebsd-11-stable/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-11-stable/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 if ((ret = alq_open_flags(alqp, file, cred, cmode,
498 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.c688 mode_t cmode; local
706 cmode = (mode & ~fdp->fd_cmask) & ACCESSPERMS;
727 shmfd = shm_alloc(td->td_ucred, cmode);
762 shmfd = shm_alloc(td->td_ucred, cmode);
H A Dvfs_vnops.c173 vn_open(ndp, flagp, cmode, fp)
175 int *flagp, cmode;
180 return (vn_open_cred(ndp, flagp, cmode, 0, td->td_ucred, fp));
192 vn_open_cred(struct nameidata *ndp, int *flagp, int cmode, u_int vn_open_flags, argument
227 vap->va_mode = cmode;
H A Dkern_sig.c3367 int error, i, flags, oflags, cmode; local
3371 cmode = S_IRUSR | S_IWUSR;
3380 error = vn_open_cred(&nd, &flags, cmode, oflags, td->td_ucred,
3453 int cmode, error, flags, i, indexpos, oflags; local
3526 cmode = S_IRUSR | S_IWUSR;
3534 error = vn_open_cred(&nd, &flags, cmode, oflags, td->td_ucred,
/freebsd-11-stable/contrib/gcc/
H A Doptabs.c4070 enum machine_mode cmode, rtx op2, rtx op3,
4096 if (cmode == VOIDmode)
4097 cmode = GET_MODE (op0);
4140 = compare_from_rtx (op0, op1, code, unsignedp, cmode, NULL_RTX);
4198 enum machine_mode cmode, rtx op2, rtx op3,
4224 if (cmode == VOIDmode)
4225 cmode = GET_MODE (op0);
4268 = compare_from_rtx (op0, op1, code, unsignedp, cmode, NULL_RTX);
5896 enum machine_mode cmode = insn_data[icode].operand[0].mode;
5900 if (!insn_data[icode].operand[0].predicate (target, cmode))
4051 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
4179 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
5870 enum machine_mode cmode = insn_data[icode].operand[0].mode; local
[all...]
H A Dexpr.c2728 enum machine_mode cmode;
2738 cmode = GET_MODE (cplx);
2739 imode = GET_MODE_INNER (cmode);
2766 && hard_regno_nregs[REGNO (cplx)][cmode] % 2 == 0))
2768 rtx part = simplify_gen_subreg (imode, cplx, cmode,
2789 enum machine_mode cmode, imode;
2795 cmode = GET_MODE (cplx);
2796 imode = GET_MODE_INNER (cmode);
2831 && hard_regno_nregs[REGNO (cplx)][cmode] % 2 == 0))
2833 rtx ret = simplify_gen_subreg (imode, cplx, cmode,
2719 enum machine_mode cmode; local
2780 enum machine_mode cmode, imode; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp1596 unsigned cmode = fieldFromInstruction(insn, 12, 4); local
1618 Inst.addOperand(MCOperand::createImm((cmode & 6) << 2));
1624 Inst.addOperand(MCOperand::createImm((cmode & 1) ? 0x110 : 0x108));
1635 unsigned cmode = fieldFromInstruction(insn, 12, 4); local
1644 Inst.addOperand(MCOperand::createImm((cmode & 6) << 2));
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c1334 u_char cmode; local
1345 cmode = 0;
1398 cmode = (u_char)val;
1456 cpeer.ttl = cmode;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp3513 unsigned cmode = fieldFromInstruction(Insn, 8, 4); local
3517 imm |= cmode << 8;
3520 if (cmode == 0xF && Inst.getOpcode() == ARM::MVE_VMVNimmi32)
5672 unsigned cmode = fieldFromInstruction(Insn, 8, 4); local
5679 if (cmode == 0xF) {
5684 if (cmode == 0xE) {
5691 if (cmode == 0xD) {
5698 if (cmode == 0xC) {
5731 unsigned cmode = fieldFromInstruction(Insn, 8, 4); local
5738 if (cmode
[all...]

Completed in 249 milliseconds

12