Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zinject/
H A Dzinject.c364 if (record->zi_guid != 0 || record->zi_func[0] != '\0') in print_data_handler()
398 if (record->zi_guid == 0 || record->zi_func[0] != '\0') in print_device_handler()
423 if (record->zi_guid == 0 || record->zi_func[0] != '\0') in print_delay_handler()
452 if (record->zi_func[0] == '\0') in print_panic_handler()
462 (void) printf("%3d %-15s %s\n", id, pool, record->zi_func); in print_panic_handler()
587 } else if (record->zi_func[0] != '\0') { in register_handler()
589 record->zi_func); in register_handler()
915 (void) strlcpy(record.zi_func, optarg, in main()
916 sizeof (record.zi_func)); in main()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_ioctl.h377 char zi_func[MAXNAMELEN]; member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio_inject.c177 strcmp(tag, handler->zi_record.zi_func) == 0) in zio_handle_panic_injection()
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c322 ztest_func_t *zi_func; /* test function */ member
6452 zi->zi_func(zd, id); in ztest_execute()
6461 (void) dladdr((void *)zi->zi_func, &dli); in ztest_execute()
7419 (void) dladdr((void *)zi->zi_func, &dli); in main()
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c4864 if (zi->zi_func[0]) in show_zfs_ioc()
4865 (void) printf("\tzi_func=%s\n", zi->zi_func); in show_zfs_ioc()