OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lcall
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/x86/x86/
x86_machdep.c
1610
static const uint8_t
lcall
[] = { 0x9a, 0, 0, 0, 0 };
local
1612
const size_t sz = sizeof(
lcall
) + 2;
1613
uint8_t tmp[sizeof(
lcall
) + 2];
1618
if (memcmp(tmp,
lcall
, sizeof(
lcall
)) != 0 || tmp[sz - 1] != 0)
Completed in 25 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026