Searched refs:zi_spa_name (Results 1 – 1 of 1) sorted by relevance
64 char *zi_spa_name; /* ZINJECT_DELAY_IMPORT only */ member783 ASSERT3P(handler->zi_spa_name, !=, NULL); in zio_handle_pool_delay()784 if (strcmp(spa_name(spa), handler->zi_spa_name) == 0) { in zio_handle_pool_delay()936 const char *pool = (handler->zi_spa_name != NULL) ? in zio_pool_handler_exists()937 handler->zi_spa_name : spa_name(handler->zi_spa); in zio_pool_handler_exists()1046 handler->zi_spa_name = spa_strdup(name); in zio_inject_fault()1048 handler->zi_spa_name = NULL; in zio_inject_fault()1109 ASSERT(handler->zi_spa || handler->zi_spa_name); in zio_inject_list_next()1113 (void) strlcpy(name, handler->zi_spa_name, buflen); in zio_inject_list_next()1163 if (handler->zi_spa_name != NULL) in zio_clear_fault()[all …]