OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IMAGE_LOADED
(Results
1 - 3
of
3
) sorted by null
/external/syslinux/gpxe/src/usr/
imgmgmt.c
112
if ( image->flags &
IMAGE_LOADED
) {
130
if ( image->flags &
IMAGE_LOADED
)
/external/syslinux/gpxe/src/core/
image.c
186
image->flags |=
IMAGE_LOADED
;
242
if ( ! ( image->flags &
IMAGE_LOADED
) ) {
/external/syslinux/gpxe/src/include/gpxe/
image.h
69
#define
IMAGE_LOADED
0x0001
Completed in 329 milliseconds