HomeSort by relevance Sort by last modified time
    Searched refs:syslinux_memmap_largest (Results 1 - 7 of 7) sorted by null

  /external/syslinux/com32/include/syslinux/
movebits.h 83 int syslinux_memmap_largest(struct syslinux_memmap *list,
  /external/syslinux/com32/modules/
pmload.c 120 dprintf("Right before syslinux_memmap_largest()...\n");
123 if (syslinux_memmap_largest(amap, SMT_FREE, &lstart, &llen))
elf.c 186 dprintf("Right before syslinux_memmap_largest()...\n");
189 if (syslinux_memmap_largest(amap, SMT_FREE, &lstart, &llen))
  /external/syslinux/com32/lib/syslinux/
shuffle.c 103 if (syslinux_memmap_largest(rxmap, SMT_FREE, &desczone, &descfree))
zonelist.c 194 int syslinux_memmap_largest(struct syslinux_memmap *list, function
movebits.c 568 if (syslinux_memmap_largest(mmap, SMT_FREE, &fstart, &flen)) {
  /external/syslinux/com32/mboot/
map.c 336 if (syslinux_memmap_largest(amap, SMT_FREE, &start, &len) || len < 64)

Completed in 198 milliseconds