Lines Matching refs:ready
699 boolean_t ready = B_FALSE; in bscbus_process_waiting() local
733 ready = B_TRUE; in bscbus_process_waiting()
746 ready = B_TRUE; in bscbus_process_waiting()
753 ready = B_TRUE; in bscbus_process_waiting()
776 ready = B_TRUE; in bscbus_process_waiting()
778 return (ready); in bscbus_process_waiting()
792 boolean_t ready = B_FALSE; in bscbus_process() local
813 ready = bscbus_process_waiting(csp, status, data); in bscbus_process()
827 if (!ready && in bscbus_process()
844 ready = B_TRUE; in bscbus_process()
847 if ((status & H8_STR_OBF) || (status & H8_STR_IBF) || ready) { in bscbus_process()
850 data, csp->cmdstate, csp->error, ready); in bscbus_process()
852 if (ready) in bscbus_process()