Home
last modified time | relevance | path

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

12

/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dqman_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()
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 Dqman_private.h148 e_QmPortalEqcrConsumeMode cmode; member
160 e_QmPortalDqrrConsumeMode cmode; member
173 e_QmPortalMrConsumeMode cmode; member
/freebsd/contrib/sendmail/libsmutil/
H A Dsafefile.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/sys/sys/
H A Dalq.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,
H A Dacl.h297 mode_t acl_posix1e_newfilemode(mode_t cmode,
H A Dvnode.h779 int vn_open(struct nameidata *ndp, int *flagp, int cmode, struct file *fp);
780 int vn_open_cred(struct nameidata *ndp, int *flagp, int cmode,
/freebsd/sys/contrib/ncsw/Peripherals/BM/
H A Dbman_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()
H A Dbman_private.h142 e_BmPortalRcrConsumeMode cmode; member
H A Dfsl_bman.h126 e_BmPortalRcrConsumeMode cmode);
/freebsd/contrib/wpa/src/ap/
H A Dap_drv_ops.c555 struct hostapd_hw_modes *cmode = hapd->iface->current_mode; in hostapd_set_freq() local
562 cmode ? cmode->vht_capab : 0, in hostapd_set_freq()
563 cmode ? in hostapd_set_freq()
564 &cmode->he_capab[IEEE80211_MODE_AP] : NULL)) in hostapd_set_freq()
820 struct hostapd_hw_modes *cmode = iface->current_mode; in hostapd_start_dfs_cac() local
822 if (!hapd->driver || !hapd->driver->start_dfs_cac || !cmode) in hostapd_start_dfs_cac()
836 cmode->vht_capab, in hostapd_start_dfs_cac()
837 &cmode->he_capab[IEEE80211_MODE_AP])) { in hostapd_start_dfs_cac()
H A Ddfs.c1036 struct hostapd_hw_modes *cmode = iface->current_mode; in hostapd_dfs_start_channel_switch() local
1131 cmode->vht_capab, in hostapd_dfs_start_channel_switch()
1132 &cmode->he_capab[ieee80211_mode]); in hostapd_dfs_start_channel_switch()
H A Dbeacon.c1785 struct hostapd_hw_modes *cmode = iface->current_mode; in __ieee802_11_set_beacon() local
1843 if (cmode && in __ieee802_11_set_beacon()
1852 cmode->vht_capab, in __ieee802_11_set_beacon()
1853 &cmode->he_capab[IEEE80211_MODE_AP]) == 0) in __ieee802_11_set_beacon()
/freebsd/sys/kern/
H A Dkern_alq.c433 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 Dsubr_acl_posix1e.c623 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 Duipc_shm.c1164 mode_t cmode; in kern_shm_open2() local
1223 cmode = (mode & ~pdp->pd_cmask) & ACCESSPERMS; in kern_shm_open2()
1246 shmfd = shm_alloc(td->td_ucred, cmode, largepage); in kern_shm_open2()
1261 shmfd = shm_alloc(td->td_ucred, cmode, in kern_shm_open2()
H A Dkern_sig.c3870 int error, i, flags, oflags, cmode; in corefile_open_last() local
3875 cmode = S_IRUSR | S_IWUSR; in corefile_open_last()
3888 error = vn_open_cred(&nd, &flags, cmode, oflags, td->td_ucred, in corefile_open_last()
3968 int cmode, error, flags, i, indexpos, indexlen, oflags, ncores; in corefile_open() local
4055 cmode = S_IRUSR | S_IWUSR; in corefile_open()
4063 error = vn_open_cred(&nd, &flags, cmode, oflags, td->td_ucred, in corefile_open()
/freebsd/contrib/sendmail/src/
H A Dbf.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/sys/dev/ath/ath_hal/
H A Dah_regdomain.h159 struct cmode { struct
H A Dah_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/contrib/ncurses/include/
H A Dcurses.events3 * vile:cmode:
H A Dncurses_cfg.hin72 * vile:cmode
H A Dcurses.tail3 * vile:cmode:
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp1744 unsigned cmode = fieldFromInstruction(insn, 12, 4); in DecodeModImmInstruction() local
1766 Inst.addOperand(MCOperand::createImm((cmode & 6) << 2)); in DecodeModImmInstruction()
1772 Inst.addOperand(MCOperand::createImm((cmode & 1) ? 0x110 : 0x108)); in DecodeModImmInstruction()
1783 unsigned cmode = fieldFromInstruction(insn, 12, 4); in DecodeModImmTiedInstruction() local
1792 Inst.addOperand(MCOperand::createImm((cmode & 6) << 2)); in DecodeModImmTiedInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp3799 unsigned cmode = fieldFromInstruction(Insn, 8, 4); in DecodeMVEModImmInstruction() local
3803 imm |= cmode << 8; in DecodeMVEModImmInstruction()
6020 unsigned cmode = fieldFromInstruction(Insn, 8, 4); in DecodeVCVTD() local
6027 if (cmode == 0xF) { in DecodeVCVTD()
6032 if (cmode == 0xE) { in DecodeVCVTD()
6039 if (cmode == 0xD) { in DecodeVCVTD()
6046 if (cmode == 0xC) { in DecodeVCVTD()
6086 if (cmode == 0xF) { in DecodeVCVTQ()
6091 if (cmode == 0xE) { in DecodeVCVTQ()
6098 if (cmode == 0xD) { in DecodeVCVTQ()
[all …]
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc_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