OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:brkchain
(Results
1 - 3
of
3
) sorted by null
/external/syslinux/com32/chain/
options.h
70
bool
brkchain
;
member in struct:options
options.c
176
opt.
brkchain
= false; /* by def. do chainload */
371
opt.
brkchain
= false;
373
opt.
brkchain
= true;
chain.c
629
if (ndata && !opt.
brkchain
) /* boot only if we actually chainload */
Completed in 3281 milliseconds