Lines Matching defs:ready
88 short ready; /* entry record is valid if != 0 */
104 .ready = 0, \
160 entry->ready = 1;
188 /* We expect the caller to set the ready flag to 0 if the hardware
191 if (!entry->ready) {
208 entry->ready = 2;
232 i = entry->ready;
235 if (!i) /* entry is not ready */
314 entry->ready = 0;
352 i = entry->ready;
355 if (!i) /* entry is not ready */
1017 entry->ready = 2;
1043 if (entry->ready >= 2)