Searched refs:zprop_list_t (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/ |
| H A D | libzfs_util.c | 917 zprop_list_t *pl = cbp->cb_proplist; in zprop_print_headers() 1365 addlist(libzfs_handle_t *hdl, char *propname, zprop_list_t **listp, in addlist() 1369 zprop_list_t *entry; in addlist() 1392 if ((entry = zfs_alloc(hdl, sizeof (zprop_list_t))) == NULL) in addlist() 1420 zprop_get_list(libzfs_handle_t *hdl, char *props, zprop_list_t **listp, in zprop_get_list() 1501 zprop_free_list(zprop_list_t *pl) in zprop_free_list() 1503 zprop_list_t *next; in zprop_free_list() 1514 zprop_list_t **last; 1522 zprop_list_t *entry; in zprop_expand_list_cb() 1525 if ((entry = zfs_alloc(edp->hdl, sizeof (zprop_list_t))) == NULL) in zprop_expand_list_cb() [all …]
|
| H A D | libzfs.h | 468 } zprop_list_t; typedef 470 extern int zfs_expand_proplist(zfs_handle_t *, zprop_list_t **, boolean_t, 487 extern int zpool_expand_proplist(zpool_handle_t *, zprop_list_t **); 500 extern int zprop_get_list(libzfs_handle_t *, char *, zprop_list_t **, 502 extern void zprop_free_list(zprop_list_t *); 525 zprop_list_t *cb_proplist;
|
| H A D | libzfs_impl.h | 151 int zprop_expand_list(libzfs_handle_t *hdl, zprop_list_t **plp,
|
| H A D | libzfs_pool.c | 716 zpool_expand_proplist(zpool_handle_t *zhp, zprop_list_t **plp) in zpool_expand_proplist() 719 zprop_list_t *entry; in zpool_expand_proplist() 722 zprop_list_t **last; in zpool_expand_proplist() 737 zprop_list_t *entry = zfs_alloc(hdl, in zpool_expand_proplist() 738 sizeof (zprop_list_t)); in zpool_expand_proplist() 755 zprop_list_t *entry; in zpool_expand_proplist() 782 entry = zfs_alloc(hdl, sizeof (zprop_list_t)); in zpool_expand_proplist()
|
| H A D | libzfs_dataset.c | 4150 zfs_expand_proplist(zfs_handle_t *zhp, zprop_list_t **plp, boolean_t received, in zfs_expand_proplist() 4154 zprop_list_t *entry; in zfs_expand_proplist() 4155 zprop_list_t **last, **start; in zfs_expand_proplist() 4194 sizeof (zprop_list_t))) == NULL || in zfs_expand_proplist()
|
| /netbsd-src/external/cddl/osnet/dist/cmd/zpool/ |
| H A D | 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 *);
|
| H A D | zpool_iter.c | 57 zprop_list_t **zl_proplist; 109 pool_list_get(int argc, char **argv, zprop_list_t **proplist, int *err) in pool_list_get() 241 zprop_list_t **proplist, zpool_iter_f func, void *data) in for_each_pool()
|
| H A D | zpool_main.c | 2799 zprop_list_t *cb_proplist; 2809 zprop_list_t *pl = cb->cb_proplist; in print_header() 2863 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()
|
| /netbsd-src/external/cddl/osnet/dist/cmd/zfs/ |
| H A D | zfs_iter.c | 63 zprop_list_t **cb_proplist; 375 zfs_sort_column_t *sortcol, zprop_list_t **proplist, int limit, in zfs_for_each() 407 zprop_list_t *p = *cb.cb_proplist; in zfs_for_each()
|
| H A D | zfs_iter.h | 53 zfs_sort_column_t *, zprop_list_t **, int, zfs_iter_f, void *);
|
| H A D | zfs_main.c | 1525 zprop_list_t *pl = cbp->cb_proplist; in get_callback() 1638 zprop_list_t fake_name = { 0 }; in zfs_do_get() 2948 zprop_list_t *cb_proplist; 2957 zprop_list_t *pl = cb->cb_proplist; in print_header() 3000 zprop_list_t *pl = cb->cb_proplist; in print_dataset()
|