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

12

/freebsd-9.3-release/crypto/openssl/util/
H A Dmksdef.pl29 my $started = 0;
39 $started = 1;
52 $preamble .= $_ unless $started;
/freebsd-9.3-release/sys/dev/iicbus/
H A Diiconf.c159 * Test if the iicbus is started by the controller
166 return (sc->started);
180 if (sc->started)
181 return (EINVAL); /* bus already started */
184 sc->started = slave;
186 sc->started = 0;
202 if (!sc->started)
203 return (EINVAL); /* bus should have been already started */
206 sc->started = slave;
208 sc->started
[all...]
H A Diicbus.h42 u_char started; /* address of the 'started' slave member in struct:iicbus_softc
/freebsd-9.3-release/usr.bin/w/
H A Dpr_time.c52 pr_attime(time_t *started, time_t *now) argument
60 tp = *localtime(started);
62 diff = *now - *started;
73 /* else if (*now / 86400 != *started / 86400) { */
/freebsd-9.3-release/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-9.3-release/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:__anon1180
541 if (InterlockedIncrement (&(once->started)) == 0)
/freebsd-9.3-release/crypto/openssh/contrib/hpux/
H A Degd.rc72 echo $WHAT started
/freebsd-9.3-release/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-9.3-release/crypto/openssl/apps/
H A Dengine.c132 int started = 0, err = 0; local
148 if (started) {
153 started = 1;
162 if (started) {
167 started = 1;
170 if (started) {
175 started = 1;
182 if (started)
/freebsd-9.3-release/bin/ps/
H A Dextern.h78 char *started(KINFO *, VARENT *);
/freebsd-9.3-release/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-9.3-release/contrib/amd/hlfsd/
H A Dstubs.c63 static int started; variable
115 if (!started) {
116 started++;
210 if (!started) {
211 started++;
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dgthr-win32.c81 if (InterlockedIncrement (&(once->started)) == 0)
/freebsd-9.3-release/contrib/wpa/src/wps/
H A Dwps_upnp_i.h115 int started; /* nonzero if we are active */ member in struct:upnp_wps_device_sm
H A Dwps_upnp.c707 wpa_printf(MSG_DEBUG, "WPS UPnP: Subscription %p started with %s",
933 if (!sm || !sm->started)
953 sm->started = 0;
968 if (sm->started)
973 sm->started = 1;
/freebsd-9.3-release/sys/dev/usb/
H A Dusb_core.h93 uint8_t started:1; /* keeps track of started or stopped */ member in struct:usb_xfer_flags_int
/freebsd-9.3-release/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-9.3-release/sys/arm/xscale/ixp425/
H A Dixp425_npe.c119 int started; /* NPE is started */ member in struct:ixpnpe_softc
371 sc->started = 0; /* mark stopped */
383 if (!sc->started) {
386 sc->started = 1;
413 sc->started = 0;
557 if (sc->started)
/freebsd-9.3-release/contrib/one-true-awk/
H A DREADME73 missing95.c contains versions that can be used to get started
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c50 static int started; variable
1153 if (started && this_tick <= pf_tick)
1221 if (started && this_tick <= pf_tick)
1284 if (started && this_tick <= pf_tick)
1307 if (started && this_tick <= pf_tick)
1441 if (started && this_tick <= pf_tick)
1610 if (started && this_tick <= pf_tick)
1698 started = 1;
/freebsd-9.3-release/contrib/groff/src/utils/tfmtodit/
H A Dtfmtodit.cpp801 int started = 0; local
809 if (!started) {
810 started = 1;
817 if (started)
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dwpa_auth_i.h87 unsigned int started:1; member in struct:wpa_state_machine
/freebsd-9.3-release/sys/dev/ep/
H A Dif_ep.c483 int pad, started; local
492 started = 0;
498 if (!started && (sc->stat & F_HAS_TX_PLL))
500 started++;
/freebsd-9.3-release/sys/i386/xen/
H A Dmp_machdep.c399 atomic_t started; member in struct:_call_data
412 atomic_t *started = &call_data->started; local
425 atomic_inc(started);
788 /* number of APs actually started */

Completed in 153 milliseconds

12