Home
last modified time | relevance | path

Searched refs:cb_proplist (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_iter.c63 zprop_list_t **cb_proplist; member
108 if (cb->cb_proplist) { in zfs_callback()
109 if ((*cb->cb_proplist) && in zfs_callback()
110 !(*cb->cb_proplist)->pl_all) in zfs_callback()
114 if (zfs_expand_proplist(zhp, cb->cb_proplist, in zfs_callback()
391 cb.cb_proplist = proplist; in zfs_for_each()
406 if (cb.cb_proplist && *cb.cb_proplist) { in zfs_for_each()
407 zprop_list_t *p = *cb.cb_proplist; in zfs_for_each()
H A Dzfs_main.c1667 zprop_list_t *pl = cbp->cb_proplist; in get_callback()
1680 pl == cbp->cb_proplist) in get_callback()
1980 if (cb.cb_proplist != NULL) { in zfs_do_get()
1983 fake_name.pl_next = cb.cb_proplist; in zfs_do_get()
1984 cb.cb_proplist = &fake_name; in zfs_do_get()
1993 if (cb.cb_proplist == &fake_name) in zfs_do_get()
1996 zprop_free_list(cb.cb_proplist); in zfs_do_get()
3177 zprop_list_t *cb_proplist; member
3186 zprop_list_t *pl = cb->cb_proplist; in print_header()
3229 zprop_list_t *pl = cb->cb_proplist; in print_dataset()
[all …]
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c937 zprop_list_t *pl = cbp->cb_proplist; in zprop_print_headers()
960 assert(cbp->cb_proplist->pl_prop == in zprop_print_headers()
971 for (pl = cbp->cb_proplist; pl != NULL; pl = pl->pl_next) { in zprop_print_headers()
996 if (pl != cbp->cb_proplist && in zprop_print_headers()
1001 if (pl != cbp->cb_proplist && in zprop_print_headers()
H A Dlibzfs.h584 zprop_list_t *cb_proplist; member
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c5023 zprop_list_t *cb_proplist; member
5034 zprop_list_t *pl = cb->cb_proplist; in print_header()
5088 zprop_list_t *pl = cb->cb_proplist; in print_pool()
5529 zprop_free_list(cb.cb_proplist); in zpool_do_list()
8197 pl == cbp->cb_proplist) in get_callback()
8333 if (zprop_get_list(g_zfs, argv[0], &cb.cb_proplist, in zpool_do_get()
8340 if (cb.cb_proplist != NULL) { in zpool_do_get()
8343 fake_name.pl_next = cb.cb_proplist; in zpool_do_get()
8344 cb.cb_proplist = &fake_name; in zpool_do_get()
8350 if (cb.cb_proplist == &fake_name) in zpool_do_get()
[all …]