OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:syslinux_movelist
(Results
1 - 18
of
18
) sorted by null
/external/syslinux/com32/lib/syslinux/
freelist.c
31
* Frees a
syslinux_movelist
37
void syslinux_free_movelist(struct
syslinux_movelist
*list)
39
struct
syslinux_movelist
*m;
addlist.c
31
int syslinux_add_movelist(struct
syslinux_movelist
**list,
34
struct
syslinux_movelist
*ml = malloc(sizeof(struct
syslinux_movelist
));
dump_movelist.c
31
* Writes a
syslinux_movelist
out to a specified file. This is
40
void syslinux_dump_movelist(struct
syslinux_movelist
*ml)
movebits.c
55
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
**parentptr
[
all
...]
shuffle_pm.c
39
int syslinux_shuffle_boot_pm(struct
syslinux_movelist
*fraglist,
shuffle.c
58
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;
shuffle_rm.c
77
int syslinux_shuffle_boot_rm(struct
syslinux_movelist
*fraglist,
load_linux.c
93
static int map_initramfs(struct
syslinux_movelist
**fraglist,
164
struct
syslinux_movelist
*fraglist = NULL;
/external/syslinux/com32/include/syslinux/
movebits.h
11
* 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
...]
bootpm.h
53
int syslinux_shuffle_boot_pm(struct
syslinux_movelist
*fraglist,
bootrm.h
69
int syslinux_shuffle_boot_rm(struct
syslinux_movelist
*fraglist,
/external/syslinux/com32/elflink/ldlinux/
chainboot.c
44
struct
syslinux_movelist
*fraglist = NULL;
/external/syslinux/com32/modules/
pmload.c
63
struct
syslinux_movelist
*ml = NULL;
sdi.c
71
struct
syslinux_movelist
*ml = NULL;
elf.c
65
struct
syslinux_movelist
*ml = NULL;
pxechn.c
149
struct
syslinux_movelist
*mlist = NULL;
/external/syslinux/com32/mboot/
map.c
37
static struct
syslinux_movelist
*ml = NULL;
/external/syslinux/com32/chain/
chain.c
149
struct
syslinux_movelist
*mlist = NULL;
Completed in 1088 milliseconds