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

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/cmd/lvm/etc/
runtime.cf 32 # cause data loss on systems running DiskSuite.
34 ownerioctls=on
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/safety/
tst.hton.d 35 on = (timestamp / 1000000000) & 1;
39 /on/
45 /on/
51 /on/
57 /on/
63 /on/
69 /on/
tst.index.d 35 on = (timestamp / 1000000000) & 1;
39 /on/
45 /on/
52 /on/
58 /on/
tst.strchr.d 35 on = (timestamp / 1000000000) & 1;
39 /on/
45 /on/
51 /on/
57 /on/
tst.basename.d 35 on = (timestamp / 1000000000) & 1;
39 /on/
45 /on/
tst.cleanpath.d 35 on = (timestamp / 1000000000) & 1;
39 /on/
45 /on/
tst.ddi_pathname.d 35 on = (timestamp / 1000000000) & 1;
39 /on/
45 /on/
tst.dirname.d 35 on = (timestamp / 1000000000) & 1;
39 /on/
45 /on/
tst.msgdsize.d 45 on = (timestamp / 1000000000) & 1;
49 /on/
55 /on/
tst.msgsize.d 45 on = (timestamp / 1000000000) & 1;
49 /on/
55 /on/
tst.strjoin.d 35 on = (timestamp / 1000000000) & 1;
39 /on/
45 /on/
tst.strstr.d 35 on = (timestamp / 1000000000) & 1;
39 /on/
45 /on/
tst.strtok.d 35 on = (timestamp / 1000000000) & 1;
39 /on/
45 /on/
tst.substr.d 35 on = (timestamp / 1000000000) & 1;
39 /on/
45 /on/
tst.rw.d 35 on = (timestamp / 1000000000) & 1;
39 /on/
46 /on/
53 /on/
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/sched/
tst.oncpu.d 32 sched:::on-cpu
35 self->on++;
39 /pid == $pid && self->on/
45 /self->on > 50 && self->off > 50/
  /onnv/onnv-gate/usr/src/cmd/ipf/examples/
example.1 2 # block all incoming TCP packets on le0 from host 10.1.1.1 to any destination.
4 block in on le0 proto tcp from 10.1.1.1/32 to any
example.2 2 # block all outgoing TCP packets on le0 from any host to port 23 of
5 block out on le0 proto tcp from any to 10.1.1.3/32 port = 23
example.9 7 # only allow packets in and out on le1 which are top secret
9 block out on le1 all
10 pass out on le1 all with opt sec-class topsecret
11 block in on le1 all
12 pass in on le1 all with opt sec-class topsecret
server 8 pass in quick on le0 from 128.1.40.0/24 to any
9 block in log quick on le0 from any to any
10 block in log quick on le1 from 128.1.1.0/24 to any
11 pass in quick on le1 from any to any
tcpstate 5 pass out quick on le0 proto tcp from any to any flags S/SAFR keep state
6 block out on le0 proto tcp all
7 block in on le0 proto tcp all
11 pass out quick on le0 proto udp from any to any port = 53 keep state
12 block out on le0 proto udp all
13 block in on le0 proto udp all
  /onnv/onnv-gate/usr/src/cmd/dtrace/demo/io/
iocpu.d 29 sched:::on-cpu
32 self->on = vtimestamp;
36 /self->on/
38 @time["<on cpu>"] = sum(vtimestamp - self->on);
39 self->on = 0;
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/i86xpv/xdt/
tst.basic.ksh 50 xdt:sched::on-cpu
53 self->on++;
57 /arg1 == 0 && self->on/
63 /self->on > 50 && self->off > 50/
  /onnv/onnv-gate/usr/src/uts/sun4u/montecarlo/io/
ttymux.conf 36 sm-ctrla-abort-on = 1; # software break sequence enabled
37 sm-break-abort-on = 0; # hardware break disabled
  /onnv/onnv-gate/usr/src/cmd/cpio/
README 28 These sources should be kept compilable on all OS releases back to

Completed in 300 milliseconds

1 2 3 4 5 6 7 8 91011>>