Searched refs:st_scsi_hdl (Results 1 – 3 of 3) sorted by relevance
204 ap = libscsi_action_alloc(tp->st_scsi_hdl, in read_status_page()209 return (ses_libscsi_error(tp->st_scsi_hdl, "failed to " in read_status_page()222 return (ses_libscsi_error(tp->st_scsi_hdl, in read_status_page()288 ap = libscsi_action_alloc(tp->st_scsi_hdl, SPC3_CMD_SEND_DIAGNOSTIC, in send_control_page()292 return (ses_libscsi_error(tp->st_scsi_hdl, "failed to " in send_control_page()302 return (ses_libscsi_error(tp->st_scsi_hdl, in send_control_page()
220 tp->st_scsi_hdl = libscsi_get_handle(stp); in ses_open_scsi()288 libscsi_close(tp->st_scsi_hdl, tp->st_target); in ses_close()289 libscsi_fini(tp->st_scsi_hdl); in ses_close()
83 libscsi_hdl_t *st_scsi_hdl; member