Home
last modified time | relevance | path

Searched refs:lun0p (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/disk/sym/
H A Dsym_hipd.c1124 lcb_p lun0p; /* LCB of LUN #0 (usual case) */ member
1267 #define sym_lp(np, tp, lun) (!lun) ? (tp)->lun0p : 0
1270 (!lun) ? (tp)->lun0p : (tp)->lunmp ? (tp)->lunmp[(lun)] : 0
4954 (tp->lun0p && tp->lun0p->to_clear)) { in sym_sir_task_recovery()
5089 if (tp->lun0p && tp->lun0p->to_clear) in sym_sir_task_recovery()
6674 tp->lun0p = lp; in sym_alloc_lcb()