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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeRegisterContextNetBSD_x86_64.h88 struct xstate m_xstate_x86_64;
/freebsd-12-stable/usr.bin/gcore/
H A Delfcore.c768 char *xstate; local
783 xstate = calloc(1, info.xsave_len);
784 ptrace(PT_GETXSTATE, tid, xstate, 0);
785 *(uint64_t *)(xstate + X86_XSTATE_XCR0_OFFSET) = info.xsave_mask;
787 return (xstate);
/freebsd-12-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-12-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.c423 rnh = (struct radix_node_head *)ti->xstate;
445 if (!rn_inithead(&ti->xstate, OFF_LEN_INET6)) {
483 rnh = (struct radix_node_head *)(ti->xstate);
485 rn_detachhead(&ti->xstate);
558 rnh = (struct radix_node_head *)ti->xstate;
579 rnh = (struct radix_node_head *)(ti->xstate);
723 rnh = ti->xstate;
821 rnh = ti->xstate;
1083 head = (struct chashbhead *)ti->xstate;
1129 head = (struct chashbhead *)ti->xstate;
[all...]
/freebsd-12-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 215 milliseconds