| /src/external/cddl/osnet/dev/dtrace/ |
| dtrace_hacks.c | 8 boolean_t 9 priv_policy_only(const cred_t *cr, int b, boolean_t c)
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| dsl_destroy.h | 38 int dsl_destroy_snapshots_nvl(struct nvlist *, boolean_t, 40 int dsl_destroy_snapshot(const char *, boolean_t); 45 int dsl_destroy_snapshot_check_impl(struct dsl_dataset *, boolean_t); 47 boolean_t, struct dmu_tx *);
|
| zfs_vfsops.h | 56 boolean_t z_fuid_loaded; /* fuid tables are loaded */ 57 boolean_t z_fuid_dirty; /* need to sync fuid table ? */ 63 boolean_t z_utf8; /* utf8-only */ 65 boolean_t z_atime; /* enable atimes mount option */ 66 boolean_t z_unmounted; /* unmounted */ 72 boolean_t z_show_ctldir; /* expose .zfs in the root dir */ 73 boolean_t z_issnap; /* true if this is a snapshot */ 74 boolean_t z_vscan; /* virus scan on/off */ 75 boolean_t z_use_fuids; /* version allows fuids */ 76 boolean_t z_replay; /* set during ZIL replay * [all...] |
| dmu_send.h | 43 int dmu_send(const char *tosnap, const char *fromsnap, boolean_t embedok, 44 boolean_t large_block_ok, int outfd, uint64_t resumeobj, uint64_t resumeoff, 55 boolean_t embedok, boolean_t large_block_ok, 68 boolean_t drc_newfs; 69 boolean_t drc_byteswap; 70 boolean_t drc_force; 71 boolean_t drc_resumable; 81 boolean_t force, boolean_t resumable, char *origin, dmu_recv_cookie_t *drc) [all...] |
| vdev_raidz.h | 44 caddr_t, size_t, uint64_t, uint64_t, boolean_t, boolean_t);
|
| dsl_scan.h | 108 boolean_t scn_pausing; 115 boolean_t scn_is_bptree; 116 boolean_t scn_async_destroying; 117 boolean_t scn_async_stalled; 131 boolean_t dsl_scan_resilvering(struct dsl_pool *dp); 132 boolean_t dsl_dataset_unstable(struct dsl_dataset *ds); 139 boolean_t dsl_scan_active(dsl_scan_t *scn);
|
| zfeature.h | 50 extern boolean_t spa_feature_is_enabled(struct spa *, spa_feature_t); 51 extern boolean_t spa_feature_is_active(struct spa *, spa_feature_t); 52 extern boolean_t spa_feature_enabled_txg(spa_t *spa, spa_feature_t fid, 55 extern boolean_t spa_features_check(spa_t *, boolean_t, nvlist_t *, nvlist_t *);
|
| rrwlock.h | 59 boolean_t rr_writer_wanted; 60 boolean_t rr_track_all; 68 void rrw_init(rrwlock_t *rrl, boolean_t track_all); 75 boolean_t rrw_held(rrwlock_t *rrl, krw_t rw); 95 void rrm_init(rrmlock_t *rrl, boolean_t track_all); 101 boolean_t rrm_held(rrmlock_t *rrl, krw_t rw);
|
| vdev.h | 48 extern boolean_t zfs_nocacheflush; 49 extern boolean_t zfs_trim_enabled; 53 extern boolean_t vdev_uses_zvols(vdev_t *); 54 extern int vdev_validate(vdev_t *, boolean_t); 56 extern int vdev_create(vdev_t *, uint64_t txg, boolean_t isreplace); 61 extern boolean_t vdev_is_bootable(vdev_t *vd); 67 extern boolean_t vdev_dtl_contains(vdev_t *vd, vdev_dtl_type_t d, 69 extern boolean_t vdev_dtl_empty(vdev_t *vd, vdev_dtl_type_t d); 72 extern boolean_t vdev_dtl_required(vdev_t *vd); 73 extern boolean_t vdev_resilver_needed(vdev_t *vd [all...] |
| vdev_disk.h | 49 boolean_t vd_ldi_offline; 61 caddr_t, size_t, uint64_t, int, boolean_t);
|
| uberblock.h | 43 extern boolean_t uberblock_update(uberblock_t *, vdev_t *, uint64_t);
|
| txg.h | 101 extern boolean_t txg_stalled(struct dsl_pool *dp); 104 extern boolean_t txg_sync_waiting(struct dsl_pool *dp); 114 extern boolean_t txg_list_empty(txg_list_t *tl, uint64_t txg); 115 extern boolean_t txg_all_lists_empty(txg_list_t *tl); 116 extern boolean_t txg_list_add(txg_list_t *tl, void *p, uint64_t txg); 117 extern boolean_t txg_list_add_tail(txg_list_t *tl, void *p, uint64_t txg); 120 extern boolean_t txg_list_member(txg_list_t *tl, void *p, uint64_t txg);
|
| vdev_impl.h | 82 boolean_t vdev_op_leaf; 172 boolean_t vdev_expanding; /* expand the vdev? */ 173 boolean_t vdev_reopening; /* reopen in progress? */ 189 boolean_t vdev_remove_wanted; /* async remove wanted? */ 190 boolean_t vdev_probe_wanted; /* async probe wanted? */ 196 boolean_t vdev_ishole; /* is a hole in the namespace */ 231 boolean_t vdev_nowritecache; /* true if flushwritecache failed */ 232 boolean_t vdev_notrim; /* true if trim failed */ 233 boolean_t vdev_checkremove; /* temporary online test */ 234 boolean_t vdev_forcefault; /* force online fault * [all...] |
| dsl_dataset.h | 152 boolean_t ds_is_snapshot; 242 boolean_t dsl_dataset_try_add_ref(struct dsl_pool *dp, dsl_dataset_t *ds, 253 boolean_t dsl_dataset_tryown(dsl_dataset_t *ds, void *tag); 255 boolean_t dsl_dataset_has_owner(dsl_dataset_t *ds); 263 boolean_t force); 265 const char *oldsnapname, const char *newsnapname, boolean_t recursive); 273 boolean_t dsl_dataset_modified_since_snap(dsl_dataset_t *ds, 282 dmu_tx_t *tx, boolean_t async); 283 boolean_t dsl_dataset_block_freeable(dsl_dataset_t *ds, const blkptr_t *bp, 298 boolean_t dsl_dataset_is_dirty(dsl_dataset_t *ds) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| gnu-nat-mig.h | 23 boolean_t exc_server (mach_msg_header_t *InHeadP, mach_msg_header_t *OutHeadP); 24 boolean_t msg_reply_server (mach_msg_header_t *InHeadP, 26 boolean_t notify_server (mach_msg_header_t *InHeadP, 28 boolean_t process_reply_server (mach_msg_header_t *InHeadP,
|
| /src/external/gpl3/gdb/dist/gdb/ |
| gnu-nat-mig.h | 23 boolean_t exc_server (mach_msg_header_t *InHeadP, mach_msg_header_t *OutHeadP); 24 boolean_t msg_reply_server (mach_msg_header_t *InHeadP, 26 boolean_t notify_server (mach_msg_header_t *InHeadP, 28 boolean_t process_reply_server (mach_msg_header_t *InHeadP,
|
| /src/external/cddl/osnet/dist/common/zfs/ |
| zfs_prop.h | 75 boolean_t pd_rightalign; /* column alignment for "zfs list" */ 76 boolean_t pd_visible; /* do we list this property with the */ 88 boolean_t zfs_prop_delegatable(zfs_prop_t prop); 103 boolean_t, boolean_t, const zprop_index_t *); 116 int zprop_iter_common(zprop_func, void *, boolean_t, boolean_t, zfs_type_t); 122 size_t zprop_width(int, boolean_t *, zfs_type_t); 123 boolean_t zprop_valid_for_type(int, zfs_type_t); 124 boolean_t zfs_prop_written(const char *name) [all...] |
| zfeature_common.h | 94 extern boolean_t zfeature_is_valid_guid(const char *); 96 extern boolean_t zfeature_is_supported(const char *); 98 extern boolean_t zfeature_depends_on(spa_feature_t, spa_feature_t);
|
| zfs_comutil.h | 36 extern boolean_t zfs_allocatable_devs(nvlist_t *);
|
| /src/external/cddl/osnet/dist/lib/libzfs_core/common/ |
| libzfs_core.h | 52 int lzc_destroy_snaps(nvlist_t *, boolean_t, nvlist_t **); 75 int lzc_receive(const char *, nvlist_t *, const char *, boolean_t, int); 77 boolean_t, int); 78 int lzc_receive_with_header(const char *, nvlist_t *, const char *, boolean_t, 79 boolean_t, int, const struct dmu_replay_record *); 81 boolean_t lzc_exists(const char *);
|
| /src/external/cddl/osnet/dist/cmd/zfs/ |
| zfs_iter.h | 41 boolean_t sc_reverse; 54 int zfs_add_sort_column(zfs_sort_column_t **, const char *, boolean_t); 56 boolean_t zfs_sort_only_by_name(const zfs_sort_column_t *);
|
| /src/external/cddl/osnet/dist/lib/libuutil/common/ |
| uu_string.c | 38 boolean_t 45 boolean_t 52 boolean_t
|
| /src/external/cddl/osnet/dist/lib/libzfs/common/ |
| libzfs.h | 187 extern void libzfs_print_on_error(libzfs_handle_t *, boolean_t); 198 extern void libzfs_mnttab_cache(libzfs_handle_t *, boolean_t); 223 extern boolean_t zpool_skip_pool(const char *); 251 extern int zpool_vdev_offline(zpool_handle_t *, const char *, boolean_t); 263 extern nvlist_t *zpool_find_vdev(zpool_handle_t *, const char *, boolean_t *, 264 boolean_t *, boolean_t *); 266 boolean_t *, boolean_t *, boolean_t *); [all...] |
| /src/external/cddl/osnet/dist/cmd/zpool/ |
| zpool_util.h | 47 boolean_t replacing, boolean_t dryrun, int argc, char **argv); 54 int for_each_pool(int, char **, boolean_t unavail, zprop_list_t **,
|
| /src/external/cddl/osnet/dist/uts/common/sys/ |
| avl.h | 262 extern boolean_t avl_update(avl_tree_t *, void *); 263 extern boolean_t avl_update_lt(avl_tree_t *, void *); 264 extern boolean_t avl_update_gt(avl_tree_t *, void *); 279 extern boolean_t avl_is_empty(avl_tree_t *tree);
|