Searched refs:g_pool_list (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/syseventd/modules/zfs_mod/
H A Dzfs_mod.c95 list_t g_pool_list; variable
355 for (pool = list_head(&g_pool_list); pool != NULL;
356 pool = list_next(&g_pool_list, pool)) {
362 list_remove(&g_pool_list, pool);
792 (void) zpool_iter(g_zfshdl, zfs_unavail_pool, (void *)&g_pool_list);
793 if (!list_is_empty(&g_pool_list))
813 list_create(&g_pool_list, sizeof (struct unavailpool),
829 while ((pool = (list_head(&g_pool_list))) != NULL) {
830 list_remove(&g_pool_list, pool);
835 list_destroy(&g_pool_list);
[all...]

Completed in 46 milliseconds