Searched refs:be_get_list_callback (Results 1 – 1 of 1) sorted by relevance
63 static int be_get_list_callback(zpool_handle_t *, void *);258 ret = be_get_list_callback(zphp, &cb); in _be_list()260 if ((zpool_iter(g_zfs, be_get_list_callback, &cb)) != 0) { in _be_list()429 be_get_list_callback(zpool_handle_t *zlp, void *data) in be_get_list_callback() function