/titanic_51/usr/src/lib/libshell/common/ |
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 …]
|
/titanic_51/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 Multibyt [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...] |
/titanic_51/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 le [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 45 # packets going in/out of network interfaces that aren't on the loopback 52 pass in quick on lo0 all 53 pass out quick on lo0 all
|
/titanic_51/usr/src/cmd/dtrace/test/tst/common/safety/ |
H A D | tst.hton.d | 35 on = (timestamp / 1000000000) & 1; 39 /on/ 45 /on/ 51 /on/ 57 /on/ 63 /on/ 69 /on/
|
H A D | tst.strchr.d | 35 on = (timestamp / 1000000000) & 1; 39 /on/ 45 /on/ 51 /on/ 57 /on/
|
H A D | tst.index.d | 35 on = (timestamp / 1000000000) & 1; 39 /on/ 45 /on/ 52 /on/ 58 /on/
|
H A D | tst.rw.d | 35 on = (timestamp / 1000000000) & 1; 39 /on/ 46 /on/ 53 /on/
|
/titanic_51/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...] |
/titanic_51/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 [all...] |
/titanic_51/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 xatt [all...] |
/titanic_51/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() 39 reg Vmalloc_t* vm; /* region being worked on */ in vmset() 41 int on; /* !=0 if turning on, else turning off */ 47 if(flags == 0 && on == 0) 53 if(on)
|
/titanic_51/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;
|
/titanic_51/usr/src/lib/libast/common/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) 61 if(on)
|
/titanic_51/usr/src/cmd/rexd/ |
H A D | Makefile | 28 PROG= rpc.rexd on 32 ONPROG = on 53 ONOBJS= on.o sharetab.o where.o rex.o mntent.o 55 CLEANOBJS= exportent.o sharetab.o on.o rpc.rexd.o where.o 86 on: $(ONOBJS) target 100 $(ROOTON): on 119 on.o: rex.h
|
/titanic_51/usr/src/test/zfs-tests/tests/functional/cli_user/misc/ |
H A D | misc.cfg | 43 secure discard on \ 44 fletcher2 on on \ 45 on legacy none on \ 46 128k none on on \ 65 continue on"
|
/titanic_51/usr/src/lib/libsqlite/test/ |
H A D | join4_28.test | 37 select * from t1 left outer join t2 on t1.a=t2.x where t2.z='ok' 42 select * from t1 left outer join t2 on t1.a=t2.x and t2.z='ok' 47 create index i2 on t2(z); 50 select * from t1 left outer join t2 on t1.a=t2.x where t2.z='ok' 55 select * from t1 left outer join t2 on t1.a=t2.x and t2.z='ok' 60 select * from t1 left outer join t2 on t1.a=t2.x where t2.z>='ok' 65 select * from t1 left outer join t2 on t1.a=t2.x and t2.z>='ok' 70 select * from t1 left outer join t2 on t1.a=t2.x where t2.z IN ('ok') 75 select * from t1 left outer join t2 on t1.a=t2.x and t2.z IN ('ok')
|
/titanic_51/usr/src/lib/libbc/libc/gen/common/ |
H A D | getauditflags.c | 57 short on[MAXEVENT+1]; member 73 * input: masks->as_success - audit on success 74 * masks->as_failure - audit on failure 104 lists[mask_num].on[i] = -1; in getauditflagschar() 124 * find turned-on events - if on, store index of event in getauditflagschar() 137 lists[COMMON].on[lists[COMMON].count++] = i; in getauditflagschar() 143 lists[SUCCESS].on[lists[SUCCESS].count++] = i; in getauditflagschar() 153 lists[FAILURE].on[lists[FAILURE].count++] = i; in getauditflagschar() 294 event_class[lists[COMMON].on[ in getauditflagschar() [all...] |
/titanic_51/usr/src/cmd/dtrace/test/tst/common/sched/ |
H A D | tst.oncpu.d | 32 sched:::on-cpu 35 self->on++; 39 /pid == $pid && self->on/ 45 /self->on > 50 && self->off > 50/
|
/titanic_51/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/
|
/titanic_51/usr/src/boot/sys/boot/fdt/dts/arm/ |
H A D | armada-388-gp.dts | 119 * Exported on the micro USB connector CON16 247 regulator-always-on; 257 regulator-always-on; 267 regulator-always-on; 277 regulator-always-on; 285 regulator-always-on; 294 regulator-always-on; 303 regulator-always-on; 313 regulator-always-on; 322 regulator-always-on; [all...] |
/titanic_51/usr/src/cmd/dtrace/test/tst/common/buffering/ |
H A D | tst.cputime.ksh | 44 sched:::on-cpu 47 self->on = vtimestamp; 51 /self->on/ 53 total += vtimestamp - self->on;
|