Searched defs:rio (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | vdev_label.c | 899 zio_t *rio = zio->io_private; local 901 struct ubl_cbdata *cbp = rio->io_private; 906 mutex_enter(&rio->io_lock); 918 mutex_exit(&rio->io_lock);
|
H A D | ddt.c | 938 ddt_repair_entry(ddt_t *ddt, ddt_entry_t *dde, ddt_entry_t *rdde, zio_t *rio) argument 947 zio = zio_null(rio, rio->io_spa, NULL, 948 ddt_repair_entry_done, rdde, rio->io_flags); 965 ddt_repair_table(ddt_t *ddt, zio_t *rio) argument 982 ddt_repair_entry(ddt, dde, rdde, rio); 1101 zio_t *rio = zio_root(spa, NULL, NULL, local 1113 ddt_repair_table(ddt, rio); 1116 (void) zio_wait(rio);
|
H A D | spa.c | 1919 zio_t *rio = arg; 1929 zio_nowait(zio_read(rio, spa, bp, data, size, 1930 spa_load_verify_done, rio->io_private, ZIO_PRIORITY_SCRUB, 1949 zio_t *rio; local 1968 rio = zio_root(spa, NULL, &sle, 1974 spa_load_verify_cb, rio); 1977 (void) zio_wait(rio);
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_termio.c | 1451 mdb_termio_create(const char *name, mdb_io_t *rio, mdb_io_t *wio) argument 1464 if (IOP_CTL(rio, TCGETS, &otios) == -1) { 1469 rv = setupterm((char *)name, IOP_CTL(rio, MDB_IOC_GETFD, NULL), &err); 1470 IOP_CTL(rio, TCSETSW, &otios); /* undo setupterm() stupidity */ 1499 td->tio_in_io = rio;
|
Completed in 174 milliseconds