Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun/sys/dada/targets/
H A Ddaddef.h99 uchar_t chkd[OCSIZE]; member
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h151 uchar_t chkd[OCSIZE]; member
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c9562 cp = &un->un_ocmap.chkd[0]; in sdopen()
9563 while (cp < &un->un_ocmap.chkd[OCSIZE]) { in sdopen()
9569 if (cp == &un->un_ocmap.chkd[OCSIZE]) { in sdopen()
9704 cp = &un->un_ocmap.chkd[0]; in sdclose()
9705 while (cp < &un->un_ocmap.chkd[OCSIZE]) { in sdclose()
9712 if (cp == &un->un_ocmap.chkd[OCSIZE]) { in sdclose()