Home
last modified time | relevance | path

Searched refs:cmode (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-13-stable/sys/contrib/ncsw/Peripherals/QM/
HDqman_low.h209 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 …]
HDqman_private.h148 e_QmPortalEqcrConsumeMode cmode; member
160 e_QmPortalDqrrConsumeMode cmode; member
173 e_QmPortalMrConsumeMode cmode; member
/freebsd-13-stable/contrib/sendmail/libsmutil/
HDsafefile.c680 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-13-stable/sys/contrib/ncsw/Peripherals/BM/
HDbman_low.c180 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()
HDbman_private.h142 e_BmPortalRcrConsumeMode cmode; member
HDfsl_bman.h126 e_BmPortalRcrConsumeMode cmode);
/freebsd-13-stable/sys/sys/
HDalq.h79 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,
HDacl.h295 mode_t acl_posix1e_newfilemode(mode_t cmode,
HDvnode.h765 int vn_open(struct nameidata *ndp, int *flagp, int cmode, struct file *fp);
766 int vn_open_cred(struct nameidata *ndp, int *flagp, int cmode,
/freebsd-13-stable/contrib/wpa/src/ap/
HDap_drv_ops.c652 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 …]
HDdfs.c971 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()
HDbeacon.c2563 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-13-stable/sys/kern/
HDkern_alq.c429 alq_open_flags(struct alq **alqp, const char *file, struct ucred *cred, int cmode, in alq_open_flags() argument
446 error = vn_open_cred(&nd, &oflags, cmode, 0, cred, NULL); in alq_open_flags()
481 alq_open(struct alq **alqp, const char *file, struct ucred *cred, int cmode, in alq_open() argument
489 if ((ret = alq_open_flags(alqp, file, cred, cmode, in alq_open()
496 ret = alq_open_flags(alqp, file, cred, cmode, size, 0); in alq_open()
HDsubr_acl_posix1e.c624 acl_posix1e_newfilemode(mode_t cmode, struct acl *dacl) in acl_posix1e_newfilemode() argument
628 mode = cmode; in acl_posix1e_newfilemode()
636 mode |= (ACL_OVERRIDE_MASK & cmode & acl_posix1e_acl_to_mode(dacl)); in acl_posix1e_newfilemode()
HDuipc_shm.c1145 mode_t cmode; in kern_shm_open2() local
1190 cmode = (mode & ~pdp->pd_cmask) & ACCESSPERMS; in kern_shm_open2()
1211 shmfd = shm_alloc(td->td_ucred, cmode, largepage); in kern_shm_open2()
1234 shmfd = shm_alloc(td->td_ucred, cmode, in kern_shm_open2()
HDkern_sig.c3760 int error, i, flags, oflags, cmode; in corefile_open_last() local
3765 cmode = S_IRUSR | S_IWUSR; in corefile_open_last()
3778 error = vn_open_cred(&nd, &flags, cmode, oflags, td->td_ucred, in corefile_open_last()
3858 int cmode, error, flags, i, indexpos, indexlen, oflags, ncores; in corefile_open() local
3945 cmode = S_IRUSR | S_IWUSR; in corefile_open()
3953 error = vn_open_cred(&nd, &flags, cmode, oflags, td->td_ucred, in corefile_open()
HDvfs_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()
225 vn_open_cred(struct nameidata *ndp, int *flagp, int cmode, u_int vn_open_flags, in vn_open_cred() argument
263 vap->va_mode = cmode; in vn_open_cred()
/freebsd-13-stable/contrib/sendmail/src/
HDbf.c69 # 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-13-stable/sys/dev/ath/ath_hal/
HDah_regdomain.h159 struct cmode { struct
HDah_regdomain.c101 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-13-stable/contrib/ncurses/include/
HDncurses_cfg.hin72 * vile:cmode
HDcurses.tail3 * vile:cmode:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
HDAArch64Disassembler.cpp1369 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-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
HDARMDisassembler.cpp3802 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-13-stable/contrib/ntp/ntpdc/
HDntpdc_ops.c1334 u_char cmode; in doconfig() local
1345 cmode = 0; in doconfig()
1398 cmode = (u_char)val; in doconfig()
1456 cpeer.ttl = cmode; in doconfig()

12