OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PIF_STEPALL
(Results
1 - 3
of
3
) sorted by null
/external/syslinux/com32/chain/
partiter.h
49
enum {
PIF_STEPALL
= 1, PIF_PREFMBR = 2, PIF_STRICT = 4, PIF_STRICTER = 8};
68
int index; /* excluding holes, from 0 (disk, then parts from 1), -1 means hole, if
PIF_STEPALL
is set */
partiter.c
305
if (!ost_is_nondata(dp->ostype) || (iter->flags &
PIF_STEPALL
)) {
377
if (dp[0].ostype || (iter->flags &
PIF_STEPALL
)) {
386
* don't increase index0. If
PIF_STEPALL
flag is set, we will never
453
* in case
PIF_STEPALL
is set - this makes the index consistent with
454
* non-
PIF_STEPALL
iterators
488
if (!guid_is0(&gpt_part->type) || (iter->flags &
PIF_STEPALL
))
mangle.c
543
if (!(iter = pi_begin(&miter->di,
PIF_STEPALL
| opt.piflags)))
645
if (!(iter = pi_begin(&miter->di,
PIF_STEPALL
| opt.piflags)))
Completed in 175 milliseconds