| /freebsd-13.1/sys/dev/iicbus/ |
| H A D | iiconf.c | 259 if (sc->started) in iicbus_start() 265 sc->started = 0; in iicbus_start() 281 if (!sc->started) in iicbus_repeated_start() 287 sc->started = 0; in iicbus_repeated_start() 303 if (!sc->started) in iicbus_stop() 309 sc->started = 0; in iicbus_stop() 326 if (sc->started == 0 || (sc->strict != 0 && (sc->started & LSB) != 0)) in iicbus_write() 344 if (sc->started == 0 || (sc->strict != 0 && (sc->started & LSB) == 0)) in iicbus_read() 473 bool started; in iicbus_transfer_gen() local 484 started = false; in iicbus_transfer_gen() [all …]
|
| H A D | iic.c | 58 bool started; member 191 if (priv->started) { in iicdtor() 383 if (priv->started) { in iicioctl() 395 priv->started = true; in iicioctl() 402 if (priv->started) { in iicioctl() 405 priv->started = false; in iicioctl() 416 if (!priv->started) in iicioctl() 435 if (!priv->started) { in iicioctl() 452 if (!priv->started) { in iicioctl() 473 if (priv->started) { in iicioctl() [all …]
|
| /freebsd-13.1/usr.bin/w/ |
| H A D | pr_time.c | 55 pr_attime(time_t *started, time_t *now) in pr_attime() argument 63 tp = *localtime(started); in pr_attime() 65 diff = *now - *started; in pr_attime() 88 xo_attr("since", "%lu", (unsigned long) *started); in pr_attime()
|
| /freebsd-13.1/contrib/netbsd-tests/lib/libpthread/ |
| H A D | t_preempt.c | 48 int started; variable 61 started++; in threadfunc() 99 started = 0; in ATF_TC_BODY() 105 while (started < NTHREADS) { in ATF_TC_BODY()
|
| /freebsd-13.1/contrib/ntp/ |
| H A D | flock-build | 101 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 115 echo \`date -u '+%H:%M:%S'\` $i started build \$COUNT of 4 121 echo \`date -u '+%H:%M:%S'\` $i started build \$COUNT of 4
|
| /freebsd-13.1/contrib/llvm-project/lld/Common/ |
| H A D | Filesystem.cpp | 94 bool started = false; in unlinkAsync() local 98 started = true; in unlinkAsync() 107 cv.wait(l, [&] { return started; }); in unlinkAsync()
|
| /freebsd-13.1/contrib/ofed/librdmacm/examples/ |
| H A D | cmtime.c | 105 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-13.1/crypto/openssl/apps/ |
| H A D | engine.c | 85 int started = 0, err = 0; in util_flags() local 102 started = 1; in util_flags() 111 if (started) { in util_flags() 116 started = 1; in util_flags() 119 if (started) { in util_flags() 124 started = 1; in util_flags() 131 if (started) in util_flags()
|
| /freebsd-13.1/contrib/wpa/src/ap/ |
| H A D | airtime_policy.c | 148 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-13.1/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_sess_number.pod | 29 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-13.1/contrib/libevent/test/ |
| H A D | bench_httpclient.c | 65 struct timeval started; member 92 evutil_timersub(&now, &ri->started, &diff); in errorcb() 163 evutil_gettimeofday(&ri->started, NULL); in launch_request()
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/test/ |
| H A D | bench_httpclient.c | 65 struct timeval started; member 92 evutil_timersub(&now, &ri->started, &diff); in errorcb() 167 evutil_gettimeofday(&ri->started, NULL); in launch_request()
|
| /freebsd-13.1/tools/tools/netrate/tcpp/ |
| H A D | tcpp_client.c | 78 static int started; /* Number started so far. */ variable 141 started++; in tcpp_client_newconn() 253 while ((started - finished < mflag) && (started < tflag)) in tcpp_client_worker()
|
| /freebsd-13.1/contrib/atf/ |
| H A D | AUTHORS | 7 Main developer. He started the work on this project when he took part in 20 initial version of the atf-check utility and started the addition of the
|
| /freebsd-13.1/sys/dev/axgbe/ |
| H A D | xgbe-i2c.c | 470 if (!pdata->i2c.started) in xgbe_i2c_stop() 475 pdata->i2c.started = 0; in xgbe_i2c_stop() 485 if (pdata->i2c.started) in xgbe_i2c_start() 488 pdata->i2c.started = 1; in xgbe_i2c_start()
|
| /freebsd-13.1/sys/contrib/openzfs/etc/init.d/ |
| H A D | README.md | 68 separate datasets like /var, are mounted before anything else is started. 70 Then, ZED, which depends on /var, can be started. It will consume and act 71 on events that occurred before it started. ZED may also play a role in
|
| /freebsd-13.1/usr.sbin/bhyve/ |
| H A D | gdb.c | 978 bool started; in gdb_read_mem() local 998 started = false; in gdb_read_mem() 1002 if (started) in gdb_read_mem() 1009 if (started) in gdb_read_mem() 1027 if (!started) { in gdb_read_mem() 1029 started = true; in gdb_read_mem() 1055 if (!started) { in gdb_read_mem() 1057 started = true; in gdb_read_mem() 1069 if (started) in gdb_read_mem() 1079 if (!started) in gdb_read_mem()
|
| /freebsd-13.1/contrib/netbsd-tests/lib/libc/net/ |
| H A D | hosts | 7 # before the nameserver is started.
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | nitpicker | 9 >6 bedate x started: %s
|
| /freebsd-13.1/crypto/openssh/contrib/hpux/ |
| H A D | egd.rc | 72 echo $WHAT started
|
| /freebsd-13.1/contrib/bmake/unit-tests/ |
| H A D | sh-errctl.exp | 20 job table @ job started
|
| H A D | opt-debug-jobs.exp | 18 job table @ job started
|
| /freebsd-13.1/sys/arm64/arm64/ |
| H A D | mp_machdep.c | 160 int i, started; in release_aps() local 182 started = 0; in release_aps() 192 if (smp_cpus > started) { in release_aps() 194 started = smp_cpus; in release_aps()
|
| /freebsd-13.1/bin/sh/ |
| H A D | dot.profile | 12 # set ENV to a file invoked each time sh is started for interactive use.
|
| /freebsd-13.1/contrib/netbsd-tests/lib/csu/ |
| H A D | t_crt0.sh | 69 main started
|