| /freebsd-12.1/sys/dev/iicbus/ |
| H A D | iiconf.c | 223 if (sc->started) in iicbus_start() 229 sc->started = 0; in iicbus_start() 245 if (!sc->started) in iicbus_repeated_start() 251 sc->started = 0; in iicbus_repeated_start() 267 if (!sc->started) in iicbus_stop() 273 sc->started = 0; in iicbus_stop() 290 if (sc->started == 0 || (sc->strict != 0 && (sc->started & LSB) != 0)) in iicbus_write() 308 if (sc->started == 0 || (sc->strict != 0 && (sc->started & LSB) == 0)) in iicbus_read() 437 bool started; in iicbus_transfer_gen() local 448 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-12.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-12.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-12.1/contrib/gcc/ |
| H A D | conflict.c | 302 int started; member 315 if (! context->started) in print_conflict() 318 context->started = 1; in print_conflict() 353 context.started = 0; in conflict_graph_print() 362 if (context.started) in conflict_graph_print()
|
| /freebsd-12.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-12.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-12.1/crypto/openssl/apps/ |
| H A D | engine.c | 89 int started = 0, err = 0; 106 started = 1; 115 if (started) { 120 started = 1; 123 if (started) { 128 started = 1; 135 if (started)
|
| /freebsd-12.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-12.1/contrib/wpa/src/ap/ |
| H A D | airtime_policy.c | 144 if (!bss->started || !bss->conf->airtime_weight) in update_airtime_weights() 163 if (!bss->started || !bss->conf->airtime_weight) in update_airtime_weights() 190 if (!bss->started || !bss->conf->airtime_weight) in update_airtime_weights() 213 if (!bss->started || !bss->conf->airtime_weight) in update_airtime_weights()
|
| /freebsd-12.1/usr.sbin/bhyve/ |
| H A D | gdb.c | 768 bool started; in gdb_read_mem() local 778 started = false; in gdb_read_mem() 783 if (started) in gdb_read_mem() 790 if (started) in gdb_read_mem() 808 if (!started) { in gdb_read_mem() 810 started = true; in gdb_read_mem() 836 if (!started) { in gdb_read_mem() 838 started = true; in gdb_read_mem() 850 if (started) in gdb_read_mem() 860 if (!started) in gdb_read_mem()
|
| /freebsd-12.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-12.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-12.1/contrib/amd/hlfsd/ |
| H A D | stubs.c | 59 static int started; variable 111 if (!started) { in nfsproc_getattr_2_svc() 112 started++; in nfsproc_getattr_2_svc() 205 if (!started) { in nfsproc_lookup_2_svc() 206 started++; in nfsproc_lookup_2_svc()
|
| /freebsd-12.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-12.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-12.1/release/picobsd/tinyware/oinit/ |
| H A D | README | 10 * it can be started on system with DEVFS/SLICE (i.e. empty /dev), 67 EXCEPTION: if you end the command line with a '&', the command is started 69 process in background. Here the newly started process is totally dissociated 113 started as threads, not separate processes.
|
| /freebsd-12.1/sys/arm64/arm64/ |
| H A D | mp_machdep.c | 224 int i, started; in release_aps() local 246 started = 0; in release_aps() 256 if (smp_cpus > started) { in release_aps() 258 started = smp_cpus; in release_aps()
|
| /freebsd-12.1/contrib/netbsd-tests/lib/libc/net/ |
| H A D | hosts | 7 # before the nameserver is started.
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | nitpicker | 9 >6 bedate x started: %s
|
| /freebsd-12.1/crypto/openssh/contrib/hpux/ |
| H A D | egd.rc | 72 echo $WHAT started
|
| /freebsd-12.1/contrib/binutils/opcodes/ |
| H A D | arm-dis.c | 2796 int started = 0; in print_insn_arm() local 2803 if (started) in print_insn_arm() 3121 int started = 0; in print_insn_thumb16() local 3131 if (started) in print_insn_thumb16() 3133 started = 1; in print_insn_thumb16() 3139 if (started) in print_insn_thumb16() 3141 started = 1; in print_insn_thumb16() 3147 if (started) in print_insn_thumb16() 3566 int started = 0; in print_insn_thumb32() local 3573 if (started) in print_insn_thumb32() [all …]
|
| /freebsd-12.1/contrib/wpa/wpa_supplicant/ |
| H A D | README-Windows.txt | 161 would be started with the following command: 248 wpa_supplicant can be started as a Windows service by using wpasvc.exe 253 registered as a service that can be started automatically or manually 267 can be started like any other Windows service (e.g., 'net start wpasvc') 276 is started by default on demand. 279 Monitor Driver" can be configured to be started sooner by setting its
|
| /freebsd-12.1/contrib/ngatm/snmp_atm/ |
| H A D | snmp_atm.c | 58 static int started; variable 302 if (!started || ifp->mib.ifmd_data.ifi_type != IFT_ATM || in new_if() 321 started = 1; in atm_start()
|
| /freebsd-12.1/etc/mail/ |
| H A D | README | 13 a sendmail daemon will still be started and bound only to the localhost 39 Also, as of 8.12, a new queue-running daemon is started to make sure mail
|