Home
last modified time | relevance | path

Searched refs:zprop_list_t (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_util.h66 int for_each_pool(int, char **, boolean_t unavail, zprop_list_t **,
75 zpool_list_t *pool_list_get(int, char **, zprop_list_t **, boolean_t, int *);
H A Dzpool_iter.c62 zprop_list_t **zl_proplist;
116 pool_list_get(int argc, char **argv, zprop_list_t **proplist, in pool_list_get()
251 zprop_list_t **proplist, boolean_t literal, zpool_iter_f func, void *data) in for_each_pool()
H A Dzpool_main.c5723 zprop_list_t *cb_proplist;
5734 zprop_list_t *pl = cb->cb_proplist; in print_header()
5787 zprop_list_t *pl = cb->cb_proplist; in print_pool()
9635 zprop_list_t *pl; in get_callback()
9687 zprop_list_t fake_name = { 0 }; in zpool_do_get()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_util.c1267 zprop_list_t *pl = cbp->cb_proplist;
1763 zprop_list_t *entry;
1786 if ((entry = zfs_alloc(hdl, sizeof (zprop_list_t))) == NULL)
1895 zprop_free_list(zprop_list_t *pl)
1897 zprop_list_t *next;
1908 zprop_list_t **last;
1916 zprop_list_t *entry;
1919 if ((entry = zfs_alloc(edp->hdl, sizeof (zprop_list_t))) == NULL)
1935 zprop_list_t *entry;
1936 zprop_list_t **last;
[all …]
H A Dlibzfs_pool.c787 zpool_expand_proplist(zpool_handle_t *zhp, zprop_list_t **plp, in zpool_expand_proplist()
791 zprop_list_t *entry; in zpool_expand_proplist()
795 zprop_list_t **last; in zpool_expand_proplist()
811 zprop_list_t *entry = zfs_alloc(hdl, in zpool_expand_proplist()
812 sizeof (zprop_list_t)); in zpool_expand_proplist()
829 zprop_list_t *entry; in zpool_expand_proplist()
856 entry = zfs_alloc(hdl, sizeof (zprop_list_t)); in zpool_expand_proplist()
H A Dlibzfs_dataset.c4610 zfs_expand_proplist(zfs_handle_t *zhp, zprop_list_t **plp, boolean_t received, in zfs_expand_proplist()
4614 zprop_list_t *entry; in zfs_expand_proplist()
4615 zprop_list_t **last, **start; in zfs_expand_proplist()
4654 sizeof (zprop_list_t))) == NULL || in zfs_expand_proplist()
H A Dlibzfs.abi1285 …<typedef-decl name='zprop_list_t' type-id='type-id-136' filepath='../../include/libzfs.h' line='54…
/f-stack/freebsd/contrib/openzfs/include/
H A Dlibzfs.h541 } zprop_list_t; typedef
543 extern int zfs_expand_proplist(zfs_handle_t *, zprop_list_t **, boolean_t,
560 extern int zpool_expand_proplist(zpool_handle_t *, zprop_list_t **, boolean_t);
573 extern int zprop_get_list(libzfs_handle_t *, char *, zprop_list_t **,
575 extern void zprop_free_list(zprop_list_t *);
598 zprop_list_t *cb_proplist;
H A Dlibzfs_impl.h156 int zprop_expand_list(libzfs_handle_t *hdl, zprop_list_t **plp,
/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_iter.h52 zfs_sort_column_t *, zprop_list_t **, int, zfs_iter_f, void *);
H A Dzfs_iter.c64 zprop_list_t **cb_proplist;
390 zfs_sort_column_t *sortcol, zprop_list_t **proplist, int limit, in zfs_for_each()
422 zprop_list_t *p = *cb.cb_proplist; in zfs_for_each()
H A Dzfs_main.c1892 zprop_list_t *pl = cbp->cb_proplist; in get_callback()
2005 zprop_list_t fake_name = { 0 }; in zfs_do_get()
3437 zprop_list_t *cb_proplist;
3446 zprop_list_t *pl = cb->cb_proplist; in print_header()
3489 zprop_list_t *pl = cb->cb_proplist; in print_dataset()