| /freebsd/contrib/ntp/ntpd/ |
| H A D | ntp_restrict.c | 136 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 D | ntp_config.c | 2646 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 D | vmm_instruction_emul.c | 403 u_long rflags; \ 406 "=r" (rflags), "+r" (x) : "m" (y)); \ 407 return (rflags); \ 438 u_long rflags; \ 441 "=r" (rflags), "+r" (x) : "m" (y)); \ 442 return (rflags); \ 473 u_long rflags; \ 476 "=r" (rflags), "+r" (x) : "m" (y)); \ 477 return (rflags); \ 709 uint64_t cr0, val, rflags; in get_gla() local [all …]
|
| H A D | vmm_util.c | 101 DUMP_REG(rflags); in dump_trapframe()
|
| /freebsd/tools/tools/net80211/w00t/libw00t/ |
| H A D | w00t.c | 190 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 D | svm.c | 859 vis->rflags = state->rflags; in svm_handle_io() 1468 uint64_t rflags; in svm_vmexit() local 1478 &rflags); in svm_vmexit() 1479 vcpu->dbg.rflags_tf = rflags & PSL_T; in svm_vmexit() 1602 vmexit->u.hlt.rflags = state->rflags; in svm_vmexit() 1639 uint64_t rflags; in svm_vmexit() local 1641 svm_getreg(vcpu, VM_REG_GUEST_RFLAGS, &rflags); in svm_vmexit() 1648 svm_setreg(vcpu, VM_REG_GUEST_RFLAGS, (rflags | PSL_T)); in svm_vmexit() 1658 uint64_t rflags; in svm_vmexit() local 1660 svm_getreg(vcpu, VM_REG_GUEST_RFLAGS, &rflags); in svm_vmexit() [all …]
|
| /freebsd/sys/amd64/amd64/ |
| H A D | exec_machdep.c | 235 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() 654 long rflags; in set_mcontext() local 662 rflags = (mcp->mc_rflags & PSL_USERCHANGE) | in set_mcontext() [all …]
|
| /freebsd/libexec/rtld-elf/amd64/ |
| H A D | rtld_start.S | 89 pushfq # Save rflags 155 popfq # Restore rflags 157 leaq 16(%rsp),%rsp # Discard spare, obj, do not change rflags
|
| /freebsd/usr.sbin/rpc.lockd/ |
| H A D | lockd_lock.c | 498 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/sys/cddl/dev/dtrace/amd64/ |
| H A D | dtrace_subr.c | 337 register_t rflags; in dtrace_gethrtime() local 345 rflags = intr_disable(); in dtrace_gethrtime() 347 intr_restore(rflags); in dtrace_gethrtime()
|
| /freebsd/usr.bin/diff/ |
| H A D | diffreg_new.c | 156 int rc, atomizer_flags, rflags, diff_flags = 0; in diffreg_new() local 251 rflags = (result->left->root->diff_flags | result->right->root->diff_flags); in diffreg_new() 252 force_text = (rflags & DIFF_FLAG_FORCE_TEXT_DATA); in diffreg_new()
|
| /freebsd/tools/tools/net80211/wlaninject/ |
| H A D | wlaninject.c | 474 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 D | cpufunc.h | 848 register_t rflags; in intr_disable() local 850 rflags = read_rflags(); in intr_disable() 852 return (rflags); in intr_disable() 856 intr_restore(register_t rflags) in intr_restore() argument 858 write_rflags(rflags); in intr_restore()
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | uintrintrin.h | 26 unsigned long long rflags; member
|
| /freebsd/usr.bin/sed/ |
| H A D | extern.h | 45 extern int rflags; /* regex flags to use */
|
| H A D | main.c | 91 int rflags = 0; variable 129 rflags = REG_EXTENDED; in main()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterContextWindows_x86_64.cpp | 37 uint64_t rflags; member 107 …DEFINE_GPR(rflags, nullptr, dwarf_rflags_x86_64, dwarf_rflags_x86_64, LLDB_REGNUM_GENERIC_FLAGS…
|
| H A D | RegisterContextDarwin_x86_64.cpp | 311 {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 D | RegisterContextOpenBSD_x86_64.cpp | 35 uint64_t rflags; member
|
| /freebsd/usr.sbin/bhyve/amd64/ |
| H A D | inout.c | 174 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 D | zpl_inode.c | 622 unsigned int rflags) in zpl_rename2() argument 626 unsigned int rflags) in zpl_rename2() 629 struct inode *tdip, struct dentry *tdentry, unsigned int rflags) in zpl_rename2() 645 if (rflags & RENAME_WHITEOUT) { in zpl_rename2() 653 dname(tdentry), cr, 0, rflags, wo_vap, user_ns); in zpl_rename2()
|
| /freebsd/sys/contrib/xen/hvm/ |
| H A D | hvm_vcpu.h | 102 uint64_t rflags; member
|
| /freebsd/sys/amd64/linux/ |
| H A D | linux_sysvec.c | 362 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 D | ntp.h | 860 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/openzfs/module/zfs/ |
| H A D | zfs_replay.c | 682 char *tname, uint64_t rflags, vattr_t *wo_vap) in do_zfs_replay_rename() argument 689 VERIFY0(rflags & ~(RENAME_EXCHANGE | RENAME_WHITEOUT)); in do_zfs_replay_rename() 692 VERIFY_EQUIV(rflags & RENAME_WHITEOUT, wo_vap != NULL); in do_zfs_replay_rename() 694 VERIFY0(rflags); in do_zfs_replay_rename() 709 error = zfs_rename(sdzp, sname, tdzp, tname, kcred, vflg, rflags, in do_zfs_replay_rename() 712 error = zfs_rename(sdzp, sname, tdzp, tname, kcred, vflg, rflags, in do_zfs_replay_rename()
|