Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c2538 static int zio_child_cb(uintptr_t addr, const void *unknown, void *arg);
2615 if (mdb_pwalk("list", zio_child_cb, zpa, laddr) != 0) { in zio_print_cb()
2626 zio_child_cb(uintptr_t addr, const void *unknown, void *arg) in zio_child_cb() function