Symbol: sbp2_lun_t
usr/src/uts/common/io/sbp2/sbp2.c
1203
sbp2_lun_t *lp = sp->s_lun;
usr/src/uts/common/io/sbp2/sbp2.c
1224
sbp2_lun_t *lp = sp->s_lun;
usr/src/uts/common/io/sbp2/sbp2.c
1244
sbp2_orb_freelist_get(sbp2_lun_t *lp, sbp2_task_t *task, int len)
usr/src/uts/common/io/sbp2/sbp2.c
1266
sbp2_orb_freelist_put(sbp2_lun_t *lp, sbp2_bus_buf_t *buf)
usr/src/uts/common/io/sbp2/sbp2.c
1292
sbp2_orb_freelist_destroy(sbp2_lun_t *lp)
usr/src/uts/common/io/sbp2/sbp2.c
1310
sbp2_task_orb_alloc(sbp2_lun_t *lp, sbp2_task_t *task, int len)
usr/src/uts/common/io/sbp2/sbp2.c
1336
sbp2_task_orb_free(sbp2_lun_t *lp, sbp2_task_t *task)
usr/src/uts/common/io/sbp2/sbp2.c
1356
sbp2_task_orb_sync(sbp2_lun_t *lp, sbp2_task_t *task, int flags)
usr/src/uts/common/io/sbp2/sbp2.c
263
sbp2_lun_t *lp;
usr/src/uts/common/io/sbp2/sbp2.c
268
tp->t_lun = kmem_zalloc(maxluns * sizeof (sbp2_lun_t), KM_SLEEP);
usr/src/uts/common/io/sbp2/sbp2.c
289
kmem_free(tp->t_lun, tp->t_nluns_alloc * sizeof (sbp2_lun_t));
usr/src/uts/common/io/sbp2/sbp2.c
300
sbp2_lun_t *lp;
usr/src/uts/common/io/sbp2/sbp2.c
309
kmem_free(tp->t_lun, tp->t_nluns_alloc * sizeof (sbp2_lun_t));
usr/src/uts/common/io/sbp2/sbp2.c
501
sbp2_lun_t *lp = &tp->t_lun[0];
usr/src/uts/common/io/sbp2/sbp2.c
526
sbp2_lun_t *
usr/src/uts/common/io/sbp2/sbp2.c
542
sbp2_lun_reset(sbp2_lun_t *lp, int *berr)
usr/src/uts/common/io/sbp2/sbp2.c
571
sbp2_lun_login(sbp2_lun_t *lp, sbp2_ses_t **spp,
usr/src/uts/common/io/sbp2/sbp2.c
58
static void sbp2_lun_logout_orb(sbp2_lun_t *, sbp2_tgt_t *, int *);
usr/src/uts/common/io/sbp2/sbp2.c
59
static boolean_t sbp2_lun_accepting_tasks(sbp2_lun_t *);
usr/src/uts/common/io/sbp2/sbp2.c
62
static int sbp2_ses_init(sbp2_ses_t **, sbp2_lun_t *,
usr/src/uts/common/io/sbp2/sbp2.c
653
sbp2_lun_logout(sbp2_lun_t *lp, sbp2_ses_t **sp, int *berr, boolean_t phys)
usr/src/uts/common/io/sbp2/sbp2.c
685
sbp2_lun_logout_orb(sbp2_lun_t *lp, sbp2_tgt_t *tp, int *berr)
usr/src/uts/common/io/sbp2/sbp2.c
707
sbp2_lun_accepting_tasks(sbp2_lun_t *lp)
usr/src/uts/common/io/sbp2/sbp2.c
71
static sbp2_bus_buf_t *sbp2_orb_freelist_get(sbp2_lun_t *, sbp2_task_t *, int);
usr/src/uts/common/io/sbp2/sbp2.c
72
static int sbp2_orb_freelist_put(sbp2_lun_t *, sbp2_bus_buf_t *);
usr/src/uts/common/io/sbp2/sbp2.c
724
sbp2_ses_init(sbp2_ses_t **spp, sbp2_lun_t *lp,
usr/src/uts/common/io/sbp2/sbp2.c
73
static void sbp2_orb_freelist_destroy(sbp2_lun_t *);
usr/src/uts/common/io/sbp2/sbp2.c
780
sbp2_lun_t *lp = sp->s_lun;
usr/src/uts/common/io/sbp2/sbp2.c
815
sbp2_lun_t *lp = sp->s_lun;
usr/src/uts/common/sys/1394/targets/scsa1394/impl.h
120
sbp2_lun_t *l_lun; /* SBP2 lun */
usr/src/uts/common/sys/sbp2/driver.h
236
sbp2_lun_t *t_lun; /* logical unit array */
usr/src/uts/common/sys/sbp2/driver.h
300
sbp2_lun_t *sbp2_tgt_get_lun(sbp2_tgt_t *, int);
usr/src/uts/common/sys/sbp2/driver.h
302
int sbp2_lun_reset(sbp2_lun_t *, int *);
usr/src/uts/common/sys/sbp2/driver.h
303
int sbp2_lun_login(sbp2_lun_t *, sbp2_ses_t **, void (*)(void *, sbp2_task_t *),
usr/src/uts/common/sys/sbp2/driver.h
305
int sbp2_lun_logout(sbp2_lun_t *, sbp2_ses_t **, int *, boolean_t);
usr/src/uts/common/sys/sbp2/driver.h
319
int sbp2_task_orb_alloc(sbp2_lun_t *, sbp2_task_t *, int);
usr/src/uts/common/sys/sbp2/driver.h
320
void sbp2_task_orb_free(sbp2_lun_t *, sbp2_task_t *);
usr/src/uts/common/sys/sbp2/driver.h
322
void sbp2_task_orb_sync(sbp2_lun_t *, sbp2_task_t *, int);