Searched refs:boolean_t (Results 1 - 25 of 156) sorted by relevance

1234567

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dev/dtrace/
H A Ddtrace_hacks.c13 boolean_t
14 priv_policy_only(const cred_t *a, int b, boolean_t c)
H A Ddtrace_cddl.h110 int priv_policy(const cred_t *, int, boolean_t, int, const char *);
111 boolean_t priv_policy_only(const cred_t *, int, boolean_t);
112 boolean_t priv_policy_choice(const cred_t *, int, boolean_t);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/common/zfs/
H A Dzfs_prop.h75 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);
H A Dzfs_comutil.h36 extern boolean_t zfs_allocatable_devs(nvlist_t *);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/cmd/zfs/
H A Dzfs_iter.h38 boolean_t sc_reverse;
49 int zfs_add_sort_column(zfs_sort_column_t **, const char *, boolean_t);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs.h179 extern void libzfs_print_on_error(libzfs_handle_t *, boolean_t);
186 extern void libzfs_mnttab_cache(libzfs_handle_t *, boolean_t);
234 extern int zpool_vdev_offline(zpool_handle_t *, const char *, boolean_t);
246 extern nvlist_t *zpool_find_vdev(zpool_handle_t *, const char *, boolean_t *,
247 boolean_t *, boolean_t *);
249 boolean_t *, boolean_t *, boolean_t *);
319 extern int zpool_refresh_stats(zpool_handle_t *, boolean_t *);
[all...]
H A Dlibzfs_impl.h75 boolean_t libzfs_mnttab_enable;
96 boolean_t zfs_mntcheck;
149 int get_dependents(libzfs_handle_t *, boolean_t, const char *, char ***,
185 boolean_t isa_child_of(const char *dataset, const char *parent);
191 boolean_t zpool_name_valid(libzfs_handle_t *, boolean_t, const char *);
206 extern void libzfs_fru_clear(libzfs_handle_t *, boolean_t);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzfs_vfsops.h55 boolean_t z_fuid_loaded; /* fuid tables are loaded */
56 boolean_t z_fuid_dirty; /* need to sync fuid table ? */
62 boolean_t z_utf8; /* utf8-only */
64 boolean_t z_atime; /* enable atimes mount option */
65 boolean_t z_unmounted; /* unmounted */
71 boolean_t z_show_ctldir; /* expose .zfs in the root dir */
72 boolean_t z_issnap; /* true if this is a snapshot */
73 boolean_t z_vscan; /* virus scan on/off */
74 boolean_t z_use_fuids; /* version allows fuids */
75 boolean_t z_repla
[all...]
H A Ddsl_dataset.h159 boolean_t is_origin_rm; /* set if removing origin snap */
160 boolean_t defer; /* destroy -d requested? */
161 boolean_t releasing; /* destroying due to release? */
162 boolean_t need_prep; /* do we need to retry due to EBUSY? */
174 int dsl_dataset_own(const char *name, boolean_t inconsistentok,
177 boolean_t inconsistentok, void *tag, dsl_dataset_t **dsp);
182 boolean_t dsl_dataset_tryown(dsl_dataset_t *ds, boolean_t inconsistentok,
189 int dsl_dataset_destroy(dsl_dataset_t *ds, void *tag, boolean_t defer);
190 int dsl_snapshots_destroy(char *fsname, char *snapname, boolean_t defe
[all...]
H A Dvdev.h47 extern boolean_t zfs_nocacheflush;
51 extern boolean_t vdev_uses_zvols(vdev_t *);
54 extern int vdev_create(vdev_t *, uint64_t txg, boolean_t isreplace);
59 extern boolean_t vdev_is_bootable(vdev_t *vd);
64 extern boolean_t vdev_dtl_contains(vdev_t *vd, vdev_dtl_type_t d,
66 extern boolean_t vdev_dtl_empty(vdev_t *vd, vdev_dtl_type_t d);
69 extern boolean_t vdev_dtl_required(vdev_t *vd);
70 extern boolean_t vdev_resilver_needed(vdev_t *vd,
84 boolean_t complete);
86 extern void vdev_set_state(vdev_t *vd, boolean_t isope
[all...]
H A Ddsl_deleg.h65 int dsl_deleg_set(const char *ddname, nvlist_t *nvp, boolean_t unset);
71 boolean_t dsl_delegation_on(objset_t *os);
H A Drrwlock.h59 boolean_t rr_writer_wanted;
71 boolean_t rrw_held(rrwlock_t *rrl, krw_t rw);
H A Dvdev_impl.h74 boolean_t vdev_op_leaf;
130 boolean_t vdev_expanding; /* expand the vdev? */
131 boolean_t vdev_reopening; /* reopen in progress? */
147 boolean_t vdev_remove_wanted; /* async remove wanted? */
148 boolean_t vdev_probe_wanted; /* async probe wanted? */
149 boolean_t vdev_removing; /* device is being removed? */
175 boolean_t vdev_nowritecache; /* true if flushwritecache failed */
176 boolean_t vdev_checkremove; /* temporary online test */
177 boolean_t vdev_forcefault; /* force online fault */
178 boolean_t vdev_splittin
[all...]
H A Ddmu_objset.h115 boolean_t readonly, void *tag, objset_t **osp);
124 int dmu_objset_destroy(const char *name, boolean_t defer);
126 boolean_t recursive);
143 boolean_t dmu_objset_is_dirty(objset_t *os, uint64_t txg);
150 boolean_t dmu_objset_userused_enabled(objset_t *os);
152 boolean_t dmu_objset_userspace_present(objset_t *os);
H A Dzfs_acl.h198 boolean_t zfs_acl_ids_overquota(struct zfsvfs *, zfs_acl_ids_t *);
199 int zfs_getacl(struct znode *, vsecattr_t *, boolean_t, cred_t *);
200 int zfs_setacl(struct znode *, vsecattr_t *, boolean_t, cred_t *);
203 void zfs_ace_byteswap(void *, size_t, boolean_t);
204 extern boolean_t zfs_has_access(struct znode *zp, cred_t *cr);
205 extern int zfs_zaccess(struct znode *, int, int, boolean_t, cred_t *);
H A Dzfs_dir.h56 boolean_t *);
63 extern boolean_t zfs_dirempty(znode_t *);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/lib/libzfs/
H A Dstubs.c13 libzfs_fru_clear(libzfs_handle_t *hld, boolean_t bol)
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/cmd/zpool/
H A Dzpool_util.h48 boolean_t isreplace, boolean_t dryrun, int argc, char **argv);
55 int for_each_pool(int, char **, boolean_t unavail, zprop_list_t **,
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/sys/
H A Davl.h258 extern boolean_t avl_update(avl_tree_t *, void *);
259 extern boolean_t avl_update_lt(avl_tree_t *, void *);
260 extern boolean_t avl_update_gt(avl_tree_t *, void *);
270 extern boolean_t avl_is_empty(avl_tree_t *tree);
H A Dpriv.h226 extern boolean_t priv_ismember(const priv_set_t *, int);
227 extern boolean_t priv_isemptyset(const priv_set_t *);
228 extern boolean_t priv_isfullset(const priv_set_t *);
229 extern boolean_t priv_isequalset(const priv_set_t *, const priv_set_t *);
230 extern boolean_t priv_issubset(const priv_set_t *, const priv_set_t *);
239 extern void priv_reset_PA(cred_t *, boolean_t);
240 extern boolean_t priv_can_clear_PA(const cred_t *);
H A Dcallb.h124 * It has the prototype boolean_t <func>(void *arg, int code)
196 extern callb_id_t callb_add(boolean_t (*)(void *, int), void *, int, char *);
197 extern callb_id_t callb_add_thread(boolean_t (*)(void *, int),
202 extern boolean_t callb_generic_cpr(void *, int);
203 extern boolean_t callb_generic_cpr_safe(void *, int);
204 extern boolean_t callb_is_stopped(kthread_id_t, caddr_t *);
H A Dnvpair.h169 int nvlist_add_boolean_value(nvlist_t *, const char *, boolean_t);
181 int nvlist_add_boolean_array(nvlist_t *, const char *, boolean_t *, uint_t);
203 int nvlist_lookup_boolean_value(nvlist_t *, const char *, boolean_t *);
216 boolean_t **, uint_t *);
238 boolean_t nvlist_exists(nvlist_t *, const char *);
239 boolean_t nvlist_empty(nvlist_t *);
247 int nvpair_value_boolean_value(nvpair_t *, boolean_t *);
259 int nvpair_value_boolean_array(nvpair_t *, boolean_t **, uint_t *);
/netbsd-6-1-5-RELEASE/sys/dev/ofw/
H A Dopenfirm.h110 boolean_t of_to_uint32_prop(prop_dictionary_t, int, const char *,
112 boolean_t of_to_dataprop(prop_dictionary_t, int, const char *,
/netbsd-6-1-5-RELEASE/external/cddl/osnet/sys/sys/
H A Dcallb.h127 * It has the prototype boolean_t <func>(void *arg, int code)
201 extern callb_id_t callb_add(boolean_t (*)(void *, int), void *, int, char *);
202 extern callb_id_t callb_add_thread(boolean_t (*)(void *, int),
207 extern boolean_t callb_generic_cpr(void *, int);
208 extern boolean_t callb_generic_cpr_safe(void *, int);
209 extern boolean_t callb_is_stopped(kthread_id_t, caddr_t *);
H A Dpolicy.h57 boolean_t check_self);
64 int secpolicy_vnode_setid_retain(struct kauth_cred *cred, boolean_t issuidroot);

Completed in 242 milliseconds

1234567