OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:api_check
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
llimits.h
85
#define
api_check
(l,e,msg) luai_apicheck(l,(e) && msg)
macro
/external/skia/third_party/lua/src/
llimits.h
85
#define
api_check
(l,e,msg) luai_apicheck(l,(e) && msg)
macro
/external/syslinux/com32/lua/src/
llimits.h
85
#define
api_check
(l,e,msg) luai_apicheck(l,(e) && msg)
macro
/external/syslinux/core/fs/pxe/
bios.c
264
static __lowmem struct s_PXENV_FILE_API_CHECK
api_check
;
local
267
api_check
.Size = sizeof
api_check
;
268
api_check
.Magic = 0x91d447b2;
269
err = pxe_call(PXENV_FILE_API_CHECK, &
api_check
);
270
if (!err &&
api_check
.Magic == 0xe9c17b20)
271
gpxe_funcs =
api_check
.APIMask;
Completed in 561 milliseconds