Lines Matching defs:list

166 	{ "list",	zpool_do_list,		HELP_LIST		},
333 (strcmp(current_command->name, "list") == 0))) {
1016 * through all the vdevs in the list and print out in an
2197 * At this point we have a list of import candidate configs. Even if
2199 * post-process the list to deal with pool state and possible
2483 * If the pool has disappeared, remove it from the list and continue.
2658 zpool_list_t *list;
2684 * Construct the list of all interesting pools.
2687 if ((list = pool_list_get(argc, argv, NULL, &ret)) == NULL)
2690 if (pool_list_count(list) == 0 && argc != 0) {
2691 pool_list_free(list);
2695 if (pool_list_count(list) == 0 && interval == 0) {
2696 pool_list_free(list);
2704 cb.cb_list = list;
2710 pool_list_update(list);
2712 if ((npools = pool_list_count(list)) == 0)
2720 (void) pool_list_iter(list, B_FALSE, refresh_iostat, &cb);
2727 (void) pool_list_iter(list, B_FALSE, get_namewidth, &cb);
2738 (void) pool_list_iter(list, B_FALSE, print_iostat, &cb);
2765 pool_list_free(list);
2779 * Given a list of columns to display, output appropriate headers for each one.
2832 * Given a pool and a list of properties, print out all the properties according
3050 * Generic callback function to list a pool.
3073 * zpool list [-Hp] [-o prop[,prop]*] [-T d|u] [pool] ... [interval [count]]
3097 zpool_list_t *list;
3139 if ((list = pool_list_get(argc, argv, &cb.cb_proplist,
3143 if (pool_list_count(list) == 0)
3147 (void) pool_list_iter(list, B_FALSE, get_namewidth, &cb);
3156 ret = pool_list_iter(list, B_TRUE, list_callback, &cb);
3164 pool_list_free(list);
3168 if (argc == 0 && !cb.cb_scripted && pool_list_count(list) == 0) {
3173 pool_list_free(list);
4412 "errors, use '-v' for a list\n"),
4943 "for a list of available legacy versions.\n"));