Searched defs:meminfo (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | meminfosys.c | 29 #pragma weak _meminfo = meminfo 37 * meminfo() function call 40 meminfo(const uint64_t *inaddr, int addr_count, const uint_t *info_req, function 43 struct meminfo minfo;
|
/illumos-gate/usr/src/boot/sys/boot/uboot/common/ |
H A D | main.c | 122 meminfo(void) function 439 meminfo();
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | mman.h | 259 extern int meminfo(const uint64_t *, int, const uint_t *, int, uint64_t *, 379 /* private structure for meminfo */ 380 typedef struct meminfo { struct 402 * info_req request type definitions for meminfo 417 /* maximum number of addresses meminfo() can process at a time */
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | lgrpsys.c | 56 meminfo(int addr_count, struct meminfo *mip) function 70 struct meminfo minfo; 85 if (copyin(mip, &minfo, sizeof (struct meminfo))) 2101 return (meminfo(ia, (struct meminfo *)ap));
|
Completed in 264 milliseconds