Searched refs:stopped (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/stop/
H A Dtst.stop1.d44 stopped = 0;
48 /pid == $1 && stopped == 1/
55 /pid == $1 && stopped == 0/
58 trace("stopped");
59 stopped = 1;
67 /timestamp > timeout && stopped == 1/
69 trace("looks like it really stopped");
H A Dtst.stop2.d44 stopped = 0;
48 /pid == $1 && stopped == 1/
55 /pid == $1 && stopped == 0/
58 trace("stopped");
59 stopped = 1;
67 /timestamp > timeout && stopped == 1/
69 trace("looks like it really stopped");
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_recv.c227 int stopped, reset = 0; local
231 stopped = ath9k_hw_stopdmarecv(ah, &reset);
236 !stopped) {
241 return stopped && !reset;
H A Dath9k_xmit.c178 * This assumes output has been stopped and
244 * Mark the queue as not stopped to prevent ath_tx_complete
248 txq->stopped = 0;
588 ++txq->pending_frames > ATH_MAX_QDEPTH && !txq->stopped) {
589 txq->stopped = 1;
614 if (txq->stopped && txq->pending_frames < ATH_MAX_QDEPTH) {
615 txq->stopped = 0;
H A Dath9k_main.c121 int fastcc __unused = 1, stopped __unused;
145 stopped = ath_drain_all_txq(sc, 0);
148 stopped = 0;
151 stopped = 0;
H A Dath9k.h185 int stopped; member in struct:ath_txq
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dexec.c208 * @v stopped Shell had been stopped
211 int stopped; local
214 stopped = ( stop_state >= stop );
220 return stopped;
/vbox/src/VBox/Installer/linux/install_service/
H A Dinstall_service.sh49 - That if all running copies of the main process binary are stopped first the
/vbox/src/VBox/Installer/linux/testcase/
H A DtstHeadlessXOrg.sh182 touch "${TEST_FOLDER}stopped"
184 trap "touch \\"${TEST_FOLDER}stopped\\"; exit" TERM
185 rm "${TEST_FOLDER}stopped"
196 while [ -f "${TEST_FOLDER}stopped" ]; do :; done
198 while [ ! -f "${TEST_FOLDER}stopped" ]; do :; done
/vbox/src/recompiler/
H A Dcpu-defs.h75 #define EXCP_DEBUG 0x10002 /* cpu stopped after a breakpoint or singlestep */
225 uint32_t stopped; /* Artificially stopped */ \
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dtmoacc.c57 typedef enum {running, stopped} Status; enumerator in enum:__anon17268
174 shared->status = stopped;
H A Dcltsrv.c177 PRIntervalTime started, stopped; member in struct:CSServer_s
197 PRIntervalTime started, stopped; member in struct:CSClient_s
392 client->stopped = PR_IntervalNow();
404 ("\tClient(0x%p): stopped after %u operations and %u bytes\n",
697 me, (Aborted(rv) ? "interrupted" : "stopped")));
880 ("\tServer(0x%p): stopped after %u operations and %u bytes\n",
884 server->stopped = PR_IntervalNow();
H A Dprovider.c179 PRIntervalTime started, stopped; member in struct:CSServer_s
199 PRIntervalTime started, stopped; member in struct:CSClient_s
393 client->stopped = PR_IntervalNow();
405 ("\tClient(0x%p): stopped after %u operations and %u bytes\n",
907 me, (Aborted(rv) ? "interrupted" : "stopped")));
1087 ("\tServer(0x%p): stopped after %u operations and %u bytes\n",
1091 server->stopped = PR_IntervalNow();
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dvmxnet3.h374 uint8_t stopped; member in struct:vmxnet3_queue_status
H A Dsky2.c960 * the RX RAM buffer will be stopped first, so any possible incoming
961 * data will not trigger a DMA. After the RAM buffer is stopped, the
977 goto stopped;
980 stopped:
988 /* Clean out receive buffer area, assumes receiver hardware stopped */
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java56 static boolean stopped; field in class:JDTrace
965 stopped = true;
1005 if (stopped || !started) {
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 305 milliseconds