Lines Matching refs:boolean_t

210     boolean_t *, boolean_t *);
221 _LIBZFS_H void libzfs_print_on_error(libzfs_handle_t *, boolean_t);
233 _LIBZFS_H void libzfs_mnttab_cache(libzfs_handle_t *, boolean_t);
257 _LIBZFS_H boolean_t zpool_skip_pool(const char *);
265 _LIBZFS_H int zpool_add(zpool_handle_t *, nvlist_t *, boolean_t check_ashift);
278 boolean_t fullpool;
281 boolean_t secure;
284 boolean_t wait;
313 _LIBZFS_H int zpool_vdev_offline(zpool_handle_t *, const char *, boolean_t);
315 const char *, nvlist_t *, int, boolean_t);
332 _LIBZFS_H nvlist_t *zpool_find_vdev(zpool_handle_t *, const char *, boolean_t *,
333 boolean_t *, boolean_t *);
335 boolean_t *, boolean_t *, boolean_t *);
337 boolean_t *, boolean_t *, boolean_t *);
359 size_t proplen, zprop_source_t *, boolean_t literal);
373 size_t, zprop_source_t *, boolean_t);
375 char *, char *, size_t, zprop_source_t *, boolean_t);
383 _LIBZFS_H boolean_t vdev_prop_user(const char *name);
385 _LIBZFS_H boolean_t vdev_prop_align_right(vdev_prop_t);
465 _LIBZFS_H int zpool_refresh_stats(zpool_handle_t *, boolean_t *);
472 _LIBZFS_H int zpool_export(zpool_handle_t *, boolean_t, const char *);
499 boolean_t *);
513 _LIBZFS_H boolean_t zpool_is_draid_spare(const char *);
541 _LIBZFS_H boolean_t zfs_prop_align_right(zfs_prop_t);
544 nvlist_t *, uint64_t, zfs_handle_t *, zpool_handle_t *, boolean_t,
552 zprop_source_t *, char *, size_t, boolean_t);
554 boolean_t);
560 char *propbuf, int proplen, boolean_t literal);
564 char *propbuf, int proplen, boolean_t literal);
569 _LIBZFS_H int zfs_prop_inherit(zfs_handle_t *, const char *, boolean_t);
578 boolean_t *, boolean_t *);
583 _LIBZFS_H int zfs_crypto_get_encryption_root(zfs_handle_t *, boolean_t *,
586 nvlist_t *, boolean_t stdin_available, uint8_t **, uint_t *);
590 _LIBZFS_H int zfs_crypto_load_key(zfs_handle_t *, boolean_t, const char *);
592 _LIBZFS_H int zfs_crypto_rewrap(zfs_handle_t *, nvlist_t *, boolean_t);
598 boolean_t pl_all;
601 boolean_t pl_fixed;
604 _LIBZFS_H int zfs_expand_proplist(zfs_handle_t *, zprop_list_t **, boolean_t,
605 boolean_t);
624 zfs_type_t, boolean_t);
630 _LIBZFS_H boolean_t zpool_prop_align_right(zpool_prop_t);
635 _LIBZFS_H int zprop_iter(zprop_func func, void *cb, boolean_t show_all,
636 boolean_t ordered, zfs_type_t type);
667 boolean_t cb_scripted;
668 boolean_t cb_literal;
669 boolean_t cb_first;
670 boolean_t cb_json;
675 boolean_t cb_json_as_int;
676 boolean_t cb_json_pool_key_guid;
691 zprop_source_t, const char *, const char *, nvlist_t *, boolean_t);
711 _LIBZFS_H int zfs_iter_dependents(zfs_handle_t *, boolean_t, zfs_iter_f,
714 _LIBZFS_H int zfs_iter_snapshots(zfs_handle_t *, boolean_t, zfs_iter_f, void *,
723 _LIBZFS_H int zfs_iter_dependents_v2(zfs_handle_t *, int, boolean_t, zfs_iter_f,
751 _LIBZFS_H int zfs_destroy(zfs_handle_t *, boolean_t);
752 _LIBZFS_H int zfs_destroy_snaps(zfs_handle_t *, char *, boolean_t);
753 _LIBZFS_H int zfs_destroy_snaps_nvl(libzfs_handle_t *, nvlist_t *, boolean_t);
756 _LIBZFS_H int zfs_snapshot(libzfs_handle_t *, const char *, boolean_t,
760 _LIBZFS_H int zfs_rollback(zfs_handle_t *, zfs_handle_t *, boolean_t);
780 boolean_t replicate;
783 boolean_t skipmissing;
786 boolean_t doall;
789 boolean_t fromorigin;
792 boolean_t pad;
795 boolean_t props;
798 boolean_t dryrun;
801 boolean_t parsable;
804 boolean_t progress;
807 boolean_t progressastitle;
810 boolean_t largeblock;
813 boolean_t embed_data;
816 boolean_t compress;
819 boolean_t raw;
822 boolean_t backup;
825 boolean_t holds;
828 boolean_t saved;
831 typedef boolean_t (snapfilter_cb_t)(zfs_handle_t *, void *);
846 boolean_t, int);
849 boolean_t);
861 _LIBZFS_H int zfs_set_fsacl(zfs_handle_t *, boolean_t, nvlist_t *);
865 boolean_t verbose;
868 boolean_t isprefix;
874 boolean_t istail;
877 boolean_t dryrun;
880 boolean_t force;
883 boolean_t canmountoff;
889 boolean_t resumable;
892 boolean_t byteswap;
895 boolean_t nomount;
898 boolean_t holds;
901 boolean_t skipholds;
904 boolean_t domount;
907 boolean_t forceunmount;
910 boolean_t heal;
935 _LIBZFS_H boolean_t zfs_dataset_exists(libzfs_handle_t *, const char *,
938 _LIBZFS_H boolean_t zfs_bookmark_exists(const char *path);
943 _LIBZFS_H boolean_t is_mounted(libzfs_handle_t *, const char *special, char **);
944 _LIBZFS_H boolean_t zfs_is_mounted(zfs_handle_t *, char **);
967 _LIBZFS_H boolean_t zfs_is_shared(zfs_handle_t *zhp, char **where,
994 _LIBZFS_H boolean_t libzfs_envvar_is_set(const char *);
1008 boolean_t *);
1033 _LIBZFS_H int zpool_disable_datasets(zpool_handle_t *, boolean_t);
1034 _LIBZFS_H void zpool_disable_datasets_os(zpool_handle_t *, boolean_t);
1049 boolean_t *, char *, size_t);