Home
last modified time | relevance | path

Searched refs:stop_clockt (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Drmc_comm_drvintf.c280 clock_t stop_clockt; in rmc_comm_send_req_resp() local
348 stop_clockt = ddi_get_lbolt() + drv_usectohz(wait_time * 1000); in rmc_comm_send_req_resp()
402 stop_clockt - resend_clockt)); in rmc_comm_send_req_resp()
444 } else if ((stop_clockt - resend_clockt) <= 0) { in rmc_comm_send_req_resp()
488 clock_t stop_clockt; in rmc_comm_request_response_bp() local
591 stop_clockt)) == RCNOERR) { in rmc_comm_request_response_bp()
734 clock_t stop_clockt; in rmc_comm_send_srecord_bp() local
788 stop_clockt = ddi_get_lbolt() + drv_usectohz(wait_time * 1000); in rmc_comm_send_srecord_bp()
791 stop_clockt)) == RCNOERR) { in rmc_comm_send_srecord_bp()
818 dp_req_resp_t *drr, clock_t stop_clockt) in rmc_comm_wait_bp_reply() argument
[all …]