Home
last modified time | relevance | path

Searched refs:pl_prop (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c960 assert(cbp->cb_proplist->pl_prop == in zprop_print_headers()
975 if (pl->pl_prop != ZPROP_INVAL) { in zprop_print_headers()
977 zpool_prop_to_name(pl->pl_prop) : in zprop_print_headers()
978 zfs_prop_to_name(pl->pl_prop); in zprop_print_headers()
1008 if (pl->pl_prop == (type == ZFS_TYPE_POOL ? ZPOOL_PROP_NAME : in zprop_print_headers()
1444 entry->pl_prop = prop; in addlist()
1577 entry->pl_prop = prop; in zprop_expand_list_cb()
1617 entry->pl_prop = (type == ZFS_TYPE_POOL) ? ZPOOL_PROP_NAME : in zprop_expand_list()
1619 entry->pl_width = zprop_width(entry->pl_prop, in zprop_expand_list()
H A Dlibzfs.h520 int pl_prop; member
H A Dlibzfs_dataset.c4619 if ((*start)->pl_prop == ZPROP_INVAL) in zfs_expand_proplist()
4645 entry->pl_prop = ZPROP_INVAL; in zfs_expand_proplist()
4660 if (entry->pl_prop != ZPROP_INVAL) { in zfs_expand_proplist()
4661 if (zfs_prop_get(zhp, entry->pl_prop, in zfs_expand_proplist()
4667 zfs_prop_to_name(entry->pl_prop), in zfs_expand_proplist()
H A Dlibzfs_pool.c804 entry->pl_prop = ZPROP_INVAL; in zpool_expand_proplist()
848 entry->pl_prop = ZPROP_INVAL; in zpool_expand_proplist()
862 if (entry->pl_prop != ZPROP_INVAL && in zpool_expand_proplist()
863 zpool_get_prop(zhp, entry->pl_prop, buf, sizeof (buf), in zpool_expand_proplist()
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_iter.c410 if (p->pl_prop >= ZFS_PROP_TYPE && in zfs_for_each()
411 p->pl_prop < ZFS_NUM_PROPS) { in zfs_for_each()
412 cb.cb_props_table[p->pl_prop] = B_TRUE; in zfs_for_each()
H A Dzfs_main.c1679 if (pl->pl_prop == ZFS_PROP_NAME && in get_callback()
1683 if (pl->pl_prop != ZPROP_INVAL) { in get_callback()
1684 if (zfs_prop_get(zhp, pl->pl_prop, buf, in get_callback()
1690 if (!zfs_prop_valid_for_type(pl->pl_prop, in get_callback()
1694 zfs_prop_to_name(pl->pl_prop)); in get_callback()
1707 zfs_prop_to_name(pl->pl_prop), in get_callback()
1981 fake_name.pl_prop = ZFS_PROP_NAME; in zfs_do_get()
3201 if (pl->pl_prop != ZPROP_INVAL) { in print_header()
3202 header = zfs_prop_column_name(pl->pl_prop); in print_header()
3247 if (pl->pl_prop == ZFS_PROP_NAME) { in print_dataset()
[all …]
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c1466 nvlist_t *pl_prop; member
1478 plp->pl_args, &plp->pl_prop, &err); in hc_prop_get()
1520 plp->pl_prop = NULL; in hc_fmri_prop_get()
1534 if (plp->pl_prop != NULL) in hc_fmri_prop_get()
1535 *out = plp->pl_prop; in hc_fmri_prop_get()
1550 (void) topo_prop_getpgrp(node, plp->pl_pgroup, &plp->pl_prop, &err); in hc_pgrp_get()
1577 plp->pl_prop = NULL; in hc_fmri_pgrp_get()
1591 if (plp->pl_prop != NULL) in hc_fmri_pgrp_get()
1592 *out = plp->pl_prop; in hc_fmri_pgrp_get()
1607 (void) topo_prop_setprop(node, plp->pl_pgroup, plp->pl_prop, in hc_prop_setprop()
[all …]
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c5057 if (pl->pl_prop != ZPROP_INVAL) { in print_header()
5058 header = zpool_prop_column_name(pl->pl_prop); in print_header()
5059 right_justify = zpool_prop_align_right(pl->pl_prop); in print_header()
5116 if (pl->pl_prop != ZPROP_INVAL) { in print_pool()
5117 if (zpool_get_prop(zhp, pl->pl_prop, property, in print_pool()
5123 right_justify = zpool_prop_align_right(pl->pl_prop); in print_pool()
8196 if (pl->pl_prop == ZPOOL_PROP_NAME && in get_callback()
8200 if (pl->pl_prop == ZPROP_INVAL && in get_callback()
8212 if (zpool_get_prop(zhp, pl->pl_prop, value, in get_callback()
8217 zpool_prop_to_name(pl->pl_prop), value, srctype, in get_callback()
[all …]