Home
last modified time | relevance | path

Searched refs:rflags (Results 1 – 25 of 68) sorted by relevance

123

/freebsd/contrib/ntp/ntpd/
H A Dntp_restrict.c136 printf("%s/%s: hits %u ippeerlimit %hd mflags %s rflags %s", in dump_restrict()
139 rflags_str(res->rflags)); in dump_restrict()
288 if (RES_LIMITED & res->rflags) { in free_res()
548 r4a->rflags = match->rflags; in restrictions()
570 r4a->rflags = match->rflags; in restrictions()
577 r4a->rflags = RES_IGNORE;
609 u_short rflags, in hack_restrict()
627 printf(" mflags %s rflags in hack_restrict()
605 hack_restrict(restrict_op op,sockaddr_u * resaddr,sockaddr_u * resmask,short ippeerlimit,u_short mflags,u_short rflags,u_long expire) hack_restrict() argument
[all...]
H A Dntp_config.c2646 u_short rflags; in config_access()
2776 rflags = 0; in config_access()
2795 rflags |= RES_FLAKE; in config_access()
2799 rflags |= RES_IGNORE; in config_access()
2803 rflags |= RES_KOD; in config_access()
2807 rflags |= RES_LIMITED; in config_access()
2811 rflags |= RES_LPTRAP; in config_access()
2815 rflags |= RES_MSSNTP; in config_access()
2819 rflags |= RES_NOMODIFY; in config_access()
2823 rflags | in config_access()
2616 u_short rflags; config_access() local
5796 build_rflags(u_short rflags) build_rflags() argument
[all...]
/freebsd/sys/amd64/vmm/
H A Dvmm_instruction_emul.c417 u_long rflags; \
420 "=r" (rflags), "+r" (x) : "m" (y)); \
421 return (rflags); \
452 u_long rflags; \
455 "=r" (rflags), "+r" (x) : "m" (y)); \
456 return (rflags); \
487 u_long rflags; \
490 "=r" (rflags), "+r" (x) : "m" (y)); \
491 return (rflags); \
723 uint64_t cr0, val, rflags; in get_gla() local
[all …]
H A Dvmm_util.c101 DUMP_REG(rflags); in dump_trapframe()
/freebsd/tools/tools/net80211/w00t/libw00t/
H A Dw00t.c190 uint8_t rflags; in get_wifi() local
210 rflags = ((const uint8_t *)rth)[8]; in get_wifi()
212 rflags = ((const uint8_t *)rth)[0]; in get_wifi()
214 rflags = 0; in get_wifi()
218 if (rflags & IEEE80211_RADIOTAP_F_FCS) in get_wifi()
/freebsd/sys/amd64/vmm/amd/
H A Dsvm.c823 vis->rflags = state->rflags; in svm_handle_io()
1452 uint64_t rflags; in svm_vmexit() local
1462 &rflags); in svm_vmexit()
1463 vcpu->dbg.rflags_tf = rflags & PSL_T; in svm_vmexit()
1586 vmexit->u.hlt.rflags = state->rflags; in svm_vmexit()
1623 uint64_t rflags; in svm_vmexit() local
1625 svm_getreg(vcpu, VM_REG_GUEST_RFLAGS, &rflags); in svm_vmexit()
1632 svm_setreg(vcpu, VM_REG_GUEST_RFLAGS, (rflags | PSL_T)); in svm_vmexit()
1642 uint64_t rflags; in svm_vmexit() local
1644 svm_getreg(vcpu, VM_REG_GUEST_RFLAGS, &rflags); in svm_vmexit()
[all …]
/freebsd/sys/amd64/amd64/
H A Dexec_machdep.c235 long rflags; in sys_sigreturn() local
255 rflags = ucp->uc_mcontext.mc_rflags; in sys_sigreturn()
259 if (!EFL_SECURE(rflags, regs->tf_rflags)) { in sys_sigreturn()
261 td->td_name, rflags); in sys_sigreturn()
463 register_t rflags; in set_regs() local
466 rflags = regs->r_rflags & 0xffffffff; in set_regs()
467 if (!EFL_SECURE(rflags, tp->tf_rflags) || !CS_SECURE(regs->r_cs)) in set_regs()
486 tp->tf_rflags = rflags; in set_regs()
652 long rflags; in set_mcontext() local
660 rflags = (mcp->mc_rflags & PSL_USERCHANGE) | in set_mcontext()
[all …]
/freebsd/usr.sbin/rpc.lockd/
H A Dlockd_lock.c498 enum RFLAGS rflags; in region_compare() local
512 rflags = REDGE_RBOUNDARY; /* Both are infiinite */ in region_compare()
537 rflags = REDGE_LEFT; in region_compare()
541 rflags = REDGE_LBOUNDARY; in region_compare()
545 rflags = REDGE_INSIDE; in region_compare()
554 if (rflags == REDGE_INSIDE) { in region_compare()
581 rflags = REDGE_RIGHT; /* Infinity is right of finity */ in region_compare()
610 rflags = REDGE_LEFT; in region_compare()
614 rflags = REDGE_LBOUNDARY; in region_compare()
618 rflags = REDGE_INSIDE; in region_compare()
[all …]
/freebsd/libexec/rtld-elf/amd64/
H A Drtld_start.S89 pushfq # Save rflags
155 popfq # Restore rflags
157 leaq 16(%rsp),%rsp # Discard spare, obj, do not change rflags
/freebsd/usr.bin/diff/
H A Ddiffreg_new.c154 int rc, atomizer_flags, rflags, diff_flags = 0; in diffreg_new() local
246 rflags = (result->left->root->diff_flags | result->right->root->diff_flags); in diffreg_new()
247 force_text = (rflags & DIFF_FLAG_FORCE_TEXT_DATA); in diffreg_new()
/freebsd/sys/cddl/dev/dtrace/amd64/
H A Ddtrace_subr.c362 register_t rflags; in dtrace_gethrtime() local
370 rflags = intr_disable(); in dtrace_gethrtime()
372 intr_restore(rflags); in dtrace_gethrtime()
/freebsd/tools/tools/net80211/wlaninject/
H A Dwlaninject.c474 uint8_t rflags; in do_verify() local
492 rflags = ((const uint8_t *)rth)[8]; in do_verify()
494 rflags = ((const uint8_t *)rth)[0]; in do_verify()
496 rflags = 0; in do_verify()
497 if (rflags & IEEE80211_RADIOTAP_F_FCS) in do_verify()
/freebsd/sys/amd64/include/
H A Dcpufunc.h839 register_t rflags; in intr_disable() local
841 rflags = read_rflags(); in intr_disable()
843 return (rflags); in intr_disable()
847 intr_restore(register_t rflags) in intr_restore() argument
849 write_rflags(rflags); in intr_restore()
H A Dvmm_instruction_emul.h65 uint64_t rflags, uint64_t gla);
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Duintrintrin.h26 unsigned long long rflags; member
/freebsd/usr.bin/sed/
H A Dextern.h45 extern int rflags; /* regex flags to use */
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextWindows_x86_64.cpp37 uint64_t rflags; member
107 …DEFINE_GPR(rflags, nullptr, dwarf_rflags_x86_64, dwarf_rflags_x86_64, LLDB_REGNUM_GENERIC_FLAGS…
H A DRegisterContextDarwin_x86_64.cpp311 {DEFINE_GPR(rflags, "flags"),
1044 if (gpr.rflags & trace_bit) in HardwareSingleStep()
1047 gpr.rflags |= trace_bit; in HardwareSingleStep()
1049 if (gpr.rflags & trace_bit) in HardwareSingleStep()
1050 gpr.rflags &= ~trace_bit; in HardwareSingleStep()
H A DRegisterContextOpenBSD_x86_64.cpp35 uint64_t rflags; member
/freebsd/usr.sbin/bhyve/amd64/
H A Dinout.c174 vis->cr0, vis->rflags, gla)) { in emulate_inout()
191 if (vis->rflags & PSL_D) in emulate_inout()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_inode.c595 unsigned int rflags) in zpl_rename2() argument
599 unsigned int rflags) in zpl_rename2()
602 struct inode *tdip, struct dentry *tdentry, unsigned int rflags) in zpl_rename2()
618 if (rflags & RENAME_WHITEOUT) { in zpl_rename2()
626 dname(tdentry), cr, 0, rflags, wo_vap, user_ns); in zpl_rename2()
/freebsd/sys/amd64/linux/
H A Dlinux_sysvec.c362 unsigned long rflags; in linux_rt_sigreturn() local
374 rflags = context->sc_rflags; in linux_rt_sigreturn()
389 if (!EFL_SECURE(rflags & ~PSL_RF, regs->tf_rflags & ~PSL_RF)) { in linux_rt_sigreturn()
391 p->p_pid, p->p_comm, rflags); in linux_rt_sigreturn()
434 regs->tf_rflags = rflags; in linux_rt_sigreturn()
/freebsd/contrib/ntp/include/
H A Dntp.h860 u_short rflags; /* restrict (accesslist) flags */
876 u_short rflags; /* match flags */
881 * Restrict (Access) flags (rflags)
925 RESTRICT_FLAGS = 1, /* add rflags to restrict entry */
926 RESTRICT_UNFLAG, /* remove rflags from restrict entry */
844 u_short rflags; /* restrict (accesslist) flags */ global() member
861 u_short rflags; /* match flags */ global() member
/freebsd/sys/contrib/xen/hvm/
H A Dhvm_vcpu.h102 uint64_t rflags; member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_replay.c681 char *tname, uint64_t rflags, vattr_t *wo_vap) in do_zfs_replay_rename() argument
688 VERIFY0(rflags & ~(RENAME_EXCHANGE | RENAME_WHITEOUT)); in do_zfs_replay_rename()
691 VERIFY_EQUIV(rflags & RENAME_WHITEOUT, wo_vap != NULL); in do_zfs_replay_rename()
693 VERIFY0(rflags); in do_zfs_replay_rename()
708 error = zfs_rename(sdzp, sname, tdzp, tname, kcred, vflg, rflags, in do_zfs_replay_rename()
711 error = zfs_rename(sdzp, sname, tdzp, tname, kcred, vflg, rflags, in do_zfs_replay_rename()

123