Searched refs:iostatus (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_clnt.c | 1751 aio->iostatus = RDC_IO_INIT; in rdc_flush_memq() 1778 if ((aio->iostatus != RDC_IO_DONE) && (group->count)) { in rdc_flush_memq() 1910 aio->iostatus = RDC_IO_INIT; in rdc_flush_diskq() 1943 if (aio->iostatus == RDC_IO_CANCELLED) { in rdc_flush_diskq() 1959 if ((aio->iostatus != RDC_IO_DONE) && (group->count)) { in rdc_flush_diskq() 2078 aio->iostatus = RDC_IO_CANCELLED; in _rdc_remote_flush() 2086 aio->iostatus = RDC_IO_CANCELLED; in _rdc_remote_flush() 2104 aio->iostatus = RDC_IO_CANCELLED; in _rdc_remote_flush() 2115 aio->iostatus = RDC_IO_CANCELLED; in _rdc_remote_flush() 2167 aio->iostatus = RDC_IO_CANCELLED; in _rdc_remote_flush() [all …]
|
H A D | rdc_diskq.h | 46 int iostatus; member 285 #define QCOALESCEOK(q, dec) ((q->lastio->iostatus & RDC_WRITTEN) && \
|
H A D | rdc_diskq.c | 306 hd->dat.iostatus = aio->iostatus; in rdc_fill_ioheader() 1453 hp->dat.iostatus = RDC_IOHDR_DONE; in rdc_clr_iohdr() 1460 (hp->dat.iostatus == RDC_IOHDR_DONE)) { in rdc_clr_iohdr() 1466 hp->dat.iostatus, hp->dat.setid); in rdc_clr_iohdr() 1533 hdr->dat.len, hdr->dat.flag, hdr->dat.iostatus, hdr->dat.setid); in rdc_iohdr_ok() 1605 hdr->dat.iostatus = aio->seq; in rdc_fill_aio() 2039 p->flag, p->iostatus, p->setid, p->time); in rdc_diskq_unqueue() 2123 iohdr->dat.iostatus = aio->seq; in rdc_diskq_unqueue()
|
H A D | rdc_io.h | 182 int iostatus; member
|
H A D | rdc_dev.c | 2139 bitmask = p->iostatus; /* overload */ in _rdc_sync_write_thr()
|
H A D | rdc_io.c | 6573 p->iostatus = s; /* overload */ in rdc_aio_tbuf_get()
|
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | os-ip.c | 447 u_long iostatus; local 455 iostatus = *(u_long *)statusp; 456 err = ioctlsocket( s, FIONBIO, &iostatus ); 632 int iostatus = 1; local 634 err = (*ioctlfn)( s, FIONBIO, &iostatus );
|
/titanic_41/usr/src/cmd/mdb/common/modules/rdc/ |
H A D | rdc.c | 280 hdr.dat.qpos, hdr.dat.len, hdr.dat.flag, hdr.dat.iostatus, in rdc_iohdr() 506 aio->iostatus, aio->index, aio->seq); in rdc_aio()
|