pool_list_get
if ((list = pool_list_get(argc, argv, proplist, &ret)) == NULL)
if ((list = pool_list_get(argc, argv, NULL, &ret)) == NULL)
if ((list = pool_list_get(argc, argv, &cb.cb_proplist,
extern zpool_list_t *pool_list_get(int, char **, zprop_list_t **, int *);