Home
last modified time | relevance | path

Searched refs:on (Results 1 – 25 of 1138) sorted by relevance

12345678910>>...46

/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/
H A Dbuild_early_index.sh14 CREATE INDEX caller_fn_idx on caller_info (function, call_id);
18 CREATE INDEX call_implies_fn_idx on call_implies (function);
22 CREATE INDEX data_file_info_idx on data_info (file, data);
23 CREATE INDEX data_info_idx on data_info (data);
26 CREATE INDEX fn_ptr_idx_ptr on function_ptr (ptr);
36 CREATE INDEX str_idx on constraints (str);
38 CREATE INDEX mtag_about_idx on mtag_about (tag);
39 CREATE INDEX mtag_data_idx on mtag_data (tag);
40 CREATE INDEX mtag_map_idx1 on mtag_map (tag);
41 CREATE INDEX mtag_map_idx2 on mtag_map (container);
[all …]
/illumos-gate/usr/src/test/net-tests/tests/forwarding/
H A DREADME159 003 on partial on off no
161 005 on fullv4 on off no
163 007 on partial off on no
164 008 on partial on on no
165 009 on fullv4 off on no
166 010 on fullv4 on on no
170 013 on partial on off yes
172 015 on fullv4 on off yes
175 018 on partial on on yes
176 019 on fullv4 off on yes
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DREADME197 AIX 3.2 on RS6000.
198 Linux 1.X on Intel
199 Linux 2.X on Intel
200 Linux 2.X on Alpha
201 Linux 2.X on Alpha
211 OpenBSD on X86
212 NetBSD on X86
213 FreeBSD on X86
215 NeXT on HP.
224 MVS on OS 390
[all …]
H A Dksh-regress.tst19 ksh:REGRESS:source:__regress__:on
26 ksh:REGRESS:source:__regress__:on
36 ksh:REGRESS:source:__regress__:on
44 ksh:REGRESS:source:__regress__:on
51 ksh:REGRESS:source:__regress__:on
61 ksh:REGRESS:source:__regress__:on
69 ksh:REGRESS:source:__regress__:on
76 ksh:REGRESS:source:__regress__:on
86 ksh:REGRESS:source:__regress__:on
99 ksh:REGRESS:source:__regress__:on
[all …]
/illumos-gate/usr/src/cmd/ipf/examples/
H A Dexample.sr2 # log all inbound packet on le0 which has IP options present
4 log in on le0 from any to any with ipopts
11 block in log quick on le0 from any to any with short frag
18 log in on le0 proto tcp from any to any flags S/SA
38 block in quick on le0 from any to any with ipopts
46 block in on le0 proto udp from any to 10.1.3.0/24
47 block in on le0 proto udp from any to 10.1.1.0/24
48 block in on le0 proto udp from any to 10.1.2.0/24
59 block in on le0 proto icmp from any to 10.1.3.0/24
60 block in on le0 proto icmp from any to 10.1.1.0/24
[all …]
H A Dtcpstate5 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
H A Dexample.97 # 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
H A DBASIC_2.FW24 block in log on ppp0 all head 100
25 block out log on ppp0 all head 150
26 block in log on ed0 from w.x.y.z/24 to any head 200
27 block out log on ed0 all head 250
52 pass in quick on lo0 all
53 pass out quick on lo0 all
/illumos-gate/usr/src/cmd/install.d/
H A Dinstall.sh59 ROOTFLAG=on
69 if [ $FLAG = on ]
93 FLAG=on
111 FLAG=on
150 FLAG=on
179 UFLAG=on
182 FLAG=on
189 GFLAG=on
191 FLAG=on
194 MFLAG=on
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/safety/
H A Dtst.hton.d33 on = (timestamp / 1000000000) & 1;
37 /on/
43 /on/
49 /on/
55 /on/
61 /on/
67 /on/
H A Dtst.strchr.d33 on = (timestamp / 1000000000) & 1;
37 /on/
43 /on/
49 /on/
55 /on/
H A Dtst.index.d33 on = (timestamp / 1000000000) & 1;
37 /on/
43 /on/
50 /on/
56 /on/
H A Dtst.rw.d33 on = (timestamp / 1000000000) & 1;
37 /on/
44 /on/
51 /on/
/illumos-gate/usr/src/uts/i86pc/cpu/amd_opteron/
H A Dao_mca_disp.in31 mask on = AMD_BANK_STAT_CECC
47 mask on = AMD_BANK_STAT_CECC
161 mask on = MSR_MC_STATUS_UC
177 mask on = MSR_MC_STATUS_UC
193 mask on = MSR_MC_STATUS_UC
325 mask on =
341 mask on =
375 mask on =
391 mask on =
407 mask on =
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/
H A Dhistory_002_pos.ksh72 mountpoint none sharenfs on
74 compression on compression off
77 atime on atime off
78 devices on devices off
79 exec on exec off
80 setuid on setuid off
81 readonly on readonly off
82 zoned on zoned off
86 canmount off canmount on
87 xattr on xattr off
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmset.c36 int vmset(reg Vmalloc_t* vm, int flags, int on) in vmset() argument
38 int vmset(vm, flags, on) in vmset()
41 int on; /* !=0 if turning on, else turning off */
47 if(flags == 0 && on == 0)
53 if(on)
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.get_index_props.zcp25 props['checksum'] = {{'on', 'default'}, {nil, nil}}
35 props['atime'] = {{'on', 'default'}, {nil, nil}}
36 props['devices'] = {{'on', 'default'}, {'on', 'default'}}
37 props['exec'] = {{'on', 'default'}, {'on', 'default'}}
38 props['setuid'] = {{'on', 'default'}, {'on', 'default'}}
44 props['canmount'] = {{'on', 'default'}, {nil, nil}}
/illumos-gate/usr/src/cmd/dtrace/demo/io/
H A Diocpu.d29 sched:::on-cpu
32 self->on = vtimestamp;
36 /self->on/
38 @time["<on cpu>"] = sum(vtimestamp - self->on);
39 self->on = 0;
/illumos-gate/usr/src/lib/libsqlite/test/
H A Djoin4_28.test35 select * from t1 left outer join t2 on t1.a=t2.x where t2.z='ok'
40 select * from t1 left outer join t2 on t1.a=t2.x and t2.z='ok'
45 create index i2 on t2(z);
48 select * from t1 left outer join t2 on t1.a=t2.x where t2.z='ok'
53 select * from t1 left outer join t2 on t1.a=t2.x and t2.z='ok'
58 select * from t1 left outer join t2 on t1.a=t2.x where t2.z>='ok'
63 select * from t1 left outer join t2 on t1.a=t2.x and t2.z>='ok'
68 select * from t1 left outer join t2 on t1.a=t2.x where t2.z IN ('ok')
73 select * from t1 left outer join t2 on t1.a=t2.x and t2.z IN ('ok')
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/misc/
H A Dmisc.cfg43 passthrough discard on \
44 fletcher2 on on \
45 on legacy none on \
46 128K none on on \
65 continue on"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create_verbose.ksh144 expect=([compression]=on)
145 dry_create_parseable expect -o compression=on "$TESTPOOL/$TESTFS1"
148 expect=([compression]=on)
149 dry_create_parseable expect -p -o compression=on "$TESTPOOL/$TESTFS1"
150 expect=([compression]=on)
151 dry_create_parseable expect -p -o compression=on "$TESTPOOL/$TESTFS1/$TESTVOL"
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/sched/
H A Dtst.oncpu.d30 sched:::on-cpu
33 self->on++;
37 /pid == $pid && self->on/
43 /self->on > 50 && self->off > 50/
/illumos-gate/usr/src/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.basic.ksh48 xdt:sched::on-cpu
51 self->on++;
55 /arg0 == 0 && self->on/
61 /self->on > 50 && self->off > 50/
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServer_en.properties53 request_in = Incoming datagram request received from ``{0}'''' on interface ``{1}''''.
58 rh_tcp_error = Syntax error in message on TCP stream for host:port ``{0}:{1}'''' on interface ``{2}…
61 rh_socket_error = Socket exception replying to host:port ``{0}:{1}'''' on interface ``{2}'''': {3}
63 rh_rqst_in = Request ``{0}'''' from host:port ``{1}:{2}'''' on interface ``{3}'''':\n {4}
66 rh_rply_out = Reply to ``{0}'''' host:port ``{1}:{2}'''' on interface ``{3}'''':\n {4}
72 …p = Dropping request ``{0}'''' from host:port ``{1}:{2}'''' on interface ``{3}'''' because on prev…
124 sl_incoming = Incoming stream connection from ``{0}'''' on interface ``{1}''.
125 sl_sock_timeout = Can''t set socket timeout for ``{0}'''' on interface ``{1}'': {2}.
198 ssim_mis_auth = Missing authentication on request or record
204 st_attr_sig = Attribute signature bit is on but URL signature bit is not
[all …]
/illumos-gate/usr/src/uts/common/io/e1000api/
H A DREADME26 4.0.4 code drop from Intel on 1/30/2003
97 4.0.12 code drop from Intel on 3/18/2003
198 1) bug#4874857: ipv6 ping fails on bootup for e1000g.
260 Notes on packaging:
339 6224901 e1000g fails to configure VLANs on a Sun v65x
354 6239279 Network stess test fail on 82545GM chip on IBM Blade HS40
440 6430731 e1000g.conf file removed on upgrade
496 6531474 Fatal PCIe Fabric Error panics on T2000 when using jumbo frames on e1000g interfaces
597 6693205 running sunvts7.0 on Generic s10u5build10 causes unix:cmi_mca_panic on thumper
614 6756917 LSO is not enabled on some e1000g chips
[all …]

12345678910>>...46