Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zinject/
H A Dtranslate.c259 record->zi_type = 0; in translate_record()
262 record->zi_type = DMU_OT_OBJECT_DIRECTORY; in translate_record()
265 record->zi_type = DMU_OT_OBJECT_ARRAY; in translate_record()
268 record->zi_type = DMU_OT_PACKED_NVLIST; in translate_record()
271 record->zi_type = DMU_OT_BPOBJ; in translate_record()
274 record->zi_type = DMU_OT_SPACE_MAP; in translate_record()
277 record->zi_type = DMU_OT_ERROR_LOG; in translate_record()
H A Dzinject.c379 (u_longlong_t)record->zi_object, type_to_name(record->zi_type), in print_data_handler()
602 (u_longlong_t)record->zi_type); in register_handler()
1137 record.zi_type = atoi(argv[1]); in main()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio_inject.c136 if (record->zi_type == DMU_OT_NONE || in zio_match_handler()
137 type == record->zi_type) in zio_match_handler()
176 if (handler->zi_record.zi_type == type && in zio_handle_panic_injection()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_ioctl.h374 uint64_t zi_type; member
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c4852 if (zi->zi_type) { in show_zfs_ioc()
4854 (u_longlong_t)zi->zi_type); in show_zfs_ioc()