Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun/sys/dada/targets/
H A Ddaddef.h99 uchar_t chkd[OCSIZE]; member
/titanic_44/usr/src/uts/sun/io/dada/targets/
H A Ddad.c1541 cp = &un->un_ocmap.chkd[0]; in dcdclose()
1542 while (cp < &un->un_ocmap.chkd[OCSIZE]) { in dcdclose()
1549 if (cp == &un->un_ocmap.chkd[OCSIZE]) { in dcdclose()
/titanic_44/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h148 uchar_t chkd[OCSIZE]; member
/titanic_44/usr/src/uts/common/io/scsi/targets/
H A Dsd.c10305 cp = &un->un_ocmap.chkd[0]; in sdopen()
10306 while (cp < &un->un_ocmap.chkd[OCSIZE]) { in sdopen()
10312 if (cp == &un->un_ocmap.chkd[OCSIZE]) { in sdopen()
10467 cp = &un->un_ocmap.chkd[0];
10468 while (cp < &un->un_ocmap.chkd[OCSIZE]) {
10475 if (cp == &un->un_ocmap.chkd[OCSIZE]) {