bootinfo_memmap.c | 33 struct btinfo_memmap *btinfo_memmap = NULL; variable in typeref:struct:btinfo_memmap * 54 btinfo_memmap = alloc(sizeof(struct btinfo_memmap) 60 memcpy(&btinfo_memmap->entry[n], buf, 63 btinfo_memmap->num = nranges; 65 BI_ADD(btinfo_memmap, BTINFO_MEMMAP, sizeof(struct btinfo_memmap)
|