Searched refs:zprop_list_t (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13-stable/sys/contrib/openzfs/cmd/zpool/ |
| HD | zpool_util.h | 67 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 *);
|
| HD | zpool_iter.c | 62 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()
|
| HD | zpool_main.c | 6088 zprop_list_t *cb_proplist; 6099 zprop_list_t *pl = cb->cb_proplist; in print_header() 6152 zprop_list_t *pl = cb->cb_proplist; in print_pool() 10221 zprop_list_t *pl; in get_callback() 10273 zprop_list_t fake_name = { 0 }; in zpool_do_get()
|
| /freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/ |
| HD | libzfs_util.c | 1279 zprop_list_t *pl = cbp->cb_proplist; 1771 addlist(libzfs_handle_t *hdl, char *propname, zprop_list_t **listp, 1775 zprop_list_t *entry; 1798 if ((entry = zfs_alloc(hdl, sizeof (zprop_list_t))) == NULL) 1826 zprop_get_list(libzfs_handle_t *hdl, char *props, zprop_list_t **listp, 1907 zprop_free_list(zprop_list_t *pl) 1909 zprop_list_t *next; 1920 zprop_list_t **last; 1928 zprop_list_t *entry; 1931 if ((entry = zfs_alloc(edp->hdl, sizeof (zprop_list_t))) == NULL) [all …]
|
| HD | libzfs_pool.c | 808 zpool_expand_proplist(zpool_handle_t *zhp, zprop_list_t **plp, in zpool_expand_proplist() 812 zprop_list_t *entry; in zpool_expand_proplist() 816 zprop_list_t **last; in zpool_expand_proplist() 832 zprop_list_t *entry = zfs_alloc(hdl, in zpool_expand_proplist() 833 sizeof (zprop_list_t)); in zpool_expand_proplist() 850 zprop_list_t *entry; in zpool_expand_proplist() 877 entry = zfs_alloc(hdl, sizeof (zprop_list_t)); in zpool_expand_proplist()
|
| HD | libzfs_dataset.c | 4621 zfs_expand_proplist(zfs_handle_t *zhp, zprop_list_t **plp, boolean_t received, in zfs_expand_proplist() 4625 zprop_list_t *entry; in zfs_expand_proplist() 4626 zprop_list_t **last, **start; in zfs_expand_proplist() 4665 sizeof (zprop_list_t))) == NULL || in zfs_expand_proplist()
|
| HD | libzfs.abi | 3390 <typedef-decl name='zprop_list_t' type-id='bd9b4291' id='bdb8ac4f'/>
|
| /freebsd-13-stable/sys/contrib/openzfs/include/ |
| HD | libzfs.h | 557 } zprop_list_t; typedef 559 extern int zfs_expand_proplist(zfs_handle_t *, zprop_list_t **, boolean_t, 576 extern int zpool_expand_proplist(zpool_handle_t *, zprop_list_t **, boolean_t); 589 extern int zprop_get_list(libzfs_handle_t *, char *, zprop_list_t **, 591 extern void zprop_free_list(zprop_list_t *); 614 zprop_list_t *cb_proplist;
|
| HD | libzfs_impl.h | 158 int zprop_expand_list(libzfs_handle_t *hdl, zprop_list_t **plp,
|
| /freebsd-13-stable/sys/contrib/openzfs/cmd/zfs/ |
| HD | zfs_iter.h | 52 zfs_sort_column_t *, zprop_list_t **, int, zfs_iter_f, void *);
|
| HD | zfs_iter.c | 64 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()
|
| HD | zfs_main.c | 1916 zprop_list_t *pl = cbp->cb_proplist; in get_callback() 2029 zprop_list_t fake_name = { 0 }; in zfs_do_get() 3461 zprop_list_t *cb_proplist; 3470 zprop_list_t *pl = cb->cb_proplist; in print_header() 3537 zprop_list_t *pl = cb->cb_proplist; in print_dataset() 3598 zprop_list_t *pl2 = cb->cb_proplist; in print_dataset()
|