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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c867 assert(cbp->cb_proplist->pl_prop ==
882 if (pl->pl_prop != ZPROP_INVAL) {
884 zpool_prop_to_name(pl->pl_prop) :
885 zfs_prop_to_name(pl->pl_prop);
915 if (pl->pl_prop == (type == ZFS_TYPE_POOL ? ZPOOL_PROP_NAME :
1322 entry->pl_prop = prop;
1455 entry->pl_prop = prop;
1495 entry->pl_prop = (type == ZFS_TYPE_POOL) ? ZPOOL_PROP_NAME :
1497 entry->pl_width = zprop_width(entry->pl_prop,
H A Dlibzfs.h458 int pl_prop; member in struct:zprop_list
H A Dlibzfs_dataset.c4192 if ((*start)->pl_prop == ZPROP_INVAL)
4218 entry->pl_prop = ZPROP_INVAL;
4233 if (entry->pl_prop != ZPROP_INVAL) {
4234 if (zfs_prop_get(zhp, entry->pl_prop,
4240 zfs_prop_to_name(entry->pl_prop),
H A Dlibzfs_pool.c738 entry->pl_prop = ZPROP_INVAL;
782 entry->pl_prop = ZPROP_INVAL;
796 if (entry->pl_prop != ZPROP_INVAL &&
797 zpool_get_prop(zhp, entry->pl_prop, buf, sizeof (buf),
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_iter.c410 if (p->pl_prop >= ZFS_PROP_TYPE &&
411 p->pl_prop < ZFS_NUM_PROPS) {
412 cb.cb_props_table[p->pl_prop] = B_TRUE;
H A Dzfs_main.c1501 if (pl->pl_prop == ZFS_PROP_NAME &&
1505 if (pl->pl_prop != ZPROP_INVAL) {
1506 if (zfs_prop_get(zhp, pl->pl_prop, buf,
1512 if (!zfs_prop_valid_for_type(pl->pl_prop,
1516 zfs_prop_to_name(pl->pl_prop));
1524 zfs_prop_to_name(pl->pl_prop), rbuf, sizeof (rbuf),
1529 zfs_prop_to_name(pl->pl_prop),
1803 fake_name.pl_prop = ZFS_PROP_NAME;
2927 if (pl->pl_prop != ZPROP_INVAL) {
2928 header = zfs_prop_column_name(pl->pl_prop);
[all...]
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c1517 nvlist_t *pl_prop; member in struct:prop_lookup
1529 plp->pl_args, &plp->pl_prop, &err);
1571 plp->pl_prop = NULL;
1585 if (plp->pl_prop != NULL)
1586 *out = plp->pl_prop;
1601 (void) topo_prop_getpgrp(node, plp->pl_pgroup, &plp->pl_prop, &err);
1628 plp->pl_prop = NULL;
1642 if (plp->pl_prop != NULL)
1643 *out = plp->pl_prop;
1658 (void) topo_prop_setprop(node, plp->pl_pgroup, plp->pl_prop,
[all...]
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c2807 if (pl->pl_prop != ZPROP_INVAL) {
2808 header = zpool_prop_column_name(pl->pl_prop);
2809 right_justify = zpool_prop_align_right(pl->pl_prop);
2866 if (pl->pl_prop != ZPROP_INVAL) {
2867 if (zpool_get_prop(zhp, pl->pl_prop, property,
2873 right_justify = zpool_prop_align_right(pl->pl_prop);
5145 if (pl->pl_prop == ZPOOL_PROP_NAME &&
5149 if (pl->pl_prop == ZPROP_INVAL &&
5161 if (zpool_get_prop(zhp, pl->pl_prop, value,
5166 zpool_prop_to_name(pl->pl_prop), valu
[all...]

Completed in 116 milliseconds