/titanic_41/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_41/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
|
/titanic_41/usr/src/lib/print/mod_ipp/ |
H A D | httpd-standalone-ipp.conf | 291 ipp-operation print-job on 292 ipp-operation validate-job on 293 ipp-operation create-job on 294 ipp-operation get-jobs on 295 ipp-operation get-printer-attributes on 296 ipp-operation send-document on 297 ipp-operation cancel-job on 298 ipp-operation get-job-attributes on 299 ipp-operation cups-get-default on 300 ipp-operation cups-get-printers on [all …]
|
/titanic_41/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_41/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_41/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 …]
|
/titanic_41/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
|
/titanic_41/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_41/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_41/usr/src/cmd/rexd/ |
H A D | Makefile | 26 PROG= rpc.rexd on 30 ONPROG = on 51 ONOBJS= on.o sharetab.o where.o rex.o mntent.o 53 CLEANOBJS= exportent.o sharetab.o on.o rpc.rexd.o where.o 84 on: $(ONOBJS) target 98 $(ROOTON): on 117 on.o: rex.h
|
/titanic_41/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_41/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_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | getauditflags.c | 57 short on[MAXEVENT+1]; member 104 lists[mask_num].on[i] = -1; 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[j]].event_lname, 1)) == -1) in getauditflagschar() 297 event_class[lists[COMMON].on[j]].event_sname, 1)) == -1) in getauditflagschar() 307 if (lists[COMMON].on[j] == in getauditflagschar() 308 lists[i].on[k]) in getauditflagschar() 309 lists[i].on[k] = -1; in getauditflagschar() [all …]
|
/titanic_41/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_41/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_41/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;
|
/titanic_41/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 …]
|
/titanic_41/usr/src/tools/depcheck/ |
H A D | DependencyCheck.txt | 30 dependencies on libraries and other executable files. It is important to 32 list, but the output should give you pointers on possible dependencies. 34 For more information on how this tool works, see "How does this tool work?" 44 /var/sadm/install/contents(see notes on make_pkg_db) 46 a package pool (see notes on make_pkg_db) 57 b. read the README notes on make_pkg_db and decide if you 71 The strings command will not be run on binaries if the user specifies the 94 A. Dependency Checks on Kernel Modules 97 path. If an input is identified as a kernel module, then an ldd is run on 100 if the tool runs on /kernel/drv/mydrv, the ldd will return something like [all …]
|
/titanic_41/usr/src/tools/opensolaris/ |
H A D | README.opensolaris.tmpl | 6 1. encumbered binaries tarball (on-closed-bins-DATE.PLATFORM.tar.bz2) 7 2. signed cryptographic binaries (on-crypto-DATE.PLATFORM.tar.bz2) 37 http://hub.opensolaris.org/bin/view/Community+Group+on/schedule. 59 For general questions on the buildable source, please ask on the 62 on-discuss list. Please note that the mailing lists are configured to 72 delivery. The most recent list is available on the OpenSolaris.org 74 http://hub.opensolaris.org/bin/view/Community+Group+on/known_issues 76 <!-- #include http://hub.opensolaris.org/bin/view/Community+Group+on/known_issues --> 82 <!-- #include http://hub.opensolaris.org/bin/view/Community+Group+on/install_quickstart -->
|