Searched refs:physmem (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/libiberty/ |
D | physmem.c | 113 double pages = realmem.physmem; in physmem_total() 122 int physmem; in physmem_total() local 124 if (getsysinfo (GSI_PHYSMEM, (caddr_t) &physmem, sizeof (physmem), in physmem_total() 127 double kbytes = physmem; in physmem_total() 137 unsigned int physmem; in physmem_total() local 138 size_t len = sizeof physmem; in physmem_total() 141 if (sysctl (mib, ARRAY_SIZE (mib), &physmem, &len, NULL, 0) == 0 in physmem_total() 142 && len == sizeof (physmem)) in physmem_total() 143 return (double) physmem; in physmem_total() 149 return _system_configuration.physmem; in physmem_total()
|
D | Makefile.in | 146 physmem.c putenv.c \ 181 ./partition.$(objext) ./pexecute.$(objext) ./physmem.$(objext) \ 1134 ./physmem.$(objext): $(srcdir)/physmem.c config.h $(INCDIR)/ansidecl.h \ 1137 $(COMPILE.c) $(PICFLAG) $(srcdir)/physmem.c -o pic/$@; \ 1140 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/physmem.c -o noasan/$@; \ 1142 $(COMPILE.c) $(srcdir)/physmem.c $(OUTPUT_OPTION)
|
D | configure.ac | 669 # contain the `physmem' member. 672 [[double x = _system_configuration.physmem;]])],
|
D | ChangeLog | 2365 physmem.c, putenv.c, regex.c, safe-ctype.c, setenv.c, snprintf.c, 2522 * physmem.c (physmem_available, physmem_total, main): Likewise. 3600 * physmem.c: Update comment. 3774 * physmem.c: Formatting changes from upstream. 3778 * physmem.c (physmem_total): Add _WIN32 support. 3783 * physmem.c (physmem_total) [HAVE_GETSYSINFO]: Test for 3791 * physmem.c: Add support for AIX. Tweek formatting as per 3799 * physmem.c: Add support for *bsd and darwin. 3800 * Makefile.in: Generate depedency for physmem.o. 3804 * physmem.c (physmem_total) [HAVE_GETSYSINFO]: Use getsysinfo on [all …]
|
D | configure | 6551 double x = _system_configuration.physmem;
|
/toolchain/binutils/binutils-2.25/include/ |
D | ChangeLog-9103 | 228 * libiberty.h: Document return value of physmem routines.
|