Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c832 assert(cbp->cb_proplist->pl_prop == in zprop_print_headers()
847 if (pl->pl_prop != ZPROP_INVAL) { in zprop_print_headers()
849 zpool_prop_to_name(pl->pl_prop) : in zprop_print_headers()
850 zfs_prop_to_name(pl->pl_prop); in zprop_print_headers()
880 if (pl->pl_prop == (type == ZFS_TYPE_POOL ? ZPOOL_PROP_NAME : in zprop_print_headers()
1283 entry->pl_prop = prop; in addlist()
1416 entry->pl_prop = prop; in zprop_expand_list_cb()
1456 entry->pl_prop = (type == ZFS_TYPE_POOL) ? ZPOOL_PROP_NAME : in zprop_expand_list()
1458 entry->pl_width = zprop_width(entry->pl_prop, in zprop_expand_list()
H A Dlibzfs.h456 int pl_prop; member
H A Dlibzfs_dataset.c4184 if ((*start)->pl_prop == ZPROP_INVAL) in zfs_expand_proplist()
4210 entry->pl_prop = ZPROP_INVAL; in zfs_expand_proplist()
4225 if (entry->pl_prop != ZPROP_INVAL) { in zfs_expand_proplist()
4226 if (zfs_prop_get(zhp, entry->pl_prop, in zfs_expand_proplist()
4232 zfs_prop_to_name(entry->pl_prop), in zfs_expand_proplist()
H A Dlibzfs_pool.c703 entry->pl_prop = ZPROP_INVAL; in zpool_expand_proplist()
747 entry->pl_prop = ZPROP_INVAL; in zpool_expand_proplist()
761 if (entry->pl_prop != ZPROP_INVAL && in zpool_expand_proplist()
762 zpool_get_prop(zhp, entry->pl_prop, buf, sizeof (buf), in zpool_expand_proplist()
/titanic_50/usr/src/cmd/zfs/
H A Dzfs_iter.c386 if (p->pl_prop >= ZFS_PROP_TYPE && in zfs_for_each()
387 p->pl_prop < ZFS_NUM_PROPS) { in zfs_for_each()
388 cb.cb_props_table[p->pl_prop] = B_TRUE; in zfs_for_each()
H A Dzfs_main.c1533 if (pl->pl_prop == ZFS_PROP_NAME && in get_callback()
1537 if (pl->pl_prop != ZPROP_INVAL) { in get_callback()
1538 if (zfs_prop_get(zhp, pl->pl_prop, buf, in get_callback()
1544 if (!zfs_prop_valid_for_type(pl->pl_prop, in get_callback()
1548 zfs_prop_to_name(pl->pl_prop)); in get_callback()
1556 zfs_prop_to_name(pl->pl_prop), rbuf, sizeof (rbuf), in get_callback()
1561 zfs_prop_to_name(pl->pl_prop), in get_callback()
1835 fake_name.pl_prop = ZFS_PROP_NAME; in zfs_do_get()
2959 if (pl->pl_prop != ZPROP_INVAL) { in print_header()
2960 header = zfs_prop_column_name(pl->pl_prop); in print_header()
[all …]
/titanic_50/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c1520 nvlist_t *pl_prop; member
1532 plp->pl_args, &plp->pl_prop, &err); in hc_prop_get()
1574 plp->pl_prop = NULL; in hc_fmri_prop_get()
1588 if (plp->pl_prop != NULL) in hc_fmri_prop_get()
1589 *out = plp->pl_prop; in hc_fmri_prop_get()
1604 (void) topo_prop_getpgrp(node, plp->pl_pgroup, &plp->pl_prop, &err); in hc_pgrp_get()
1631 plp->pl_prop = NULL; in hc_fmri_pgrp_get()
1645 if (plp->pl_prop != NULL) in hc_fmri_pgrp_get()
1646 *out = plp->pl_prop; in hc_fmri_pgrp_get()
1661 (void) topo_prop_setprop(node, plp->pl_pgroup, plp->pl_prop, in hc_prop_setprop()
[all …]
/titanic_50/usr/src/cmd/zpool/
H A Dzpool_main.c2659 if (pl->pl_prop != ZPROP_INVAL) { in print_header()
2660 header = zpool_prop_column_name(pl->pl_prop); in print_header()
2661 right_justify = zpool_prop_align_right(pl->pl_prop); in print_header()
2718 if (pl->pl_prop != ZPROP_INVAL) { in print_pool()
2719 if (zpool_get_prop(zhp, pl->pl_prop, property, in print_pool()
2725 right_justify = zpool_prop_align_right(pl->pl_prop); in print_pool()
4997 if (pl->pl_prop == ZPOOL_PROP_NAME && in get_callback()
5001 if (pl->pl_prop == ZPROP_INVAL && in get_callback()
5013 if (zpool_get_prop(zhp, pl->pl_prop, value, in get_callback()
5018 zpool_prop_to_name(pl->pl_prop), value, srctype, in get_callback()
[all …]