Lines Matching refs:ready
559 * ready| +----------+ |
699 boolean_t ready = B_FALSE;
733 ready = B_TRUE;
746 ready = B_TRUE;
753 ready = B_TRUE;
776 ready = B_TRUE;
778 return (ready);
792 boolean_t ready = B_FALSE;
813 ready = bscbus_process_waiting(csp, status, data);
822 * completed (ready is true when command completes in this
827 if (!ready &&
844 ready = B_TRUE;
847 if ((status & H8_STR_OBF) || (status & H8_STR_IBF) || ready) {
849 "last $%02x; state %d; error $%x; ready %d",
850 data, csp->cmdstate, csp->error, ready);
852 if (ready)