Searched refs:ardp (Results 1 – 1 of 1) sorted by relevance
49 static int mboot_scan_memory(struct AddrRangeDesc **ardp, uint32_t * dosmem) in mboot_scan_memory() argument74 *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()