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 - 2
of
2
) 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)
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 29 milliseconds
Indexes created Sun May 03 00:22:47 UTC 2026