Searched refs:running (Results 1 - 25 of 109) sorted by relevance

12345

/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dapp.c46 static isc_boolean_t running = ISC_FALSE; variable
110 if (running) {
143 if (!running) {
144 running = ISC_TRUE;
206 REQUIRE(running);
225 REQUIRE(running);
247 REQUIRE(running);
256 REQUIRE(running);
/freebsd-9.3-release/contrib/top/
H A DMakefile.X64 @echo 'You need to run the script "Configure" before running "make".'
68 @echo 'You need to run the script "Configure" before running "make".'
/freebsd-9.3-release/sys/kern/
H A Dsubr_autoconf.c97 static int running; local
105 * Let the currently running session issue these
108 if (running != 0) {
112 running = 1;
122 running = 0;
/freebsd-9.3-release/sys/powerpc/mambo/
H A Dmambo_disk.c50 int running; member in struct:mambodisk_softc
137 sc->running = 1;
150 sc->running = 0;
156 while (sc->running != -1)
207 while (sc->running) {
213 } while (bp == NULL && sc->running);
217 if (!sc->running)
255 sc->running = -1;
/freebsd-9.3-release/contrib/ipfilter/BSD/
H A Dipfadm-rcd17 running=`ipf -V 2>/dev/null|sed -ne 's/Running: \(.*\)/\1/p'`
82 echo "disabled-but-running"
91 echo "enabled-not-running"
96 echo "unknown-state-running"
105 if [ -z "$running" ] ; then
110 case $running in
125 emsg="-not-running"
151 if [ -z "$running" ] ; then
156 case $running in
168 emsg="-not-running"
[all...]
/freebsd-9.3-release/sys/mips/rmi/
H A Dfmn.c86 int running; /* number of threads running */ member in struct:msgring_thread
88 struct mtx lock; /* for changing running/active */
248 msgrng_setconfig(int running, int nthr) argument
256 KASSERT(running <= nthr, ("Bad value of running %d", running));
258 if (running == nthr) {
261 switch (running) {
300 nt = mthd->running;
[all...]
/freebsd-9.3-release/sys/i386/bios/
H A Dapm.h38 int initialized, active, running, bios_busy; member in struct:apm_softc
/freebsd-9.3-release/contrib/ntp/scripts/deprecated/
H A Dntp-status39 echo $HOSTNAME: Not running NTP
/freebsd-9.3-release/sys/dev/drm2/
H A Ddrm_dp_iic_helper.c52 * Send the address. If the I2C link is running, this 'restarts'
69 aux_data->running = true;
90 if (aux_data->running) {
92 aux_data->running = false;
98 * the I2C link must be running or this returns -EIO
108 if (!aux_data->running)
117 * I2C link must be running or this returns -EIO
127 if (!aux_data->running)
248 data->running = false;
/freebsd-9.3-release/sys/dev/mmc/
H A Dmmcsd.c87 int running; member in struct:mmcsd_softc
188 sc->running = 1;
203 if (sc->running > 0) {
205 sc->running = 0;
208 while (sc->running != -1)
230 if (sc->running > 0) {
232 sc->running = 0;
235 while (sc->running != -1)
249 if (sc->running <= 0) {
250 sc->running
[all...]
/freebsd-9.3-release/sys/dev/sound/macio/
H A Daoa.c67 int running; member in struct:aoa_dma
155 KASSERT(!dma->running, ("dma is running"));
214 if (!dma->running)
267 dma->running = 1;
281 dma->running = 0;
322 if (!(dma = sc->sc_intrp) || !dma->running)
/freebsd-9.3-release/crypto/openssl/crypto/des/times/
H A Dusparc.cc3 For the ultra sparc, SunC 4.0 cc -fast -Xa -xO5, running 'des_opts'
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Dapp.c129 isc_boolean_t running; member in struct:isc__appctx
184 * running, even if they're not in the set being waited for. This makes
266 ctx->running = ISC_FALSE;
411 if (ctx->running) {
603 if (!ctx->running) {
604 ctx->running = ISC_TRUE;
735 REQUIRE(ctx->running);
790 REQUIRE(ctx->running);
855 REQUIRE(isc_g_appctx.running);
874 REQUIRE(isc_g_appctx.running);
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/unix/
H A Dapp.c124 isc_boolean_t running; member in struct:isc__appctx
178 * running, even if they're not in the set being waited for. This makes
260 ctx->running = ISC_FALSE;
396 if (isc_g_appctx.running) {
588 if (!ctx->running) {
589 ctx->running = ISC_TRUE;
720 REQUIRE(ctx->running);
775 REQUIRE(ctx->running);
840 REQUIRE(isc_g_appctx.running);
859 REQUIRE(isc_g_appctx.running);
[all...]
/freebsd-9.3-release/contrib/ncurses/ncurses/widechar/
H A Dlib_wacs.c90 * If we're running in a UTF-8 locale, will use the Unicode equivalents
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dlwdclient.c79 ISC_LIST_INIT(cm->running);
147 * clients do not have a recv running nor do they have any finds
148 * or similar running.
159 if (!ISC_LIST_EMPTY(cm->running))
284 * If a recv is already running, don't bother.
313 * Remove the client from the idle list, and put it on the running
318 ISC_LIST_APPEND(cm->running, client, link);
335 * clients do not have a recv running nor do they have any finds
336 * or similar running.
353 * Run through the running clien
[all...]
/freebsd-9.3-release/sys/dev/ata/
H A Data-queue.c85 ch->running = request;
87 ch->running = NULL;
197 /* if we have a request on the queue try to get it running */
219 ch->running = request;
227 ch->running = NULL;
241 while (ch->running) {
526 /* do we have any running request to care about ? */
527 if ((request = ch->running) && (!dev || request->dev == dev)) {
529 ch->running = NULL;
/freebsd-9.3-release/sys/netgraph/atm/
H A Dng_atm.h208 uint8_t running; member in struct:ngm_atm_if_change
214 { "running", &ng_parse_uint8_type }, \
/freebsd-9.3-release/sys/net/
H A Dif_atm.h274 u_int running : 1; /* interface is running now */ member in struct:atmev_ifstate_changed
323 _arg.running = (((ATMIF)->ifp->if_drv_flags & \
/freebsd-9.3-release/contrib/ntp/
H A Dflock-build75 echo flock-build running on $i? check LIST, skipping
/freebsd-9.3-release/usr.sbin/jail/
H A Dstate.c68 * look at currently running jails.
303 start_state(const char *target, int docf, unsigned state, int running) argument
311 (!running && !strcmp(target, "*"))) {
329 if (running) {
331 * -R matches its wildcards against currently running
370 /* Allow -[rR] to specify a currently running jail. */
447 * Return the named jail's jid if it is running, and -1 if it isn't.
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgnu-nat.c130 EIEIO is returned. INF must refer to a running process! */
195 running. */ member in struct:inf
196 unsigned int running:1;
199 since a proc server `stop' leaves the signal thread running, the inf can
259 int running;
267 /* Since PROC may start running, we must write back any state changes. */
301 running = !err && proc->sc == 0;
303 proc_debug (proc, "is %s", err ? "dead" : running ? "running" : "suspended");
307 if (running)
257 int running; local
328 int running = (proc->cur_sc == 0 && inf->task->cur_sc == 0); local
[all...]
/freebsd-9.3-release/contrib/bind9/bin/named/include/named/
H A Dlwdclient.h191 ISC_LIST(ns_lwdclient_t) running; /*%< running clients */ member in struct:ns_lwdclientmgr
/freebsd-9.3-release/sys/dev/ixgb/
H A DREADME63 4. To load the driver onto a running system:
155 - There are known performance issues with this driver when running
/freebsd-9.3-release/sys/dev/usb/wlan/
H A Dif_runvar.h235 uint8_t running; member in struct:run_softc

Completed in 327 milliseconds

12345