Home
last modified time | relevance | path

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

/NextBSD/sys/cam/scsi/
HDscsi_low.c1624 switch(li->li_state)
1758 else if (li->li_state >= SCSI_LOW_LUN_OK)
1903 if (li->li_state == SCSI_LOW_LUN_SLEEP &&
1910 switch(li->li_state)
1995 li->li_state ++;
1996 if (li->li_state == SCSI_LOW_LUN_OK)
2180 li->li_state = SCSI_LOW_LUN_SLEEP;
3995 if (li->li_state != SCSI_LOW_LUN_OK)
HDscsi_low.h236 u_int li_state; /* target lun state */ member