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

/illumos-gate/usr/src/uts/common/sys/sbp2/
H A Ddriver.h262 } sbp2_tgt_t; typedef in typeref:struct:sbp2_tgt
295 int sbp2_tgt_init(void *, struct sbp2_bus *, int, sbp2_tgt_t **);
296 void sbp2_tgt_fini(sbp2_tgt_t *);
297 void sbp2_tgt_disconnect(sbp2_tgt_t *);
298 int sbp2_tgt_reconnect(sbp2_tgt_t *);
299 int sbp2_tgt_reset(sbp2_tgt_t *, int *);
300 int sbp2_tgt_get_cfgrom(sbp2_tgt_t *, sbp2_cfgrom_t **);
301 int sbp2_tgt_get_lun_cnt(sbp2_tgt_t *);
302 sbp2_lun_t *sbp2_tgt_get_lun(sbp2_tgt_t *, int);

Completed in 59 milliseconds