Deleted Added
full compact
libzfs.h (200516) libzfs.h (205198)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 355 unchanged lines hidden (view full) ---

364 char *pl_user_prop;
365 struct zprop_list *pl_next;
366 boolean_t pl_all;
367 size_t pl_width;
368 boolean_t pl_fixed;
369} zprop_list_t;
370
371extern int zfs_expand_proplist(zfs_handle_t *, zprop_list_t **);
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 355 unchanged lines hidden (view full) ---

364 char *pl_user_prop;
365 struct zprop_list *pl_next;
366 boolean_t pl_all;
367 size_t pl_width;
368 boolean_t pl_fixed;
369} zprop_list_t;
370
371extern int zfs_expand_proplist(zfs_handle_t *, zprop_list_t **);
372extern void zfs_prune_proplist(zfs_handle_t *, uint8_t *);
372
373#define ZFS_MOUNTPOINT_NONE "none"
374#define ZFS_MOUNTPOINT_LEGACY "legacy"
375
376/*
377 * zpool property management
378 */
379extern int zpool_expand_proplist(zpool_handle_t *, zprop_list_t **);

--- 208 unchanged lines hidden ---
373
374#define ZFS_MOUNTPOINT_NONE "none"
375#define ZFS_MOUNTPOINT_LEGACY "legacy"
376
377/*
378 * zpool property management
379 */
380extern int zpool_expand_proplist(zpool_handle_t *, zprop_list_t **);

--- 208 unchanged lines hidden ---