Searched refs:meminfo (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/xz/src/common/
H A Dtuklib_physmem.c93 MEMORYSTATUSEX meminfo; local
94 meminfo.dwLength = sizeof(meminfo);
95 if (gmse(&meminfo))
96 ret = meminfo.ullTotalPhys;
105 MEMORYSTATUS meminfo; local
106 meminfo.dwLength = sizeof(meminfo);
107 GlobalMemoryStatus(&meminfo);
108 ret = meminfo
118 __dpmi_free_mem_info meminfo; local
[all...]
/freebsd-11-stable/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.c1765 struct struct_meminfo *meminfo,
1773 for (i = 0; i < meminfo->mem_c; i++) {
1774 if (meminfo->mem[i].idx >= ARRAY_SIZE(region))
1777 idx = meminfo->mem[i].idx;
1780 if (!(meminfo->mem[i].limit))
1781 meminfo->mem[i].limit =
1782 i < meminfo->mem_c - 1 ?
1783 meminfo->mem[i + 1].base - 1 : ~0;
1787 max_ctx_qid[idx] = (meminfo->mem[i].limit -
1788 meminfo
1764 get_max_ctxt_qid(struct adapter *padap, struct struct_meminfo *meminfo, u32 *max_ctx_qid, u8 nelem) argument
1857 struct struct_meminfo meminfo; local
2471 struct struct_meminfo meminfo; local
[all...]
/freebsd-11-stable/stand/uboot/common/
H A Dmain.c122 meminfo(void) function
471 meminfo();
/freebsd-11-stable/sys/xen/interface/
H A Dsysctl.h512 * - Both 'meminfo' and 'distance' handles being null is a request
514 * - Otherwise it's the number of entries in 'meminfo' and square root
529 XEN_GUEST_HANDLE_64(xen_sysctl_meminfo_t) meminfo; member in struct:xen_sysctl_numainfo
/freebsd-11-stable/sys/geom/journal/
H A Dg_journal.c243 struct meminfo { struct
258 struct meminfo *mi;
292 struct meminfo *mi;
/freebsd-11-stable/tools/tools/cxgbtool/
H A Dcxgbtool.c607 meminfo(int argc, char *argv[], int start_arg, const char *iff_name) function
1656 else if (!strcmp(argv[2], "meminfo"))
1657 r = meminfo(argc, argv, 3, iff_name);

Completed in 207 milliseconds