Searched refs:xstate (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeRegisterContextNetBSD_x86_64.h92 struct xstate m_xstate;
/freebsd-13-stable/usr.bin/gcore/
H A Delfcore.c770 char *xstate; local
785 xstate = calloc(1, info.xsave_len);
786 ptrace(PT_GETXSTATE, tid, xstate, 0);
787 *(uint64_t *)(xstate + X86_XSTATE_XCR0_OFFSET) = info.xsave_mask;
789 return (xstate);
/freebsd-13-stable/contrib/tcsh/
H A Dsh.exec.c535 execash_cleanup(void *xstate) argument
539 state = xstate;
916 tellmewhat_s0_cleanup(void *xstate) argument
920 state = xstate;
H A Ded.inputl.c597 eval1_cleanup(void *xstate) argument
601 state = xstate;
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_table.h52 void *xstate; /* eXtended state */ member in struct:table_info
H A Dip_fw_table_algo.c422 rnh = (struct radix_node_head *)ti->xstate;
444 if (!rn_inithead(&ti->xstate, OFF_LEN_INET6)) {
482 rnh = (struct radix_node_head *)(ti->xstate);
484 rn_detachhead(&ti->xstate);
557 rnh = (struct radix_node_head *)ti->xstate;
578 rnh = (struct radix_node_head *)(ti->xstate);
721 rnh = ti->xstate;
819 rnh = ti->xstate;
1077 head = (struct chashbhead *)ti->xstate;
1123 head = (struct chashbhead *)ti->xstate;
[all...]
/freebsd-13-stable/sys/dev/kbdmux/
H A Dkbdmux.c242 kbdmux_kbd_intr_timo(void *xstate) argument
244 kbdmux_state_t *state = (kbdmux_state_t *) xstate;

Completed in 179 milliseconds