Home | History | Annotate | Download | only in syslinux

Lines Matching refs:ml

65     struct syslinux_memmap *rxmap = NULL, *ml;
83 for (ml = memmap; ml->type != SMT_END; ml = ml->next) {
84 if (ml->type == SMT_ZERO)
186 for (ml = memmap; ml->type != SMT_END; ml = ml->next) {
187 if (ml->type == SMT_ZERO) {
188 dp->dst = ml->start;
190 dp->len = ml->next->start - ml->start;