Home
last modified time | relevance | path

Searched refs:started (Results 1 – 25 of 267) sorted by relevance

1234567891011

/freebsd-14-stable/sys/dev/iicbus/
HDiiconf.c243 return (sc->started); in iicbus_started()
257 if (sc->started) in iicbus_start()
261 sc->started = slave; in iicbus_start()
263 sc->started = 0; in iicbus_start()
279 if (!sc->started) in iicbus_repeated_start()
283 sc->started = slave; in iicbus_repeated_start()
285 sc->started = 0; in iicbus_repeated_start()
301 if (!sc->started) in iicbus_stop()
307 sc->started = 0; in iicbus_stop()
324 if (sc->started == 0 || (sc->strict != 0 && (sc->started & LSB) != 0)) in iicbus_write()
[all …]
HDiic.c56 bool started; member
187 if (priv->started) { in iicdtor()
256 if (priv->started || (priv->addr == 0)) { in iicuio()
385 if (priv->started) { in iicioctl()
397 priv->started = true; in iicioctl()
404 if (priv->started) { in iicioctl()
407 priv->started = false; in iicioctl()
418 if (!priv->started) in iicioctl()
432 priv->started = false; in iicioctl()
437 if (!priv->started) { in iicioctl()
[all …]
/freebsd-14-stable/usr.bin/w/
HDpr_time.c52 pr_attime(time_t *started, time_t *now) in pr_attime() argument
60 tp = *localtime(started); in pr_attime()
62 diff = *now - *started; in pr_attime()
85 xo_attr("since", "%lu", (unsigned long) *started); in pr_attime()
/freebsd-14-stable/contrib/netbsd-tests/lib/libpthread/
HDt_preempt.c48 int started; variable
61 started++; in threadfunc()
99 started = 0; in ATF_TC_BODY()
105 while (started < NTHREADS) { in ATF_TC_BODY()
/freebsd-14-stable/contrib/ntp/
HDflock-build89 echo \`date -u '+%H:%M:%S'\` $i started build \$COUNT of 4
97 echo \`date -u '+%H:%M:%S'\` $i started build \$COUNT of 4
103 echo \`date -u '+%H:%M:%S'\` $i started build \$COUNT of 4
109 echo \`date -u '+%H:%M:%S'\` $i started build \$COUNT of 4
/freebsd-14-stable/contrib/llvm-project/lld/Common/
HDFilesystem.cpp96 bool started = false; in unlinkAsync() local
100 started = true; in unlinkAsync()
109 cv.wait(l, [&] { return started; }); in unlinkAsync()
/freebsd-14-stable/contrib/ofed/librdmacm/examples/
HDcmtime.c105 static volatile int started[STEP_CNT]; variable
540 started[STEP_RESOLVE_ADDR]++; in run_client()
542 while (started[STEP_RESOLVE_ADDR] != completed[STEP_RESOLVE_ADDR]) sched_yield(); in run_client()
558 started[STEP_RESOLVE_ROUTE]++; in run_client()
560 while (started[STEP_RESOLVE_ROUTE] != completed[STEP_RESOLVE_ROUTE]) sched_yield(); in run_client()
591 started[STEP_CONNECT]++; in run_client()
593 while (started[STEP_CONNECT] != completed[STEP_CONNECT]) sched_yield(); in run_client()
603 started[STEP_DISCONNECT]++; in run_client()
605 while (started[STEP_DISCONNECT] != completed[STEP_DISCONNECT]) sched_yield(); in run_client()
/freebsd-14-stable/crypto/openssl/apps/
HDengine.c94 int started = 0, err = 0; in util_flags() local
111 started = 1; in util_flags()
120 if (started) { in util_flags()
125 started = 1; in util_flags()
128 if (started) { in util_flags()
133 started = 1; in util_flags()
140 if (started) in util_flags()
/freebsd-14-stable/tools/test/stress2/misc/
HDracct.sh40 pgrep -Sq accounting || { service accounting onestart && started=1; }
56 [ $started ] && service accounting onestop
/freebsd-14-stable/crypto/openssl/doc/man3/
HDSSL_CTX_sess_number.pod29 SSL_CTX_sess_connect() returns the number of started SSL/TLS handshakes in
35 SSL_CTX_sess_connect_renegotiate() returns the number of started renegotiations
38 SSL_CTX_sess_accept() returns the number of started SSL/TLS handshakes in
44 SSL_CTX_sess_accept_renegotiate() returns the number of started renegotiations
/freebsd-14-stable/contrib/wpa/src/ap/
HDairtime_policy.c148 if (!bss->started || !bss->conf->airtime_weight) in update_airtime_weights()
167 if (!bss->started || !bss->conf->airtime_weight) in update_airtime_weights()
194 if (!bss->started || !bss->conf->airtime_weight) in update_airtime_weights()
217 if (!bss->started || !bss->conf->airtime_weight) in update_airtime_weights()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_common_libcdep.cpp95 static bool started = false; in MaybeStartBackgroudThread() local
96 if (!started) { in MaybeStartBackgroudThread()
97 started = true; in MaybeStartBackgroudThread()
/freebsd-14-stable/contrib/libevent/test/
HDbench_httpclient.c65 struct timeval started; member
92 evutil_timersub(&now, &ri->started, &diff); in errorcb()
163 evutil_gettimeofday(&ri->started, NULL); in launch_request()
/freebsd-14-stable/contrib/ntp/sntp/libevent/test/
HDbench_httpclient.c65 struct timeval started; member
92 evutil_timersub(&now, &ri->started, &diff); in errorcb()
163 evutil_gettimeofday(&ri->started, NULL); in launch_request()
/freebsd-14-stable/tools/tools/netrate/tcpp/
HDtcpp_client.c76 static int started; /* Number started so far. */ variable
139 started++; in tcpp_client_newconn()
251 while ((started - finished < mflag) && (started < tflag)) in tcpp_client_worker()
/freebsd-14-stable/sys/dev/axgbe/
HDxgbe-i2c.c468 if (!pdata->i2c.started) in xgbe_i2c_stop()
473 pdata->i2c.started = 0; in xgbe_i2c_stop()
483 if (pdata->i2c.started) in xgbe_i2c_start()
486 pdata->i2c.started = 1; in xgbe_i2c_start()
/freebsd-14-stable/sys/contrib/openzfs/etc/init.d/
HDREADME.md64 separate datasets like /var, are mounted before anything else is started.
66 Then, ZED, which depends on /var, can be started. It will consume and act
67 on events that occurred before it started. ZED may also play a role in
/freebsd-14-stable/usr.sbin/bhyve/
HDgdb.c1115 bool started; in gdb_read_mem() local
1137 started = false; in gdb_read_mem()
1141 if (started) in gdb_read_mem()
1148 if (started) in gdb_read_mem()
1166 if (!started) { in gdb_read_mem()
1168 started = true; in gdb_read_mem()
1194 if (!started) { in gdb_read_mem()
1196 started = true; in gdb_read_mem()
1208 if (started) in gdb_read_mem()
1218 if (!started) in gdb_read_mem()
/freebsd-14-stable/sys/arm64/arm64/
HDmp_machdep.c142 int i, started; in release_aps() local
164 started = 0; in release_aps()
174 if (smp_cpus > started) { in release_aps()
176 started = smp_cpus; in release_aps()
/freebsd-14-stable/contrib/netbsd-tests/lib/libc/net/
HDhosts7 # before the nameserver is started.
/freebsd-14-stable/contrib/file/magic/Magdir/
HDnitpicker9 >6 bedate x started: %s
/freebsd-14-stable/crypto/openssh/contrib/hpux/
HDegd.rc72 echo $WHAT started
/freebsd-14-stable/contrib/bmake/unit-tests/
HDsh-errctl.exp20 job table @ job started
HDopt-debug-jobs.exp18 job table @ job started
/freebsd-14-stable/contrib/netbsd-tests/lib/csu/
HDt_crt0.sh69 main started

1234567891011