Searched refs:pl_prop (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/openzfs/cmd/zfs/ |
H A D | zfs_iter.c | 251 switch (p->pl_prop) { in zfs_list_only_by_fast() 469 if (p->pl_prop >= ZFS_PROP_TYPE && in zfs_for_each() 470 p->pl_prop < ZFS_NUM_PROPS) { in zfs_for_each() 471 cb.cb_props_table[p->pl_prop] = B_TRUE; in zfs_for_each()
|
H A D | zfs_main.c | 2033 if (pl->pl_prop == ZFS_PROP_NAME && in get_callback() 2037 if (pl->pl_prop != ZPROP_USERPROP) { in get_callback() 2038 if (zfs_prop_get(zhp, pl->pl_prop, buf, in get_callback() 2044 if (!zfs_prop_valid_for_type(pl->pl_prop, in get_callback() 2048 zfs_prop_to_name(pl->pl_prop)); in get_callback() 2056 zfs_prop_to_name(pl->pl_prop), rbuf, sizeof (rbuf), in get_callback() 2061 zfs_prop_to_name(pl->pl_prop), in get_callback() 2370 fake_name.pl_prop = ZFS_PROP_NAME; in zfs_do_get() 3622 if (pl->pl_prop != ZPROP_USERPROP) { in print_header() 3623 header = zfs_prop_column_name(pl->pl_prop); in print_header() [all …]
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_util.c | 1306 assert(cbp->cb_proplist->pl_prop == in zprop_print_headers() 1322 if (pl->pl_prop != ZPROP_USERPROP) { in zprop_print_headers() 1324 zpool_prop_to_name(pl->pl_prop) : in zprop_print_headers() 1326 vdev_prop_to_name(pl->pl_prop) : in zprop_print_headers() 1327 zfs_prop_to_name(pl->pl_prop)); in zprop_print_headers() 1359 if (pl->pl_prop == ((type == ZFS_TYPE_POOL) ? ZPOOL_PROP_NAME : in zprop_print_headers() 1957 entry->pl_prop = prop; in addlist() 2048 entry->pl_prop = prop; in zprop_expand_list_cb() 2086 entry->pl_prop = ((type == ZFS_TYPE_POOL) ? ZPOOL_PROP_NAME : in zprop_expand_list() 2088 entry->pl_width = zprop_width(entry->pl_prop, in zprop_expand_list()
|
H A D | libzfs_pool.c | 986 entry->pl_prop = ZPROP_USERPROP; in zpool_expand_proplist() 997 entry->pl_prop = ZPROP_USERPROP; in zpool_expand_proplist() 1040 entry->pl_prop = ZPROP_USERPROP; in zpool_expand_proplist() 1053 if (entry->pl_prop != ZPROP_USERPROP && in zpool_expand_proplist() 1054 zpool_get_prop(zhp, entry->pl_prop, buf, sizeof (buf), in zpool_expand_proplist() 1058 } else if (entry->pl_prop == ZPROP_INVAL && in zpool_expand_proplist() 1089 if (zpool_get_vdev_prop(zhp, vdevname, entry->pl_prop, in vdev_expand_proplist() 1095 if (entry->pl_prop == VDEV_PROP_NAME && in vdev_expand_proplist() 1125 entry->pl_prop = prop; in vdev_expand_proplist()
|
H A D | libzfs_dataset.c | 4746 if ((*start)->pl_prop == ZPROP_USERPROP) in zfs_expand_proplist() 4767 entry->pl_prop = ZPROP_USERPROP; in zfs_expand_proplist() 4782 if (entry->pl_prop != ZPROP_USERPROP) { in zfs_expand_proplist() 4783 if (zfs_prop_get(zhp, entry->pl_prop, in zfs_expand_proplist() 4789 zfs_prop_to_name(entry->pl_prop), in zfs_expand_proplist()
|
H A D | libzfs.abi | 3842 <var-decl name='pl_prop' type-id='95e97e5e' visibility='default'/>
|
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_main.c | 6788 if (pl->pl_prop != ZPROP_USERPROP) { in print_header() 6789 header = zpool_prop_column_name(pl->pl_prop); in print_header() 6790 right_justify = zpool_prop_align_right(pl->pl_prop); in print_header() 6860 if (pl->pl_prop != ZPROP_USERPROP) { in collect_pool() 6861 if (zpool_get_prop(zhp, pl->pl_prop, property, in collect_pool() 6868 right_justify = zpool_prop_align_right(pl->pl_prop); in collect_pool() 6884 if (pl->pl_prop == ZPOOL_PROP_NAME) in collect_pool() 6887 if (pl->pl_prop != ZPROP_USERPROP) in collect_pool() 6888 prop_name = zpool_prop_to_name(pl->pl_prop); in collect_pool() 12402 if (pl->pl_prop == ZPOOL_PROP_NAME && in get_callback_vdev() [all …]
|
/freebsd/sys/contrib/openzfs/include/ |
H A D | libzfs.h | 595 int pl_prop; member
|