Searched refs:started (Results 1 - 25 of 69) sorted by relevance

123

/freebsd-11-stable/usr.bin/w/
H A Dpr_time.c53 pr_attime(time_t *started, time_t *now) argument
61 tp = *localtime(started);
63 diff = *now - *started;
74 /* else if (*now / 86400 != *started / 86400) { */
86 xo_attr("since", "%lu", (unsigned long) *started);
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_preempt.c48 int started; variable
61 started++;
99 started = 0;
105 while (started < NTHREADS) {
109 printf("1: Thread has started.\n");
/freebsd-11-stable/contrib/llvm-project/lld/Common/
H A DFilesystem.cpp64 bool started = false;
68 started = true;
77 cv.wait(l, [&] { return started; });
/freebsd-11-stable/sys/dev/iicbus/
H A Diiconf.c186 * Test if the iicbus is started by the controller
193 return (sc->started);
207 if (sc->started)
208 return (IIC_ESTATUS); /* protocol error, bus already started */
211 sc->started = slave;
213 sc->started = 0;
229 if (!sc->started)
230 return (IIC_ESTATUS); /* protocol error, bus not started */
233 sc->started = slave;
235 sc->started
421 bool started; local
[all...]
H A Diic.c56 bool started; member in struct:iic_cdevpriv
189 if (priv->started) {
256 if (priv->started || (priv->addr == 0)) {
381 if (priv->started) {
393 priv->started = true;
400 if (priv->started) {
403 priv->started = false;
414 if (!priv->started)
428 priv->started = false;
433 if (!priv->started) {
[all...]
H A Diicbus.h43 u_char started; /* address of the 'started' slave member in struct:iicbus_softc
/freebsd-11-stable/contrib/ntp/
H A Dflock-build92 # in a ssh session started with the -tt option,
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-11-stable/contrib/gcc/
H A Dconflict.c303 int started;
316 if (! context->started)
319 context->started = 1;
354 context.started = 0;
363 if (context.started)
302 int started; member in struct:print_context
H A Dgthr-win32.h340 long started; member in struct:__anon1342
541 if (InterlockedIncrement (&(once->started)) == 0)
/freebsd-11-stable/crypto/openssh/contrib/hpux/
H A Degd.rc72 echo $WHAT started
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dbench_httpclient.c65 struct timeval started; member in struct:request_info
92 evutil_timersub(&now, &ri->started, &diff);
167 evutil_gettimeofday(&ri->started, NULL);
/freebsd-11-stable/contrib/netbsd-tests/lib/csu/
H A Dt_crt0.sh69 main started
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dbss_load.c49 if (!(hapd->beacon_set_done && hapd->started))
H A Dairtime_policy.c144 if (!bss->started || !bss->conf->airtime_weight)
163 if (!bss->started || !bss->conf->airtime_weight)
190 if (!bss->started || !bss->conf->airtime_weight)
213 if (!bss->started || !bss->conf->airtime_weight)
/freebsd-11-stable/crypto/openssl/apps/
H A Dengine.c130 int started = 0, err = 0; local
147 started = 1;
156 if (started) {
161 started = 1;
164 if (started) {
169 started = 1;
176 if (started)
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Dcmtime.c105 static volatile int started[STEP_CNT]; variable
540 started[STEP_RESOLVE_ADDR]++;
542 while (started[STEP_RESOLVE_ADDR] != completed[STEP_RESOLVE_ADDR]) sched_yield();
558 started[STEP_RESOLVE_ROUTE]++;
560 while (started[STEP_RESOLVE_ROUTE] != completed[STEP_RESOLVE_ROUTE]) sched_yield();
591 started[STEP_CONNECT]++;
593 while (started[STEP_CONNECT] != completed[STEP_CONNECT]) sched_yield();
603 started[STEP_DISCONNECT]++;
605 while (started[STEP_DISCONNECT] != completed[STEP_DISCONNECT]) sched_yield();
/freebsd-11-stable/bin/ps/
H A Dextern.h79 char *started(KINFO *, VARENT *);
/freebsd-11-stable/tools/tools/netrate/tcpp/
H A Dtcpp_client.c88 static int started; /* Number started so far. */ variable
151 started++;
263 while ((started - finished < mflag) && (started < tflag))
/freebsd-11-stable/contrib/unbound/dnstap/
H A Ddtstream.h134 /** if the io processing has started */
135 int started; member in struct:dt_io_thread
276 * @return new io thread object. not yet started. or NULL malloc failure.
288 * @param dtio: io thread, not yet started.
319 * and a thread is started to process the dnstap log messages.
/freebsd-11-stable/contrib/amd/hlfsd/
H A Dstubs.c59 static int started; variable
111 if (!started) {
112 started++;
205 if (!started) {
206 started++;
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dgthr-win32.c81 if (InterlockedIncrement (&(once->started)) == 0)
/freebsd-11-stable/sys/dev/usb/
H A Dusb_core.h97 uint8_t started:1; /* keeps track of started or stopped */ member in struct:usb_xfer_flags_int
/freebsd-11-stable/contrib/wpa/src/wps/
H A Dwps_upnp_i.h127 int started; /* nonzero if we are active */ member in struct:upnp_wps_device_sm
/freebsd-11-stable/contrib/ngatm/snmp_atm/
H A Dsnmp_atm.c57 /* whether we are started or not */
58 static int started; variable
302 if (!started || ifp->mib.ifmd_data.ifi_type != IFT_ATM ||
321 started = 1;
/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Dixp425_npe.c117 int started; /* NPE is started */ member in struct:ixpnpe_softc
368 sc->started = 0; /* mark stopped */
380 if (!sc->started) {
383 sc->started = 1;
410 sc->started = 0;
554 if (sc->started)

Completed in 158 milliseconds

123