| /freebsd-12.1/sys/contrib/ncsw/Peripherals/QM/ |
| H A D | qman_low.h | 209 e_QmPortalEqcrConsumeMode cmode) in qm_eqcr_init() argument 231 eqcr->cmode = cmode; in qm_eqcr_init() 233 UNUSED(cmode); in qm_eqcr_init() 504 dqrr->cmode = cmode; in qm_dqrr_init() 841 e_QmPortalMrConsumeMode cmode) in qm_mr_init() argument 858 mr->cmode = cmode; in qm_mr_init() 963 ASSERT_COND(mr->cmode == e_QmPortalMrCCI); in qmPortalMrCciConsume() 973 ASSERT_COND(mr->cmode == e_QmPortalMrCCI); in qmPortalMrCciConsumeToCurrent() 983 ASSERT_COND(mr->cmode == e_QmPortalMrCCE); in qmPortalMrCcePrefetch() 993 ASSERT_COND(mr->cmode == e_QmPortalMrCCE); in qmPortalMrCceConsume() [all …]
|
| H A D | qman_private.h | 148 e_QmPortalEqcrConsumeMode cmode; member 160 e_QmPortalDqrrConsumeMode cmode; member 173 e_QmPortalMrConsumeMode cmode; member
|
| /freebsd-12.1/contrib/sendmail/libsmutil/ |
| H A D | safefile.c | 681 safeopen(fn, omode, cmode, sff) in safeopen() argument 684 int cmode; 697 fn, omode, cmode, sff); 746 fd = dfopen(fn, omode, cmode, sff); 788 safefopen(fn, omode, cmode, sff) in safefopen() argument 791 int cmode; 825 fd = safeopen(fn, omode, cmode, sff); 927 dfopen(filename, omode, cmode, sff) in dfopen() argument 930 int cmode; 941 fd = open(filename, omode, cmode);
|
| /freebsd-12.1/sys/contrib/ncsw/Peripherals/BM/ |
| H A D | bman_low.c | 180 e_BmPortalRcrConsumeMode cmode) in bm_rcr_init() argument 196 rcr->cmode = cmode; in bm_rcr_init() 198 UNUSED(cmode); in bm_rcr_init() 317 ASSERT_COND(rcr->cmode == e_BmPortalRcrCCI); in bm_rcr_cci_update() 327 ASSERT_COND(((struct bm_rcr *)&portal->rcr)->cmode == e_BmPortalRcrCCE); in bm_rcr_cce_prefetch() 336 ASSERT_COND(rcr->cmode == e_BmPortalRcrCCE); in bm_rcr_cce_update()
|
| H A D | bman_private.h | 142 e_BmPortalRcrConsumeMode cmode; member
|
| H A D | fsl_bman.h | 126 e_BmPortalRcrConsumeMode cmode);
|
| /freebsd-12.1/sys/sys/ |
| H A D | alq.h | 80 int alq_open_flags(struct alq **alqp, const char *file, struct ucred *cred, int cmode, 82 int alq_open(struct alq **alqp, const char *file, struct ucred *cred, int cmode,
|
| H A D | acl.h | 297 mode_t acl_posix1e_newfilemode(mode_t cmode,
|
| H A D | vnode.h | 678 int vn_open(struct nameidata *ndp, int *flagp, int cmode, struct file *fp); 679 int vn_open_cred(struct nameidata *ndp, int *flagp, int cmode,
|
| /freebsd-12.1/contrib/wpa/src/ap/ |
| H A D | ap_drv_ops.c | 549 struct hostapd_hw_modes *cmode = hapd->iface->current_mode; in hostapd_set_freq() local 555 cmode ? cmode->vht_capab : 0, in hostapd_set_freq() 556 cmode ? in hostapd_set_freq() 557 &cmode->he_capab[IEEE80211_MODE_AP] : NULL)) in hostapd_set_freq() 802 struct hostapd_hw_modes *cmode = iface->current_mode; in hostapd_start_dfs_cac() local 804 if (!hapd->driver || !hapd->driver->start_dfs_cac || !cmode) in hostapd_start_dfs_cac() 817 cmode->vht_capab, in hostapd_start_dfs_cac() 818 &cmode->he_capab[IEEE80211_MODE_AP])) { in hostapd_start_dfs_cac()
|
| H A D | dfs.c | 891 struct hostapd_hw_modes *cmode = iface->current_mode; in hostapd_dfs_start_channel_switch() local 970 cmode->vht_capab, in hostapd_dfs_start_channel_switch() 971 &cmode->he_capab[IEEE80211_MODE_AP]); in hostapd_dfs_start_channel_switch()
|
| H A D | beacon.c | 1402 struct hostapd_hw_modes *cmode = iface->current_mode; in ieee802_11_set_beacon() local 1426 if (cmode && in ieee802_11_set_beacon() 1434 cmode->vht_capab, in ieee802_11_set_beacon() 1435 &cmode->he_capab[IEEE80211_MODE_AP]) == 0) in ieee802_11_set_beacon()
|
| /freebsd-12.1/sys/kern/ |
| H A D | kern_alq.c | 433 alq_open_flags(struct alq **alqp, const char *file, struct ucred *cred, int cmode, in alq_open_flags() argument 450 error = vn_open_cred(&nd, &oflags, cmode, 0, cred, NULL); in alq_open_flags() 485 alq_open(struct alq **alqp, const char *file, struct ucred *cred, int cmode, in alq_open() argument 493 if ((ret = alq_open_flags(alqp, file, cred, cmode, in alq_open() 500 ret = alq_open_flags(alqp, file, cred, cmode, size, 0); in alq_open()
|
| H A D | subr_acl_posix1e.c | 639 acl_posix1e_newfilemode(mode_t cmode, struct acl *dacl) in acl_posix1e_newfilemode() argument 643 mode = cmode; in acl_posix1e_newfilemode() 651 mode |= (ACL_OVERRIDE_MASK & cmode & acl_posix1e_acl_to_mode(dacl)); in acl_posix1e_newfilemode()
|
| H A D | uipc_shm.c | 713 mode_t cmode; in kern_shm_open() local 734 cmode = (mode & ~fdp->fd_cmask) & ACCESSPERMS; in kern_shm_open() 755 shmfd = shm_alloc(td->td_ucred, cmode); in kern_shm_open() 791 shmfd = shm_alloc(td->td_ucred, cmode); in kern_shm_open()
|
| H A D | kern_sig.c | 3354 int error, i, flags, oflags, cmode; in corefile_open_last() local 3359 cmode = S_IRUSR | S_IWUSR; in corefile_open_last() 3372 error = vn_open_cred(&nd, &flags, cmode, oflags, td->td_ucred, in corefile_open_last() 3445 int cmode, error, flags, i, indexpos, indexlen, oflags, ncores; in corefile_open() local 3529 cmode = S_IRUSR | S_IWUSR; in corefile_open() 3537 error = vn_open_cred(&nd, &flags, cmode, oflags, td->td_ucred, in corefile_open()
|
| H A D | vfs_vnops.c | 175 vn_open(struct nameidata *ndp, int *flagp, int cmode, struct file *fp) in vn_open() argument 179 return (vn_open_cred(ndp, flagp, cmode, 0, td->td_ucred, fp)); in vn_open() 191 vn_open_cred(struct nameidata *ndp, int *flagp, int cmode, u_int vn_open_flags, in vn_open_cred() argument 225 vap->va_mode = cmode; in vn_open_cred()
|
| /freebsd-12.1/contrib/sendmail/src/ |
| H A D | bf.c | 69 # define OPEN(fn, omode, cmode, sff) open(fn, omode, cmode) argument 71 # define OPEN(fn, omode, cmode, sff) safeopen(fn, omode, cmode, sff) argument
|
| /freebsd-12.1/sys/dev/ath/ath_hal/ |
| H A D | ah_regdomain.h | 161 struct cmode { struct
|
| H A D | ah_regdomain.c | 103 static const struct cmode modes[] = { 516 u_int maxchans, int *nchans, const struct cmode *cm, REG_DOMAIN *rd, in add_chanlist_mode() 667 const struct cmode *cm; in getchannels()
|
| /freebsd-12.1/contrib/binutils/opcodes/ |
| H A D | arm-dis.c | 2433 int cmode = (given >> 8) & 0xf; in print_insn_neon() local 2444 if (cmode < 8) in print_insn_neon() 2446 shift = (cmode >> 1) & 3; in print_insn_neon() 2450 else if (cmode < 12) in print_insn_neon() 2452 shift = (cmode >> 1) & 1; in print_insn_neon() 2456 else if (cmode < 14) in print_insn_neon() 2458 shift = (cmode & 1) + 1; in print_insn_neon() 2463 else if (cmode == 14) in print_insn_neon() 2505 bits, cmode, op); in print_insn_neon()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.cpp | 995 char *cmode = const_cast<char *>(mode); in Reset() local 997 Reset(PyRefType::Owned, PyFile_FromFd(file.GetDescriptor(), nullptr, cmode, in Reset() 1002 PyFile_FromFile(file.GetStream(), const_cast<char *>(""), cmode, in Reset()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | optabs.c | 4052 enum machine_mode cmode, rtx op2, rtx op3, in emit_conditional_move() argument 4078 if (cmode == VOIDmode) in emit_conditional_move() 4079 cmode = GET_MODE (op0); in emit_conditional_move() 4122 = compare_from_rtx (op0, op1, code, unsignedp, cmode, NULL_RTX); in emit_conditional_move() 4180 enum machine_mode cmode, rtx op2, rtx op3, in emit_conditional_add() argument 4206 if (cmode == VOIDmode) in emit_conditional_add() 4207 cmode = GET_MODE (op0); in emit_conditional_add() 4250 = compare_from_rtx (op0, op1, code, unsignedp, cmode, NULL_RTX); in emit_conditional_add() 5870 enum machine_mode cmode = insn_data[icode].operand[0].mode; in expand_bool_compare_and_swap() local 5874 if (!insn_data[icode].operand[0].predicate (target, cmode)) in expand_bool_compare_and_swap() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/Disassembler/ |
| H A D | AArch64Disassembler.cpp | 1594 unsigned cmode = fieldFromInstruction(insn, 12, 4); in DecodeModImmInstruction() local 1616 Inst.addOperand(MCOperand::createImm((cmode & 6) << 2)); in DecodeModImmInstruction() 1622 Inst.addOperand(MCOperand::createImm(cmode & 1 ? 0x110 : 0x108)); in DecodeModImmInstruction() 1633 unsigned cmode = fieldFromInstruction(insn, 12, 4); in DecodeModImmTiedInstruction() local 1642 Inst.addOperand(MCOperand::createImm((cmode & 6) << 2)); in DecodeModImmTiedInstruction()
|
| /freebsd-12.1/contrib/ncurses/include/ |
| H A D | curses.tail | 3 * vile:cmode:
|