HomeSort by: relevance | last modified time | path
    Searched refs:RUN (Results 1 - 9 of 9) sorted by relevancy

  /src/usr.bin/systat/
vmstat.h 32 enum display_mode { BOOT, TIME, RUN };
syscall.c 301 display_mode = RUN;
vmstat.c 686 display_mode = RUN;
698 if (display_mode == RUN)
  /src/usr.bin/make/unit-tests/
cmd-errors-jobs.mk 6 RUN= @ run() { \
12 } && run
15 ${RUN} undefined-direct
16 ${RUN} undefined-indirect
17 ${RUN} parse-error-direct
18 ${RUN} parse-error-indirect
19 ${RUN} begin-direct
20 ${RUN} begin-indirect
21 ${RUN} end-direc
    [all...]
  /src/sys/arch/luna68k/dev/xplx/
xplx.asm 73 ; READY-CMD-RESULT-RUN プロトコル
86 ; RUN
89 ; 実行完了時、RESULT=x RUN=0 READY=1 の順で書き込む。
95 ; RUN を上げる
99 ; RUN を下げる
116 ; +3.b RUN
134 ; +3.b RUN
142 ; +3.b RUN
164 ; +3.b RUN
175 ; +3.b RUN
    [all...]
  /src/sys/arch/xen/xen/
xbdback_xenbus.c 85 * RUN: xbdi thread must be woken up, I/Os have to be processed
89 typedef enum {WAITING, RUN, DISCONNECTING, DISCONNECTED} xbdback_state_t;
703 if (xbdi->xbdi_status == WAITING || xbdi->xbdi_status == RUN)
748 if (xbdi->xbdi_status == WAITING || xbdi->xbdi_status == RUN) {
942 case RUN:
1610 /* only set RUN state when we are WAITING for work */
1612 xbdi->xbdi_status = RUN;
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gmc_v7_0.c 208 running = REG_GET_FIELD(RREG32(mmMC_SEQ_SUP_CNTL), MC_SEQ_SUP_CNTL, RUN);
amdgpu_gmc_v8_0.c 333 running = REG_GET_FIELD(RREG32(mmMC_SEQ_SUP_CNTL), MC_SEQ_SUP_CNTL, RUN);
  /src/sys/external/isc/libsodium/dist/test/default/
Makefile.in 517 # standard input, print the name of the tests that are to be re-run
562 global_test_result = "RUN"; \
606 # will run the test scripts (or their associated LOG_COMPILER, if
1790 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create

Completed in 26 milliseconds