HomeSort by relevance Sort by last modified time
    Searched refs:swap (Results 1 - 5 of 5) sorted by null

  /livemedia/livemedia/packages/dtracetoolkit/opt/DTT/Mem/
vmstat.d 17 * swap virtual memory free Kbytes
78 "w", "swap", "free", "re", "mf", "pi", "po", "fr", "sr",
106 * fetch free swap
108 * free swap is described in /usr/include/vm/anon.h as,
113 this->swap = (this->ani_max - this->ani_resv > 0 ?
126 this->swap *= `_pagesize / 1024;
131 this->w, this->swap, this->free, re, mf, pi, po, fr, sr,
vmstat-p.d 15 * swap virtual memory free Kbytes
83 "swap", "free", "re", "mf", "sr");
114 * fetch free swap
116 * free swap is described in /usr/include/vm/anon.h as,
121 this->swap = (this->ani_max - this->ani_resv > 0 ?
140 this->swap *= `_pagesize / 1024;
145 this->swap, this->free, re, mf, sr);
  /livemedia/livemedia/bootcd_skel/lib/svc/method/
live-sysidtool-system 22 # Mount /root home directory onto swap
23 mountfs -O /root tmpfs - swap || exit $SMF_EXIT_ERR_FATAL
live-devices-local 147 # Try to see whether a physical swap exists
153 /usr/sbin/swap -a "$swp"
154 echo "Using physical swap on hdd ($swp)" > /dev/msglog
  /livemedia/livemedia/
dummy_install 44 swapspec=`grep '^filesys.*swap$' $profile`
60 # Set up boot and swap slices
64 swap
78 swapcyls=`format -e -d $bootdev -f /tmp/fmt|grep swap|sed -e's/ */ /g'|cut -f 7 -d ' '`

Completed in 1260 milliseconds