Searched refs:ql_lun_t (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c812 ql_lun_t *lq;
850 lq = (ql_lun_t *)mdb_alloc(sizeof (ql_lun_t), UM_SLEEP);
959 if (mdb_vread(lq, sizeof (ql_lun_t),
994 mdb_free(lq, sizeof (ql_lun_t));
1360 wsp->walk_data = mdb_alloc(sizeof (ql_lun_t), UM_SLEEP);
1382 ql_lun_t *qllun;
1389 if (mdb_vread(wsp->walk_data, sizeof (ql_lun_t),
1395 qllun = (ql_lun_t *)(wsp->walk_data);
1407 (((ql_lun_t *)ws
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1235 } ql_lun_t; typedef in typeref:struct:ql_lun
1298 ql_lun_t *last_lun_queue;
2204 void ql_next(ql_adapter_state_t *, ql_lun_t *);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c127 static ql_lun_t *ql_lun_queue(ql_adapter_state_t *, ql_tgt_t *, uint16_t);
3702 ql_lun_t *lq;
5549 ql_lun_t *lq;
6866 ql_lun_t *lq;
6892 kmem_free(lq, sizeof (ql_lun_t));
6920 static ql_lun_t *
6923 ql_lun_t *lq;
6950 lq = (ql_lun_t *)kmem_zalloc(sizeof (ql_lun_t), KM_SLEEP);
7437 ql_lun_t *l
[all...]
H A Dql_init.c3846 ql_lun_t *lq;
H A Dql_isr.c1443 ql_lun_t *lq = sp->lun_queue;

Completed in 83 milliseconds