/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/stop/ |
H A D | tst.stop1.d | 44 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 D | tst.stop2.d | 44 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 D | ath9k_recv.c | 227 int stopped, reset = 0; local 231 stopped = ath9k_hw_stopdmarecv(ah, &reset); 236 !stopped) { 241 return stopped && !reset;
|
H A D | ath9k_xmit.c | 178 * 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 D | ath9k_main.c | 121 int fastcc __unused = 1, stopped __unused; 145 stopped = ath_drain_all_txq(sc, 0); 148 stopped = 0; 151 stopped = 0;
|
H A D | ath9k.h | 185 int stopped; member in struct:ath_txq
|
/vbox/src/VBox/Devices/PC/ipxe/src/core/ |
H A D | exec.c | 208 * @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 D | install_service.sh | 49 - That if all running copies of the main process binary are stopped first the
|
/vbox/src/VBox/Installer/linux/testcase/ |
H A D | tstHeadlessXOrg.sh | 182 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 D | cpu-defs.h | 75 #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 D | tmoacc.c | 57 typedef enum {running, stopped} Status; enumerator in enum:__anon17268 174 shared->status = stopped;
|
H A D | cltsrv.c | 177 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 D | provider.c | 179 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 D | vmxnet3.h | 374 uint8_t stopped; member in struct:vmxnet3_queue_status
|
H A D | sky2.c | 960 * 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 D | JDTrace.java | 56 static boolean stopped; field in class:JDTrace 965 stopped = true; 1005 if (stopped || !started) {
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jaxws-rt.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |