Searched refs:io_hdr (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_diskq.c295 rdc_fill_ioheader(rdc_aio_t *aio, io_hdr *hd, int qpos)
321 io_hdr *p, *r;
1019 io_hdr *iohdr = NULL;
1074 iofbas = FBA_LEN(sizeof (io_hdr));
1079 iofbas = aio->len + FBA_LEN(sizeof (io_hdr));
1089 iohdr = (io_hdr *) kmem_zalloc(sizeof (io_hdr), KM_NOSLEEP);
1234 INC_QBLOCKS(q, (iofbas - FBA_LEN(sizeof (io_hdr))));
1356 * place this on the pending list of io_hdr's out for flushing
1359 rdc_add_iohdr(io_hdr *heade
[all...]
H A Drdc_diskq.h55 } io_hdr; typedef in typeref:union:io_dat
156 io_hdr *iohdrs; /* flushed, not ack'd on queue */
157 io_hdr *hdr_last; /* tail of iohdr list */
/illumos-gate/usr/src/cmd/mdb/common/modules/rdc/
H A Drdc.c268 io_hdr hdr;
274 if (mdb_vread(&hdr, sizeof (io_hdr), addr) != sizeof (io_hdr)) {
275 mdb_warn("failed to read io_hdr at %p", addr);

Completed in 540 milliseconds