Searched refs:pool_list_get (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/zpool/ |
H A D | zpool_iter.c | 107 pool_list_get(int argc, char **argv, zprop_list_t **proplist, int *err) in pool_list_get() function 243 if ((list = pool_list_get(argc, argv, proplist, &ret)) == NULL) in for_each_pool()
|
H A D | zpool_util.h | 59 zpool_list_t *pool_list_get(int, char **, zprop_list_t **, int *);
|
H A D | zpool_main.c | 2537 if ((list = pool_list_get(argc, argv, NULL, &ret)) == NULL) in zpool_do_iostat() 2989 if ((list = pool_list_get(argc, argv, &cb.cb_proplist, in zpool_do_list()
|