Lines Matching refs:se
201 spa_error_entry_t *se; in process_error_list() local
203 for (se = avl_first(list); se != NULL; se = AVL_NEXT(list, se)) { in process_error_list()
208 if (copyout(&se->se_bookmark, (char *)addr + in process_error_list()
280 spa_error_entry_t *se; in spa_errlog_drain() local
286 while ((se = avl_destroy_nodes(&spa->spa_errlist_last, in spa_errlog_drain()
288 kmem_free(se, sizeof (spa_error_entry_t)); in spa_errlog_drain()
290 while ((se = avl_destroy_nodes(&spa->spa_errlist_scrub, in spa_errlog_drain()
292 kmem_free(se, sizeof (spa_error_entry_t)); in spa_errlog_drain()
303 spa_error_entry_t *se; in sync_error_list() local
315 for (se = avl_first(t); se != NULL; se = AVL_NEXT(t, se)) { in sync_error_list()
316 char *name = se->se_name ? se->se_name : ""; in sync_error_list()
318 bookmark_to_name(&se->se_bookmark, buf, sizeof (buf)); in sync_error_list()
326 while ((se = avl_destroy_nodes(t, &cookie)) != NULL) in sync_error_list()
327 kmem_free(se, sizeof (spa_error_entry_t)); in sync_error_list()