Searched refs:boolean_t (Results 151 - 175 of 621) sorted by relevance

1234567891011>>

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dbptree.c54 boolean_t ba_free; /* true if freeing during traversal */
106 boolean_t
111 boolean_t rv;
187 bptree_iterate(objset_t *os, uint64_t obj, boolean_t free, bptree_itor_t func,
190 boolean_t ioerr = B_FALSE;
H A Dzthr.c65 * boolean_t checkfunc_name(void *args, zthr_t *t);
192 boolean_t zthr_cancel;
410 boolean_t
428 boolean_t cancelled = t->zthr_cancel;
H A Dzfeature.c173 boolean_t
174 spa_features_check(spa_t *spa, boolean_t for_write,
178 boolean_t supported;
453 boolean_t
468 boolean_t
492 boolean_t
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dddt.h157 boolean_t prehash);
181 extern boolean_t ddt_object_exists(ddt_t *ddt, enum ddt_type type,
204 extern boolean_t ddt_histogram_empty(const ddt_histogram_t *ddh);
222 extern ddt_entry_t *ddt_lookup(ddt_t *ddt, const blkptr_t *bp, boolean_t add);
226 extern boolean_t ddt_class_contains(spa_t *spa, enum ddt_class max_class,
H A Dzap_impl.h152 boolean_t zap_ismicro;
201 boolean_t zap_match(zap_name_t *zn, const char *matchname);
203 krw_t lti, boolean_t fatreader, boolean_t adding, void *tag, zap_t **zapp);
218 char *realname, int rn_len, boolean_t *normalization_conflictp);
H A Dzap_leaf.h231 extern boolean_t zap_entry_normalization_conflict(zap_entry_handle_t *zeh,
238 extern void zap_leaf_init(zap_leaf_t *l, boolean_t sort);
240 extern void zap_leaf_split(zap_leaf_t *l, zap_leaf_t *nl, boolean_t sort);
H A Drange_tree.h89 boolean_t range_tree_contains(range_tree_t *rt, uint64_t start, uint64_t size);
96 boolean_t range_tree_is_empty(range_tree_t *rt);
H A Dzil_impl.h95 boolean_t lwb_slog; /* lwb_blk is on SLOG device */
132 boolean_t zcw_done; /* B_TRUE when "done", else B_FALSE */
/freebsd-12-stable/sys/dev/sfxge/common/
H A Def10_ev.c59 static __checkReturn boolean_t
66 static __checkReturn boolean_t
73 static __checkReturn boolean_t
80 static __checkReturn boolean_t
87 static __checkReturn boolean_t
149 __in boolean_t low_latency)
159 boolean_t interrupting;
291 boolean_t interrupting;
543 boolean_t low_latency = encp->enc_datapath_cap_evb ? 0 : 1;
767 static __checkReturn boolean_t
[all...]
H A Dsiena_impl.h116 extern __checkReturn boolean_t
139 __out boolean_t *supportedp);
165 __in boolean_t vpd,
319 boolean_t sls_mac_up;
336 __in boolean_t on);
402 __out boolean_t *mac_upp);
H A Def10_intr.c152 __out boolean_t *fatalp,
173 __out boolean_t *fatalp)
H A Defx_intr.c72 __out boolean_t *fatalp,
79 __out boolean_t *fatalp);
85 static __checkReturn boolean_t
260 __out boolean_t *fatalp,
276 __out boolean_t *fatalp)
441 static __checkReturn boolean_t
468 __out boolean_t *fatalp,
496 __out boolean_t *fatalp)
/freebsd-12-stable/sys/dev/iwm/
H A Dif_iwmvar.h216 boolean_t lar_enabled;
366 boolean_t have_wme;
380 boolean_t ps_disabled;
540 boolean_t last_ebs_successful;
546 boolean_t sc_ps_disabled;
/freebsd-12-stable/sys/arm/mv/armada/
H A Dthermal.c61 boolean_t (*is_valid)(struct armada_thermal_softc *);
68 boolean_t inverted;
76 static boolean_t armada_tsen_readout_valid(struct armada_thermal_softc *);
244 static boolean_t
249 boolean_t is_valid;
/freebsd-12-stable/sys/cddl/contrib/opensolaris/common/unicode/
H A Du8_textprep.c346 boolean_t second;
347 boolean_t no_need_to_validate_entire;
348 boolean_t check_additional;
349 boolean_t validate_ucs2_range_only;
460 do_case_conv(int uv, uchar_t *u8s, uchar_t *s, int sz, boolean_t is_it_toupper)
567 size_t n2, boolean_t is_it_toupper, int *errnum)
745 boolean_t canonical_decomposition, u8_normalization_states_t *state)
1033 static boolean_t
1076 boolean_t match_not_found = B_TRUE;
1379 boolean_t is_it_touppe
[all...]
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libuutil/common/
H A Dlibuutil.h154 extern boolean_t uu_strcaseeq(const char *a, const char *b);
155 extern boolean_t uu_streq(const char *a, const char *b);
157 extern boolean_t uu_strbw(const char *a, const char *b);
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_changelist.c72 boolean_t cn_needpost; /* is postfix() needed? */
82 boolean_t cl_waslegacy;
83 boolean_t cl_allchildren;
84 boolean_t cl_alldependents;
87 boolean_t cl_haszonedchild;
88 boolean_t cl_sorted;
235 boolean_t sharenfs;
236 boolean_t sharesmb;
237 boolean_t mounted;
305 boolean_t
[all...]
/freebsd-12-stable/sys/riscv/include/
H A Dpmap.h160 boolean_t pmap_map_io_transient(vm_page_t *, vm_offset_t *, int, boolean_t);
161 void pmap_unmap_io_transient(vm_page_t *, vm_offset_t *, int, boolean_t);
/freebsd-12-stable/sys/vm/
H A Dvm_extern.h81 boolean_t);
104 vm_prot_t, int, vm_object_t, vm_ooffset_t, boolean_t, struct thread *);
109 struct vnode *, vm_ooffset_t *, vm_object_t *, boolean_t *);
/freebsd-12-stable/sys/arm64/include/
H A Dpmap.h163 boolean_t pmap_map_io_transient(vm_page_t *, vm_offset_t *, int, boolean_t);
164 void pmap_unmap_io_transient(vm_page_t *, vm_offset_t *, int, boolean_t);
/freebsd-12-stable/contrib/ofed/opensm/complib/
H A Dcl_event.c53 IN const boolean_t manual_reset)
114 IN const boolean_t interruptible)
/freebsd-12-stable/contrib/ofed/opensm/include/complib/
H A Dcl_map.h182 static inline boolean_t cl_is_map_empty(IN const cl_map_t * const p_map)
272 static inline boolean_t cl_is_map_inited(IN const cl_map_t * const p_map)
/freebsd-12-stable/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_mlx_rmpp_ctx.h62 boolean_t is_sa_mad;
74 boolean_t is_sa_mad;
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddebug.h110 #define VERIFY3B(x, y, z) VERIFY3_IMPL(x, y, z, boolean_t)
117 #define ASSERT3B(x, y, z) VERIFY3_IMPL(x, y, z, boolean_t)
/freebsd-12-stable/sys/dev/fdt/
H A Dfdt_clock.c52 enable_disable_all(device_t consumer, boolean_t enable)
58 boolean_t anyerrors;

Completed in 131 milliseconds

1234567891011>>