Lines Matching defs:list
102 * Create a list of pools based on the given arguments. If we're given no
149 * Search for any new pools, adding them to the list. We only add pools when no
150 * options were given on the command line. Otherwise, we keep the list fixed as
161 * Iterate over all pools in the list, executing the callback for each
181 * Remove the given pool from the list. When running iostat, we want to remove
198 * Free all the handles associated with this list.
226 * Returns the number of elements in the pool list.
242 zpool_list_t *list;
245 if ((list = pool_list_get(argc, argv, proplist, &ret)) == NULL)
248 if (pool_list_iter(list, unavail, func, data) != 0)
251 pool_list_free(list);