| /freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/ |
| HD | libzfs.h | 211 extern void libzfs_print_on_error(libzfs_handle_t *, boolean_t); 222 extern void libzfs_mnttab_cache(libzfs_handle_t *, boolean_t); 247 extern boolean_t zpool_skip_pool(const char *); 277 extern int zpool_vdev_offline(zpool_handle_t *, const char *, boolean_t); 291 extern nvlist_t *zpool_find_vdev(zpool_handle_t *, const char *, boolean_t *, 292 boolean_t *, boolean_t *); 294 boolean_t *, boolean_t *, boolean_t *); 303 size_t proplen, zprop_source_t *, boolean_t); 377 extern int zpool_refresh_stats(zpool_handle_t *, boolean_t *); 379 extern boolean_t zpool_is_bootable(zpool_handle_t *); [all …]
|
| HD | libzfs_impl.h | 75 boolean_t libzfs_mnttab_enable; 88 boolean_t libzfs_prop_debug; 101 boolean_t zfs_mntcheck; 156 int get_dependents(libzfs_handle_t *, boolean_t, const char *, char ***, 197 boolean_t isa_child_of(const char *dataset, const char *parent); 205 boolean_t zpool_name_valid(libzfs_handle_t *, boolean_t, const char *); 208 boolean_t modifying); 222 extern void libzfs_fru_clear(libzfs_handle_t *, boolean_t);
|
| /freebsd-11-stable/contrib/ofed/opensm/include/opensm/ |
| HD | osm_subnet.h | 256 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_enforcement; [all …]
|
| HD | osm_madw.h | 75 boolean_t is_responder; 76 boolean_t is_trap_processor; 77 boolean_t is_report_processor; 182 boolean_t set_method; 183 boolean_t light_sweep; 184 boolean_t active_transition; 185 boolean_t client_rereg; 201 boolean_t set_method; 231 boolean_t set_method; 232 boolean_t light_sweep; [all …]
|
| HD | osm_pkey.h | 158 boolean_t is_new; 393 boolean_t 476 IN boolean_t allow_both_pkeys); 507 boolean_t osm_physp_share_this_pkey(IN const struct osm_physp * p_physp1, 510 IN boolean_t allow_both_pkeys); 545 IN boolean_t allow_both_pkeys); 591 boolean_t osm_physp_share_pkey(IN osm_log_t * p_log, 594 IN boolean_t allow_both_pkeys); 643 boolean_t osm_port_share_pkey(IN osm_log_t * p_log, 646 IN boolean_t allow_both_pkeys); [all …]
|
| HD | osm_qos_policy.h | 89 boolean_t vl_high_limit_set; 96 boolean_t from[OSM_QOS_POLICY_MAX_PORTS_ON_SWITCH]; 97 boolean_t to[OSM_QOS_POLICY_MAX_PORTS_ON_SWITCH]; 101 boolean_t sl2vl_table_set; 110 boolean_t sl_set; 112 boolean_t mtu_limit_set; 114 boolean_t rate_limit_set; 116 boolean_t pkt_life_set; 170 boolean_t osm_qos_level_has_pkey(IN const osm_qos_level_t * p_qos_level, 176 IN const boolean_t allow_both_pkeys);
|
| HD | osm_log.h | 132 boolean_t flush; 134 boolean_t accum_log_file; 135 boolean_t daemon; 301 ib_api_status_t osm_log_init_v2(IN osm_log_t * p_log, IN boolean_t flush, 304 IN boolean_t accum_log_file); 363 ib_api_status_t osm_log_init(IN osm_log_t * p_log, IN boolean_t flush, 365 IN boolean_t accum_log_file); 449 static inline boolean_t osm_log_is_active(IN const osm_log_t * p_log, in osm_log_is_active() 474 static inline boolean_t osm_log_is_active_v2(IN const osm_log_t * p_log, in osm_log_is_active_v2() 579 boolean_t osm_is_debug(void);
|
| HD | osm_perfmgr.h | 98 boolean_t redirection; 99 boolean_t valid; 106 boolean_t cpi_valid; 109 boolean_t remote_valid; 121 boolean_t esp0; 152 boolean_t ignore_cas; 158 boolean_t query_cpi; 159 boolean_t xmit_wait_log;
|
| /freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| HD | dmu_send.h | 43 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_byteswap; 71 boolean_t drc_force; 72 boolean_t drc_resumable; 73 boolean_t drc_clone; [all …]
|
| HD | 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 …]
|
| HD | vdev.h | 48 extern boolean_t zfs_nocacheflush; 49 extern boolean_t zfs_trim_enabled; 55 extern boolean_t vdev_uses_zvols(vdev_t *); 60 extern int vdev_create(vdev_t *, uint64_t txg, boolean_t isreplace); 64 extern boolean_t vdev_is_concrete(vdev_t *vd); 65 extern boolean_t vdev_is_bootable(vdev_t *vd); 71 extern boolean_t vdev_dtl_contains(vdev_t *vd, vdev_dtl_type_t d, 73 extern boolean_t vdev_dtl_empty(vdev_t *vd, vdev_dtl_type_t d); 74 extern boolean_t vdev_dtl_need_resilver(vdev_t *vd, uint64_t off, size_t size); 77 extern boolean_t vdev_dtl_required(vdev_t *vd); [all …]
|
| HD | vdev_impl.h | 75 typedef boolean_t vdev_need_resilver_func_t(vdev_t *vd, uint64_t, size_t); 107 boolean_t vdev_op_leaf; 236 boolean_t vdev_expanding; /* expand the vdev? */ 237 boolean_t vdev_reopening; /* reopen in progress? */ 238 boolean_t vdev_nonrot; /* true if solid state */ 254 boolean_t vdev_remove_wanted; /* async remove wanted? */ 255 boolean_t vdev_probe_wanted; /* async probe wanted? */ 261 boolean_t vdev_ishole; /* is a hole in the namespace */ 268 boolean_t vdev_initialize_exit_wanted; 358 boolean_t vdev_nowritecache; /* true if flushwritecache failed */ [all …]
|
| HD | dsl_scan.h | 116 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_resilvering(struct dsl_pool *dp); [all …]
|
| HD | metaslab_impl.h | 173 boolean_t mc_alloc_throttle_enabled; 215 boolean_t mg_allocatable; /* can we allocate? */ 224 boolean_t mg_initialized; 269 boolean_t mg_no_free_space; 277 boolean_t mg_initialize_updating; 366 boolean_t ms_condensing; /* condensing? */ 367 boolean_t ms_condense_wanted; 376 boolean_t ms_loaded; 377 boolean_t ms_loading; 398 boolean_t ms_primary; /* Only valid if ms_allocator is not -1 */ [all …]
|
| HD | dsl_dataset.h | 159 boolean_t ds_is_snapshot; 291 boolean_t dsl_dataset_try_add_ref(struct dsl_pool *dp, dsl_dataset_t *ds, 302 boolean_t dsl_dataset_tryown(dsl_dataset_t *ds, void *tag); 304 boolean_t dsl_dataset_has_owner(dsl_dataset_t *ds); 316 boolean_t force); 318 const char *oldsnapname, const char *newsnapname, boolean_t recursive); 326 boolean_t dsl_dataset_modified_since_snap(dsl_dataset_t *ds, 335 dmu_tx_t *tx, boolean_t async); 379 boolean_t dsl_dataset_is_dirty(dsl_dataset_t *ds); 383 int dsl_dataset_check_quota(dsl_dataset_t *ds, boolean_t check_quota, [all …]
|
| HD | txg.h | 102 extern boolean_t txg_stalled(struct dsl_pool *dp); 105 extern boolean_t txg_sync_waiting(struct dsl_pool *dp); 117 extern boolean_t txg_list_empty(txg_list_t *tl, uint64_t txg); 118 extern boolean_t txg_all_lists_empty(txg_list_t *tl); 119 extern boolean_t txg_list_add(txg_list_t *tl, void *p, uint64_t txg); 120 extern boolean_t txg_list_add_tail(txg_list_t *tl, void *p, uint64_t txg); 123 extern boolean_t txg_list_member(txg_list_t *tl, void *p, uint64_t txg);
|
| HD | 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 *); 51 boolean_t ddsa_defer;
|
| HD | 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);
|
| /freebsd-11-stable/sys/cddl/contrib/opensolaris/common/zfs/ |
| HD | 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);
|
| /freebsd-11-stable/contrib/ofed/opensm/include/vendor/ |
| HD | osm_vendor_mlx_svc.h | 103 inline static boolean_t osmv_mad_is_rmpp(IN const ib_mad_t * p_mad) in osmv_mad_is_rmpp() 116 inline static boolean_t osmv_mad_is_multi_resp(IN const ib_mad_t * p_mad) in osmv_mad_is_multi_resp() 123 inline static boolean_t osmv_mad_is_sa(IN const ib_mad_t * p_mad) in osmv_mad_is_sa() 129 inline static boolean_t osmv_rmpp_is_abort_stop(IN const ib_mad_t * p_mad) in osmv_rmpp_is_abort_stop() 139 inline static boolean_t osmv_rmpp_is_data(IN const ib_mad_t * p_mad) in osmv_rmpp_is_data() 145 inline static boolean_t osmv_rmpp_is_ack(IN const ib_mad_t * p_mad) in osmv_rmpp_is_ack() 151 inline static boolean_t osmv_rmpp_is_first(IN const ib_mad_t * p_mad) in osmv_rmpp_is_first() 160 inline static boolean_t osmv_rmpp_is_last(IN const ib_mad_t * p_mad) in osmv_rmpp_is_last() 188 inline static boolean_t osmv_random_drop(void) in osmv_random_drop()
|
| /freebsd-11-stable/sys/dev/vnic/ |
| HD | nic.h | 180 boolean_t enable; 303 boolean_t tns_mode:1; 304 boolean_t sqs_mode:1; 313 boolean_t link_up; 314 boolean_t hw_tso; 331 boolean_t msix_enabled; 336 boolean_t irq_allocated[NIC_VF_MSIX_VECTORS]; 339 boolean_t pf_acked; 340 boolean_t pf_nacked; 384 boolean_t tns_mode:1; [all …]
|
| /freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | zcp_synctask.c | 38 typedef int (zcp_synctask_func_t)(lua_State *, boolean_t, nvlist_t *); 68 dsl_syncfunc_t *syncfunc, void *arg, boolean_t sync, const char *err_dsname) in zcp_sync_task() 101 static int zcp_synctask_destroy(lua_State *, boolean_t, nvlist_t *); 119 zcp_synctask_destroy(lua_State *state, boolean_t sync, nvlist_t *err_details) in zcp_synctask_destroy() 124 boolean_t issnap = (strchr(dsname, '@') != NULL); in zcp_synctask_destroy() 154 static int zcp_synctask_promote(lua_State *, boolean_t, nvlist_t *); 170 zcp_synctask_promote(lua_State *state, boolean_t sync, nvlist_t *err_details) in zcp_synctask_promote() 191 static int zcp_synctask_rollback(lua_State *, boolean_t, nvlist_t *err_details); 207 zcp_synctask_rollback(lua_State *state, boolean_t sync, nvlist_t *err_details) in zcp_synctask_rollback() 222 static int zcp_synctask_snapshot(lua_State *, boolean_t, nvlist_t *); [all …]
|
| /freebsd-11-stable/sys/dev/sfxge/common/ |
| HD | efx.h | 267 __in boolean_t ev_cpl); 269 extern __checkReturn boolean_t 273 extern __checkReturn boolean_t 324 __out boolean_t *fatalp, 331 __out boolean_t *fatalp); 493 __in boolean_t all_unicst, 494 __in boolean_t mulcst, 495 __in boolean_t all_mulcst, 496 __in boolean_t brdcst); 508 __in boolean_t using_rss); [all …]
|
| HD | efx_impl.h | 134 size_t, boolean_t, 160 efx_rx_hash_type_t, boolean_t); 184 efx_rc_t (*emo_up)(efx_nic_t *, boolean_t *); 191 efx_rxq_t *, boolean_t); 201 uint16_t, boolean_t); 208 efx_rc_t (*epo_power)(efx_nic_t *, boolean_t); /* optional */ 233 boolean_t may_replace); 237 efx_rc_t (*efo_reconfigure)(efx_nic_t *, uint8_t const *, boolean_t, 238 boolean_t, boolean_t, boolean_t, 246 __in boolean_t all_unicst, [all …]
|
| /freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs_core/common/ |
| HD | libzfs_core.h | 57 int lzc_destroy_snaps(nvlist_t *, boolean_t, nvlist_t **); 83 int lzc_receive(const char *, nvlist_t *, const char *, boolean_t, int); 85 boolean_t, int); 86 int lzc_receive_with_header(const char *, nvlist_t *, const char *, boolean_t, 87 boolean_t, int, const struct dmu_replay_record *); 89 boolean_t lzc_exists(const char *);
|