Searched refs:zprop_list_t (Results 1 – 11 of 11) sorted by relevance
| /NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/ |
| HD | libzfs_util.c | 886 zprop_list_t *pl = cbp->cb_proplist; in zprop_print_headers() 1330 addlist(libzfs_handle_t *hdl, char *propname, zprop_list_t **listp, in addlist() 1334 zprop_list_t *entry; in addlist() 1357 if ((entry = zfs_alloc(hdl, sizeof (zprop_list_t))) == NULL) in addlist() 1385 zprop_get_list(libzfs_handle_t *hdl, char *props, zprop_list_t **listp, in zprop_get_list() 1466 zprop_free_list(zprop_list_t *pl) in zprop_free_list() 1468 zprop_list_t *next; in zprop_free_list() 1479 zprop_list_t **last; 1487 zprop_list_t *entry; in zprop_expand_list_cb() 1490 if ((entry = zfs_alloc(edp->hdl, sizeof (zprop_list_t))) == NULL) in zprop_expand_list_cb() [all …]
|
| HD | libzfs.h | 467 } zprop_list_t; typedef 469 extern int zfs_expand_proplist(zfs_handle_t *, zprop_list_t **, boolean_t, 486 extern int zpool_expand_proplist(zpool_handle_t *, zprop_list_t **); 499 extern int zprop_get_list(libzfs_handle_t *, char *, zprop_list_t **, 501 extern void zprop_free_list(zprop_list_t *); 524 zprop_list_t *cb_proplist;
|
| HD | libzfs_impl.h | 157 int zprop_expand_list(libzfs_handle_t *hdl, zprop_list_t **plp,
|
| HD | libzfs_pool.c | 709 zpool_expand_proplist(zpool_handle_t *zhp, zprop_list_t **plp) in zpool_expand_proplist() 712 zprop_list_t *entry; in zpool_expand_proplist() 715 zprop_list_t **last; in zpool_expand_proplist() 730 zprop_list_t *entry = zfs_alloc(hdl, in zpool_expand_proplist() 731 sizeof (zprop_list_t)); in zpool_expand_proplist() 748 zprop_list_t *entry; in zpool_expand_proplist() 775 entry = zfs_alloc(hdl, sizeof (zprop_list_t)); in zpool_expand_proplist()
|
| HD | libzfs_dataset.c | 4148 zfs_expand_proplist(zfs_handle_t *zhp, zprop_list_t **plp, boolean_t received, in zfs_expand_proplist() 4152 zprop_list_t *entry; in zfs_expand_proplist() 4153 zprop_list_t **last, **start; in zfs_expand_proplist() 4192 sizeof (zprop_list_t))) == NULL || in zfs_expand_proplist()
|
| /NextBSD/cddl/contrib/opensolaris/cmd/zpool/ |
| HD | zpool_util.h | 54 int for_each_pool(int, char **, boolean_t unavail, zprop_list_t **, 59 zpool_list_t *pool_list_get(int, char **, zprop_list_t **, int *);
|
| HD | zpool_iter.c | 56 zprop_list_t **zl_proplist; 108 pool_list_get(int argc, char **argv, zprop_list_t **proplist, int *err) in pool_list_get() 239 zprop_list_t **proplist, zpool_iter_f func, void *data) in for_each_pool()
|
| HD | zpool_main.c | 2770 zprop_list_t *cb_proplist; 2780 zprop_list_t *pl = cb->cb_proplist; in print_header() 2834 zprop_list_t *pl = cb->cb_proplist; in print_pool() 5310 zprop_list_t *pl; in get_callback() 5362 zprop_list_t fake_name = { 0 }; in zpool_do_get()
|
| /NextBSD/cddl/contrib/opensolaris/cmd/zfs/ |
| HD | zfs_iter.c | 64 zprop_list_t **cb_proplist; 376 zfs_sort_column_t *sortcol, zprop_list_t **proplist, int limit, in zfs_for_each() 408 zprop_list_t *p = *cb.cb_proplist; in zfs_for_each()
|
| HD | zfs_iter.h | 52 zfs_sort_column_t *, zprop_list_t **, int, zfs_iter_f, void *);
|
| HD | zfs_main.c | 1515 zprop_list_t *pl = cbp->cb_proplist; in get_callback() 1628 zprop_list_t fake_name = { 0 }; in zfs_do_get() 2935 zprop_list_t *cb_proplist; 2944 zprop_list_t *pl = cb->cb_proplist; in print_header() 2987 zprop_list_t *pl = cb->cb_proplist; in print_dataset()
|