Searched refs:memstat (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/sendmail/libsm/ |
H A D | Makefile | 43 memstat.o niprop.o path.o put.o refill.o rewind.o rpool.o setvbuf.o \ 53 t-memstat t-qic
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | memory.h | 39 int memstat(uintptr_t, uint_t, int, const mdb_arg_t *);
|
H A D | memory.c | 443 typedef struct memstat { struct 498 memstat(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in memstat() function
|
H A D | genunix.c | 4053 { "memstat", NULL, "display memory usage summary", memstat },
|
/titanic_50/usr/src/lib/libkvm/common/ |
H A D | kvm.c | 93 struct stat64 memstat, kmemstat, allkmemstat, corestat; in kvm_open() local 112 if (stat64("/dev/mem", &memstat) == -1) in kvm_open() 120 if (corestat.st_rdev == memstat.st_rdev || in kvm_open()
|