Searched refs:on (Results 1 - 25 of 636) sorted by relevance

1234567891011>>

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.hton.d35 on = (timestamp / 1000000000) & 1;
39 /on/
45 /on/
51 /on/
57 /on/
63 /on/
69 /on/
H A Dtst.index.d35 on = (timestamp / 1000000000) & 1;
39 /on/
45 /on/
52 /on/
58 /on/
H A Dtst.strchr.d35 on = (timestamp / 1000000000) & 1;
39 /on/
45 /on/
51 /on/
57 /on/
H A Dtst.basename.d35 on = (timestamp / 1000000000) & 1;
39 /on/
45 /on/
H A Dtst.cleanpath.d35 on = (timestamp / 1000000000) & 1;
39 /on/
45 /on/
H A Dtst.ddi_pathname.d35 on = (timestamp / 1000000000) & 1;
39 /on/
45 /on/
H A Dtst.dirname.d35 on = (timestamp / 1000000000) & 1;
39 /on/
45 /on/
H A Dtst.msgdsize.d45 on = (timestamp / 1000000000) & 1;
49 /on/
55 /on/
H A Dtst.msgsize.d45 on = (timestamp / 1000000000) & 1;
49 /on/
55 /on/
H A Dtst.strjoin.d35 on = (timestamp / 1000000000) & 1;
39 /on/
45 /on/
H A Dtst.strstr.d35 on = (timestamp / 1000000000) & 1;
39 /on/
45 /on/
H A Dtst.strtok.d35 on = (timestamp / 1000000000) & 1;
39 /on/
45 /on/
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/
/freebsd-11-stable/sys/dev/ath/ath_rate/onoe/
H A Donoe.c83 * The decision to issue/deduct a credit is based on the errors and
86 * ath_rate_raise_threshold defines the threshold on credits at which
116 struct onoe_node *on = ATH_NODE_ONOE(an); local
118 *rix = on->on_tx_rix0;
119 *try0 = on->on_tx_try0;
121 *txrate = on->on_tx_rate0sp;
123 *txrate = on->on_tx_rate0;
136 struct onoe_node *on = ATH_NODE_ONOE(an); local
140 rc[0].rix = on->on_tx_rate0;
141 rc[1].rix = on
155 struct onoe_node *on = ATH_NODE_ONOE(an); local
169 struct onoe_node *on = ATH_NODE_ONOE(an); local
194 struct onoe_node *on = ATH_NODE_ONOE(an); local
329 struct onoe_node *on = ATH_NODE_ONOE(ATH_NODE(ni)); local
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/sched/
H A Dtst.oncpu.d32 sched:::on-cpu
35 self->on++;
39 /pid == $pid && self->on/
45 /self->on > 50 && self->off > 50/
H A Dtst.stackdepth.d31 sched:::on-cpu
/freebsd-11-stable/contrib/blacklist/etc/
H A Dnpf.conf5 set bpf.jit on;
8 group "external" on $ext_if {
/freebsd-11-stable/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 \
/freebsd-11-stable/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-11-stable/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-11-stable/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
362 apr_socket_opt_get(apr_socket_t *sock, apr_int32_t opt, apr_int32_t *on) argument
[all...]
/freebsd-11-stable/share/doc/psd/20.ipctut/
H A Dustreamwrite.c66 perror("writing on stream socket");
/freebsd-11-stable/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;

Completed in 300 milliseconds

1234567891011>>