Home | History | Annotate | Download | only in src

Lines Matching refs:g_nt

27 SANDBOX_INTERCEPT NtExports g_nt;
30 g_nt.member = reinterpret_cast<Nt##member##Function>( \
32 if (NULL == g_nt.member) \
36 g_nt.member = reinterpret_cast<member##Function>( \
38 if (NULL == g_nt.member) \
80 for (size_t i = 0; i < sizeof(g_nt)/sizeof(void*); i++)
81 DCHECK(reinterpret_cast<char**>(&g_nt)[i]);
83 return (SBOX_ALL_OK == child->TransferVariable("g_nt", &g_nt, sizeof(g_nt)));