HomeSort by relevance Sort by last modified time
    Searched defs:vminfo (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/mdb/demo/common/
example1.c 57 * vminfo dcmd - Print out the global vminfo structure, nicely formatted.
66 vminfo(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function
73 if (mdb_readvar(&vm, "vminfo") == -1) {
78 mdb_warn("failed to read vminfo structure");
101 { "vminfo", NULL, "print vm information", vminfo },
  /onnv/onnv-gate/usr/src/uts/common/os/
space.c 67 vminfo_t vminfo; /* VM stats protected by sysinfolock mutex */ variable
  /onnv/onnv-gate/usr/src/uts/common/sys/
sysinfo.h 179 typedef struct vminfo { /* (update freq) update action */ struct

Completed in 2520 milliseconds