OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nebr_lba
(Results
1 - 3
of
3
) sorted by null
/external/syslinux/com32/chain/
partiter.h
81
uint32_t
nebr_lba
; /* absolute lba of next ext. partition */
member in struct:part_iter::__anon33455::__anon33456
partiter.c
327
iter->dos.
nebr_lba
= dp->start_lba;
345
while (++iter->index0 < 1024 && iter->dos.
nebr_lba
) {
348
disk_read_sectors(&iter->di, iter->dos.
nebr_lba
, 1))) {
362
iter->dos.cebr_lba = iter->dos.
nebr_lba
;
367
iter->dos.
nebr_lba
= iter->dos.bebr_lba + dp[1].start_lba;
370
iter->dos.
nebr_lba
= 0;
mangle.c
593
lba = iter->dos.
nebr_lba
;
Completed in 257 milliseconds