Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/zinject/
H A Dtranslate.c352 record->zi_type = 0; in translate_record()
355 record->zi_type = DMU_OT_OBJECT_DIRECTORY; in translate_record()
358 record->zi_type = DMU_OT_OBJECT_ARRAY; in translate_record()
361 record->zi_type = DMU_OT_PACKED_NVLIST; in translate_record()
364 record->zi_type = DMU_OT_BPOBJ; in translate_record()
367 record->zi_type = DMU_OT_SPACE_MAP; in translate_record()
370 record->zi_type = DMU_OT_ERROR_LOG; in translate_record()
H A Dzinject.c335 type_to_name(record->zi_type), record->zi_level); in print_data_handler()
517 (u_longlong_t)record->zi_type); in register_handler()
897 record.zi_type = atoi(argv[1]); in main()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzio_inject.c76 if (record->zi_type == DMU_OT_NONE || in zio_match_handler()
77 type == record->zi_type) in zio_match_handler()
116 if (handler->zi_record.zi_type == type && in zio_handle_panic_injection()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_ioctl.h278 uint64_t zi_type; member
/titanic_41/usr/src/cmd/truss/
H A Dexpound.c5042 if (zi->zi_type) { in show_zfs_ioc()
5044 (u_longlong_t)zi->zi_type); in show_zfs_ioc()