Searched defs:sbp2_lun_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/sbp2/
H A Ddriver.h210 } sbp2_lun_t; typedef in typeref:struct:sbp2_lun
238 sbp2_lun_t *t_lun; /* logical unit array */
302 sbp2_lun_t *sbp2_tgt_get_lun(sbp2_tgt_t *, int);
304 int sbp2_lun_reset(sbp2_lun_t *, int *);
305 int sbp2_lun_login(sbp2_lun_t *, sbp2_ses_t **, void (*)(void *, sbp2_task_t *),
307 int sbp2_lun_logout(sbp2_lun_t *, sbp2_ses_t **, int *, boolean_t);
321 int sbp2_task_orb_alloc(sbp2_lun_t *, sbp2_task_t *, int);
322 void sbp2_task_orb_free(sbp2_lun_t *, sbp2_task_t *);
324 void sbp2_task_orb_sync(sbp2_lun_t *, sbp2_task_t *, int);

Completed in 59 milliseconds