/freebsd/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() 385 ASSERT_COND(eqcr->cmode == e_QmPortalEqcrCCI); in qmPortalEqcrCciUpdate() 397 ASSERT_COND(eqcr->cmode == e_QmPortalEqcrCCE); in qmPortalEqcrCcePrefetch() 407 ASSERT_COND(eqcr->cmode == e_QmPortalEqcrCCE); in qmPortalEqcrCceUpdate() 477 e_QmPortalProduceMode pmode, e_QmPortalDqrrConsumeMode cmode, in qm_dqrr_init() argument 504 dqrr->cmode = cmode; in qm_dqrr_init() 517 ((cmode & 3) << 16) | /* DCM */ in qm_dqrr_init() 627 ASSERT_COND(dqrr->cmode == e_QmPortalDqrrCCI); in qmPortalDqrrCciConsume() [all …]
|
H A D | qman_private.h | 148 e_QmPortalEqcrConsumeMode cmode; member 160 e_QmPortalDqrrConsumeMode cmode; member 173 e_QmPortalMrConsumeMode cmode; member
|
/freebsd/contrib/sendmail/libsmutil/ |
H A D | safefile.c | 680 safeopen(fn, omode, cmode, sff) in safeopen() argument 683 int cmode; 696 fn, omode, cmode, sff); 745 fd = dfopen(fn, omode, cmode, sff); 787 safefopen(fn, omode, cmode, sff) in safefopen() argument 790 int cmode; 824 fd = safeopen(fn, omode, cmode, sff); 926 dfopen(filename, omode, cmode, sff) in dfopen() argument 929 int cmode; 940 fd = open(filename, omode, cmode);
|
/freebsd/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/sys/sys/ |
H A D | alq.h | 79 int alq_open_flags(struct alq **alqp, const char *file, struct ucred *cred, int cmode, 81 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 | 780 int vn_open(struct nameidata *ndp, int *flagp, int cmode, struct file *fp); 781 int vn_open_cred(struct nameidata *ndp, int *flagp, int cmode,
|
/freebsd/contrib/wpa/src/ap/ |
H A D | ap_drv_ops.c | 652 struct hostapd_hw_modes *cmode = hapd->iface->current_mode; in hostapd_set_freq() local 659 cmode ? cmode->vht_capab : 0, in hostapd_set_freq() 660 cmode ? in hostapd_set_freq() 661 &cmode->he_capab[IEEE80211_MODE_AP] : NULL, in hostapd_set_freq() 662 cmode ? in hostapd_set_freq() 663 &cmode->eht_capab[IEEE80211_MODE_AP] : in hostapd_set_freq() 995 struct hostapd_hw_modes *cmode = iface->current_mode; in hostapd_start_dfs_cac() local 997 if (!hapd->driver || !hapd->driver->start_dfs_cac || !cmode) in hostapd_start_dfs_cac() 1012 cmode->vht_capab, in hostapd_start_dfs_cac() 1013 &cmode->he_capab[IEEE80211_MODE_AP], in hostapd_start_dfs_cac() [all …]
|
H A D | dfs.c | 971 struct hostapd_hw_modes *cmode = iface->current_mode; in hostapd_dfs_request_channel_switch() local 1012 cmode->vht_capab, in hostapd_dfs_request_channel_switch() 1013 &cmode->he_capab[ieee80211_mode], in hostapd_dfs_request_channel_switch() 1014 &cmode->eht_capab[ieee80211_mode], in hostapd_dfs_request_channel_switch()
|
H A D | beacon.c | 2563 struct hostapd_hw_modes *cmode = iface->current_mode; in __ieee802_11_set_beacon() local 2629 if (cmode && in __ieee802_11_set_beacon() 2639 cmode->vht_capab, in __ieee802_11_set_beacon() 2640 &cmode->he_capab[IEEE80211_MODE_AP], in __ieee802_11_set_beacon() 2641 &cmode->eht_capab[IEEE80211_MODE_AP], in __ieee802_11_set_beacon()
|
/freebsd/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 448 error = vn_open_cred(&nd, &oflags, cmode, 0, cred, NULL); in alq_open_flags() 483 alq_open(struct alq **alqp, const char *file, struct ucred *cred, int cmode, in alq_open() argument 491 if ((ret = alq_open_flags(alqp, file, cred, cmode, in alq_open() 498 ret = alq_open_flags(alqp, file, cred, cmode, size, 0); in alq_open()
|
H A D | subr_acl_posix1e.c | 623 acl_posix1e_newfilemode(mode_t cmode, struct acl *dacl) in acl_posix1e_newfilemode() argument 627 mode = cmode; in acl_posix1e_newfilemode() 635 mode |= (ACL_OVERRIDE_MASK & cmode & acl_posix1e_acl_to_mode(dacl)); in acl_posix1e_newfilemode()
|
H A D | uipc_shm.c | 1137 mode_t cmode; in kern_shm_open2() local 1196 cmode = (mode & ~pdp->pd_cmask) & ACCESSPERMS; in kern_shm_open2() 1216 shmfd = shm_alloc(td->td_ucred, cmode, largepage); in kern_shm_open2() 1235 shmfd = shm_alloc(td->td_ucred, cmode, in kern_shm_open2()
|
H A D | kern_sig.c | 3860 int error, i, flags, oflags, cmode; in corefile_open_last() local 3865 cmode = S_IRUSR | S_IWUSR; in corefile_open_last() 3878 error = vn_open_cred(&nd, &flags, cmode, oflags, td->td_ucred, in corefile_open_last() 3958 int cmode, error, flags, i, indexpos, indexlen, oflags, ncores; in corefile_open() local 4045 cmode = S_IRUSR | S_IWUSR; in corefile_open() 4053 error = vn_open_cred(&nd, &flags, cmode, oflags, td->td_ucred, in corefile_open()
|
/freebsd/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/sys/dev/ath/ath_hal/ |
H A D | ah_regdomain.h | 159 struct cmode { struct
|
H A D | ah_regdomain.c | 101 static const struct cmode modes[] = { 514 u_int maxchans, int *nchans, const struct cmode *cm, REG_DOMAIN *rd, in add_chanlist_mode() 665 const struct cmode *cm; in getchannels()
|
/freebsd/contrib/ncurses/include/ |
H A D | curses.events | 3 * vile:cmode:
|
H A D | ncurses_cfg.hin | 72 * vile:cmode
|
H A D | curses.tail | 3 * vile:cmode:
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/ |
H A D | AArch64Disassembler.cpp | 1369 unsigned cmode = fieldFromInstruction(insn, 12, 4); in DecodeModImmInstruction() local 1393 Inst.addOperand(MCOperand::createImm((cmode & 6) << 2)); in DecodeModImmInstruction() 1399 Inst.addOperand(MCOperand::createImm((cmode & 1) ? 0x110 : 0x108)); in DecodeModImmInstruction() 1410 unsigned cmode = fieldFromInstruction(insn, 12, 4); in DecodeModImmTiedInstruction() local 1421 Inst.addOperand(MCOperand::createImm((cmode & 6) << 2)); in DecodeModImmTiedInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
H A D | ARMDisassembler.cpp | 3802 unsigned cmode = fieldFromInstruction(Insn, 8, 4); in DecodeMVEModImmInstruction() local 3806 imm |= cmode << 8; in DecodeMVEModImmInstruction() 3809 if (cmode == 0xF && Inst.getOpcode() == ARM::MVE_VMVNimmi32) in DecodeMVEModImmInstruction() 6023 unsigned cmode = fieldFromInstruction(Insn, 8, 4); in DecodeVCVTD() local 6030 if (cmode == 0xF) { in DecodeVCVTD() 6035 if (cmode == 0xE) { in DecodeVCVTD() 6042 if (cmode == 0xD) { in DecodeVCVTD() 6049 if (cmode == 0xC) { in DecodeVCVTD() 6082 unsigned cmode = fieldFromInstruction(Insn, 8, 4); in DecodeVCVTQ() local 6089 if (cmode == 0xF) { in DecodeVCVTQ() [all …]
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | ntpdc_ops.c | 1334 u_char cmode; in doconfig() local 1345 cmode = 0; in doconfig() 1398 cmode = (u_char)val; in doconfig() 1456 cpeer.ttl = cmode; in doconfig()
|