Searched refs:memstat (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.h39 int memstat(uintptr_t, uint_t, int, const mdb_arg_t *);
H A Dmemory.c294 * This table is used to cache recently read vnodes for the memstat
296 * speeds the memstat command on on live, large CPU count systems.
444 typedef struct memstat { struct
502 memstat(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function
H A Dgenunix.c4138 { "memstat", NULL, "display memory usage summary", memstat },
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A DMakefile43 memstat.o niprop.o path.o put.o refill.o rewind.o rpool.o setvbuf.o \
53 t-memstat t-qic
/illumos-gate/usr/src/lib/libkvm/common/
H A Dkvm.c93 struct stat64 memstat, kmemstat, allkmemstat, corestat; local
112 if (stat64("/dev/mem", &memstat) == -1)
120 if (corestat.st_rdev == memstat.st_rdev ||

Completed in 116 milliseconds