Searched defs:postcopy (Results 1 - 1 of 1) sorted by relevance

/external/syslinux/com32/lib/syslinux/
H A Dmovebits.c224 struct syslinux_movelist **postcopy)
233 *postcopy = NULL;
288 mp->next = *postcopy;
289 *postcopy = mp;
305 syslinux_dump_movelist(*postcopy);
390 struct syslinux_movelist *postcopy = NULL; local
421 shuffle_dealias(&frags, &postcopy);
620 /* Finally, append the postcopy chain to the end of the moves list */
622 *op = postcopy;
623 postcopy
223 shuffle_dealias(struct syslinux_movelist **fraglist, struct syslinux_movelist **postcopy) argument
[all...]

Completed in 80 milliseconds