Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c2543 mdb_ctf_id_t type_enum, stage_enum; in zio_print_cb() local
2558 if (mdb_ctf_lookup_by_name("enum zio_type", &type_enum) == -1 || in zio_print_cb()
2564 if ((type = mdb_ctf_enum_name(type_enum, zio.io_type)) != NULL) in zio_print_cb()