| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| memlist.h | 30 * Common memlist format, exported by boot. 41 * of struct memlist to the kernel. 43 struct memlist { struct 46 struct memlist *next; /* link to next list element */ 47 struct memlist *prev; /* link to previous list element */ 50 extern int address_in_memlist(struct memlist *, uint64_t, size_t); 58 extern struct memlist *phys_install; 64 extern struct memlist *bios_rsvd;
|
| /onnv/onnv-gate/usr/src/lib/libc/port/gen/ |
| getgrnam_r.c | 320 char **memlist, **limit; local 354 memlist = (char **)ROUND_UP(buffer + lenstr + 1, sizeof (char *)); 356 *memlist = 0; 357 group->gr_mem = memlist; 401 while (memlist < limit) { 404 *memlist = 0; 408 *memlist++ = p;
|
| /onnv/onnv-gate/usr/src/uts/i86xpv/os/ |
| balloon.c | 42 #include <sys/memlist.h> 185 struct memlist memlist; member in struct:__anon79 193 #define MEM_STRUCT_SIZE (sizeof (struct memseg) + sizeof (struct memlist)) 226 * room in our meta pages for a memseg and memlist struct? 264 * The memseg and memlist structures will go at the beginning, with 352 memlist_add(pfn_to_pa(meta_start), num_pages, &mem->memlist,
|
| /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/ |
| memory.c | 31 #include <sys/memlist.h> 763 struct memlist ml; 770 if (mdb_vread(&ml, sizeof (struct memlist), mlp) == -1) { 771 mdb_warn("unable to read memlist at %#lx", mlp); 781 memlist(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function 783 struct memlist ml; 814 if (mdb_pwalk_dcmd("memlist", "memlist", 0, NULL, 816 mdb_warn("can't walk memlist"); 826 if (mdb_vread(&ml, sizeof (struct memlist), addr) == -1) [all...] |
| /onnv/onnv-gate/usr/src/uts/i86pc/os/ |
| startup.c | 329 struct memlist *memlist; variable in typeref:struct:memlist 340 struct memlist *phys_install; /* Total installed physical memory */ 341 struct memlist *phys_avail; /* Total available physical memory */ 342 struct memlist *bios_rsvd; /* Bios reserved memory */ 552 print_memlist(char *title, struct memlist *mp) 554 prom_printf("MEMLIST: %s:\n", title); 927 struct memlist *current; 928 extern void startup_build_mem_nodes(struct memlist *); 1079 memlist_sz = ROUND_UP_PAGE(2 * sizeof (struct memlist) * [all...] |
| /onnv/onnv-gate/usr/src/uts/intel/io/pci/ |
| pci_boot.c | 33 #include <sys/memlist.h> 106 extern struct memlist *find_bus_res(int, int); 135 static void memlist_remove_list(struct memlist **list, 136 struct memlist *remove_list); 157 struct memlist *io_used; 158 struct memlist *mem_used; 647 struct memlist *list; 852 is_vga(struct memlist *elem, enum io_mem io) 871 list_is_vga_only(struct memlist *l, enum io_mem io) 903 struct memlist *list, *scratch_list 3069 struct memlist *iolist, *memlist, *pmemlist; local [all...] |
| /onnv/onnv-gate/usr/src/uts/sun4/os/ |
| startup.c | 83 extern int ndata_alloc_mmfsa(struct memlist *ndata); 165 struct memlist *phys_install; /* Total installed physical memory */ 166 struct memlist *phys_avail; /* Available (unreserved) physical memory */ 167 struct memlist *virt_avail; /* Available (unmapped?) virtual memory */ 168 struct memlist *nopp_list; /* pages with no backing page structs */ 169 struct memlist ndata; /* memlist of nucleus allocatable memory */ 248 static int ndata_alloc_memseg(struct memlist *, size_t); 249 static void memlist_new(uint64_t, uint64_t, struct memlist **); 251 struct memlist **, struct memlist **) 266 static struct memlist *memlist; variable in typeref:struct:memlist 1423 memlist_new(va_to_pa(s_text), MMU_PAGESIZE4M, &memlist); local 1425 &memlist, &nopp_list); local 1765 (uint64_t)ndata_remain_sz, &memlist, &cur); local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/ |
| devinfo.c | 248 di_off_t mem_size; /* total # bytes in memlist */ 249 struct di_mem *memlist; /* head of memlist */ member in struct:di_state 697 dcp = st->memlist; 743 * Initial memlist always holds di_all and the root_path - and 888 st->memlist = mem; 893 struct di_mem *dcp = st->memlist; 905 * Copy upto bufsiz bytes of the memlist to buf 914 ASSERT(st->memlist == NULL); 919 for (dcp = st->memlist; dcp; dcp = dcp->next) [all...] |
| /onnv/onnv-gate/usr/src/uts/sun4u/opl/io/ |
| drmach.c | 178 struct memlist *memlist; member in struct:drmach_mem 375 struct memlist *ml; 432 struct memlist *p; 440 mp->memlist = ml; [all...] |