| /src/external/bsd/iscsi/dist/include/ |
| so.h | 49 unsigned char ready; /* flag ready for FLOPTICAL */ member in struct:scsi_osd
|
| /src/games/sail/ |
| pl_6.c | 148 int loadL, loadR, ready, load; local 170 ready = 0; 174 ready = R_DOUBLE; 178 ready = 0; 182 ready = 0; 190 mf->readyR = ready|R_LOADING; 193 mf->readyL = ready|R_LOADING;
|
| pl_3.c | 56 int guns, car, ready, shootat, hit; local 78 ready = mf->readyR; 83 ready = mf->readyL; 89 (ready & R_LOADED) == 0) 159 if (ready & R_INITIAL) {
|
| dr_1.c | 274 int r, guns, ready, load, car; local 303 ready = sp->file->readyR; 307 ready = sp->file->readyL; 313 if ((ready & R_LOADED) == 0) 368 if (ready & R_INITIAL) {
|
| /src/external/bsd/unbound/dist/util/ |
| random.c | 143 int ready; member in struct:ub_randstate
|
| mini_event.h | 112 /* fdset for read write, for fds ready, and added */ 118 /** fds determined ready for use */ 119 ready, member in struct:event_base 120 /** ready plus newly added events. */
|
| /src/bin/date/ |
| netdate.c | 85 struct pollfd ready; local 141 ready.fd = s; 142 ready.events = POLLIN; 144 found = poll(&ready, 1, waittime); 164 if (found > 0 && ready.revents & POLLIN) {
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_gart.h | 58 bool ready; member in struct:amdgpu_gart
|
| /src/external/gpl3/gdb/dist/readline/readline/ |
| parens.c | 118 int orig_point, match_point, ready; local 139 ready = _rl_timeout_select (1, &readfds, (fd_set *)NULL, (fd_set *)NULL, &timer, NULL); 141 ready = select (1, &readfds, (fd_set *)NULL, (fd_set *)NULL, &timer);
|
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| parens.c | 118 int orig_point, match_point, ready; local 139 ready = _rl_timeout_select (1, &readfds, (fd_set *)NULL, (fd_set *)NULL, &timer, NULL); 141 ready = select (1, &readfds, (fd_set *)NULL, (fd_set *)NULL, &timer);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
| queue-signal.c | 24 int ready; variable 66 while (!ready) 75 while (!ready) 102 while (!ready) 124 ready = 0;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| queue-signal.c | 24 int ready; variable 66 while (!ready) 75 while (!ready) 102 while (!ready) 124 ready = 0;
|
| /src/sys/dev/marvell/ |
| mvspi.c | 293 int ready = FALSE; local 311 /* First clear the ready bit */ 325 /* Wait with timeout for memory ready */ 329 ready = TRUE; 335 if (!ready) {
|
| /src/sys/dev/onewire/ |
| ds28e17iic.c | 182 uint8_t ready; local 201 ready = onewire_read_bit(sc->sc_onewire); 205 } while (ready != 0 && !err);
|
| /src/sys/dev/raidframe/ |
| rf_engine.c | 230 int ready; local 232 ready = RF_FALSE; 239 ready = RF_TRUE; 247 ready = RF_TRUE; 255 return (ready); 329 /* first, mark all nodes which are ready to be fired */ 374 /* first, mark all nodes which are ready to be fired */
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/falcon/ |
| qmgr.h | 65 struct completion ready; member in struct:nvkm_falcon_cmdq
|
| /src/external/bsd/nsd/dist/ |
| mini_event.h | 97 /* fdset for read write, for fds ready, and added */ 103 /** fds determined ready for use */ 104 ready, member in struct:event_base 105 /** ready plus newly added events. */
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| async-event.c | 25 /* PROC is a function to be invoked when the READY flag is set. This 37 /* If ready, call this handler from the main event loop, using 39 int ready; member in struct:async_signal_handler 54 /* PROC is a function to be invoked when the READY flag is set. This 62 /* If ready, call this handler from the main event loop, using 64 int ready; member in struct:async_event_handler 143 async_handler_ptr->ready = 0; 156 /* Mark the handler (ASYNC_HANDLER_PTR) as ready. This information 178 async_handler_ptr->ready = 1; 189 async_handler_ptr->ready = 0 [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| async-event.c | 25 /* PROC is a function to be invoked when the READY flag is set. This 37 /* If ready, call this handler from the main event loop, using 39 int ready; member in struct:async_signal_handler 54 /* PROC is a function to be invoked when the READY flag is set. This 62 /* If ready, call this handler from the main event loop, using 64 int ready; member in struct:async_event_handler 143 async_handler_ptr->ready = 0; 156 /* Mark the handler (ASYNC_HANDLER_PTR) as ready. This information 178 async_handler_ptr->ready = 1; 189 async_handler_ptr->ready = 0 [all...] |
| /src/sys/net/ |
| if_tun.c | 551 * tun_output - queue packets from higher level ready to put out. 568 TUNDEBUG ("%s: not ready 0%o\n", ifp->if_xname, 804 TUNDEBUG ("%s: not ready 0%o\n", ifp->if_xname, tp->tun_flags); 1002 * to notify readers when outgoing packets become ready. 1079 int ready; local 1087 ready = (m != NULL); 1096 return ready;
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| slapadd.c | 77 int ready; member in struct:Trec 321 trec.ready = 1; 322 while (trec.ready) 341 while (!trec.ready) 346 trec.ready = 0; 488 trec.ready = 0;
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| hw_com.c | 130 The device will always be ready for I/O (no delay properties specified) 184 int ready; member in struct:_com_port 249 /* ready from the start */ 250 com->input.ready = 1; 252 com->output.ready = 1; 262 com->input.interrupting = (com->input.ready && (com->reg[1] & 0x1)); 263 com->output.interrupting = (com->output.ready && (com->reg[1] & 0x2)); 286 com->input.ready = 1; 310 if (com->input.ready) { 322 /* once lost carrier, never ready */ [all...] |
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| hw_com.c | 130 The device will always be ready for I/O (no delay properties specified) 184 int ready; member in struct:_com_port 249 /* ready from the start */ 250 com->input.ready = 1; 252 com->output.ready = 1; 262 com->input.interrupting = (com->input.ready && (com->reg[1] & 0x1)); 263 com->output.interrupting = (com->output.ready && (com->reg[1] & 0x2)); 286 com->input.ready = 1; 310 if (com->input.ready) { 322 /* once lost carrier, never ready */ [all...] |
| /src/external/mpl/bind/dist/bin/named/ |
| fuzz.c | 49 static bool ready; variable 140 ready = false; 152 while (!ready) { 392 ready = false; 567 while (!ready) { 687 ready = false; 711 while (!ready) { 746 ready = true;
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| app.c | 92 isc_condition_t ready; member in struct:isc_appctx 127 isc_condition_init(&ctx->ready); 346 WAIT(&ctx->ready, &ctx->readylock); 415 SIGNAL(&ctx->ready); 455 SIGNAL(&ctx->ready); 473 isc_condition_destroy(&ctx->ready);
|