Searched refs:on (Results 26 - 50 of 550) sorted by relevance

1234567891011>>

/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.substr.d35 on = (timestamp / 1000000000) & 1;
39 /on/
45 /on/
H A Dtst.rw.d35 on = (timestamp / 1000000000) & 1;
39 /on/
46 /on/
53 /on/
H A Dtst.null.d47 on = (timestamp / 1000000000) & 1;
51 /on/
/freebsd-10.0-release/cddl/contrib/opensolaris/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/
/freebsd-10.0-release/contrib/dialog/samples/
H A Dchecklist1013 present a list of choices which can be turned on or \n\
14 off. If there are more items than can fit on the \n\
18 Press SPACE to toggle an option on/off. \n\n\
20 Dialog "" on \
25 Noninteractive "" on \
H A Dradiolist1013 present a list of choices which can be turned on or \n\
14 off. If there are more items than can fit on the \n\
18 Press SPACE to toggle an option on/off. \n\n\
20 Dialog "" on \
25 Noninteractive "" on \
H A Dchecklist11 present a list of choices which can be turned on or \n\
12 off. If there are more items than can fit on the \n\
16 Press SPACE to toggle an option on/off. \n\n\
24 "Lemon" "You know how it tastes." on 2> $tempfile
H A Dchecklist111 present a list of choices which can be turned on or \n\
12 off. If there are more items than can fit on the \n\
16 Press SPACE to toggle an option on/off. \n\n\
24 "Lemon" "You know how it tastes." on 2> $tempfile
H A Dchecklist-utf813 present a list of choices which can be turned on or \n\
14 off. If there are more items than can fit on the \n\
18 Press SPACE to toggle an option on/off. \n\n\
26 "���������������" "You ������������ how it ������������������." on 2> $tempfile
H A Dchecklist1111 present a list of choices which can be turned on or \n\
12 off. If there are more items than can fit on the \n\
16 Press SPACE to toggle an option on/off. \n\n\
29 "Lemon" "You know how it tastes." on 2> $tempfile
H A Dchecklist211 present a list of choices which can be turned on or \n\
12 off. If there are more items than can fit on the \n\
16 Press SPACE to toggle an option on/off. \n\n\
24 "Lemon" "You know how it tastes." on "the only one you wouldn't eat" 2> $tempfile
H A Dchecklist311 present a list of choices which can be turned on or \n\
12 off. If there are more items than can fit on the \n\
16 Press SPACE to toggle an option on/off. \n\n\
24 "Lemon" "You know how it tastes. xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" on "the only one you wouldn't eat" 2> $tempfile
H A Dchecklist411 present a list of choices which can be turned on or \n\
12 off. If there are more items than can fit on the \n\
16 Press SPACE to toggle an option on/off. \n\n\
24 "Lemon" "You know how it tastes. xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" on "the only one you wouldn't eat" 2> $tempfile
H A Dchecklist511 present a list of choices which can be turned on or \n\
12 off. If there are more items than can fit on the \n\
16 Press SPACE to toggle an option on/off. \n\n\
25 "Lemon" "You know how it tastes. xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" on "the only one you wouldn't eat" 2> $tempfile
/freebsd-10.0-release/contrib/binutils/
H A DMakefile.def149 // "depend" indicates that a target depends on another target uniformly
271 dependencies = { module=all-build-bison; on=all-build-texinfo; };
272 dependencies = { module=all-build-byacc; on=all-build-texinfo; };
273 dependencies = { module=all-build-flex; on=all-build-texinfo; };
274 dependencies = { module=all-build-flex; on=all-build-bison; };
275 dependencies = { module=all-build-flex; on=all-build-byacc; };
276 dependencies = { module=all-build-flex; on=all-build-m4; };
277 dependencies = { module=all-build-libiberty; on=all-build-texinfo; };
278 dependencies = { module=all-build-m4; on=all-build-texinfo; };
279 dependencies = { module=all-build-fixincludes; on
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/sched/
H A Dtst.stackdepth.d31 sched:::on-cpu
/freebsd-10.0-release/contrib/ipfilter/rules/
H A Dexample.135 block in on qe0 to qe3:10.3.3.3 proto tcp all with short
9 pass in on le0 dup-to le1:10.3.3.3 proto tcp all flags S/SA
13 pass in on ppp0 fastroute proto udp all
17 pass in on le0 to le1:10.3.3.1 proto icmp all
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
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...]
/freebsd-10.0-release/share/doc/psd/20.ipctut/
H A Dustreamwrite.c70 perror("writing on stream socket");
H A Dstreamwrite.c79 perror("writing on stream socket");
/freebsd-10.0-release/contrib/apr/network_io/unix/
H A Dsockopt.c11 * distributed under the License is distributed on an "AS IS" BASIS,
35 #error Please teach APR how to make sockets blocking on your platform.
41 int on = 0;
42 if (setsockopt(sd, SOL_SOCKET, SO_NONBLOCK, &on, sizeof(int)) < 0)
61 #error Please teach APR how to make sockets non-blocking on your platform.
67 int on = 1;
68 if (setsockopt(sd, SOL_SOCKET, SO_NONBLOCK, &on, sizeof(int)) < 0)
83 * We want to avoid calling fcntl more than necessary on the
114 apr_int32_t opt, apr_int32_t on)
119 if (on)
113 apr_socket_opt_set(apr_socket_t *sock, apr_int32_t opt, apr_int32_t on) argument
336 apr_socket_opt_get(apr_socket_t *sock, apr_int32_t opt, apr_int32_t *on) argument
[all...]
/freebsd-10.0-release/lib/libkse/test/
H A Dmutex_d.exp102 Lock on unlocked mutex - PASS
103 Lock on invalid mutex - PASS
104 Lock on mutex held by self - PASS
106 Lock on unlocked mutex - PASS
107 Lock on invalid mutex - PASS
108 Lock on mutex held by self - PASS
110 Lock on unlocked mutex - PASS
111 Lock on invalid mutex - PASS
112 Lock on mutex held by self - PASS
114 Lock on unlocke
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/buffering/
H A Dtst.cputime.ksh44 sched:::on-cpu
47 self->on = vtimestamp;
51 /self->on/
53 total += vtimestamp - self->on;
/freebsd-10.0-release/bin/ed/
H A Dbuf.c55 seek_write = 1; /* force seek on write */
163 static long on = 0; local
166 if (n > on)
167 if (n <= (on + addr_last) >> 1)
168 for (; on < n; on++)
172 for (on = addr_last; on > n; on--)
176 if (n >= on >>
[all...]
/freebsd-10.0-release/lib/libc/stdio/
H A Dsnprintf.c55 size_t on; local
60 on = n;
73 if (on > 0)
82 size_t on; local
88 on = n;
101 if (on > 0)

Completed in 256 milliseconds

1234567891011>>