HomeSort by relevance Sort by last modified time
    Searched refs:in (Results 1 - 25 of 44) sorted by null

1 2

  /livemedia/livemedia/packages/powernow/usr/share/misc/powernow/
probe 7 # (the "License"). You may not use this file except in compliance
15 # When distributing Covered Code, include this CDDL HEADER in each
24 case "`psrinfo -vp`" in
install 7 # (the "License"). You may not use this file except in compliance
15 # When distributing Covered Code, include this CDDL HEADER in each
43 case "$0$1" in
81 case "$type" in
129 case "$dest" in
150 # These should really all be done in postinstall
  /livemedia/livemedia/bootcd_skel/etc/inet/
routing.conf 11 ipv4-routing-daemon =/usr/sbin/in.routed
13 ipv4-routing-stop-cmd =kill -TERM `cat /var/tmp/in.routed.pid`
14 ipv6-routing-daemon =/usr/lib/inet/in.ripngd
16 ipv6-routing-stop-cmd =kill -TERM `cat /var/tmp/in.ripngd.pid`
  /livemedia/livemedia/bootcd_skel/etc/
profile 6 # (the "License"). You may not use this file except in compliance
14 # When distributing Covered Code, include this CDDL HEADER in each
41 # -rsh is given its environment in its .profile.
43 case "$0" in
55 case $? in
  /livemedia/livemedia/packages/dtracetoolkit/opt/DTT/Mem/
vmstat.d 3 * vmstat.d - vmstat demo in DTrace.
25 * in interrupts number
30 * Most of the statistics are in units of kilobytes, unlike the
43 * (the "License"). You may not use this file except in compliance
66 sy = 0; in = 0; cs = 0;
79 "in", "sy", "cs");
94 sdt:::interrupt-start { in++; }
108 * free swap is described in /usr/include/vm/anon.h as,
132 in, sy, cs);
136 sy = 0; in = 0; cs = 0
    [all...]
vmstat-p.d 3 * vmstat-p.d - vmstat -p demo in DTrace.
31 * Most of the statistics are in units of kilobytes, unlike the
44 * (the "License"). You may not use this file except in compliance
67 sy = 0; in = 0; cs = 0; maj = 0; cow = 0; pro = 0;
116 * free swap is described in /usr/include/vm/anon.h as,
151 sy = 0; in = 0; cs = 0; maj = 0; cow = 0; pro = 0;
  /livemedia/livemedia/packages/dtracetoolkit/opt/DTT/Net/
connections 4 # Written in DTrace (Solaris 10 3/05).
26 # IP_SOURCE source IP of the client, written in IPv4 style
37 # (the "License"). You may not use this file except in compliance
52 # 17-Jun-2005 " " Rewrote, changed probes, wrapped in sh.
54 # 20-Apr-2006 " " Fixed SS_TCP_FAST_ACCEPT bug in build 31+.
68 case $name in
tcptop 42 # (the "License"). You may not use this file except in compliance
59 # 20-Apr-2006 " " Fixed SS_TCP_FAST_ACCEPT bug in build 31+.
72 case $name in
364 /* follow inetd -> in.* transitions */
394 /* follow inetd -> in.* transitions */
tcpsnoop 50 # (the "License"). You may not use this file except in compliance
71 # 04-Jul-2005 " " Now wrapped in shell, called "tcpsnoop".
74 # 20-Apr-2006 " " Fixed SS_TCP_FAST_ACCEPT bug in build 31+.
88 case $name in
396 /* follow inetd -> in.* transitions */
427 /* follow inetd -> in.* transitions */
  /livemedia/livemedia/packages/dtracetoolkit/opt/DTT/Proc/
fddist 31 # (the "License"). You may not use this file except in compliance
54 case $name in
pfilestat 6 # In particular, the time break down during read() and write() events is
16 # Time Percentage of wallclock time in each STATE
25 # (the "License"). You may not use this file except in compliance
53 case $name in
  /livemedia/livemedia/packages/dtracetoolkit/opt/DTT/Zones/
zvmstat 25 # epi executable pages paged in
28 # api anonymous pages paged in
31 # fpi filesystem pages paged in
38 # zone. DTrace can fill this role in the meantime until Kstat supports zones.
49 # (the "License"). You may not use this file except in compliance
80 case $name in
241 * This is a fairly interesting function in that it loops over the keys in
244 * in the above probe which in turn trigger the probe below which
    [all...]
  /livemedia/livemedia/packages/dtracetoolkit/opt/DTT/FS/
vopstat 60 # (the "License"). You may not use this file except in compliance
86 case $name in
193 /* Some fops has the len in arg2 */
198 /* Some fops has the len in arg3 */
202 /* Some fops has the len in arg4 */
207 /* Some fops has the offset in arg1 */
215 /* Some fops has the offset in arg3 */
219 /* Some fops has the offset in arg4 */
222 /* Some fops has the pathname in arg1 */
  /livemedia/livemedia/packages/dtracetoolkit/opt/DTT/Kernel/
cpudists 37 # (the "License"). You may not use this file except in compliance
61 case $name in
cputimes 8 # This program accurately measures time consumed by the kernel, but in
11 # comparing the difference in kernel consumed time. This method can be
46 # (the "License"). You may not use this file except in compliance
71 case $name in
  /livemedia/livemedia/packages/dtracetoolkit/opt/DTT/System/
topsyscall 19 # syscalls total syscalls in this interval
22 # COUNT total syscalls in this interval
33 # (the "License"). You may not use this file except in compliance
56 case $name in
  /livemedia/livemedia/packages/powernow/lib/svc/method/
svc-powernow 7 # (the "License"). You may not use this file except in compliance
15 # When distributing Covered Code, include this CDDL HEADER in each
30 case "$1" in
  /livemedia/livemedia/bootcd_skel/lib/svc/method/
live-fs-usr 7 # (the "License"). You may not use this file except in compliance
15 # When distributing Covered Code, include this CDDL HEADER in each
60 case $special in
71 # Some processing can be avoided in a livecd
96 case $special in
  /livemedia/livemedia/packages/dtracetoolkit/opt/DTT/Apps/
shellsnoop 9 # run. In fact, less dangerous, as we only print visible text (not password
36 # TEXT text contained in the read/write
46 # (the "License"). You may not use this file except in compliance
59 # 21-Jan-2005 " " Wrapped in sh to provide options.
61 # 30-Nov-2005 " " Fixed sh no keystroke text in quiet bug.
73 case $name in
  /livemedia/livemedia/packages/dtracetoolkit/opt/DTT/Disk/
iopattern 55 # (the "License"). You may not use this file except in compliance
82 case $name in
iopending 42 # (the "License"). You may not use this file except in compliance
70 case $name in
  /livemedia/livemedia/packages/dtracetoolkit/opt/DTT/
dvmstat 38 # in less than a second, then the only one line of output will be printed.
46 # (the "License"). You may not use this file except in compliance
71 case $name in
execsnoop 47 # (the "License"). You may not use this file except in compliance
60 # 21-Jan-2005 " " Wrapped in sh to provide options.
79 case $name in
rwsnoop 56 # (the "License"). You may not use this file except in compliance
87 case $name in
  /livemedia/livemedia/
usbcopy 7 # You may not use this file except in compliance with the License.
14 # When distributing Covered Code, include this CDDL HEADER in each
42 #nawk script to o/p the details of plugged in USB drives
114 echo INFORMATION: No USB selected/found.. Please plug in and try again
138 case $yn in
155 # Now create root partition. We want to find number of cylinders in backup

Completed in 1210 milliseconds

1 2