Symbol: ready
crypto/openssh/channels.c
2834
const char *what, u_int revents_mask, u_int ready)
crypto/openssh/channels.c
2853
c->io_ready |= ready & c->io_want;
games/sail/dr_1.c
274
int r, guns, ready, load, car;
games/sail/dr_1.c
303
ready = sp->file->readyR;
games/sail/dr_1.c
307
ready = sp->file->readyL;
games/sail/dr_1.c
313
if ((ready & R_LOADED) == 0)
games/sail/dr_1.c
368
if (ready & R_INITIAL) {
games/sail/pl_3.c
159
if (ready & R_INITIAL) {
games/sail/pl_3.c
56
int guns, car, ready, shootat, hit;
games/sail/pl_3.c
78
ready = mf->readyR;
games/sail/pl_3.c
83
ready = mf->readyL;
games/sail/pl_3.c
89
(ready & R_LOADED) == 0)
games/sail/pl_6.c
148
int loadL, loadR, ready, load;
games/sail/pl_6.c
170
ready = 0;
games/sail/pl_6.c
174
ready = R_DOUBLE;
games/sail/pl_6.c
178
ready = 0;
games/sail/pl_6.c
182
ready = 0;
games/sail/pl_6.c
190
mf->readyR = ready|R_LOADING;
games/sail/pl_6.c
193
mf->readyL = ready|R_LOADING;
sbin/dump/tape.c
111
static int ready; /* have we reached the lock point without having */
sbin/dump/tape.c
659
if (ready)
sbin/dump/tape.c
774
ready = 1;
sbin/dump/tape.c
778
ready = 0;
sbin/nfsd/nfsd.c
116
fd_set ready, sockbits;
sbin/nfsd/nfsd.c
648
ready = sockbits;
sbin/nfsd/nfsd.c
651
&ready, NULL, NULL, NULL) < 1) {
sbin/nfsd/nfsd.c
659
if (FD_ISSET(tcpsock, &ready)) {
sys/bus/firewire/fwdev.c
758
int ready = 0;
sys/bus/firewire/fwdev.c
761
ready = 1;
sys/bus/firewire/fwdev.c
763
return (ready);
sys/bus/u4b/usb_dev.c
1278
int err,locked,ready = 0;
sys/bus/u4b/usb_dev.c
1287
return (ready);
sys/bus/u4b/usb_dev.c
1293
return (ready);
sys/bus/u4b/usb_dev.c
1310
ready = 1;
sys/bus/u4b/usb_dev.c
1317
ready = 1;
sys/bus/u4b/usb_dev.c
1322
ready = 1;
sys/bus/u4b/usb_dev.c
1324
ready = 0;
sys/bus/u4b/usb_dev.c
1333
DPRINTFN(3,"ready %d\n", ready);
sys/bus/u4b/usb_dev.c
1334
return(ready);
sys/bus/u4b/usb_dev.c
1344
int err,locked,ready = 0;
sys/bus/u4b/usb_dev.c
1353
return (ready);
sys/bus/u4b/usb_dev.c
1359
return (ready);
sys/bus/u4b/usb_dev.c
1376
ready = 1;
sys/bus/u4b/usb_dev.c
1388
ready = 1;
sys/bus/u4b/usb_dev.c
1392
ready = 1;
sys/bus/u4b/usb_dev.c
1394
ready = 0;
sys/bus/u4b/usb_dev.c
1403
DPRINTFN(3,"ready %d\n", ready);
sys/bus/u4b/usb_dev.c
1404
return(ready);
sys/bus/u4b/uvc/uvc_buf.c
615
int ready = 0;
sys/bus/u4b/uvc/uvc_buf.c
620
ready = 1;
sys/bus/u4b/uvc/uvc_buf.c
624
ready = 1;
sys/bus/u4b/uvc/uvc_buf.c
629
return ready;
sys/dev/disk/isp/isp_freebsd.c
143
fc->ready = 1;
sys/dev/disk/isp/isp_freebsd.c
4067
if (fc->ready) {
sys/dev/disk/isp/isp_freebsd.c
5076
if (cmd == ISPASYNC_LOOP_DOWN && fc->ready) {
sys/dev/disk/isp/isp_freebsd.c
5212
if (fc->ready && !callout_active(&fc->gdt)) {
sys/dev/disk/isp/isp_freebsd.c
5252
if (fc->ready && callout_active(&fc->ldt)) {
sys/dev/disk/isp/isp_freebsd.h
176
ready : 1;
sys/dev/disk/mpt/mpt.c
202
.ready = mpt_stdready,
sys/dev/disk/mpt/mpt.c
385
pers->ready(mpt);
sys/dev/disk/mpt/mpt.h
182
mpt_ready_handler_t *ready; /* final open for business */
sys/dev/disk/mpt/mpt.h
531
ready : 1,
sys/dev/disk/mpt/mpt_cam.c
1165
mpt->ready = 1;
sys/dev/disk/mpt/mpt_cam.c
1174
mpt->ready = 0;
sys/dev/disk/mpt/mpt_cam.c
180
.ready = mpt_cam_ready,
sys/dev/disk/mpt/mpt_cam.c
2404
if (mpt->ready == 0) {
sys/dev/disk/mpt/mpt_user.c
69
.ready = mpt_user_ready,
sys/dev/drm/amd/amdgpu/amdgpu_amdkfd.c
147
if (adev->gfx.kiq.ring.ready)
sys/dev/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c
879
if (ring->ready)
sys/dev/drm/amd/amdgpu/amdgpu_gart.c
228
if (!adev->gart.ready) {
sys/dev/drm/amd/amdgpu/amdgpu_gart.c
273
if (!adev->gart.ready) {
sys/dev/drm/amd/amdgpu/amdgpu_gart.c
312
if (!adev->gart.ready) {
sys/dev/drm/amd/amdgpu/amdgpu_gart.h
51
bool ready;
sys/dev/drm/amd/amdgpu/amdgpu_ib.c
149
if (!ring->ready) {
sys/dev/drm/amd/amdgpu/amdgpu_ib.c
356
if (!ring || !ring->ready)
sys/dev/drm/amd/amdgpu/amdgpu_ib.c
380
ring->ready = false;
sys/dev/drm/amd/amdgpu/amdgpu_kms.c
355
if (adev->gfx.gfx_ring[i].ready)
sys/dev/drm/amd/amdgpu/amdgpu_kms.c
363
if (adev->gfx.compute_ring[i].ready)
sys/dev/drm/amd/amdgpu/amdgpu_kms.c
371
if (adev->sdma.instance[i].ring.ready)
sys/dev/drm/amd/amdgpu/amdgpu_kms.c
382
if (adev->uvd.inst[i].ring.ready)
sys/dev/drm/amd/amdgpu/amdgpu_kms.c
391
if (adev->vce.ring[i].ready)
sys/dev/drm/amd/amdgpu/amdgpu_kms.c
403
if (adev->uvd.inst[i].ring_enc[j].ready)
sys/dev/drm/amd/amdgpu/amdgpu_kms.c
411
if (adev->vcn.ring_dec.ready)
sys/dev/drm/amd/amdgpu/amdgpu_kms.c
419
if (adev->vcn.ring_enc[i].ready)
sys/dev/drm/amd/amdgpu/amdgpu_kms.c
426
if (adev->vcn.ring_jpeg.ready)
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
2145
if (ring && ring->ready)
sys/dev/drm/amd/amdgpu/amdgpu_ring.c
341
ring->ready = false;
sys/dev/drm/amd/amdgpu/amdgpu_ring.h
192
bool ready;
sys/dev/drm/amd/amdgpu/amdgpu_ttm.c
2092
if (direct_submit && !ring->ready) {
sys/dev/drm/amd/amdgpu/cik_sdma.c
319
sdma0->ready = false;
sys/dev/drm/amd/amdgpu/cik_sdma.c
320
sdma1->ready = false;
sys/dev/drm/amd/amdgpu/cik_sdma.c
497
ring->ready = true;
sys/dev/drm/amd/amdgpu/cik_sdma.c
506
ring->ready = false;
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
2406
adev->gfx.gfx_ring[i].ready = false;
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
2616
ring->ready = true;
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
2619
ring->ready = false;
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
2678
adev->gfx.compute_ring[i].ready = false;
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
3110
ring->ready = true;
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
3113
ring->ready = false;
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
1632
if (!ring->ready)
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
4200
adev->gfx.gfx_ring[i].ready = false;
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
4382
ring->ready = true;
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
4385
ring->ready = false;
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
4399
adev->gfx.compute_ring[i].ready = false;
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
4400
adev->gfx.kiq.ring.ready = false;
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
4479
kiq_ring->ready = false;
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
4786
ring->ready = true;
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
4825
ring->ready = true;
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
4828
ring->ready = false;
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
2542
adev->gfx.gfx_ring[i].ready = false;
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
2732
ring->ready = true;
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
2747
adev->gfx.compute_ring[i].ready = false;
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
2748
adev->gfx.kiq.ring.ready = false;
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
2874
kiq_ring->ready = false;
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
3254
ring->ready = true;
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
3321
ring->ready = false;
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
3328
ring->ready = true;
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
3331
ring->ready = false;
sys/dev/drm/amd/amdgpu/gmc_v7_0.c
705
adev->gart.ready = true;
sys/dev/drm/amd/amdgpu/gmc_v8_0.c
949
adev->gart.ready = true;
sys/dev/drm/amd/amdgpu/gmc_v9_0.c
1141
adev->gart.ready = true;
sys/dev/drm/amd/amdgpu/gmc_v9_0.c
386
if (adev->gfx.kiq.ring.ready &&
sys/dev/drm/amd/amdgpu/sdma_v2_4.c
352
sdma0->ready = false;
sys/dev/drm/amd/amdgpu/sdma_v2_4.c
353
sdma1->ready = false;
sys/dev/drm/amd/amdgpu/sdma_v2_4.c
474
ring->ready = true;
sys/dev/drm/amd/amdgpu/sdma_v2_4.c
482
ring->ready = false;
sys/dev/drm/amd/amdgpu/sdma_v3_0.c
526
sdma0->ready = false;
sys/dev/drm/amd/amdgpu/sdma_v3_0.c
527
sdma1->ready = false;
sys/dev/drm/amd/amdgpu/sdma_v3_0.c
742
ring->ready = true;
sys/dev/drm/amd/amdgpu/sdma_v3_0.c
754
ring->ready = false;
sys/dev/drm/amd/amdgpu/sdma_v4_0.c
580
sdma0->ready = false;
sys/dev/drm/amd/amdgpu/sdma_v4_0.c
581
sdma1->ready = false;
sys/dev/drm/amd/amdgpu/sdma_v4_0.c
797
ring->ready = true;
sys/dev/drm/amd/amdgpu/sdma_v4_0.c
806
ring->ready = false;
sys/dev/drm/amd/amdgpu/uvd_v4_2.c
165
ring->ready = true;
sys/dev/drm/amd/amdgpu/uvd_v4_2.c
168
ring->ready = false;
sys/dev/drm/amd/amdgpu/uvd_v4_2.c
221
ring->ready = false;
sys/dev/drm/amd/amdgpu/uvd_v5_0.c
161
ring->ready = true;
sys/dev/drm/amd/amdgpu/uvd_v5_0.c
164
ring->ready = false;
sys/dev/drm/amd/amdgpu/uvd_v5_0.c
218
ring->ready = false;
sys/dev/drm/amd/amdgpu/uvd_v6_0.c
479
ring->ready = true;
sys/dev/drm/amd/amdgpu/uvd_v6_0.c
482
ring->ready = false;
sys/dev/drm/amd/amdgpu/uvd_v6_0.c
516
ring->ready = true;
sys/dev/drm/amd/amdgpu/uvd_v6_0.c
519
ring->ready = false;
sys/dev/drm/amd/amdgpu/uvd_v6_0.c
551
ring->ready = false;
sys/dev/drm/amd/amdgpu/uvd_v7_0.c
543
ring->ready = true;
sys/dev/drm/amd/amdgpu/uvd_v7_0.c
546
ring->ready = false;
sys/dev/drm/amd/amdgpu/uvd_v7_0.c
585
ring->ready = true;
sys/dev/drm/amd/amdgpu/uvd_v7_0.c
588
ring->ready = false;
sys/dev/drm/amd/amdgpu/uvd_v7_0.c
622
adev->uvd.inst[i].ring.ready = false;
sys/dev/drm/amd/amdgpu/vce_v2_0.c
467
adev->vce.ring[i].ready = false;
sys/dev/drm/amd/amdgpu/vce_v2_0.c
474
adev->vce.ring[i].ready = true;
sys/dev/drm/amd/amdgpu/vce_v3_0.c
478
adev->vce.ring[i].ready = false;
sys/dev/drm/amd/amdgpu/vce_v3_0.c
485
adev->vce.ring[i].ready = true;
sys/dev/drm/amd/amdgpu/vce_v4_0.c
523
adev->vce.ring[i].ready = false;
sys/dev/drm/amd/amdgpu/vce_v4_0.c
530
adev->vce.ring[i].ready = true;
sys/dev/drm/amd/amdgpu/vce_v4_0.c
552
adev->vce.ring[i].ready = false;
sys/dev/drm/amd/amdgpu/vcn_v1_0.c
180
ring->ready = true;
sys/dev/drm/amd/amdgpu/vcn_v1_0.c
183
ring->ready = false;
sys/dev/drm/amd/amdgpu/vcn_v1_0.c
189
ring->ready = true;
sys/dev/drm/amd/amdgpu/vcn_v1_0.c
192
ring->ready = false;
sys/dev/drm/amd/amdgpu/vcn_v1_0.c
198
ring->ready = true;
sys/dev/drm/amd/amdgpu/vcn_v1_0.c
201
ring->ready = false;
sys/dev/drm/amd/amdgpu/vcn_v1_0.c
228
ring->ready = false;
sys/dev/drm/drm_file.c
750
int ready = 0;
sys/dev/drm/drm_file.c
755
ready = 1;
sys/dev/drm/drm_file.c
757
return (ready);
sys/dev/drm/radeon/cik.c
3897
rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ready = false;
sys/dev/drm/radeon/cik.c
4126
rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ready = true;
sys/dev/drm/radeon/cik.c
4129
rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ready = false;
sys/dev/drm/radeon/cik.c
4258
rdev->ring[CAYMAN_RING_TYPE_CP1_INDEX].ready = false;
sys/dev/drm/radeon/cik.c
4259
rdev->ring[CAYMAN_RING_TYPE_CP2_INDEX].ready = false;
sys/dev/drm/radeon/cik.c
4762
rdev->ring[idx].ready = true;
sys/dev/drm/radeon/cik.c
4765
rdev->ring[idx].ready = false;
sys/dev/drm/radeon/cik.c
5551
rdev->gart.ready = true;
sys/dev/drm/radeon/cik_sdma.c
267
rdev->ring[R600_RING_TYPE_DMA_INDEX].ready = false;
sys/dev/drm/radeon/cik_sdma.c
268
rdev->ring[CAYMAN_RING_TYPE_DMA1_INDEX].ready = false;
sys/dev/drm/radeon/cik_sdma.c
422
ring->ready = true;
sys/dev/drm/radeon/cik_sdma.c
426
ring->ready = false;
sys/dev/drm/radeon/evergreen.c
2433
rdev->gart.ready = true;
sys/dev/drm/radeon/evergreen.c
3103
ring->ready = true;
sys/dev/drm/radeon/evergreen.c
3106
ring->ready = false;
sys/dev/drm/radeon/ni.c
1364
rdev->gart.ready = true;
sys/dev/drm/radeon/ni.c
1480
rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ready = false;
sys/dev/drm/radeon/ni.c
1738
rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ready = true;
sys/dev/drm/radeon/ni.c
1739
rdev->ring[CAYMAN_RING_TYPE_CP1_INDEX].ready = false;
sys/dev/drm/radeon/ni.c
1740
rdev->ring[CAYMAN_RING_TYPE_CP2_INDEX].ready = false;
sys/dev/drm/radeon/ni.c
1744
rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ready = false;
sys/dev/drm/radeon/ni.c
1745
rdev->ring[CAYMAN_RING_TYPE_CP1_INDEX].ready = false;
sys/dev/drm/radeon/ni.c
1746
rdev->ring[CAYMAN_RING_TYPE_CP2_INDEX].ready = false;
sys/dev/drm/radeon/ni_dma.c
173
rdev->ring[R600_RING_TYPE_DMA_INDEX].ready = false;
sys/dev/drm/radeon/ni_dma.c
174
rdev->ring[CAYMAN_RING_TYPE_DMA1_INDEX].ready = false;
sys/dev/drm/radeon/ni_dma.c
246
ring->ready = true;
sys/dev/drm/radeon/ni_dma.c
250
ring->ready = false;
sys/dev/drm/radeon/r100.c
1227
ring->ready = true;
sys/dev/drm/radeon/r100.c
1257
rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ready = false;
sys/dev/drm/radeon/r100.c
2972
if (ring->ready) {
sys/dev/drm/radeon/r100.c
3786
rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ready = false;
sys/dev/drm/radeon/r100.c
672
rdev->gart.ready = true;
sys/dev/drm/radeon/r300.c
179
rdev->gart.ready = true;
sys/dev/drm/radeon/r600.c
1173
rdev->gart.ready = true;
sys/dev/drm/radeon/r600.c
2420
rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ready = false;
sys/dev/drm/radeon/r600.c
2776
ring->ready = true;
sys/dev/drm/radeon/r600.c
2779
ring->ready = false;
sys/dev/drm/radeon/r600_dma.c
107
rdev->ring[R600_RING_TYPE_DMA_INDEX].ready = false;
sys/dev/drm/radeon/r600_dma.c
170
ring->ready = true;
sys/dev/drm/radeon/r600_dma.c
174
ring->ready = false;
sys/dev/drm/radeon/radeon.h
664
bool ready;
sys/dev/drm/radeon/radeon.h
859
bool ready;
sys/dev/drm/radeon/radeon_gart.c
248
if (!rdev->gart.ready) {
sys/dev/drm/radeon/radeon_gart.c
295
if (!rdev->gart.ready) {
sys/dev/drm/radeon/radeon_gart.c
376
if (rdev->gart.ready) {
sys/dev/drm/radeon/radeon_gart.c
380
rdev->gart.ready = false;
sys/dev/drm/radeon/radeon_ib.c
128
if (!ib->length_dw || !ring->ready) {
sys/dev/drm/radeon/radeon_ib.c
265
if (!ring->ready)
sys/dev/drm/radeon/radeon_ib.c
271
ring->ready = false;
sys/dev/drm/radeon/radeon_kms.c
466
*value = rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ready;
sys/dev/drm/radeon/radeon_kms.c
469
*value = rdev->ring[R600_RING_TYPE_DMA_INDEX].ready;
sys/dev/drm/radeon/radeon_kms.c
470
*value |= rdev->ring[CAYMAN_RING_TYPE_DMA1_INDEX].ready;
sys/dev/drm/radeon/radeon_kms.c
473
*value = rdev->ring[R600_RING_TYPE_UVD_INDEX].ready;
sys/dev/drm/radeon/radeon_kms.c
476
*value = rdev->ring[TN_RING_TYPE_VCE1_INDEX].ready;
sys/dev/drm/radeon/radeon_pm.c
1149
if (ring->ready)
sys/dev/drm/radeon/radeon_pm.c
1914
if (ring->ready) {
sys/dev/drm/radeon/radeon_pm.c
267
if (!ring->ready) {
sys/dev/drm/radeon/radeon_ring.c
439
ring->ready = false;
sys/dev/drm/radeon/radeon_sync.c
153
if (!rdev->ring[i].ready) {
sys/dev/drm/radeon/radeon_test.c
531
if (!ringA->ready)
sys/dev/drm/radeon/radeon_test.c
536
if (!ringB->ready)
sys/dev/drm/radeon/radeon_test.c
550
if (!ringC->ready)
sys/dev/drm/radeon/radeon_ttm.c
199
if (rbo->rdev->ring[radeon_copy_ring_index(rbo->rdev)].ready == false)
sys/dev/drm/radeon/radeon_ttm.c
294
if (!rdev->ring[ridx].ready) {
sys/dev/drm/radeon/radeon_ttm.c
429
if (!rdev->ring[radeon_copy_ring_index(rdev)].ready ||
sys/dev/drm/radeon/rs400.c
188
rdev->gart.ready = true;
sys/dev/drm/radeon/rs600.c
610
rdev->gart.ready = true;
sys/dev/drm/radeon/rv770.c
1082
rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ready = false;
sys/dev/drm/radeon/rv770.c
936
rdev->gart.ready = true;
sys/dev/drm/radeon/si.c
3459
rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ready = false;
sys/dev/drm/radeon/si.c
3460
rdev->ring[CAYMAN_RING_TYPE_CP1_INDEX].ready = false;
sys/dev/drm/radeon/si.c
3461
rdev->ring[CAYMAN_RING_TYPE_CP2_INDEX].ready = false;
sys/dev/drm/radeon/si.c
3733
rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ready = true;
sys/dev/drm/radeon/si.c
3734
rdev->ring[CAYMAN_RING_TYPE_CP1_INDEX].ready = true;
sys/dev/drm/radeon/si.c
3735
rdev->ring[CAYMAN_RING_TYPE_CP2_INDEX].ready = true;
sys/dev/drm/radeon/si.c
3738
rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ready = false;
sys/dev/drm/radeon/si.c
3739
rdev->ring[CAYMAN_RING_TYPE_CP1_INDEX].ready = false;
sys/dev/drm/radeon/si.c
3740
rdev->ring[CAYMAN_RING_TYPE_CP2_INDEX].ready = false;
sys/dev/drm/radeon/si.c
3745
rdev->ring[CAYMAN_RING_TYPE_CP1_INDEX].ready = false;
sys/dev/drm/radeon/si.c
3749
rdev->ring[CAYMAN_RING_TYPE_CP2_INDEX].ready = false;
sys/dev/drm/radeon/si.c
4355
rdev->gart.ready = true;
sys/dev/drm/radeon/uvd_v1_0.c
173
ring->ready = true;
sys/dev/drm/radeon/uvd_v1_0.c
176
ring->ready = false;
sys/dev/drm/radeon/uvd_v1_0.c
253
ring->ready = false;
sys/dev/drm/radeon/vce_v1_0.c
367
ring->ready = true;
sys/dev/drm/radeon/vce_v1_0.c
370
ring->ready = false;
sys/dev/drm/radeon/vce_v1_0.c
375
ring->ready = true;
sys/dev/drm/radeon/vce_v1_0.c
378
ring->ready = false;
sys/dev/misc/cmx/cmx.c
700
int ready = 0;
sys/dev/misc/cmx/cmx.c
710
ready = 1;
sys/dev/misc/cmx/cmx.c
721
return (ready);
sys/dev/misc/evdev/cdev.c
770
size_t count, head, tail, ready;
sys/dev/misc/evdev/cdev.c
775
ready = client->ec_buffer_ready;
sys/dev/misc/evdev/cdev.c
808
for (; ready != client->ec_buffer_tail;
sys/dev/misc/evdev/cdev.c
809
ready = (ready + 1) % count)
sys/dev/misc/evdev/cdev.c
810
client->ec_buffer[ready].time = time;
sys/dev/misc/evdev/cdev.c
819
size_t i, head, tail, ready, size;
sys/dev/misc/evdev/cdev.c
823
ready = client->ec_buffer_ready;
sys/dev/misc/evdev/cdev.c
828
head, ready, tail, size);
sys/dev/misc/evdev/cdev.c
846
else if (i == ready)
sys/dev/misc/kbd/kbd.c
864
int ready = 0;
sys/dev/misc/kbd/kbd.c
872
ready = 1;
sys/dev/misc/kbd/kbd.c
875
ready = 1;
sys/dev/misc/kbd/kbd.c
879
return (ready);
sys/dev/misc/kbdmux/kbdmux.c
558
int ready;
sys/dev/misc/kbdmux/kbdmux.c
563
ready = (state->ks_inq_length > 0) ? TRUE : FALSE;
sys/dev/misc/kbdmux/kbdmux.c
565
return (ready);
sys/dev/misc/kbdmux/kbdmux.c
859
int ready;
sys/dev/misc/kbdmux/kbdmux.c
865
ready = TRUE;
sys/dev/misc/kbdmux/kbdmux.c
867
ready = (state->ks_inq_length > 0) ? TRUE : FALSE;
sys/dev/misc/kbdmux/kbdmux.c
869
return (ready);
sys/dev/misc/psm/psm.c
5311
int ready = 0;
sys/dev/misc/psm/psm.c
5315
ready = 1;
sys/dev/misc/psm/psm.c
5318
return (ready);
sys/dev/misc/snp/snp.c
676
int ready = 0;
sys/dev/misc/snp/snp.c
685
ready = 1;
sys/dev/misc/snp/snp.c
688
return (ready);
sys/dev/misc/syscons/sysmouse.c
436
int ready = 0;
sys/dev/misc/syscons/sysmouse.c
440
ready = 1;
sys/dev/misc/syscons/sysmouse.c
445
return ready;
sys/dev/misc/vkbd/vkbd.c
1211
int ready;
sys/dev/misc/vkbd/vkbd.c
1220
ready = TRUE;
sys/dev/misc/vkbd/vkbd.c
1222
ready = vkbd_data_ready(state);
sys/dev/misc/vkbd/vkbd.c
1225
return (ready);
sys/dev/misc/vkbd/vkbd.c
931
int ready;
sys/dev/misc/vkbd/vkbd.c
939
ready = vkbd_data_ready(state);
sys/dev/misc/vkbd/vkbd.c
942
return (ready);
sys/dev/netif/bwn/bwn/if_bwn.c
5570
goto ready;
sys/dev/netif/bwn/bwn/if_bwn.c
5582
goto ready;
sys/dev/netif/bwn/bwn/if_bwn.c
5588
ready:
sys/dev/netif/ig_hal/e1000_phy.c
4120
bool ready;
sys/dev/netif/ig_hal/e1000_phy.c
4125
ready = e1000_is_mphy_ready(hw);
sys/dev/netif/ig_hal/e1000_phy.c
4126
if (!ready)
sys/dev/netif/ig_hal/e1000_phy.c
4133
ready = e1000_is_mphy_ready(hw);
sys/dev/netif/ig_hal/e1000_phy.c
4134
if (!ready)
sys/dev/netif/ig_hal/e1000_phy.c
4141
ready = e1000_is_mphy_ready(hw);
sys/dev/netif/ig_hal/e1000_phy.c
4142
if (!ready)
sys/dev/netif/ig_hal/e1000_phy.c
4152
ready = e1000_is_mphy_ready(hw);
sys/dev/netif/ig_hal/e1000_phy.c
4153
if (!ready)
sys/dev/netif/ig_hal/e1000_phy.c
4159
ready = e1000_is_mphy_ready(hw);
sys/dev/netif/ig_hal/e1000_phy.c
4160
if (!ready)
sys/dev/netif/ig_hal/e1000_phy.c
4182
bool ready;
sys/dev/netif/ig_hal/e1000_phy.c
4187
ready = e1000_is_mphy_ready(hw);
sys/dev/netif/ig_hal/e1000_phy.c
4188
if (!ready)
sys/dev/netif/ig_hal/e1000_phy.c
4195
ready = e1000_is_mphy_ready(hw);
sys/dev/netif/ig_hal/e1000_phy.c
4196
if (!ready)
sys/dev/netif/ig_hal/e1000_phy.c
4203
ready = e1000_is_mphy_ready(hw);
sys/dev/netif/ig_hal/e1000_phy.c
4204
if (!ready)
sys/dev/netif/ig_hal/e1000_phy.c
4217
ready = e1000_is_mphy_ready(hw);
sys/dev/netif/ig_hal/e1000_phy.c
4218
if (!ready)
sys/dev/netif/ig_hal/e1000_phy.c
4224
ready = e1000_is_mphy_ready(hw);
sys/dev/netif/ig_hal/e1000_phy.c
4225
if (!ready)
sys/dev/netif/ig_hal/e1000_phy.c
4243
bool ready = FALSE;
sys/dev/netif/ig_hal/e1000_phy.c
4252
ready = TRUE;
sys/dev/netif/ig_hal/e1000_phy.c
4256
if (!ready)
sys/dev/netif/ig_hal/e1000_phy.c
4259
return ready;
sys/dev/netif/iwm/if_iwm_pcie_trans.c
369
int ready;
sys/dev/netif/iwm/if_iwm_pcie_trans.c
374
ready = iwm_poll_bit(sc, IWM_CSR_HW_IF_CONFIG_REG,
sys/dev/netif/iwm/if_iwm_pcie_trans.c
378
if (ready) {
sys/dev/netif/iwm/if_iwm_pcie_trans.c
382
return ready;
sys/dev/netif/oce/oce_hw.h
519
uint32_t ready:1;
sys/dev/netif/oce/oce_hw.h
521
uint32_t ready:1;
sys/dev/netif/oce/oce_mbox.c
136
if (mbox_db.bits.ready)
sys/dev/netif/oce/oce_mbox.c
163
mbox_db.bits.ready = 0;
sys/dev/netif/oce/oce_mbox.c
172
mbox_db.bits.ready = 0;
sys/dev/raid/aac/aacvar.h
592
AACQ_COMMAND_QUEUE(ready, AACQ_READY);
sys/dev/raid/dpt/dpt.h
395
ready :1, /* drive ready */
sys/dev/raid/mfi/mfi.c
3428
int ready = 0;
sys/dev/raid/mfi/mfi.c
3431
ready = 1;
sys/dev/raid/mfi/mfi.c
3437
if (ready == 0)
sys/dev/raid/mfi/mfi.c
3440
return (ready);
sys/dev/raid/mfi/mfivar.h
520
MFIQ_COMMAND_QUEUE(ready, MFIQ_READY);
sys/dev/raid/twe/twevar.h
256
TWEQ_REQUEST_QUEUE(ready, TWEQ_READY)
sys/dev/smbus/atmel_mxt/atmel_mxt.c
846
int ready;
sys/dev/smbus/atmel_mxt/atmel_mxt.c
850
ready = 1;
sys/dev/smbus/atmel_mxt/atmel_mxt.c
852
ready = 0;
sys/dev/smbus/atmel_mxt/atmel_mxt.c
855
return (ready);
sys/dev/smbus/cyapa/cyapa.c
1103
int ready;
sys/dev/smbus/cyapa/cyapa.c
1107
ready = 1;
sys/dev/smbus/cyapa/cyapa.c
1109
ready = 0;
sys/dev/smbus/cyapa/cyapa.c
1112
return (ready);
sys/dev/sound/midi/midi.c
947
int ready = 0;
sys/dev/sound/midi/midi.c
953
ready = 1;
sys/dev/sound/midi/midi.c
958
return (ready);
sys/dev/sound/midi/midi.c
965
int ready = 0;
sys/dev/sound/midi/midi.c
971
ready = 1;
sys/dev/sound/midi/midi.c
976
return (ready);
sys/dev/sound/midi/sequencer.c
1471
int ready = 0;
sys/dev/sound/midi/sequencer.c
1487
ready = 1;
sys/dev/sound/midi/sequencer.c
1491
return (ready);
sys/dev/sound/midi/sequencer.c
1498
int ready = 0;
sys/dev/sound/midi/sequencer.c
1517
ready = 1;
sys/dev/sound/midi/sequencer.c
1521
return (ready);
sys/dev/sound/pcm/dsp.c
2264
int ready;
sys/dev/sound/pcm/dsp.c
2267
ready = chn_poll(rdch, 1, td);
sys/dev/sound/pcm/dsp.c
2270
return (ready);
sys/dev/sound/pcm/dsp.c
2278
int ready;
sys/dev/sound/pcm/dsp.c
2281
ready = chn_poll(wrch, 1, td);
sys/dev/sound/pcm/dsp.c
2284
return (ready);
sys/dev/video/bktr/bktr_os.c
738
int ready = 0;
sys/dev/video/bktr/bktr_os.c
749
ready = 1;
sys/dev/video/bktr/bktr_os.c
753
return (ready);
sys/dev/video/cxm/cxm.c
2953
int ready = 0;
sys/dev/video/cxm/cxm.c
2963
ready = 1;
sys/dev/video/cxm/cxm.c
2966
return (ready);
sys/kern/kern_udev.c
795
int ready = 0;
sys/kern/kern_udev.c
803
ready = 1;
sys/kern/kern_udev.c
807
return (ready);
sys/kern/subr_bus.c
479
int ready = 0;
sys/kern/subr_bus.c
483
ready = 1;
sys/kern/subr_bus.c
486
return (ready);
sys/kern/sys_mqueue.c
344
int ready = 0;
sys/kern/sys_mqueue.c
350
ready = 1;
sys/kern/sys_mqueue.c
353
return (ready);
sys/kern/sys_mqueue.c
361
int ready = 0;
sys/kern/sys_mqueue.c
367
ready = 1;
sys/kern/sys_mqueue.c
370
return (ready);
sys/kern/sys_pipe.c
1352
int ready = 0;
sys/kern/sys_pipe.c
1392
ready = 1;
sys/kern/sys_pipe.c
1401
if (!ready && (kn->kn_sfflags & NOTE_HUPONLY) == 0)
sys/kern/sys_pipe.c
1402
ready = kn->kn_data > 0;
sys/kern/sys_pipe.c
1404
return (ready);
sys/kern/sys_pipe.c
1414
int ready = 0;
sys/kern/sys_pipe.c
1443
ready = 1;
sys/kern/sys_pipe.c
1446
if (!ready) {
sys/kern/sys_pipe.c
1457
if (!ready)
sys/kern/sys_pipe.c
1458
ready = kn->kn_data >= PIPE_BUF;
sys/kern/sys_pipe.c
1460
return (ready);
sys/net/bpf.c
1210
int ready = 0;
sys/net/bpf.c
1216
ready = 1;
sys/net/bpf.c
1226
return (ready);
sys/net/tap/if_tap.c
1027
int ready = 0;
sys/net/tap/if_tap.c
1031
ready = 1;
sys/net/tap/if_tap.c
1033
return ready;
sys/net/tun/if_tun.c
1020
int ready = 0;
sys/net/tun/if_tun.c
1025
ready = 1;
sys/net/tun/if_tun.c
1029
return (ready);
sys/netgraph7/bpf/ng_bpf.c
431
goto ready;
sys/netgraph7/bpf/ng_bpf.c
473
ready:
sys/vfs/fuse/fuse_device.c
285
int ready = 0;
sys/vfs/fuse/fuse_device.c
289
ready = 1;
sys/vfs/fuse/fuse_device.c
292
return ready;
test/interbench/hackbench.c
53
ready(ready_out, wakefd);
test/interbench/hackbench.c
81
ready(ready_out, wakefd);
test/interbench/interbench.c
1217
init_sem(&s->ready);
test/interbench/interbench.c
1232
wait_sem(&th->sem.ready);
test/interbench/interbench.c
731
post_sem(&s->ready);
test/interbench/interbench.c
757
wait_sem(&ringthreads[0].sem.ready);
test/interbench/interbench.c
903
post_sem(&s->ready);
test/interbench/interbench.c
958
wait_sem(&tks->ready);
test/interbench/interbench.c
961
post_sem(&s->ready);
test/interbench/interbench.h
15
sem_t ready;
usr.sbin/dconschat/dconschat.c
222
dconschat_ready(struct dcons_state *dc, int ready, const char *reason)
usr.sbin/dconschat/dconschat.c
229
if (ready) {
usr.sbin/dconschat/dconschat.c
231
if (ready != old)