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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c8636 struct fcp_lun *tlun = local
8645 if (tlun != plun || cmd->cmd_state == FCP_PKT_ISSUED ||
13874 struct fcp_lun *tlun, *nlun; local
13965 while ((tlun = nlun) != NULL) {
13967 if (rlun && rlun != tlun) {
13969 nlun = tlun->lun_next;
13973 mutex_enter(&tlun->lun_mutex);
13974 cmd = tlun->lun_pkt_head;
13981 mutex_exit(&tlun->lun_mutex);
14042 mutex_enter(&tlun
[all...]

Completed in 91 milliseconds