OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SMT_END
(Results
1 - 5
of
5
) sorted by null
/external/syslinux/com32/lib/syslinux/
zonelist.c
66
ep->type =
SMT_END
; /* End of chain */
96
oldtype =
SMT_END
; /* Impossible value */
97
while (mp = *mpp, start > mp->start && mp->type !=
SMT_END
) {
102
if (start < mp->start || mp->type ==
SMT_END
) {
169
while (list->type !=
SMT_END
) {
201
while (list->type !=
SMT_END
) {
237
for (best = 0; list->type !=
SMT_END
; list = list->next) {
278
while (list->type !=
SMT_END
) {
368
for (mp = mmap; mp && mp->type !=
SMT_END
; mp = mp->next) {
shuffle.c
83
for (ml = memmap; ml->type !=
SMT_END
; ml = ml->next) {
186
for (ml = memmap; ml->type !=
SMT_END
; ml = ml->next) {
movebits.c
159
while (list->type !=
SMT_END
) {
189
for (s = mmap; s->type !=
SMT_END
; s = s->next) {
423
for (mm = memmap; mm->type !=
SMT_END
; mm = mm->next)
load_linux.c
393
for (ml = amap; ml->type !=
SMT_END
; ml = ml->next) {
438
for (ml = amap; ml->type !=
SMT_END
; ml = ml->next) {
/external/syslinux/com32/include/syslinux/
movebits.h
32
SMT_END
= -1, /* End of list */
Completed in 774 milliseconds