Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c417 mdb_ctf_id_t type_enum, checksum_enum, compress_enum; in blkptr() local
427 if (mdb_ctf_lookup_by_name("enum dmu_object_type", &type_enum) == -1 || in blkptr()
434 enum_lookup(type, sizeof (type), type_enum, in blkptr()
2024 mdb_ctf_id_t type_enum, stage_enum; in zio_print_cb() local
2039 if (mdb_ctf_lookup_by_name("enum zio_type", &type_enum) == -1 || in zio_print_cb()
2045 if ((type = mdb_ctf_enum_name(type_enum, zio.io_type)) != NULL) in zio_print_cb()