Home
last modified time | relevance | path

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

/external/syslinux/com32/mboot/
Dmem.c49 static int mboot_scan_memory(struct AddrRangeDesc **ardp, uint32_t * dosmem) in mboot_scan_memory() argument
74 *ardp = ard = malloc(RANGE_ALLOC_BLOCK * sizeof *ard); in mboot_scan_memory()
100 *ardp = ard = realloc(ard, ard_space * sizeof *ard); in mboot_scan_memory()