Searched refs:syslinux_movelist (Results 1 - 18 of 18) sorted by relevance

/external/syslinux/com32/lib/syslinux/
H A Dfreelist.c31 * Frees a syslinux_movelist
37 void syslinux_free_movelist(struct syslinux_movelist *list)
39 struct syslinux_movelist *m;
H A Daddlist.c31 int syslinux_add_movelist(struct syslinux_movelist **list,
34 struct syslinux_movelist *ml = malloc(sizeof(struct syslinux_movelist));
H A Ddump_movelist.c31 * Writes a syslinux_movelist out to a specified file. This is
40 void syslinux_dump_movelist(struct syslinux_movelist *ml)
H A Dmovebits.c55 static struct syslinux_movelist *new_movelist(addr_t dst, addr_t src,
58 struct syslinux_movelist *ml = malloc(sizeof(struct syslinux_movelist));
71 static struct syslinux_movelist *dup_movelist(struct syslinux_movelist *src)
73 struct syslinux_movelist *dst = NULL, **dstp = &dst, *ml;
97 static struct syslinux_movelist **split_movelist(addr_t start, addr_t len,
98 struct syslinux_movelist
101 struct syslinux_movelist *m, *ml = *parentptr;
132 static void delete_movelist(struct syslinux_movelist **parentpt
[all...]
H A Dshuffle_pm.c39 int syslinux_shuffle_boot_pm(struct syslinux_movelist *fraglist,
H A Dshuffle.c58 int syslinux_do_shuffle(struct syslinux_movelist *fraglist,
64 struct syslinux_movelist *moves = NULL, *mp;
232 struct syslinux_memmap *syslinux_target_memmap(struct syslinux_movelist
237 struct syslinux_movelist *mp;
H A Dshuffle_rm.c77 int syslinux_shuffle_boot_rm(struct syslinux_movelist *fraglist,
H A Dload_linux.c93 static int map_initramfs(struct syslinux_movelist **fraglist,
164 struct syslinux_movelist *fraglist = NULL;
/external/syslinux/com32/include/syslinux/
H A Dmovebits.h11 * A syslinux_movelist is a linked list of move operations. The ordering
14 struct syslinux_movelist { struct
18 struct syslinux_movelist *next;
58 int syslinux_compute_movelist(struct syslinux_movelist **movelist,
59 struct syslinux_movelist *fraglist,
63 void syslinux_free_movelist(struct syslinux_movelist *);
64 int syslinux_add_movelist(struct syslinux_movelist **,
66 int syslinux_allocate_from_list(struct syslinux_movelist **freelist,
68 int syslinux_do_shuffle(struct syslinux_movelist *fraglist,
72 struct syslinux_memmap *syslinux_target_memmap(struct syslinux_movelist
[all...]
H A Dbootpm.h53 int syslinux_shuffle_boot_pm(struct syslinux_movelist *fraglist,
H A Dbootrm.h69 int syslinux_shuffle_boot_rm(struct syslinux_movelist *fraglist,
/external/syslinux/com32/elflink/ldlinux/
H A Dchainboot.c44 struct syslinux_movelist *fraglist = NULL;
/external/syslinux/com32/modules/
H A Dpmload.c63 struct syslinux_movelist *ml = NULL;
H A Dsdi.c71 struct syslinux_movelist *ml = NULL;
H A Delf.c65 struct syslinux_movelist *ml = NULL;
H A Dpxechn.c149 struct syslinux_movelist *mlist = NULL;
/external/syslinux/com32/mboot/
H A Dmap.c37 static struct syslinux_movelist *ml = NULL;
/external/syslinux/com32/chain/
H A Dchain.c149 struct syslinux_movelist *mlist = NULL;

Completed in 668 milliseconds