Home
last modified time | relevance | path

Searched refs:READY (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/sys/arch/luna68k/dev/
H A Dxpcmd.c47 READY = 0, enumerator
59 r = xp_readmem8(addr + READY); in xp_waitfor_ready()
/netbsd-src/sys/arch/luna68k/dev/xplx/
H A Dxplx.asm73 ; READY-CMD-RESULT-RUN プロトコル
75 ; READY
81 ; XP がコマンドを受け付けると、READY=0 CMD=0 の順で、XP が 0 にする
84 ; RESULT=x READY=1 の順で書き込む。
89 ; 実行完了時、RESULT=x RUN=0 READY=1 の順で書き込む。
92 ; READY を上げる
94 ; READY を下げる
100 ; READY を上げる
104 ; while (READY == 0); // 受付可能待ち
113 ; +0.b READY
[all …]
/netbsd-src/usr.sbin/ifwatchd/
H A Difwatchd.c59 enum addrflag { NOTREADY, DETACHED, DEPRECATED, READY }; enumerator
310 return READY; in check_addrflags()
349 if ((ev == UP && aflag == READY) || ev == DOWN) in check_addrs()
626 if (aflag != READY) in run_initial_ups()
/netbsd-src/games/hunt/huntd/
H A Danswer.c167 sendcom(pp, READY, 0); in answer()
247 sendcom(pp, READY, 0); in stmonitor()
371 sendcom(newpp, READY, 0); in stplayer()
H A Dterminal.c139 case READY: in sendcom()
H A Ddriver.c324 sendcom(pp, READY, pp->p_nexec); in main()
331 sendcom(pp, READY, pp->p_nexec); in main()
/netbsd-src/games/hunt/include/
H A Dhunt_common.h74 #define READY ('g' | 0200) macro
/netbsd-src/sys/dev/ata/
H A Data_wdc.c200 if (__predict_false(drvp->state < READY)) { in wdc_ata_bio_start()
295 drvp->state = READY; in wdc_ata_bio_start()
643 if (drvp->state < READY) { in wdc_ata_bio_intr()
H A Datavar.h318 #define READY 1 macro
/netbsd-src/external/bsd/ntp/dist/
H A DREADME.patches29 If these patches are for a bugzilla issue, mark the issue as Resolved/READY
H A DREADME.pullrequests82 If these patches are for a bugzilla issue, mark the issue as Resolved/READY
/netbsd-src/sys/arch/m68k/fpsp/
H A Dssin.sa234 *--FP1 IS NOW READY
270 *--FP0 IS NOW READY
326 *--FP0 IS NOW READY
487 *--FP2 IS READY
496 *--FP2 IS READY
589 *--FP1 IS NOW READY
H A Dstan.sa221 *--FP1 IS NOW READY
418 *--FP2 IS READY
427 *--FP2 IS READY
H A Dslogn.sa390 MOVE.L FFRAC(a6),D0 ...READY TO GET ADDRESS OF 1/F
401 FMOVEm.X FP2/fp3,-(sp) ...SAVE FP2 WHILE FP0 IS NOT READY
408 FMUL.X LOGOF2,FP1 ...GET K*LOG2 WHILE FP0 IS NOT READY
H A Dsatan.sa342 *--U IN FP0, WE ARE NOW READY TO COMPUTE ATAN(U) AS
/netbsd-src/games/hunt/hunt/
H A Dplayit.c156 case READY: in playit()
/netbsd-src/sys/dev/scsipi/
H A Datapi_wdc.c500 if (__predict_false(drvp->state < READY)) { in wdc_atapi_start()
589 drvp->state = READY; in wdc_atapi_start()
756 if (drvp->state < READY) { in wdc_atapi_intr()
/netbsd-src/sys/dev/ic/
H A Dmvsata.c1152 if (__predict_false(drvp->state < READY)) { in mvsata_bio_start()
1316 if (!(xfer->c_flags & C_DMA) && drvp->state < READY) { in mvsata_bio_intr()
1561 drvp->state = READY; in mvsata_bio_ready()
2032 if (__predict_false(drvp->state < READY)) { in mvsata_atapi_start()
2112 drvp->state = READY; in mvsata_atapi_start()
2221 if (drvp->state < READY) { in mvsata_atapi_intr()
/netbsd-src/games/hunt/
H A DREADME.protocol250 Server ready 231 (READY)
/netbsd-src/sys/arch/m68k/060sp/dist/
H A Dfplsp.s8270 mov.l FFRAC(%a6),%d1 # READY TO GET ADDRESS OF 1/F
8281 fmovm.x &0xc,-(%sp) # SAVE FP2-3 WHILE FP0 IS NOT READY
8288 fmul.x LOGOF2(%pc),%fp1 # GET K*LOG2 WHILE FP0 IS NOT READY
H A Dfpsp.s8376 mov.l FFRAC(%a6),%d1 # READY TO GET ADDRESS OF 1/F
8387 fmovm.x &0xc,-(%sp) # SAVE FP2-3 WHILE FP0 IS NOT READY
8394 fmul.x LOGOF2(%pc),%fp1 # GET K*LOG2 WHILE FP0 IS NOT READY
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu.md39 ; TEST READY-DELAY ISSUE-DELAY [CONFLICT-LIST])
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dgccint.info37664 rtx_insn **READY, int *N_READYP, int CLOCK)
37670 by '-fsched-verbose-N'. READY is a pointer to the ready list of
37673 the ready list in reverse order, starting with READY[*N_READYP - 1]
37674 and going to READY[0]. CLOCK is the timer tick of the scheduler.
37681 rtx_insn **READY, int *N_READYP, int CLOCK)
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dgccint.info39079 rtx_insn **READY, int *N_READYP, int CLOCK)
39085 by '-fsched-verbose-N'. READY is a pointer to the ready list of
39088 the ready list in reverse order, starting with READY[*N_READYP - 1]
39089 and going to READY[0]. CLOCK is the timer tick of the scheduler.
39096 rtx_insn **READY, int *N_READYP, int CLOCK)
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20002996 (schedule_insn): Replace args READY and N_READY with a pointer to a

12