/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/ |
H A D | build_early_index.sh | 14 CREATE INDEX caller_fn_idx on caller_info (function, call_id); 15 CREATE INDEX caller_ff_idx on caller_info (file, function, call_id); 16 CREATE INDEX common_fn_idx on common_caller_info (function, call_id); 17 CREATE INDEX common_ff_idx on common_caller_info (file, function, call_id); 18 CREATE INDEX call_implies_fn_idx on call_implies (function); 19 CREATE INDEX call_implies_ff_idx on call_implies (file, function); 20 CREATE INDEX return_implies_fn_idx on return_implies (function); 21 CREATE INDEX return_implies_ff_idx on return_implies (file, function); 22 CREATE INDEX data_file_info_idx on data_info (file, data); 23 CREATE INDEX data_info_idx on data_info (data); [all …]
|
/illumos-gate/usr/src/test/net-tests/tests/forwarding/ |
H A D | README | 158 002 on partial off off no 159 003 on partial on off no 160 004 on fullv4 off off no 161 005 on fullv4 on off no 162 006 off none off on 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 169 012 on partial off off yes [all …]
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | README | 5 ksh-93 has been compiled and run on several machines with several 7 operating systems and machines that ksh-93 has been known to run on. 24 A value of 0, or no value represents off, 1 represents on. 33 APPEND on Allows var+=val string and array append. 36 BRACEPAT on C-shell type abc{d,e}f style file generation 43 on Allows all components of compound variables except the 48 DYNAMIC on Dynamic loading of builtins. (Requires dlopen() interface.) 50 ESH on Compile with emacs command line editing. The original 52 FILESCAN on Experimental option that allows fast reading of files 58 MULTIBYTE on Multibyte character handling. Requires mblen() and [all …]
|
H A D | ksh-regress.tst | 14 ERROR - $'ksh:REGRESS:etc:__regress__:.\nksh:REGRESS:source:__regress__:on' 19 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 [all …]
|
/illumos-gate/usr/src/cmd/ipf/examples/ |
H A D | example.sr | 2 # log all inbound packet on le0 which has IP options present 4 log in on le0 from any to any with ipopts 6 # block any inbound packets on le0 which are fragmented and "too short" to 7 # do any meaningful comparison on. This actually only applies to TCP 8 # packets which can be missing the flags/ports (depending on which part 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 22 block in log on le0 proto icmp from any to any icmp-type unreach 24 # block and log any inbound UDP packets on le0 which are going to port 2049 27 block in log on le0 proto udp from any to any port = 2049 [all …]
|
H A D | 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
|
H A D | 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
|
H A D | BASIC_2.FW | 24 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 D | install.sh | 59 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/uts/i86pc/cpu/amd_opteron/ |
H A D | ao_mca_disp.in | 31 mask on = AMD_BANK_STAT_CECC 47 mask on = AMD_BANK_STAT_CECC 63 mask on = MSR_MC_STATUS_UC, AMD_BANK_STAT_UECC 79 mask on = MSR_MC_STATUS_UC, AMD_BANK_STAT_UECC 95 mask on = AMD_BANK_STAT_CECC, AMD_BANK_STAT_SCRUB 111 mask on = MSR_MC_STATUS_UC, AMD_BANK_STAT_CECC 128 mask on = MSR_MC_STATUS_UC, AMD_BANK_STAT_UECC 145 mask on = MSR_MC_STATUS_UC, AMD_BANK_STAT_UECC, AMD_BANK_STAT_SCRUB 161 mask on = MSR_MC_STATUS_UC 177 mask on = MSR_MC_STATUS_UC [all …]
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/safety/ |
H A D | tst.hton.d | 33 on = (timestamp / 1000000000) & 1; 37 /on/ 43 /on/ 49 /on/ 55 /on/ 61 /on/ 67 /on/
|
H A D | tst.strchr.d | 33 on = (timestamp / 1000000000) & 1; 37 /on/ 43 /on/ 49 /on/ 55 /on/
|
H A D | tst.index.d | 33 on = (timestamp / 1000000000) & 1; 37 /on/ 43 /on/ 50 /on/ 56 /on/
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/ |
H A D | history_002_pos.ksh | 72 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/test/zfs-tests/tests/functional/channel_program/synctask_core/ |
H A D | tst.get_index_props.zcp | 25 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/contrib/ast/src/lib/libast/vmalloc/ |
H A D | vmset.c | 36 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/cmd/dtrace/demo/io/ |
H A D | 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;
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | join4_28.test | 35 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 D | misc.cfg | 43 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 D | zfs_create_verbose.ksh | 144 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/lib/libslp/javalib/com/sun/slp/ |
H A D | Server_en.properties | 43 hello = SLP SA server now taking requests on network interfaces ``{0}'''' for configured scopes``{1… 44 goodby = SLP SA server going offline on network interfaces ``{0}'''' for configured scopes ``{1}'''… 45 hello_da = SLP DA now taking requests on network interfaces ``{0}'''' for configured scopes ``{1}''… 46 goodby_da = SLP DA going offline on network interfaces ``{0}'''' for configured scopes ``{1}''''.\… 53 request_in = Incoming datagram request received from ``{0}'''' on interface ``{1}''''. 55 ioexception_server_stream = IO exception processing stream for host:port ``{0}:{1}'''' on interface… 58 rh_tcp_error = Syntax error in message on TCP stream for host:port ``{0}:{1}'''' on interface ``{2}… 59 rh_datagram_ioe = IOException processing datagram packet from host:port ``{0}:{1}'''' on interface … 61 rh_socket_error = Socket exception replying to host:port ``{0}:{1}'''' on interface ``{2}'''': {3} 62 rh_ioexception_reply = IOException replying to host:port ``{0}:{1}'''' on interface ``{2}'''': {3} [all …]
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/sched/ |
H A D | tst.oncpu.d | 30 sched:::on-cpu 33 self->on++; 37 /pid == $pid && self->on/ 43 /self->on > 50 && self->off > 50/
|
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | README | 26 4.0.4 code drop from Intel on 1/30/2003 69 removing console messages on bootup and problems with default 97 4.0.12 code drop from Intel on 3/18/2003 142 …he end of the attach_req routine. This extra ack previously made IPv6 plumbing on Solaris 9 fail. 186 3) bug#4862529: System panics during configuring devices on a Dell 4-way 189 on-board gigabit chipset and "Intel Pro/1000 MT Dual Server Adapter". 198 1) bug#4874857: ipv6 ping fails on bootup for e1000g. 221 Intel is currently at version 4.2.11 while we are on 4.0.4 branch. 222 The exact version under 4.0.4 branch is 4.0.4.3. Since we are on 223 the branch while Intel is working on the main trunk, we have had [all …]
|
/illumos-gate/usr/src/uts/common/io/e1000api/ |
H A D | README | 26 4.0.4 code drop from Intel on 1/30/2003 69 removing console messages on bootup and problems with default 97 4.0.12 code drop from Intel on 3/18/2003 142 …he end of the attach_req routine. This extra ack previously made IPv6 plumbing on Solaris 9 fail. 186 3) bug#4862529: System panics during configuring devices on a Dell 4-way 189 on-board gigabit chipset and "Intel Pro/1000 MT Dual Server Adapter". 198 1) bug#4874857: ipv6 ping fails on bootup for e1000g. 221 Intel is currently at version 4.2.11 while we are on 4.0.4 branch. 222 The exact version under 4.0.4 branch is 4.0.4.3. Since we are on 223 the branch while Intel is working on the main trunk, we have had [all …]
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/i86xpv/xdt/ |
H A D | tst.basic.ksh | 48 xdt:sched::on-cpu 51 self->on++; 55 /arg0 == 0 && self->on/ 61 /self->on > 50 && self->off > 50/
|