| /netbsd-src/sys/arch/luna68k/dev/ |
| H A D | xpcmd.c | 47 READY = 0, enumerator 59 r = xp_readmem8(addr + READY); in xp_waitfor_ready()
|
| /netbsd-src/sys/arch/luna68k/dev/xplx/ |
| H A D | xplx.asm | 73 ; 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 D | ifwatchd.c | 59 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 D | answer.c | 167 sendcom(pp, READY, 0); in answer() 247 sendcom(pp, READY, 0); in stmonitor() 371 sendcom(newpp, READY, 0); in stplayer()
|
| H A D | terminal.c | 139 case READY: in sendcom()
|
| H A D | driver.c | 324 sendcom(pp, READY, pp->p_nexec); in main() 331 sendcom(pp, READY, pp->p_nexec); in main()
|
| /netbsd-src/games/hunt/include/ |
| H A D | hunt_common.h | 74 #define READY ('g' | 0200) macro
|
| /netbsd-src/sys/dev/ata/ |
| H A D | ata_wdc.c | 200 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 D | atavar.h | 318 #define READY 1 macro
|
| /netbsd-src/external/bsd/ntp/dist/ |
| H A D | README.patches | 29 If these patches are for a bugzilla issue, mark the issue as Resolved/READY
|
| H A D | README.pullrequests | 82 If these patches are for a bugzilla issue, mark the issue as Resolved/READY
|
| /netbsd-src/sys/arch/m68k/fpsp/ |
| H A D | ssin.sa | 234 *--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 D | stan.sa | 221 *--FP1 IS NOW READY 418 *--FP2 IS READY 427 *--FP2 IS READY
|
| H A D | slogn.sa | 390 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 D | satan.sa | 342 *--U IN FP0, WE ARE NOW READY TO COMPUTE ATAN(U) AS
|
| /netbsd-src/games/hunt/hunt/ |
| H A D | playit.c | 156 case READY: in playit()
|
| /netbsd-src/sys/dev/scsipi/ |
| H A D | atapi_wdc.c | 500 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 D | mvsata.c | 1152 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 D | README.protocol | 250 Server ready 231 (READY)
|
| /netbsd-src/sys/arch/m68k/060sp/dist/ |
| H A D | fplsp.s | 8270 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 D | fpsp.s | 8376 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 D | spu.md | 39 ; TEST READY-DELAY ISSUE-DELAY [CONFLICT-LIST])
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | gccint.info | 37664 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 D | gccint.info | 39079 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 D | ChangeLog-2000 | 2996 (schedule_insn): Replace args READY and N_READY with a pointer to a
|