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

1234567891011>>

/freebsd-12-stable/sys/cddl/dev/dtrace/
H A Ddtrace_hacks.c6 boolean_t
7 priv_policy_only(const cred_t *a, int b, boolean_t c)
/freebsd-12-stable/sys/dev/ofw/
H A Dofw_cpu.h35 typedef boolean_t (*ofw_cpu_foreach_cb)(u_int, phandle_t, u_int, pcell_t *);
36 int ofw_cpu_early_foreach(ofw_cpu_foreach_cb, boolean_t);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu_send.h43 int dmu_send(const char *tosnap, const char *fromsnap, boolean_t embedok,
44 boolean_t large_block_ok, boolean_t compressok, int outfd,
52 boolean_t stream_compressed, uint64_t *sizep);
54 boolean_t stream_compressed, uint64_t *sizep);
56 boolean_t embedok, boolean_t large_block_ok, boolean_t compressok,
69 boolean_t drc_newfs;
70 boolean_t drc_byteswa
[all...]
H A Ddsl_destroy.h38 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 *);
51 boolean_t ddsa_defer;
H A Dzcp_prop.h28 boolean_t prop_valid_for_ds(dsl_dataset_t *ds, zfs_prop_t zfs_prop);
H A Dzfs_vfsops.h60 boolean_t z_fuid_loaded; /* fuid tables are loaded */
61 boolean_t z_fuid_dirty; /* need to sync fuid table ? */
67 boolean_t z_utf8; /* utf8-only */
69 boolean_t z_atime; /* enable atimes mount option */
70 boolean_t z_unmounted; /* unmounted */
76 boolean_t z_show_ctldir; /* expose .zfs in the root dir */
77 boolean_t z_issnap; /* true if this is a snapshot */
78 boolean_t z_vscan; /* virus scan on/off */
79 boolean_t z_use_fuids; /* version allows fuids */
80 boolean_t z_repla
[all...]
H A Dvdev_raidz.h44 caddr_t, size_t, uint64_t, uint64_t, boolean_t, boolean_t);
H A Ddsl_scan.h116 boolean_t scn_is_bptree;
117 boolean_t scn_async_destroying;
118 boolean_t scn_async_stalled;
121 boolean_t scn_is_sorted; /* doing sequential scan */
122 boolean_t scn_clearing; /* scan is issuing sequential extents */
123 boolean_t scn_checkpointing; /* scan is issuing all queued extents */
124 boolean_t scn_suspending; /* scan is suspending until next txg */
132 boolean_t scn_prefetch_stop; /* prefetch should stop */
167 boolean_t dsl_scan_scrubbing(const struct dsl_pool *dp);
170 boolean_t dsl_scan_resilverin
[all...]
H A Dzthr.h25 typedef boolean_t (zthr_checkfunc_t)(void *, zthr_t *);
37 extern boolean_t zthr_iscancelled(zthr_t *t);
H A Dzcp.h41 int zcp_eval(const char *, const char *, boolean_t, uint64_t, uint64_t,
46 int zcp_load_synctask_lib(lua_State *, boolean_t);
56 boolean_t aa_must_succeed;
100 boolean_t zri_timed_out;
105 boolean_t zri_canceled;
111 boolean_t zri_sync;
H A Dvdev.h49 extern boolean_t zfs_nocacheflush;
50 extern boolean_t zfs_trim_enabled;
56 extern boolean_t vdev_uses_zvols(vdev_t *);
61 extern int vdev_create(vdev_t *, uint64_t txg, boolean_t isreplace);
65 extern boolean_t vdev_is_concrete(vdev_t *vd);
66 extern boolean_t vdev_is_bootable(vdev_t *vd);
72 extern boolean_t vdev_dtl_contains(vdev_t *vd, vdev_dtl_type_t d,
74 extern boolean_t vdev_dtl_empty(vdev_t *vd, vdev_dtl_type_t d);
75 extern boolean_t vdev_dtl_need_resilver(vdev_t *vd, uint64_t off, size_t size);
78 extern boolean_t vdev_dtl_require
[all...]
/freebsd-12-stable/sys/i386/include/
H A Dsf_buf.h36 boolean_t sf_buf_invalidate_cache(vm_page_t);
/freebsd-12-stable/sys/dev/iwm/
H A Dif_iwm_sf.h80 boolean_t remove_vif);
H A Dif_iwm_sta.h210 boolean_t update);
214 boolean_t is_assoc);
221 boolean_t drain);
/freebsd-12-stable/sys/dev/al_eth/
H A Dal_init_eth_lm.h144 boolean_t tx_param_dirty;
145 boolean_t serdes_tx_params_valid;
147 boolean_t rx_param_dirty;
148 boolean_t serdes_rx_params_valid;
156 boolean_t debug;
159 boolean_t sfp_detection;
165 boolean_t link_training;
166 boolean_t rx_equal;
167 boolean_t static_values;
169 boolean_t retimer_exis
[all...]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/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);
124 boolean_t zfs_prop_writte
[all...]
/freebsd-12-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_subnet.h256 boolean_t m_key_lookup;
265 boolean_t lmc_esp0;
270 boolean_t reassign_lids;
271 boolean_t ignore_other_sm;
272 boolean_t single_thread;
273 boolean_t disable_multicast;
274 boolean_t force_log_flush;
283 boolean_t use_mfttop;
287 boolean_t force_heavy_sweep;
293 boolean_t no_partition_enforcemen
[all...]
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_iter.h41 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 *);
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_string.c38 boolean_t
45 boolean_t
52 boolean_t
/freebsd-12-stable/contrib/ofed/opensm/include/complib/
H A Dcl_event_osd.h63 boolean_t signaled;
64 boolean_t manual_reset;
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs.h212 extern void libzfs_print_on_error(libzfs_handle_t *, boolean_t);
223 extern void libzfs_mnttab_cache(libzfs_handle_t *, boolean_t);
248 extern boolean_t zpool_skip_pool(const char *);
281 extern int zpool_vdev_offline(zpool_handle_t *, const char *, boolean_t);
295 extern nvlist_t *zpool_find_vdev(zpool_handle_t *, const char *, boolean_t *,
296 boolean_t *, boolean_t *);
298 boolean_t *, boolean_t *, boolean_t *);
[all...]
/freebsd-12-stable/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_test.h114 boolean_t is_responder;
115 boolean_t is_trap_processor;
116 boolean_t is_report_processor;
H A Dosm_vendor_mlx_svc.h103 inline static boolean_t osmv_mad_is_rmpp(IN const ib_mad_t * p_mad)
116 inline static boolean_t osmv_mad_is_multi_resp(IN const ib_mad_t * p_mad)
123 inline static boolean_t osmv_mad_is_sa(IN const ib_mad_t * p_mad)
129 inline static boolean_t osmv_rmpp_is_abort_stop(IN const ib_mad_t * p_mad)
139 inline static boolean_t osmv_rmpp_is_data(IN const ib_mad_t * p_mad)
145 inline static boolean_t osmv_rmpp_is_ack(IN const ib_mad_t * p_mad)
151 inline static boolean_t osmv_rmpp_is_first(IN const ib_mad_t * p_mad)
160 inline static boolean_t osmv_rmpp_is_last(IN const ib_mad_t * p_mad)
188 inline static boolean_t osmv_random_drop(void)
/freebsd-12-stable/sys/dev/xilinx/
H A Dif_xaevar.h59 boolean_t link_is_up;
60 boolean_t is_attached;
61 boolean_t is_detaching;
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs_core/common/
H A Dlibzfs_core.h58 int lzc_destroy_snaps(nvlist_t *, boolean_t, nvlist_t **);
84 int lzc_receive(const char *, nvlist_t *, const char *, boolean_t, int);
86 boolean_t, int);
87 int lzc_receive_with_header(const char *, nvlist_t *, const char *, boolean_t,
88 boolean_t, int, const struct dmu_replay_record *);
90 boolean_t lzc_exists(const char *);

Completed in 272 milliseconds

1234567891011>>