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 in union:ocmap
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h148 uchar_t chkd[OCSIZE]; member in union:ocmap
/illumos-gate/usr/src/uts/sun/io/dada/targets/
H A Ddad.c1541 cp = &un->un_ocmap.chkd[0];
1542 while (cp < &un->un_ocmap.chkd[OCSIZE]) {
1549 if (cp == &un->un_ocmap.chkd[OCSIZE]) {
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c10306 cp = &un->un_ocmap.chkd[0];
10307 while (cp < &un->un_ocmap.chkd[OCSIZE]) {
10313 if (cp == &un->un_ocmap.chkd[OCSIZE]) {
10468 cp = &un->un_ocmap.chkd[0];
10469 while (cp < &un->un_ocmap.chkd[OCSIZE]) {
10476 if (cp == &un->un_ocmap.chkd[OCSIZE]) {

Completed in 138 milliseconds