HomeSort by: relevance | last modified time | path
    Searched defs:ready (Results 1 - 21 of 21) sorted by relevancy

  /src/games/sail/
pl_6.c 148 int loadL, loadR, ready, load; local in function:loadplayer
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 in function:acceptcombat
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 in function:compcombat
303 ready = sp->file->readyR;
307 ready = sp->file->readyL;
313 if ((ready & R_LOADED) == 0)
368 if (ready & R_INITIAL) {
  /src/bin/date/
netdate.c 85 struct pollfd ready; local in function:netsettime
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/sys/dev/raidframe/
rf_engine.c 230 int ready; local in function:NodeReady
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/sys/dev/marvell/
mvspi.c 293 int ready = FALSE; local in function:mvspi_sched
311 /* First clear the ready bit */
325 /* Wait with timeout for memory ready */
329 ready = TRUE;
335 if (!ready) {
  /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 in function:filt_tunread
1087 ready = (m != NULL);
1096 return ready;
  /src/sys/dev/onewire/
ds28e17iic.c 182 uint8_t ready; local in function:ds28e17iic_ow_i2c_transaction
201 ready = onewire_read_bit(sc->sc_onewire);
205 } while (ready != 0 && !err);
  /src/sys/external/bsd/drm2/dist/include/drm/
gpu_scheduler.h 260 * is ready to be scheduled.
274 * @ready: marks if the underlying HW is ready to work
295 bool ready; member in struct:drm_gpu_scheduler
  /src/usr.sbin/apmd/
apmd.c 302 int ctl_fd, sock_fd, ch, ready; local in function:main
428 (ready = poll(set, 2, timeout * 1000)) >= 0 || errno == EINTR;
432 if (ready == 0) {
504 ready--;
506 if (ready == 0)
  /src/sys/dev/pci/
autri.c 275 /* wait for 'Ready to Read' */
349 /* wait for 'Ready to Write' */
372 uint32_t reg, ready; local in function:autri_reset_codec
391 ready = AUTRI_DX_ACR2_CODEC_READY;
402 ready = AUTRI_NX_ACR0_CODEC_READY;
413 ready = AUTRI_SIS_SCTRL_CODEC_READY;
424 ready = AUTRI_ALI_SCTRL_CODEC_READY;
432 /* wait for 'Codec Ready' */
435 if (reg & ready)
441 printf("%s: Codec timeout. AC'97 is not ready for operation.\n"
    [all...]
if_iwm.c 1545 int ready; local in function:iwm_set_hw_ready
1550 ready = iwm_poll_bit(sc, IWM_CSR_HW_IF_CONFIG_REG,
1554 if (ready)
1558 return ready;
1572 /* If HW is not ready, prepare the conditions to check again */
3548 /* configure the ucode to be ready to get the secured image */
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
event_channel.h 369 uint32_t ready; member in struct:evtchn_fifo_control_block
  /src/sys/dev/acpi/
acpi_display.c 166 uint8_t ready:1; member in struct:acpidisp_od_status_t::__anon3217d4180308
1028 state.fmt.active &= status.fmt.ready;
  /src/sys/kern/
kern_entropy.c 1309 static bool ready = false, besteffort = false; local in function:entropy_notify
1316 * that we're ready so operators can compare it to the timing
1321 * we ever do get full entropy after that, print the ready
1324 if (__predict_false(!ready)) {
1326 printf("entropy: ready\n");
1327 ready = true;
1631 * Return the subset of events ready, and if it is not all of
1641 /* Always ready for writing. */
1651 * entropy, we are forever ready.
1660 * we don't, we're ready; if we do, add ourselves to the queue
    [all...]
  /src/sys/dev/sdmmc/
sdhc.c 1466 /* enable buffer read ready interrupt */
1502 /* disable buffer read ready interrupt */
1601 const uint16_t ready = SDHC_BUFFER_READ_READY | SDHC_BUFFER_WRITE_READY; local in function:sdhc_exec_command
1603 HCLR2(hp, SDHC_NINTR_SIGNAL_EN, ready);
1604 HCLR2(hp, SDHC_NINTR_STATUS_EN, ready);
1606 HSET2(hp, SDHC_NINTR_SIGNAL_EN, ready);
1607 HSET2(hp, SDHC_NINTR_STATUS_EN, ready);
  /src/usr.sbin/sysinst/
util.c 460 int part, dev, error, sess, ready, tlen; local in function:get_available_cds_helper
482 ready = 0;
483 error = ioctl(dev, DIOCTUR, &ready);
484 if (error != 0 || ready == 0) {
  /src/sys/dev/usb/
mbim.h 276 uint32_t ready; member in struct:mbim_cid_subscriber_ready_info
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon.h 684 bool ready; member in struct:radeon_gart
897 bool ready; member in struct:radeon_ring

Completed in 33 milliseconds