Home
last modified time | relevance | path

Searched refs:NtCurrentTeb (Results 1 – 1 of 1) sorted by relevance

/pciutils/lib/
H A Dwin32-helpers.c82 __inline struct _TEB *NtCurrentTeb(void) { return (struct _TEB *)__readfsdword(PcTeb); } in NtCurrentTeb() function
84 __inline struct _TEB *NtCurrentTeb(void) { __asm mov eax, fs:[PcTeb] } in NtCurrentTeb() function
391 ULONG *hard_error_mode_ptr = (ULONG *)((BYTE *)NtCurrentTeb() + TEB_HARD_ERROR_MODE_OFFSET); in win32_change_error_mode()