Home
last modified time | relevance | path

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

/external/syslinux/com32/include/syslinux/
Dmovebits.h14 struct syslinux_movelist { struct
18 struct syslinux_movelist *next; argument
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
103 void syslinux_dump_movelist(struct syslinux_movelist *ml);
Dbootpm.h53 int syslinux_shuffle_boot_pm(struct syslinux_movelist *fraglist,
Dbootrm.h69 int syslinux_shuffle_boot_rm(struct syslinux_movelist *fraglist,
/external/syslinux/com32/lib/syslinux/
Dmovebits.c55 static struct syslinux_movelist *new_movelist(addr_t dst, addr_t src, in new_movelist()
58 struct syslinux_movelist *ml = malloc(sizeof(struct syslinux_movelist)); in new_movelist()
71 static struct syslinux_movelist *dup_movelist(struct syslinux_movelist *src) in dup_movelist()
73 struct syslinux_movelist *dst = NULL, **dstp = &dst, *ml; in dup_movelist()
97 static struct syslinux_movelist **split_movelist(addr_t start, addr_t len, in split_movelist()
98 struct syslinux_movelist in split_movelist()
101 struct syslinux_movelist *m, *ml = *parentptr; in split_movelist()
132 static void delete_movelist(struct syslinux_movelist **parentptr) in delete_movelist()
134 struct syslinux_movelist *o = *parentptr; in delete_movelist()
139 static void free_movelist(struct syslinux_movelist **parentptr) in free_movelist()
[all …]
Daddlist.c31 int syslinux_add_movelist(struct syslinux_movelist **list, in syslinux_add_movelist()
34 struct syslinux_movelist *ml = malloc(sizeof(struct syslinux_movelist)); in syslinux_add_movelist()
Dfreelist.c37 void syslinux_free_movelist(struct syslinux_movelist *list) in syslinux_free_movelist()
39 struct syslinux_movelist *m; in syslinux_free_movelist()
Dshuffle.c58 int syslinux_do_shuffle(struct syslinux_movelist *fraglist, in syslinux_do_shuffle()
64 struct syslinux_movelist *moves = NULL, *mp; in syslinux_do_shuffle()
232 struct syslinux_memmap *syslinux_target_memmap(struct syslinux_movelist in syslinux_target_memmap()
237 struct syslinux_movelist *mp; in syslinux_target_memmap()
Ddump_movelist.c40 void syslinux_dump_movelist(struct syslinux_movelist *ml) in syslinux_dump_movelist()
Dshuffle_pm.c39 int syslinux_shuffle_boot_pm(struct syslinux_movelist *fraglist, in syslinux_shuffle_boot_pm()
Dload_linux.c93 static int map_initramfs(struct syslinux_movelist **fraglist, in map_initramfs()
164 struct syslinux_movelist *fraglist = NULL; in bios_boot_linux()
Dshuffle_rm.c77 int syslinux_shuffle_boot_rm(struct syslinux_movelist *fraglist, in syslinux_shuffle_boot_rm()
/external/syslinux/com32/modules/
Dsdi.c71 struct syslinux_movelist *ml = NULL; in boot_sdi()
Dpmload.c63 struct syslinux_movelist *ml = NULL; in boot_raw()
Delf.c65 struct syslinux_movelist *ml = NULL; in boot_elf()
Dpxechn.c149 struct syslinux_movelist *mlist = NULL; in do_boot()
/external/syslinux/com32/elflink/ldlinux/
Dchainboot.c44 struct syslinux_movelist *fraglist = NULL; in chainboot_file()
/external/syslinux/com32/mboot/
Dmap.c37 static struct syslinux_movelist *ml = NULL;
/external/syslinux/com32/chain/
Dchain.c149 struct syslinux_movelist *mlist = NULL; in do_boot()