cddl/usr.sbin/zfsd/zfsd_event.cc
179
boolean_t b_inuse;
cddl/usr.sbin/zfsd/zfsd_event.cc
465
boolean_t cleanup = B_FALSE;
crypto/heimdal/lib/ipc/hi_locl.h
71
typedef boolean_t (*dispatch_mig_callback_t)(mach_msg_header_t *message, mach_msg_header_t *reply);
lib/libbe/be_info.c
145
boolean_t mounted;
sbin/bectl/bectl_list.c
161
boolean_t active_now, active_reboot, bootonce;
stand/libsa/zfs/zfs.c
1021
if (size != sizeof (boolean_t)) {
stand/libsa/zfs/zfs.c
1025
rv = nvlist_add_boolean_value(nv, name, *(boolean_t *)data);
stand/libsa/zfs/zfs.c
1222
boolean_t v = val;
stand/libsa/zfs/zfsimpl.c
103
boolean_t iv_split_block;
stand/libsa/zfs/zfsimpl.c
104
boolean_t iv_reconstruct;
stand/libsa/zfs/zfsimpl.c
3188
boolean_t issnap = B_FALSE;
stand/libsa/zfs/zfsimpl.c
3277
boolean_t issnap = B_FALSE;
sys/arm/arm/debug_monitor.c
245
static __inline boolean_t
sys/arm/arm/debug_monitor.c
252
boolean_t
sys/arm/arm/debug_monitor.c
455
boolean_t is_enabled;
sys/arm/arm/debug_monitor.c
487
static boolean_t
sys/arm/arm/debug_monitor.c
578
static __inline boolean_t
sys/arm/arm/debug_monitor.c
621
boolean_t is_bkpt;
sys/arm/arm/debug_monitor.c
68
static boolean_t dbg_check_slot_free(enum dbg_t, u_int);
sys/arm/arm/debug_monitor.c
738
boolean_t is_bkpt;
sys/arm/arm/debug_monitor.c
77
static boolean_t dbg_ossr; /* OS Save and Restore implemented */
sys/arm/arm/debug_monitor.c
799
static __inline boolean_t
sys/arm/arm/debug_monitor.c
816
static __inline boolean_t
sys/arm/arm/mpcore_timer.c
112
static boolean_t arm_tmr_freq_varies;
sys/arm/arm/vfp.c
336
vfp_store(struct vfp_state *vfpsave, boolean_t disable_vfp)
sys/arm/broadcom/bcm2835/bcm2835_mbox.c
444
bcm2835_mbox_set_power_state(uint32_t device_id, boolean_t on)
sys/arm/broadcom/bcm2835/bcm2835_mbox_prop.h
108
int bcm2835_mbox_set_power_state(uint32_t, boolean_t);
sys/arm/freescale/imx/imx6_anatop.c
166
static boolean_t init_done = false;
sys/arm/freescale/imx/imx6_anatop.c
98
boolean_t cpu_overclock_enable;
sys/arm/freescale/imx/imx6_anatop.c
99
boolean_t cpu_init_done;
sys/arm/include/kdb.h
39
boolean_t kdb_cpu_pc_is_singlestep(db_addr_t);
sys/arm/include/pl310.h
151
boolean_t sc_io_coherent;
sys/arm/include/vfp.h
160
void vfp_store(struct vfp_state *, boolean_t);
sys/arm/mv/a37x0_iic.c
55
boolean_t sc_fast_mode;
sys/arm/mv/armada/thermal.c
239
static boolean_t
sys/arm/mv/armada/thermal.c
244
boolean_t is_valid;
sys/arm/mv/armada/thermal.c
60
boolean_t (*is_valid)(struct armada_thermal_softc *);
sys/arm/mv/armada/thermal.c
67
boolean_t inverted;
sys/arm/mv/armada/thermal.c
75
static boolean_t armada_tsen_readout_valid(struct armada_thermal_softc *);
sys/arm/mv/mpic.c
149
static boolean_t mpic_irq_is_percpu(uintptr_t);
sys/arm/mv/mpic.c
433
static boolean_t
sys/arm/mv/mv_common.c
160
static boolean_t platform_io_coherent = false;
sys/arm/mv/timer.c
85
boolean_t has_wdt;
sys/arm/nvidia/drm2/tegra_hdmi.c
191
boolean_t hdmi_mode;
sys/arm/ti/ti_sdhci.c
79
boolean_t disable_highspeed;
sys/arm/ti/ti_sdhci.c
80
boolean_t force_card_present;
sys/arm/ti/ti_sdhci.c
81
boolean_t disable_readonly;
sys/arm64/arm64/gic_v3_var.h
88
boolean_t gic_registered;
sys/arm64/coresight/coresight.h
120
boolean_t started;
sys/arm64/coresight/coresight.h
90
boolean_t input;
sys/arm64/coresight/coresight_tmc.h
130
boolean_t etf_configured;
sys/arm64/iommu/iommu_pmap.c
313
boolean_t set_PG_ZERO)
sys/arm64/iommu/iommu_pmap.c
333
static inline boolean_t
sys/cddl/boot/zfs/zfsimpl.h
1950
boolean_t vim_havecounts;
sys/cddl/boot/zfs/zfsimpl.h
2029
boolean_t v_islog;
sys/cddl/boot/zfs/zfsimpl.h
2052
boolean_t spa_with_log; /* this pool has log */
sys/cddl/compat/opensolaris/sys/kmem.h
74
boolean_t kmem_cache_reap_active(void);
sys/cddl/compat/opensolaris/sys/policy.h
62
boolean_t issuidroot);
sys/cddl/dev/dtrace/dtrace_cddl.h
149
int priv_policy(const cred_t *, int, boolean_t, int, const char *);
sys/cddl/dev/dtrace/dtrace_cddl.h
150
boolean_t priv_policy_only(const cred_t *, int, boolean_t);
sys/cddl/dev/dtrace/dtrace_cddl.h
151
boolean_t priv_policy_choice(const cred_t *, int, boolean_t);
sys/cddl/dev/dtrace/dtrace_hacks.c
5
boolean_t
sys/cddl/dev/dtrace/dtrace_hacks.c
6
priv_policy_only(const cred_t *a, int b, boolean_t c)
sys/cddl/dev/dtrace/x86/dis_tables.c
5417
boolean_t changed = B_TRUE;
sys/ddb/db_pprint.c
65
boolean_t sign = !!(CTF_INT_ENCODING(data) & CTF_INT_SIGNED);
sys/dev/cxgbe/osdep.h
79
typedef boolean_t bool;
sys/dev/fdt/fdt_clock.c
49
enable_disable_all(device_t consumer, boolean_t enable)
sys/dev/fdt/fdt_clock.c
55
boolean_t anyerrors;
sys/dev/ffec/if_ffec.c
164
boolean_t link_is_up;
sys/dev/ffec/if_ffec.c
165
boolean_t is_attached;
sys/dev/ffec/if_ffec.c
166
boolean_t is_detaching;
sys/dev/ffec/if_ffec.c
305
static boolean_t
sys/dev/ffec/if_ffec.c
708
boolean_t retired_buffer;
sys/dev/ffec/if_ffec.c
876
boolean_t produced_empty_buffer;
sys/dev/glxiic/glxiic.c
191
boolean_t master;
sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
124
boolean_t is_init;
sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
1761
boolean_t found_hole = FALSE;
sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
1762
boolean_t pre_aligned = TRUE;
sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
208
boolean_t hs_destroy;
sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
209
boolean_t hs_drain_notify;
sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
2415
boolean_t unit_not_ready = \
sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
468
boolean_t support_multichannel;
sys/dev/hyperv/utilities/hv_kvp.c
141
boolean_t req_in_progress;
sys/dev/hyperv/utilities/hv_kvp.c
143
boolean_t req_timed_out;
sys/dev/hyperv/utilities/hv_kvp.c
145
boolean_t daemon_busy;
sys/dev/hyperv/utilities/hv_kvp.c
166
boolean_t register_done;
sys/dev/hyperv/utilities/hv_kvp.c
169
boolean_t dev_accessed;
sys/dev/hyperv/utilities/hv_snapshot.c
220
boolean_t register_done;
sys/dev/hyperv/utilities/hv_snapshot.c
222
boolean_t app_register_done;
sys/dev/hyperv/vmbus/vmbus_br.c
194
static __inline boolean_t
sys/dev/hyperv/vmbus/vmbus_br.c
276
static __inline boolean_t
sys/dev/hyperv/vmbus/vmbus_br.c
366
boolean_t *need_sig)
sys/dev/hyperv/vmbus/vmbus_br.c
445
boolean_t *need_sig)
sys/dev/hyperv/vmbus/vmbus_br.c
602
uint32_t idx_adv, boolean_t *need_sig)
sys/dev/hyperv/vmbus/vmbus_br.c
649
boolean_t *need_sig)
sys/dev/hyperv/vmbus/vmbus_br.c
687
boolean_t *need_sig)
sys/dev/hyperv/vmbus/vmbus_brvar.h
132
uint32_t skip, boolean_t *need_sig);
sys/dev/hyperv/vmbus/vmbus_brvar.h
134
boolean_t *need_sig);
sys/dev/hyperv/vmbus/vmbus_brvar.h
136
int dlen, uint32_t idx_adv, boolean_t *need_sig);
sys/dev/hyperv/vmbus/vmbus_brvar.h
147
const struct iovec iov[], int iovlen, boolean_t *need_sig);
sys/dev/hyperv/vmbus/vmbus_brvar.h
151
boolean_t *need_sig);
sys/dev/hyperv/vmbus/vmbus_chan.c
1069
boolean_t send_evt;
sys/dev/hyperv/vmbus/vmbus_chan.c
1092
boolean_t send_evt;
sys/dev/hyperv/vmbus/vmbus_chan.c
1126
boolean_t send_evt;
sys/dev/hyperv/vmbus/vmbus_chan.c
1166
boolean_t send_evt;
sys/dev/hyperv/vmbus/vmbus_chan.c
1205
boolean_t sig_event;
sys/dev/hyperv/vmbus/vmbus_chan.c
1250
boolean_t sig_event;
sys/dev/hyperv/vmbus/vmbus_chan.c
1310
boolean_t sig_event;
sys/dev/hyperv/vmbus/vmbus_chan.c
1333
boolean_t sig_event;
sys/dev/iicbus/controller/rockchip/rk_i2c.c
427
rk_i2c_start_xfer(struct rk_i2c_softc *sc, struct iic_msg *msg, boolean_t last)
sys/dev/ioat/ioat.c
1534
boolean_t dug;
sys/dev/ioat/ioat.c
717
boolean_t use_msix;
sys/dev/ioat/ioat.c
754
static boolean_t
sys/dev/ioat/ioat.c
803
ioat_process_events(struct ioat_softc *ioat, boolean_t intr)
sys/dev/ioat/ioat.c
83
static boolean_t ioat_model_resets_msix(struct ioat_softc *ioat);
sys/dev/ioat/ioat.c
85
static void ioat_process_events(struct ioat_softc *ioat, boolean_t intr);
sys/dev/ioat/ioat_internal.h
470
boolean_t quiescing;
sys/dev/ioat/ioat_internal.h
471
boolean_t destroying;
sys/dev/ioat/ioat_internal.h
472
boolean_t is_submitter_processing;
sys/dev/ioat/ioat_internal.h
473
boolean_t intrdelay_supported;
sys/dev/ioat/ioat_internal.h
474
boolean_t resetting; /* submit_lock */
sys/dev/ioat/ioat_internal.h
475
boolean_t resetting_cleanup; /* cleanup_lock */
sys/dev/ioat/ioat_internal.h
561
static inline boolean_t
sys/dev/ioat/ioat_internal.h
567
static inline boolean_t
sys/dev/ioat/ioat_internal.h
573
static inline boolean_t
sys/dev/ioat/ioat_internal.h
579
static inline boolean_t
sys/dev/ioat/ioat_internal.h
597
static inline boolean_t
sys/dev/iwm/if_iwm.c
3449
boolean_t rate_matched;
sys/dev/iwm/if_iwm.c
386
static boolean_t iwm_is_lar_supported(struct iwm_softc *);
sys/dev/iwm/if_iwm.c
387
static boolean_t iwm_is_wifi_mcc_supported(struct iwm_softc *);
sys/dev/iwm/if_iwm.c
4631
static boolean_t
sys/dev/iwm/if_iwm.c
4634
boolean_t nvm_lar = sc->nvm_data->lar_enabled;
sys/dev/iwm/if_iwm.c
4635
boolean_t tlv_lar = iwm_fw_has_capa(sc, IWM_UCODE_TLV_CAPA_LAR_SUPPORT);
sys/dev/iwm/if_iwm.c
4650
static boolean_t
sys/dev/iwm/if_iwm.c
5311
boolean_t stolen = FALSE;
sys/dev/iwm/if_iwm_binding.c
198
struct iwm_phy_ctxt *phyctxt, boolean_t add)
sys/dev/iwm/if_iwm_power.c
232
static boolean_t
sys/dev/iwm/if_iwm_power.c
237
boolean_t radar_detect = FALSE;
sys/dev/iwm/if_iwm_power.c
286
boolean_t bss_conf_ps = FALSE;
sys/dev/iwm/if_iwm_power.c
381
boolean_t disable_ps;
sys/dev/iwm/if_iwm_power.c
395
boolean_t old_ps_disabled = sc->sc_ps_disabled;
sys/dev/iwm/if_iwm_power.c
417
boolean_t bss_conf_ps = FALSE;
sys/dev/iwm/if_iwm_scan.c
212
static inline boolean_t
sys/dev/iwm/if_iwm_scan.c
566
static boolean_t
sys/dev/iwm/if_iwm_sf.c
297
boolean_t remove_vif)
sys/dev/iwm/if_iwm_sf.h
78
boolean_t remove_vif);
sys/dev/iwm/if_iwm_sta.c
146
boolean_t update)
sys/dev/iwm/if_iwm_sta.c
209
iwm_drain_sta(struct iwm_softc *sc, struct iwm_vap *ivp, boolean_t drain)
sys/dev/iwm/if_iwm_sta.c
270
boolean_t is_assoc)
sys/dev/iwm/if_iwm_sta.h
209
boolean_t update);
sys/dev/iwm/if_iwm_sta.h
213
boolean_t is_assoc);
sys/dev/iwm/if_iwm_sta.h
220
boolean_t drain);
sys/dev/iwm/if_iwm_time_event.c
347
uint32_t duration, uint32_t max_delay, boolean_t wait_for_notif)
sys/dev/iwm/if_iwm_time_event.h
112
uint32_t duration, uint32_t max_delay, boolean_t wait_for_notif);
sys/dev/iwm/if_iwm_util.c
501
iwm_send_lq_cmd(struct iwm_softc *sc, struct iwm_lq_cmd *lq, boolean_t init)
sys/dev/iwm/if_iwm_util.c
516
boolean_t
sys/dev/iwm/if_iwm_util.h
123
boolean_t init);
sys/dev/iwm/if_iwm_util.h
125
extern boolean_t iwm_rx_diversity_allowed(struct iwm_softc *sc);
sys/dev/iwm/if_iwmvar.h
216
boolean_t lar_enabled;
sys/dev/iwm/if_iwmvar.h
366
boolean_t have_wme;
sys/dev/iwm/if_iwmvar.h
380
boolean_t ps_disabled;
sys/dev/iwm/if_iwmvar.h
540
boolean_t last_ebs_successful;
sys/dev/iwm/if_iwmvar.h
546
boolean_t sc_ps_disabled;
sys/dev/iwx/if_iwxvar.h
875
boolean_t have_wme;
sys/dev/iwx/if_iwxvar.h
889
boolean_t ps_disabled;
sys/dev/ixgbe/if_sriov.c
127
static inline boolean_t
sys/dev/ixgbe/if_sriov.c
269
static boolean_t
sys/dev/ixgbe/ixgbe_osdep.h
153
typedef boolean_t bool;
sys/dev/mmc/mmcspi.c
188
boolean_t bus_busy; /* host has been acquired */
sys/dev/mmc/mmcspi.c
857
boolean_t found;
sys/dev/mpr/mpr_user.c
2107
boolean_t sendAEN = FALSE;
sys/dev/mps/mps_user.c
1995
boolean_t sendAEN = FALSE;
sys/dev/mrsas/mrsas.c
4223
megasas_sync_pd_seq_num(struct mrsas_softc *sc, boolean_t pend)
sys/dev/mrsas/mrsas.c
82
static int megasas_sync_pd_seq_num(struct mrsas_softc *sc, boolean_t pend);
sys/dev/mrsas/mrsas.h
1091
boolean_t raCapable;
sys/dev/mrsas/mrsas.h
1128
boolean_t groupFlush;
sys/dev/mrsas/mrsas.h
1133
boolean_t writeBack;
sys/dev/mrsas/mrsas.h
1134
boolean_t FPWriteEnabled;
sys/dev/mrsas/mrsas.h
1135
boolean_t membersSSDs;
sys/dev/mrsas/mrsas.h
1136
boolean_t fpCacheBypassCapable;
sys/dev/mrsas/mrsas.h
1748
boolean_t tmCapable;
sys/dev/mrsas/mrsas.h
1750
boolean_t cmd_completed;
sys/dev/mrsas/mrsas.h
3615
boolean_t is_ventura;
sys/dev/mrsas/mrsas.h
3616
boolean_t is_aero;
sys/dev/mrsas/mrsas.h
3617
boolean_t msix_combined;
sys/dev/mrsas/mrsas.h
3618
boolean_t atomic_desc_support;
sys/dev/mrsas/mrsas_cam.c
107
static boolean_t mrsas_is_prp_possible(struct mrsas_mpt_cmd *cmd,
sys/dev/mrsas/mrsas_cam.c
1319
static boolean_t mrsas_is_prp_possible(struct mrsas_mpt_cmd *cmd,
sys/dev/mrsas/mrsas_cam.c
1616
boolean_t build_prp = false;
sys/dev/mrsas/mrsas_cam.c
841
boolean_t isReadAhead = false;
sys/dev/neta/if_mvneta.c
154
STATIC void mvneta_linkupdate(struct mvneta_softc *, boolean_t);
sys/dev/neta/if_mvneta.c
189
STATIC boolean_t mvneta_has_switch(device_t);
sys/dev/neta/if_mvneta.c
2440
boolean_t running;
sys/dev/neta/if_mvneta.c
2495
boolean_t phy_linkup;
sys/dev/neta/if_mvneta.c
2557
mvneta_linkupdate(struct mvneta_softc *sc, boolean_t linkup)
sys/dev/neta/if_mvneta.c
398
STATIC boolean_t
sys/dev/neta/if_mvneta_fdt.c
259
STATIC boolean_t
sys/dev/neta/if_mvneta_fdt.c
262
boolean_t ret;
sys/dev/neta/if_mvneta_fdt.c
285
boolean_t
sys/dev/neta/if_mvneta_fdt.c
70
STATIC boolean_t mvneta_find_ethernet_prop_switch(phandle_t, phandle_t);
sys/dev/neta/if_mvnetavar.h
132
boolean_t lro_enabled;
sys/dev/neta/if_mvnetavar.h
134
boolean_t needs_refill;
sys/dev/neta/if_mvnetavar.h
165
boolean_t queue_hung;
sys/dev/neta/if_mvnetavar.h
272
boolean_t phy_fdx; /* Full duplex mode */
sys/dev/neta/if_mvnetavar.h
273
boolean_t autoneg; /* Autonegotiation status */
sys/dev/neta/if_mvnetavar.h
274
boolean_t use_inband_status; /* In-band link status */
sys/dev/neta/if_mvnetavar.h
279
boolean_t linkup;
sys/dev/neta/if_mvnetavar.h
324
boolean_t mvneta_has_switch_fdt(device_t);
sys/dev/netmap/netmap_freebsd.c
689
boolean_t wired;
sys/dev/oce/oce_if.c
1038
boolean_t complete = TRUE;
sys/dev/oce/oce_if.c
1039
boolean_t os2bmc = FALSE;
sys/dev/oce/oce_if.c
188
static struct mbuf *oce_insert_vlan_tag(POCE_SOFTC sc, struct mbuf *m, boolean_t *complete);
sys/dev/oce/oce_if.c
2765
oce_insert_vlan_tag(POCE_SOFTC sc, struct mbuf *m, boolean_t *complete)
sys/dev/oce/oce_if.c
949
struct mbuf *m, boolean_t *os2bmc,
sys/dev/oce/oce_if.h
515
boolean_t enable;
sys/dev/oce/oce_if.h
620
boolean_t is_eventable;
sys/dev/oce/oce_if.h
621
boolean_t sol_eventable;
sys/dev/oce/oce_if.h
622
boolean_t nodelay;
sys/dev/oce/oce_if.h
697
boolean_t resched;
sys/dev/oce/oce_mbox.c
2001
boolean_t nic_desc_valid = FALSE;
sys/dev/oce/oce_mbox.c
2099
boolean_t nic_desc_valid = FALSE;
sys/dev/oce/oce_sysctl.c
55
static boolean_t oce_phy_flashing_required(POCE_SOFTC sc);
sys/dev/oce/oce_sysctl.c
56
static boolean_t oce_img_flashing_required(POCE_SOFTC sc, const char *p,
sys/dev/oce/oce_sysctl.c
588
static boolean_t
sys/dev/oce/oce_sysctl.c
606
static boolean_t
sys/dev/sdhci/fsl_sdhci.c
648
static boolean_t
sys/dev/sdhci/fsl_sdhci.c
693
boolean_t r1bwait_done;
sys/dev/sfxge/common/ef10_ev.c
1074
static __checkReturn boolean_t
sys/dev/sfxge/common/ef10_ev.c
1084
boolean_t should_abort;
sys/dev/sfxge/common/ef10_ev.c
1110
static __checkReturn boolean_t
sys/dev/sfxge/common/ef10_ev.c
1118
boolean_t should_abort;
sys/dev/sfxge/common/ef10_ev.c
1160
static __checkReturn boolean_t
sys/dev/sfxge/common/ef10_ev.c
1168
boolean_t should_abort;
sys/dev/sfxge/common/ef10_ev.c
1188
static __checkReturn boolean_t
sys/dev/sfxge/common/ef10_ev.c
1197
boolean_t should_abort = B_FALSE;
sys/dev/sfxge/common/ef10_ev.c
1397
boolean_t packed_stream = (type == EFX_RXQ_TYPE_PACKED_STREAM);
sys/dev/sfxge/common/ef10_ev.c
1398
boolean_t es_super_buffer = (type == EFX_RXQ_TYPE_ES_SUPER_BUFFER);
sys/dev/sfxge/common/ef10_ev.c
146
__in boolean_t low_latency)
sys/dev/sfxge/common/ef10_ev.c
156
boolean_t interrupting;
sys/dev/sfxge/common/ef10_ev.c
287
boolean_t interrupting;
sys/dev/sfxge/common/ef10_ev.c
539
boolean_t low_latency = encp->enc_datapath_cap_evb ? 0 : 1;
sys/dev/sfxge/common/ef10_ev.c
57
static __checkReturn boolean_t
sys/dev/sfxge/common/ef10_ev.c
64
static __checkReturn boolean_t
sys/dev/sfxge/common/ef10_ev.c
71
static __checkReturn boolean_t
sys/dev/sfxge/common/ef10_ev.c
770
static __checkReturn boolean_t
sys/dev/sfxge/common/ef10_ev.c
78
static __checkReturn boolean_t
sys/dev/sfxge/common/ef10_ev.c
780
boolean_t should_abort;
sys/dev/sfxge/common/ef10_ev.c
784
boolean_t new_buffer;
sys/dev/sfxge/common/ef10_ev.c
85
static __checkReturn boolean_t
sys/dev/sfxge/common/ef10_ev.c
862
static __checkReturn boolean_t
sys/dev/sfxge/common/ef10_ev.c
878
boolean_t cont;
sys/dev/sfxge/common/ef10_ev.c
879
boolean_t should_abort;
sys/dev/sfxge/common/ef10_filter.c
1054
boolean_t no_space = B_FALSE;
sys/dev/sfxge/common/ef10_filter.c
1226
__in boolean_t mulcst,
sys/dev/sfxge/common/ef10_filter.c
1227
__in boolean_t brdcst,
sys/dev/sfxge/common/ef10_filter.c
1231
__in boolean_t rollback)
sys/dev/sfxge/common/ef10_filter.c
1406
__in boolean_t mulcst,
sys/dev/sfxge/common/ef10_filter.c
1535
__in boolean_t all_unicst,
sys/dev/sfxge/common/ef10_filter.c
1536
__in boolean_t mulcst,
sys/dev/sfxge/common/ef10_filter.c
1537
__in boolean_t all_mulcst,
sys/dev/sfxge/common/ef10_filter.c
1538
__in boolean_t brdcst,
sys/dev/sfxge/common/ef10_filter.c
1754
__out boolean_t *using_rss)
sys/dev/sfxge/common/ef10_filter.c
1766
__in boolean_t using_rss)
sys/dev/sfxge/common/ef10_filter.c
456
static __checkReturn boolean_t
sys/dev/sfxge/common/ef10_filter.c
497
static __checkReturn boolean_t
sys/dev/sfxge/common/ef10_filter.c
50
static boolean_t
sys/dev/sfxge/common/ef10_filter.c
540
static __checkReturn boolean_t
sys/dev/sfxge/common/ef10_filter.c
569
boolean_t restoring;
sys/dev/sfxge/common/ef10_filter.c
61
static boolean_t
sys/dev/sfxge/common/ef10_filter.c
634
__in boolean_t may_replace,
sys/dev/sfxge/common/ef10_filter.c
643
boolean_t replacing = B_FALSE;
sys/dev/sfxge/common/ef10_filter.c
646
boolean_t locked = B_FALSE;
sys/dev/sfxge/common/ef10_filter.c
818
__in boolean_t may_replace)
sys/dev/sfxge/common/ef10_filter.c
917
boolean_t locked = B_FALSE;
sys/dev/sfxge/common/ef10_filter.c
969
__in boolean_t encap,
sys/dev/sfxge/common/ef10_impl.h
1087
boolean_t eft_using_rss;
sys/dev/sfxge/common/ef10_impl.h
1094
boolean_t eft_using_all_mulcst;
sys/dev/sfxge/common/ef10_impl.h
1116
__in boolean_t may_replace);
sys/dev/sfxge/common/ef10_impl.h
1134
__in boolean_t all_unicst,
sys/dev/sfxge/common/ef10_impl.h
1135
__in boolean_t mulcst,
sys/dev/sfxge/common/ef10_impl.h
1136
__in boolean_t all_mulcst,
sys/dev/sfxge/common/ef10_impl.h
1137
__in boolean_t brdcst,
sys/dev/sfxge/common/ef10_impl.h
1145
__out boolean_t *using_rss);
sys/dev/sfxge/common/ef10_impl.h
1151
__in boolean_t using_rss);
sys/dev/sfxge/common/ef10_impl.h
166
__out boolean_t *fatalp,
sys/dev/sfxge/common/ef10_impl.h
173
__out boolean_t *fatalp);
sys/dev/sfxge/common/ef10_impl.h
213
extern __checkReturn boolean_t
sys/dev/sfxge/common/ef10_impl.h
247
__out boolean_t *mac_upp);
sys/dev/sfxge/common/ef10_impl.h
274
__in boolean_t using_rss);
sys/dev/sfxge/common/ef10_impl.h
328
extern __checkReturn boolean_t
sys/dev/sfxge/common/ef10_impl.h
347
__out boolean_t *supportedp);
sys/dev/sfxge/common/ef10_impl.h
402
__in boolean_t all_segments);
sys/dev/sfxge/common/ef10_impl.h
539
extern __checkReturn __success(return != B_FALSE) boolean_t
sys/dev/sfxge/common/ef10_impl.h
617
boolean_t els_mac_up;
sys/dev/sfxge/common/ef10_impl.h
634
__in boolean_t on);
sys/dev/sfxge/common/ef10_impl.h
798
__in boolean_t eop,
sys/dev/sfxge/common/ef10_impl.h
968
__in boolean_t insert);
sys/dev/sfxge/common/ef10_intr.c
146
__out boolean_t *fatalp,
sys/dev/sfxge/common/ef10_intr.c
168
__out boolean_t *fatalp)
sys/dev/sfxge/common/ef10_mac.c
397
__in boolean_t using_rss)
sys/dev/sfxge/common/ef10_mac.c
401
boolean_t old_using_rss;
sys/dev/sfxge/common/ef10_mac.c
67
__out boolean_t *mac_upp)
sys/dev/sfxge/common/ef10_mcdi.c
191
__checkReturn boolean_t
sys/dev/sfxge/common/ef10_mcdi.c
279
__out boolean_t *supportedp)
sys/dev/sfxge/common/ef10_nic.c
2410
__checkReturn boolean_t
sys/dev/sfxge/common/ef10_nvram.c
1770
__in boolean_t write)
sys/dev/sfxge/common/ef10_nvram.c
1858
__in boolean_t all_segments)
sys/dev/sfxge/common/ef10_nvram.c
1891
boolean_t write = all_segments || current_offset == 0;
sys/dev/sfxge/common/ef10_nvram.c
2176
boolean_t reboot = B_FALSE;
sys/dev/sfxge/common/ef10_nvram.c
962
__checkReturn __success(return != B_FALSE) boolean_t
sys/dev/sfxge/common/ef10_phy.c
131
boolean_t fd = !!(link_flags &
sys/dev/sfxge/common/ef10_phy.c
133
boolean_t up = !!(link_flags &
sys/dev/sfxge/common/ef10_phy.c
262
__in boolean_t power)
sys/dev/sfxge/common/ef10_phy.c
368
boolean_t supported;
sys/dev/sfxge/common/ef10_rx.c
1021
boolean_t disable_scatter;
sys/dev/sfxge/common/ef10_rx.c
1022
boolean_t want_inner_classes;
sys/dev/sfxge/common/ef10_rx.c
45
__in boolean_t disable_scatter,
sys/dev/sfxge/common/ef10_rx.c
46
__in boolean_t want_inner_classes,
sys/dev/sfxge/common/ef10_rx.c
627
__in boolean_t insert)
sys/dev/sfxge/common/ef10_rx.c
63
boolean_t want_outer_classes;
sys/dev/sfxge/common/ef10_tx.c
453
boolean_t eop = ebp->eb_eop;
sys/dev/sfxge/common/ef10_tx.c
467
size_t, size, boolean_t, eop);
sys/dev/sfxge/common/ef10_tx.c
594
__in boolean_t eop,
sys/dev/sfxge/common/ef10_tx.c
604
size_t, size, boolean_t, eop);
sys/dev/sfxge/common/ef10_vpd.c
274
boolean_t wantpid;
sys/dev/sfxge/common/efx.h
1325
boolean_t enc_rx_scale_l4_hash_supported;
sys/dev/sfxge/common/efx.h
1326
boolean_t enc_rx_scale_additional_modes_supported;
sys/dev/sfxge/common/efx.h
1358
boolean_t enc_bug26807_workaround;
sys/dev/sfxge/common/efx.h
1359
boolean_t enc_bug35388_workaround;
sys/dev/sfxge/common/efx.h
1360
boolean_t enc_bug41750_workaround;
sys/dev/sfxge/common/efx.h
1361
boolean_t enc_bug61265_workaround;
sys/dev/sfxge/common/efx.h
1362
boolean_t enc_bug61297_workaround;
sys/dev/sfxge/common/efx.h
1363
boolean_t enc_rx_batching_enabled;
sys/dev/sfxge/common/efx.h
1380
boolean_t enc_fw_assisted_tso_enabled;
sys/dev/sfxge/common/efx.h
1381
boolean_t enc_fw_assisted_tso_v2_enabled;
sys/dev/sfxge/common/efx.h
1382
boolean_t enc_fw_assisted_tso_v2_encap_enabled;
sys/dev/sfxge/common/efx.h
1385
boolean_t enc_hw_tx_insert_vlan_enabled;
sys/dev/sfxge/common/efx.h
1389
boolean_t enc_datapath_cap_evb;
sys/dev/sfxge/common/efx.h
1390
boolean_t enc_rx_disable_scatter_supported;
sys/dev/sfxge/common/efx.h
1391
boolean_t enc_allow_set_mac_with_installed_filters;
sys/dev/sfxge/common/efx.h
1392
boolean_t enc_enhanced_set_mac_supported;
sys/dev/sfxge/common/efx.h
1393
boolean_t enc_init_evq_v2_supported;
sys/dev/sfxge/common/efx.h
1394
boolean_t enc_rx_packed_stream_supported;
sys/dev/sfxge/common/efx.h
1395
boolean_t enc_rx_var_packed_stream_supported;
sys/dev/sfxge/common/efx.h
1396
boolean_t enc_rx_es_super_buffer_supported;
sys/dev/sfxge/common/efx.h
1397
boolean_t enc_fw_subvariant_no_tx_csum_supported;
sys/dev/sfxge/common/efx.h
1398
boolean_t enc_pm_and_rxdp_counters;
sys/dev/sfxge/common/efx.h
1399
boolean_t enc_mac_stats_40g_tx_size_bins;
sys/dev/sfxge/common/efx.h
1410
boolean_t enc_vpd_is_global;
sys/dev/sfxge/common/efx.h
1418
boolean_t enc_fec_counters;
sys/dev/sfxge/common/efx.h
1419
boolean_t enc_hlb_counters;
sys/dev/sfxge/common/efx.h
1421
boolean_t enc_filter_action_flag_supported;
sys/dev/sfxge/common/efx.h
1422
boolean_t enc_filter_action_mark_supported;
sys/dev/sfxge/common/efx.h
1452
boolean_t enfi_dpcpu_fw_ids_valid;
sys/dev/sfxge/common/efx.h
1717
__in boolean_t handle_format_errors);
sys/dev/sfxge/common/efx.h
191
extern __checkReturn boolean_t
sys/dev/sfxge/common/efx.h
1912
__in boolean_t negate,
sys/dev/sfxge/common/efx.h
2210
extern __checkReturn boolean_t
sys/dev/sfxge/common/efx.h
2455
__in boolean_t insert);
sys/dev/sfxge/common/efx.h
2575
boolean_t eb_eop;
sys/dev/sfxge/common/efx.h
2740
__in boolean_t eop,
sys/dev/sfxge/common/efx.h
303
__in boolean_t ev_cpl);
sys/dev/sfxge/common/efx.h
305
extern __checkReturn boolean_t
sys/dev/sfxge/common/efx.h
3078
extern __checkReturn boolean_t
sys/dev/sfxge/common/efx.h
309
extern __checkReturn boolean_t
sys/dev/sfxge/common/efx.h
3095
__out boolean_t *licensedp);
sys/dev/sfxge/common/efx.h
3122
extern __checkReturn __success(return != B_FALSE) boolean_t
sys/dev/sfxge/common/efx.h
3132
extern __checkReturn __success(return != B_FALSE) boolean_t
sys/dev/sfxge/common/efx.h
360
__out boolean_t *fatalp,
sys/dev/sfxge/common/efx.h
367
__out boolean_t *fatalp);
sys/dev/sfxge/common/efx.h
559
__in boolean_t all_unicst,
sys/dev/sfxge/common/efx.h
560
__in boolean_t mulcst,
sys/dev/sfxge/common/efx.h
561
__in boolean_t all_mulcst,
sys/dev/sfxge/common/efx.h
562
__in boolean_t brdcst);
sys/dev/sfxge/common/efx.h
574
__in boolean_t using_rss);
sys/dev/sfxge/common/efx.h
583
__in boolean_t enabled);
sys/dev/sfxge/common/efx.h
588
__out boolean_t *mac_upp);
sys/dev/sfxge/common/efx.h
597
__in boolean_t autoneg);
sys/dev/sfxge/common/efx.h
667
__in boolean_t events);
sys/dev/sfxge/common/efx.h
848
extern __checkReturn boolean_t
sys/dev/sfxge/common/efx.h
853
extern __checkReturn boolean_t
sys/dev/sfxge/common/efx.h
858
extern __checkReturn boolean_t
sys/dev/sfxge/common/efx_bootcfg.c
254
boolean_t is_encap = B_FALSE;
sys/dev/sfxge/common/efx_bootcfg.c
761
__in boolean_t handle_format_errors)
sys/dev/sfxge/common/efx_ev.c
1072
static __checkReturn boolean_t
sys/dev/sfxge/common/efx_ev.c
1080
boolean_t should_abort;
sys/dev/sfxge/common/efx_ev.c
1100
static __checkReturn boolean_t
sys/dev/sfxge/common/efx_ev.c
1109
boolean_t should_abort = B_FALSE;
sys/dev/sfxge/common/efx_ev.c
1306
boolean_t notify_mode;
sys/dev/sfxge/common/efx_ev.c
346
__checkReturn boolean_t
sys/dev/sfxge/common/efx_ev.c
443
boolean_t should_abort;
sys/dev/sfxge/common/efx_ev.c
639
static __checkReturn boolean_t
sys/dev/sfxge/common/efx_ev.c
647
boolean_t ignore = B_FALSE;
sys/dev/sfxge/common/efx_ev.c
729
static __checkReturn boolean_t
sys/dev/sfxge/common/efx_ev.c
739
boolean_t ok;
sys/dev/sfxge/common/efx_ev.c
741
boolean_t sop;
sys/dev/sfxge/common/efx_ev.c
742
boolean_t jumbo_cont;
sys/dev/sfxge/common/efx_ev.c
745
boolean_t is_v6;
sys/dev/sfxge/common/efx_ev.c
747
boolean_t ignore;
sys/dev/sfxge/common/efx_ev.c
748
boolean_t should_abort;
sys/dev/sfxge/common/efx_ev.c
883
static __checkReturn boolean_t
sys/dev/sfxge/common/efx_ev.c
892
boolean_t should_abort;
sys/dev/sfxge/common/efx_ev.c
929
static __checkReturn boolean_t
sys/dev/sfxge/common/efx_ev.c
943
static __checkReturn boolean_t
sys/dev/sfxge/common/efx_ev.c
950
boolean_t should_abort;
sys/dev/sfxge/common/efx_filter.c
1052
boolean_t is_udp = (type == EFX_SIENA_FILTER_RX_UDP_FULL ||
sys/dev/sfxge/common/efx_filter.c
1069
boolean_t is_wild = (type == EFX_SIENA_FILTER_RX_MAC_WILD);
sys/dev/sfxge/common/efx_filter.c
1085
boolean_t is_udp = (type == EFX_SIENA_FILTER_TX_UDP_FULL ||
sys/dev/sfxge/common/efx_filter.c
1098
boolean_t is_wild = (type == EFX_SIENA_FILTER_TX_MAC_WILD);
sys/dev/sfxge/common/efx_filter.c
1173
static __checkReturn boolean_t
sys/dev/sfxge/common/efx_filter.c
1202
__in boolean_t for_insert,
sys/dev/sfxge/common/efx_filter.c
1461
__in boolean_t may_replace)
sys/dev/sfxge/common/efx_filter.c
286
__in boolean_t all_unicst,
sys/dev/sfxge/common/efx_filter.c
287
__in boolean_t mulcst,
sys/dev/sfxge/common/efx_filter.c
288
__in boolean_t all_mulcst,
sys/dev/sfxge/common/efx_filter.c
289
__in boolean_t brdcst,
sys/dev/sfxge/common/efx_filter.c
57
__in boolean_t may_replace);
sys/dev/sfxge/common/efx_filter.c
671
boolean_t is_full = B_FALSE;
sys/dev/sfxge/common/efx_filter.c
855
static __checkReturn boolean_t
sys/dev/sfxge/common/efx_impl.h
1219
__out_opt boolean_t *cksummedp);
sys/dev/sfxge/common/efx_impl.h
1225
__in boolean_t wantpid);
sys/dev/sfxge/common/efx_impl.h
1260
__in boolean_t enabled,
sys/dev/sfxge/common/efx_impl.h
140
size_t, boolean_t,
sys/dev/sfxge/common/efx_impl.h
189
efx_rx_hash_type_t, boolean_t);
sys/dev/sfxge/common/efx_impl.h
222
efx_rc_t (*emo_up)(efx_nic_t *, boolean_t *);
sys/dev/sfxge/common/efx_impl.h
229
efx_rxq_t *, boolean_t);
sys/dev/sfxge/common/efx_impl.h
240
uint16_t, boolean_t);
sys/dev/sfxge/common/efx_impl.h
247
efx_rc_t (*epo_power)(efx_nic_t *, boolean_t); /* optional */
sys/dev/sfxge/common/efx_impl.h
273
boolean_t may_replace);
sys/dev/sfxge/common/efx_impl.h
277
efx_rc_t (*efo_reconfigure)(efx_nic_t *, uint8_t const *, boolean_t,
sys/dev/sfxge/common/efx_impl.h
278
boolean_t, boolean_t, boolean_t,
sys/dev/sfxge/common/efx_impl.h
286
__in boolean_t all_unicst,
sys/dev/sfxge/common/efx_impl.h
287
__in boolean_t mulcst,
sys/dev/sfxge/common/efx_impl.h
288
__in boolean_t all_mulcst,
sys/dev/sfxge/common/efx_impl.h
289
__in boolean_t brdcst,
sys/dev/sfxge/common/efx_impl.h
297
boolean_t (*eto_udp_encap_supported)(efx_nic_t *);
sys/dev/sfxge/common/efx_impl.h
309
boolean_t ep_all_unicst;
sys/dev/sfxge/common/efx_impl.h
310
boolean_t ep_mulcst;
sys/dev/sfxge/common/efx_impl.h
311
boolean_t ep_all_mulcst;
sys/dev/sfxge/common/efx_impl.h
312
boolean_t ep_brdcst;
sys/dev/sfxge/common/efx_impl.h
314
boolean_t ep_fcntl_autoneg;
sys/dev/sfxge/common/efx_impl.h
335
boolean_t ep_mac_drain;
sys/dev/sfxge/common/efx_impl.h
363
void (*eio_status_line)(efx_nic_t *, boolean_t *, uint32_t *);
sys/dev/sfxge/common/efx_impl.h
365
boolean_t *);
sys/dev/sfxge/common/efx_impl.h
386
boolean_t (*eno_hw_unavailable)(efx_nic_t *);
sys/dev/sfxge/common/efx_impl.h
496
boolean_t (*emco_poll_response)(efx_nic_t *);
sys/dev/sfxge/common/efx_impl.h
500
efx_mcdi_feature_id_t, boolean_t *);
sys/dev/sfxge/common/efx_impl.h
623
__in boolean_t reboot,
sys/dev/sfxge/common/efx_impl.h
642
efx_rc_t (*elo_app_state)(efx_nic_t *, uint64_t, boolean_t *);
sys/dev/sfxge/common/efx_impl.h
649
boolean_t (*elo_find_key)(efx_nic_t *, caddr_t, size_t,
sys/dev/sfxge/common/efx_impl.h
651
boolean_t (*elo_validate_key)(efx_nic_t *,
sys/dev/sfxge/common/efx_impl.h
726
boolean_t en_licensing_supported;
sys/dev/sfxge/common/efx_impl.h
769
typedef boolean_t (*efx_ev_handler_t)(efx_evq_t *, efx_qword_t *,
sys/dev/sfxge/common/efx_impl.h
777
boolean_t eers_rx_packed_stream;
sys/dev/sfxge/common/efx_intr.c
260
__out boolean_t *fatalp,
sys/dev/sfxge/common/efx_intr.c
276
__out boolean_t *fatalp)
sys/dev/sfxge/common/efx_intr.c
451
static __checkReturn boolean_t
sys/dev/sfxge/common/efx_intr.c
478
__out boolean_t *fatalp,
sys/dev/sfxge/common/efx_intr.c
506
__out boolean_t *fatalp)
sys/dev/sfxge/common/efx_intr.c
69
__out boolean_t *fatalp,
sys/dev/sfxge/common/efx_intr.c
76
__out boolean_t *fatalp);
sys/dev/sfxge/common/efx_intr.c
82
static __checkReturn boolean_t
sys/dev/sfxge/common/efx_lic.c
1079
__checkReturn __success(return != B_FALSE) boolean_t
sys/dev/sfxge/common/efx_lic.c
1095
__checkReturn __success(return != B_FALSE) boolean_t
sys/dev/sfxge/common/efx_lic.c
1133
EFSYS_PROBE1(fail1, boolean_t, B_FALSE);
sys/dev/sfxge/common/efx_lic.c
1330
extern __checkReturn boolean_t
sys/dev/sfxge/common/efx_lic.c
1400
__out boolean_t *licensedp)
sys/dev/sfxge/common/efx_lic.c
1508
__checkReturn __success(return != B_FALSE) boolean_t
sys/dev/sfxge/common/efx_lic.c
1535
__checkReturn __success(return != B_FALSE) boolean_t
sys/dev/sfxge/common/efx_lic.c
1542
boolean_t rc;
sys/dev/sfxge/common/efx_lic.c
172
__out boolean_t *licensedp);
sys/dev/sfxge/common/efx_lic.c
207
__out boolean_t *licensedp);
sys/dev/sfxge/common/efx_lic.c
235
__checkReturn __success(return != B_FALSE) boolean_t
sys/dev/sfxge/common/efx_lic.c
245
__checkReturn __success(return != B_FALSE) boolean_t
sys/dev/sfxge/common/efx_lic.c
469
__checkReturn __success(return != B_FALSE) boolean_t
sys/dev/sfxge/common/efx_lic.c
479
boolean_t found;
sys/dev/sfxge/common/efx_lic.c
501
EFSYS_PROBE1(fail1, boolean_t, B_FALSE);
sys/dev/sfxge/common/efx_lic.c
506
__checkReturn __success(return != B_FALSE) boolean_t
sys/dev/sfxge/common/efx_lic.c
543
EFSYS_PROBE1(fail1, boolean_t, B_FALSE);
sys/dev/sfxge/common/efx_lic.c
61
__checkReturn __success(return != B_FALSE) boolean_t
sys/dev/sfxge/common/efx_lic.c
681
__out boolean_t *licensedp)
sys/dev/sfxge/common/efx_lic.c
71
__checkReturn __success(return != B_FALSE) boolean_t
sys/dev/sfxge/common/efx_lic.c
943
__out boolean_t *licensedp)
sys/dev/sfxge/common/efx_mac.c
206
__in boolean_t all_unicst,
sys/dev/sfxge/common/efx_mac.c
207
__in boolean_t mulcst,
sys/dev/sfxge/common/efx_mac.c
208
__in boolean_t all_mulcst,
sys/dev/sfxge/common/efx_mac.c
209
__in boolean_t brdcst)
sys/dev/sfxge/common/efx_mac.c
213
boolean_t old_all_unicst;
sys/dev/sfxge/common/efx_mac.c
214
boolean_t old_mulcst;
sys/dev/sfxge/common/efx_mac.c
215
boolean_t old_all_mulcst;
sys/dev/sfxge/common/efx_mac.c
216
boolean_t old_brdcst;
sys/dev/sfxge/common/efx_mac.c
251
__in boolean_t enabled)
sys/dev/sfxge/common/efx_mac.c
280
__out boolean_t *mac_upp)
sys/dev/sfxge/common/efx_mac.c
304
__in boolean_t autoneg)
sys/dev/sfxge/common/efx_mac.c
310
boolean_t old_autoneg;
sys/dev/sfxge/common/efx_mac.c
480
__in boolean_t using_rss)
sys/dev/sfxge/common/efx_mac.c
797
__in boolean_t events)
sys/dev/sfxge/common/efx_mcdi.c
1049
boolean_t v2_capable;
sys/dev/sfxge/common/efx_mcdi.c
1112
__in boolean_t after_assertion)
sys/dev/sfxge/common/efx_mcdi.c
1280
__in boolean_t attach)
sys/dev/sfxge/common/efx_mcdi.c
1570
__out boolean_t *supportedp)
sys/dev/sfxge/common/efx_mcdi.c
1595
__out boolean_t *supportedp)
sys/dev/sfxge/common/efx_mcdi.c
1620
__out boolean_t *supportedp)
sys/dev/sfxge/common/efx_mcdi.c
1645
__out boolean_t *supportedp)
sys/dev/sfxge/common/efx_mcdi.c
1953
__in boolean_t events)
sys/dev/sfxge/common/efx_mcdi.c
2089
__in boolean_t enabled,
sys/dev/sfxge/common/efx_mcdi.c
220
static boolean_t
sys/dev/sfxge/common/efx_mcdi.c
225
boolean_t available;
sys/dev/sfxge/common/efx_mcdi.c
247
__in boolean_t ev_cpl)
sys/dev/sfxge/common/efx_mcdi.c
258
boolean_t new_epoch;
sys/dev/sfxge/common/efx_mcdi.c
500
__checkReturn boolean_t
sys/dev/sfxge/common/efx_mcdi.c
573
__checkReturn boolean_t
sys/dev/sfxge/common/efx_mcdi.c
579
boolean_t aborted;
sys/dev/sfxge/common/efx_mcdi.c
877
boolean_t ev_cpl;
sys/dev/sfxge/common/efx_mcdi.h
164
__in boolean_t attach);
sys/dev/sfxge/common/efx_mcdi.h
180
__out boolean_t *supportedp);
sys/dev/sfxge/common/efx_mcdi.h
185
__out boolean_t *supportedp);
sys/dev/sfxge/common/efx_mcdi.h
190
__out boolean_t *supportedp);
sys/dev/sfxge/common/efx_mcdi.h
195
__out boolean_t *supportedp);
sys/dev/sfxge/common/efx_mcdi.h
234
__in boolean_t events);
sys/dev/sfxge/common/efx_mcdi.h
55
boolean_t emr_quiet;
sys/dev/sfxge/common/efx_mcdi.h
78
boolean_t emi_ev_cpl;
sys/dev/sfxge/common/efx_mcdi.h
79
boolean_t emi_new_epoch;
sys/dev/sfxge/common/efx_mon.c
333
__checkReturn boolean_t
sys/dev/sfxge/common/efx_mon.c
597
EFSYS_PROBE1(fail1, boolean_t, B_TRUE);
sys/dev/sfxge/common/efx_mon.c
604
__checkReturn boolean_t
sys/dev/sfxge/common/efx_mon.c
713
EFSYS_PROBE1(fail1, boolean_t, B_TRUE);
sys/dev/sfxge/common/efx_mon.c
720
__checkReturn boolean_t
sys/dev/sfxge/common/efx_mon.c
824
EFSYS_PROBE1(fail1, boolean_t, B_TRUE);
sys/dev/sfxge/common/efx_nic.c
689
__checkReturn boolean_t
sys/dev/sfxge/common/efx_nvram.c
956
__in boolean_t reboot,
sys/dev/sfxge/common/efx_rx.c
1145
__in boolean_t insert)
sys/dev/sfxge/common/efx_rx.c
1602
boolean_t jumbo = B_FALSE;
sys/dev/sfxge/common/efx_rx.c
557
__in boolean_t insert)
sys/dev/sfxge/common/efx_rx.c
61
__in boolean_t insert);
sys/dev/sfxge/common/efx_sram.c
210
__in boolean_t negate,
sys/dev/sfxge/common/efx_sram.c
225
__in boolean_t negate,
sys/dev/sfxge/common/efx_sram.c
239
__in boolean_t negate,
sys/dev/sfxge/common/efx_sram.c
252
__in boolean_t negate,
sys/dev/sfxge/common/efx_sram.c
265
__in boolean_t negate,
sys/dev/sfxge/common/efx_sram.c
286
__in boolean_t negate,
sys/dev/sfxge/common/efx_tunnel.c
227
boolean_t resetting;
sys/dev/sfxge/common/efx_tunnel.c
430
static __checkReturn boolean_t
sys/dev/sfxge/common/efx_tunnel.c
450
boolean_t resetting;
sys/dev/sfxge/common/efx_tunnel.c
47
static __checkReturn boolean_t
sys/dev/sfxge/common/efx_tunnel.c
65
__in boolean_t unloading,
sys/dev/sfxge/common/efx_tunnel.c
66
__out boolean_t *resetting)
sys/dev/sfxge/common/efx_tx.c
1057
__in boolean_t eop,
sys/dev/sfxge/common/efx_tx.c
1069
size_t, size, boolean_t, eop);
sys/dev/sfxge/common/efx_tx.c
114
__in boolean_t eop,
sys/dev/sfxge/common/efx_tx.c
611
__in boolean_t eop,
sys/dev/sfxge/common/efx_tx.c
756
size_t, (_size), boolean_t, (_eop)); \
sys/dev/sfxge/common/efx_vpd.c
508
__out_opt boolean_t *cksummedp)
sys/dev/sfxge/common/efx_vpd.c
518
boolean_t cksummed = B_FALSE;
sys/dev/sfxge/common/efx_vpd.c
609
__in boolean_t wantpid)
sys/dev/sfxge/common/mcdi_mon.c
91
boolean_t decode_ok;
sys/dev/sfxge/common/siena_impl.h
122
extern __checkReturn boolean_t
sys/dev/sfxge/common/siena_impl.h
145
__out boolean_t *supportedp);
sys/dev/sfxge/common/siena_impl.h
172
__in boolean_t vpd,
sys/dev/sfxge/common/siena_impl.h
327
boolean_t sls_mac_up;
sys/dev/sfxge/common/siena_impl.h
344
__in boolean_t on);
sys/dev/sfxge/common/siena_impl.h
410
__out boolean_t *mac_upp);
sys/dev/sfxge/common/siena_mac.c
69
__out boolean_t *mac_upp)
sys/dev/sfxge/common/siena_mcdi.c
126
extern __checkReturn boolean_t
sys/dev/sfxge/common/siena_mcdi.c
225
__out boolean_t *supportedp)
sys/dev/sfxge/common/siena_nvram.c
179
boolean_t reboot;
sys/dev/sfxge/common/siena_nvram.c
307
__in boolean_t vpd,
sys/dev/sfxge/common/siena_phy.c
172
__in boolean_t power)
sys/dev/sfxge/common/siena_phy.c
80
boolean_t fd = !!(link_flags &
sys/dev/sfxge/common/siena_phy.c
82
boolean_t up = !!(link_flags &
sys/dev/sfxge/common/siena_vpd.c
382
boolean_t wantpid;
sys/dev/sfxge/sfxge.h
167
boolean_t exception;
sys/dev/sfxge/sfxge.h
289
boolean_t txq_dynamic_cksum_toggle_supported;
sys/dev/sfxge/sfxge_ev.c
101
static boolean_t
sys/dev/sfxge/sfxge_ev.c
166
static boolean_t
sys/dev/sfxge/sfxge_ev.c
201
static boolean_t
sys/dev/sfxge/sfxge_ev.c
235
static boolean_t
sys/dev/sfxge/sfxge_ev.c
279
static boolean_t
sys/dev/sfxge/sfxge_ev.c
320
static boolean_t
sys/dev/sfxge/sfxge_ev.c
354
static boolean_t
sys/dev/sfxge/sfxge_ev.c
396
static boolean_t
sys/dev/sfxge/sfxge_ev.c
423
static boolean_t
sys/dev/sfxge/sfxge_ev.c
432
static boolean_t
sys/dev/sfxge/sfxge_ev.c
49
sfxge_ev_qcomplete(struct sfxge_evq *evq, boolean_t eop)
sys/dev/sfxge/sfxge_ev.c
623
static boolean_t
sys/dev/sfxge/sfxge_ev.c
641
static boolean_t
sys/dev/sfxge/sfxge_intr.c
134
boolean_t fatal;
sys/dev/sfxge/sfxge_intr.c
69
boolean_t fatal;
sys/dev/sfxge/sfxge_mcdi.c
76
boolean_t aborted __diagused;
sys/dev/sfxge/sfxge_nvram.c
53
boolean_t write)
sys/dev/sfxge/sfxge_port.c
402
boolean_t all_mulcst;
sys/dev/sfxge/sfxge_port.c
920
boolean_t mode_found = B_FALSE;
sys/dev/sfxge/sfxge_rx.c
191
sfxge_rx_schedule_refill(struct sfxge_rxq *rxq, boolean_t retrying)
sys/dev/sfxge/sfxge_rx.c
208
sfxge_rx_qfill(struct sfxge_rxq *rxq, unsigned int target, boolean_t retrying)
sys/dev/sfxge/sfxge_rx.c
798
sfxge_rx_qcomplete(struct sfxge_rxq *rxq, boolean_t eop)
sys/dev/sfxge/sfxge_rx.h
187
extern void sfxge_rx_qcomplete(struct sfxge_rxq *rxq, boolean_t eop);
sys/dev/sfxge/sfxge_tx.c
1156
boolean_t eop;
sys/dev/smartpqi/smartpqi_defines.h
976
static inline boolean_t
sys/dev/smartpqi/smartpqi_discovery.c
190
boolean_t
sys/dev/smartpqi/smartpqi_discovery.c
1964
boolean_t is_physical_device;
sys/dev/smartpqi/smartpqi_discovery.c
809
inline boolean_t
sys/dev/smartpqi/smartpqi_discovery.c
815
static inline boolean_t
sys/dev/smartpqi/smartpqi_event.c
179
boolean_t need_delayed_work = false;
sys/dev/smartpqi/smartpqi_features.c
174
boolean_t supported;
sys/dev/smartpqi/smartpqi_features.c
175
boolean_t enabled;
sys/dev/smartpqi/smartpqi_features.c
32
static inline boolean_t
sys/dev/smartpqi/smartpqi_features.c
56
static inline boolean_t
sys/dev/smartpqi/smartpqi_helper.c
187
boolean_t
sys/dev/smartpqi/smartpqi_helper.c
195
boolean_t
sys/dev/smartpqi/smartpqi_helper.c
202
boolean_t
sys/dev/smartpqi/smartpqi_helper.c
209
boolean_t
sys/dev/smartpqi/smartpqi_helper.c
219
boolean_t terminated = false;
sys/dev/smartpqi/smartpqi_helper.c
32
boolean_t
sys/dev/smartpqi/smartpqi_helper.c
45
pqisrc_configure_legacy_intx(pqisrc_softstate_t *softs, boolean_t enable_intx)
sys/dev/smartpqi/smartpqi_misc.c
189
boolean_t
sys/dev/smartpqi/smartpqi_prototypes.h
115
boolean_t pqisrc_ctrl_offline(pqisrc_softstate_t const *);
sys/dev/smartpqi/smartpqi_prototypes.h
119
boolean_t pqisrc_device_equal(pqi_scsi_dev_t const *, pqi_scsi_dev_t const *);
sys/dev/smartpqi/smartpqi_prototypes.h
120
boolean_t pqisrc_is_hba_lunid(uint8_t const*);
sys/dev/smartpqi/smartpqi_prototypes.h
121
boolean_t pqisrc_is_logical_device(pqi_scsi_dev_t const *);
sys/dev/smartpqi/smartpqi_prototypes.h
124
boolean_t pqisrc_scsi3addr_equal(uint8_t const *, uint8_t const *);
sys/dev/smartpqi/smartpqi_prototypes.h
127
void pqisrc_configure_legacy_intx(pqisrc_softstate_t*, boolean_t);
sys/dev/smartpqi/smartpqi_prototypes.h
154
boolean_t suppress_innocuous_error_prints(pqisrc_softstate_t const *softs,
sys/dev/smartpqi/smartpqi_prototypes.h
157
boolean_t pqisrc_is_innocuous_error(pqisrc_softstate_t *, rcb_t *, void *);
sys/dev/smartpqi/smartpqi_prototypes.h
186
boolean_t pqisrc_cdb_is_write(uint8_t const *);
sys/dev/smartpqi/smartpqi_prototypes.h
191
boolean_t pqisrc_cdb_is_read(uint8_t const *);
sys/dev/smartpqi/smartpqi_prototypes.h
197
boolean_t
sys/dev/smartpqi/smartpqi_prototypes.h
235
int pqisrc_delete_op_queue(pqisrc_softstate_t *, uint32_t, boolean_t);
sys/dev/smartpqi/smartpqi_prototypes.h
307
boolean_t check_device_hint_status(struct pqisrc_softstate *, unsigned int );
sys/dev/smartpqi/smartpqi_prototypes.h
314
int check_for_scsi_opcode(uint8_t *, boolean_t *, uint64_t *,
sys/dev/smartpqi/smartpqi_prototypes.h
86
boolean_t pqisrc_add_softs_entry(pqisrc_softstate_t *softs, pqi_scsi_dev_t *device,
sys/dev/smartpqi/smartpqi_prototypes.h
93
boolean_t pqisrc_is_external_raid_device(pqi_scsi_dev_t const *device);
sys/dev/smartpqi/smartpqi_queue.c
478
uint32_t q_id, boolean_t ibq)
sys/dev/smartpqi/smartpqi_request.c
1183
static boolean_t
sys/dev/smartpqi/smartpqi_request.c
120
static boolean_t
sys/dev/smartpqi/smartpqi_request.c
1227
static inline boolean_t
sys/dev/smartpqi/smartpqi_request.c
1251
static inline boolean_t
sys/dev/smartpqi/smartpqi_request.c
128
boolean_t partial = false;
sys/dev/smartpqi/smartpqi_request.c
1288
static inline boolean_t
sys/dev/smartpqi/smartpqi_request.c
1291
boolean_t ret = true;
sys/dev/smartpqi/smartpqi_request.c
1303
static inline boolean_t
sys/dev/smartpqi/smartpqi_request.c
1346
static inline boolean_t
sys/dev/smartpqi/smartpqi_request.c
1370
static inline boolean_t
sys/dev/smartpqi/smartpqi_request.c
1373
boolean_t ret = true;
sys/dev/smartpqi/smartpqi_request.c
1393
static inline boolean_t
sys/dev/smartpqi/smartpqi_request.c
1396
boolean_t ret = true;
sys/dev/smartpqi/smartpqi_request.c
1416
static inline boolean_t
sys/dev/smartpqi/smartpqi_request.c
1419
boolean_t ret = true;
sys/dev/smartpqi/smartpqi_request.c
1463
static inline boolean_t
sys/dev/smartpqi/smartpqi_request.c
1466
boolean_t ret = true;
sys/dev/smartpqi/smartpqi_request.c
1495
static boolean_t
sys/dev/smartpqi/smartpqi_request.c
1500
boolean_t ret = false;
sys/dev/smartpqi/smartpqi_request.c
1901
boolean_t is_write;
sys/dev/smartpqi/smartpqi_request.c
2113
static boolean_t asserted = false;
sys/dev/smartpqi/smartpqi_request.c
2280
boolean_t
sys/dev/smartpqi/smartpqi_request.c
726
boolean_t
sys/dev/smartpqi/smartpqi_request.c
736
boolean_t
sys/dev/smartpqi/smartpqi_request.c
753
boolean_t is_write;
sys/dev/smartpqi/smartpqi_request.c
789
boolean_t is_write;
sys/dev/smartpqi/smartpqi_request.c
828
static boolean_t
sys/dev/smartpqi/smartpqi_request.c
89
pqi_scsi_dev_t const *devp, boolean_t is_write, IO_PATH_T io_path)
sys/dev/smartpqi/smartpqi_request.c
999
boolean_t is_write;
sys/dev/smartpqi/smartpqi_response.c
148
boolean_t
sys/dev/smartpqi/smartpqi_response.c
222
boolean_t
sys/dev/smartpqi/smartpqi_response.c
436
boolean_t os_scsi_cmd = false;
sys/dev/smartpqi/smartpqi_structures.h
1061
boolean_t is_write;
sys/dev/smartpqi/smartpqi_structures.h
1238
boolean_t encrypt_enable;
sys/dev/smartpqi/smartpqi_structures.h
1247
boolean_t req_pending;
sys/dev/smartpqi/smartpqi_structures.h
1249
boolean_t timedout;
sys/dev/smartpqi/smartpqi_structures.h
1252
boolean_t is_abort_cmd_from_host; /* true if this is a TMF abort */
sys/dev/smartpqi/smartpqi_structures.h
1253
boolean_t host_wants_to_abort_this; /* set to true to ID the request targeted by TMF */
sys/dev/smartpqi/smartpqi_structures.h
1265
boolean_t bit_vector[MAX_TARGET_BIT];
sys/dev/smartpqi/smartpqi_structures.h
1344
boolean_t share_opq_and_eventq;
sys/dev/smartpqi/smartpqi_structures.h
1351
boolean_t devlist_lockcreated;
sys/dev/smartpqi/smartpqi_structures.h
1368
boolean_t ctrl_online;
sys/dev/smartpqi/smartpqi_structures.h
1370
boolean_t ctrl_in_pqi_mode;
sys/dev/smartpqi/smartpqi_structures.h
1374
boolean_t adv_aio_capable;
sys/dev/smartpqi/smartpqi_structures.h
1375
boolean_t aio_raid1_write_bypass;
sys/dev/smartpqi/smartpqi_structures.h
1376
boolean_t aio_raid5_write_bypass;
sys/dev/smartpqi/smartpqi_structures.h
1377
boolean_t aio_raid6_write_bypass;
sys/dev/smartpqi/smartpqi_structures.h
1378
boolean_t enable_stream_detection;
sys/dev/smartpqi/smartpqi_structures.h
1385
boolean_t log_io_counters;
sys/dev/smartpqi/smartpqi_structures.h
1386
boolean_t ld_rescan;
sys/dev/smartpqi/smartpqi_structures.h
1393
boolean_t timeout_in_passthrough;
sys/dev/smartpqi/smartpqi_structures.h
1394
boolean_t timeout_in_tmf;
sys/dev/smartpqi/smartpqi_structures.h
1395
boolean_t sata_unique_wwn;
sys/dev/smartpqi/smartpqi_structures.h
1396
boolean_t page83id_in_rpl;
sys/dev/smartpqi/smartpqi_structures.h
1397
boolean_t err_resp_verbose;
sys/dev/smartpqi/smartpqi_structures.h
216
boolean_t lockcreated;
sys/dev/smartpqi/smartpqi_structures.h
438
boolean_t pending;
sys/dev/smartpqi/smartpqi_structures.h
592
boolean_t created;
sys/dev/smartpqi/smartpqi_structures.h
593
boolean_t lockcreated;
sys/dev/smartpqi/smartpqi_structures.h
611
boolean_t created;
sys/dev/smartpqi/smartpqi_structures.h
911
boolean_t invalid;
sys/dev/smartpqi/smartpqi_structures.h
912
boolean_t path_destroyed;
sys/dev/smartpqi/smartpqi_structures.h
913
boolean_t firmware_queue_depth_set;
sys/dev/smartpqi/smartpqi_structures.h
916
boolean_t schedule_rescan;
sys/dev/smartpqi/smartpqi_structures.h
917
boolean_t in_remove;
sys/dev/smartpqi/smartpqi_structures.h
919
boolean_t is_multi_lun;
sys/dev/usb/input/atp.c
1344
static boolean_t
sys/dev/usb/input/atp.c
1431
static boolean_t
sys/dev/usb/input/atp.c
1435
boolean_t movement = false;
sys/dev/usb/input/atp.c
1490
static boolean_t
sys/dev/usb/input/atp.c
1496
boolean_t movement = false;
sys/dev/usb/input/atp.c
1634
static boolean_t
sys/dev/usb/input/atp.c
1638
boolean_t movement = false;
sys/dev/usb/input/atp.c
1804
boolean_t *movementp)
sys/dev/usb/input/atp.c
1842
static boolean_t
sys/dev/usb/input/atp.c
1922
static boolean_t
sys/dev/usb/input/atp.c
1989
static boolean_t
sys/dev/usb/input/atp.c
1999
static boolean_t
sys/dev/usb/input/atp.c
2386
boolean_t all_vertical_scrolls = true;
sys/dev/usb/input/atp.c
304
boolean_t matched; /* to track pspans as they match against strokes. */
sys/dev/usb/input/atp.c
342
boolean_t matched;
sys/dev/usb/input/atp.c
604
boolean_t matched; /*to track components as they match against pspans.*/
sys/dev/usb/input/atp.c
619
boolean_t matched; /* to track match against fingers.*/
sys/dev/usb/input/atp.c
769
static boolean_t fg_match_stroke_component(fg_stroke_component_t *,
sys/dev/usb/input/atp.c
773
static boolean_t wsp_match_strokes_against_fingers(struct atp_softc *,
sys/dev/usb/input/atp.c
775
static boolean_t fg_update_strokes(struct atp_softc *, fg_pspan *, u_int,
sys/dev/usb/input/atp.c
777
static boolean_t wsp_update_strokes(struct atp_softc *,
sys/dev/usb/input/atp.c
784
atp_stroke_t *, boolean_t *);
sys/dev/usb/input/atp.c
785
static boolean_t atp_stroke_has_small_movement(const atp_stroke_t *);
sys/dev/usb/input/atp.c
787
static boolean_t atp_compute_stroke_movement(atp_stroke_t *);
sys/dev/usb/input/atp.c
791
static boolean_t atp_is_horizontal_scroll(const atp_stroke_t *);
sys/dev/usb/input/atp.c
792
static boolean_t atp_is_vertical_scroll(const atp_stroke_t *);
sys/dev/usb/serial/uftdi.c
1442
static inline boolean_t
sys/dev/usb/serial/uftdi.c
962
static boolean_t
sys/dev/vnic/nic.h
178
boolean_t enable;
sys/dev/vnic/nic.h
301
boolean_t tns_mode:1;
sys/dev/vnic/nic.h
302
boolean_t sqs_mode:1;
sys/dev/vnic/nic.h
311
boolean_t link_up;
sys/dev/vnic/nic.h
312
boolean_t hw_tso;
sys/dev/vnic/nic.h
329
boolean_t msix_enabled;
sys/dev/vnic/nic.h
334
boolean_t irq_allocated[NIC_VF_MSIX_VECTORS];
sys/dev/vnic/nic.h
337
boolean_t pf_acked;
sys/dev/vnic/nic.h
338
boolean_t pf_nacked;
sys/dev/vnic/nic.h
382
boolean_t tns_mode:1;
sys/dev/vnic/nic.h
383
boolean_t sqs_mode:1;
sys/dev/vnic/nic.h
384
boolean_t loopback_supported:1;
sys/dev/vnic/nic.h
409
boolean_t sqs_mode;
sys/dev/vnic/nic.h
473
boolean_t enable;
sys/dev/vnic/nic.h
507
static __inline boolean_t
sys/dev/vnic/nic_main.c
104
boolean_t mbx_lock[MAX_NUM_VFS_SUPPORTED];
sys/dev/vnic/nic_main.c
117
boolean_t msix_enabled;
sys/dev/vnic/nic_main.c
91
boolean_t vf_enabled;
sys/dev/vnic/nicvf_main.c
416
boolean_t avoid_reset = FALSE;
sys/dev/vnic/nicvf_queues.c
105
boolean_t);
sys/dev/vnic/nicvf_queues.c
1371
int qidx, boolean_t enable)
sys/dev/vnic/nicvf_queues.c
1408
boolean_t enable)
sys/dev/vnic/nicvf_queues.c
1455
boolean_t enable)
sys/dev/vnic/nicvf_queues.c
1491
nicvf_qset_config(struct nicvf *nic, boolean_t enable)
sys/dev/vnic/nicvf_queues.c
1618
nicvf_config_data_transfer(struct nicvf *nic, boolean_t enable)
sys/dev/vnic/nicvf_queues.c
1620
boolean_t disable = FALSE;
sys/dev/vnic/nicvf_queues.c
535
boolean_t rb_alloc_fail;
sys/dev/vnic/nicvf_queues.c
848
boolean_t enable = TRUE;
sys/dev/vnic/nicvf_queues.h
246
boolean_t enable;
sys/dev/vnic/nicvf_queues.h
267
boolean_t enable;
sys/dev/vnic/nicvf_queues.h
270
boolean_t en_tcp_reassembly;
sys/dev/vnic/nicvf_queues.h
280
boolean_t lro_enabled;
sys/dev/vnic/nicvf_queues.h
285
boolean_t enable;
sys/dev/vnic/nicvf_queues.h
311
boolean_t enable;
sys/dev/vnic/nicvf_queues.h
339
boolean_t enable;
sys/dev/vnic/nicvf_queues.h
340
boolean_t be_en;
sys/dev/vnic/nicvf_queues.h
382
int nicvf_config_data_transfer(struct nicvf *, boolean_t);
sys/dev/vnic/nicvf_queues.h
383
void nicvf_qset_config(struct nicvf *, boolean_t);
sys/dev/vnic/thunder_bgx.c
245
boolean_t zero)
sys/dev/vnic/thunder_bgx.c
528
int lmac_idx, boolean_t enable)
sys/dev/vnic/thunder_bgx.h
212
int lmac_idx, boolean_t enable);
sys/dev/vnic/thunder_bgx_fdt.c
146
static boolean_t
sys/dev/vnic/thunder_bgx_fdt.c
83
static boolean_t
sys/dev/vnic/thunder_bgx_var.h
37
boolean_t link_up;
sys/dev/vnic/thunder_bgx_var.h
45
boolean_t is_sgmii;
sys/dev/vt/hw/vga/vt_vga.c
60
boolean_t vga_enabled;
sys/dev/xen/gntdev/gntdev.c
735
boolean_t wired;
sys/dev/xen/privcmd/privcmd.c
221
boolean_t wired;
sys/dev/xen/privcmd/privcmd.c
73
boolean_t mapped;
sys/dev/xilinx/if_xae.c
259
boolean_t retired_buffer;
sys/dev/xilinx/if_xae.c
390
boolean_t desc_completed;
sys/dev/xilinx/if_xaevar.h
65
boolean_t link_is_up;
sys/dev/xilinx/if_xaevar.h
66
boolean_t is_attached;
sys/dev/xilinx/if_xaevar.h
67
boolean_t is_detaching;
sys/fs/tarfs/tarfs_subr.c
96
boolean_t found;
sys/fs/tarfs/tarfs_vfsops.c
204
static boolean_t
sys/fs/tarfs/tarfs_vfsops.c
277
struct tarfs_node **retnode, boolean_t create_dirs)
sys/fs/tarfs/tarfs_vfsops.c
284
boolean_t do_lookup;
sys/fs/tarfs/tarfs_vfsops.c
454
boolean_t sparse = false;
sys/fs/tmpfs/tmpfs.h
496
int tmpfs_reg_resize(struct vnode *, off_t, boolean_t);
sys/fs/tmpfs/tmpfs_subr.c
1858
tmpfs_reg_resize(struct vnode *vp, off_t newsize, boolean_t ignerr)
sys/fs/tmpfs/tmpfs_subr.c
291
static boolean_t
sys/fs/tmpfs/tmpfs_subr.c
494
int end, boolean_t ignerr)
sys/fs/tmpfs/tmpfs_subr.c
837
static __inline boolean_t
sys/fs/tmpfs/tmpfs_subr.c
843
static __inline boolean_t
sys/geom/cache/g_cache.c
552
g_cache_destroy(struct g_cache_softc *sc, boolean_t force)
sys/geom/cache/g_cache.c
93
static int g_cache_destroy(struct g_cache_softc *sc, boolean_t force);
sys/geom/concat/g_concat.c
55
static int g_concat_destroy(struct g_concat_softc *sc, boolean_t force);
sys/geom/concat/g_concat.c
678
g_concat_destroy(struct g_concat_softc *sc, boolean_t force)
sys/geom/eli/g_eli.c
1195
g_eli_destroy(struct g_eli_softc *sc, boolean_t force)
sys/geom/eli/g_eli.h
176
boolean_t w_active;
sys/geom/eli/g_eli.h
215
boolean_t sc_cpubind;
sys/geom/eli/g_eli.h
692
int g_eli_destroy(struct g_eli_softc *sc, boolean_t force);
sys/geom/eli/g_eli.h
704
void g_eli_crypto_read(struct g_eli_softc *sc, struct bio *bp, boolean_t fromworker);
sys/geom/eli/g_eli_privacy.c
206
g_eli_crypto_read(struct g_eli_softc *sc, struct bio *bp, boolean_t fromworker)
sys/geom/gate/g_gate.c
102
g_gate_destroy(struct g_gate_softc *sc, boolean_t force)
sys/geom/label/g_label.c
281
g_label_destroy(struct g_geom *gp, boolean_t force)
sys/geom/label/g_label.c
61
static int g_label_destroy(struct g_geom *gp, boolean_t force);
sys/geom/mountver/g_mountver.c
360
g_mountver_destroy(struct g_geom *gp, boolean_t force)
sys/geom/mountver/g_mountver.c
63
static int g_mountver_destroy(struct g_geom *gp, boolean_t force);
sys/geom/nop/g_nop.c
500
g_nop_destroy(struct g_geom *gp, boolean_t force)
sys/geom/nop/g_nop.c
52
static int g_nop_destroy(struct g_geom *gp, boolean_t force);
sys/geom/raid3/g_raid3.c
124
static void g_raid3_update_device(struct g_raid3_softc *sc, boolean_t force);
sys/geom/raid3/g_raid3.c
2501
g_raid3_update_device(struct g_raid3_softc *sc, boolean_t force)
sys/geom/shsec/g_shsec.c
50
static int g_shsec_destroy(struct g_shsec_softc *sc, boolean_t force);
sys/geom/shsec/g_shsec.c
573
g_shsec_destroy(struct g_shsec_softc *sc, boolean_t force)
sys/geom/stripe/g_stripe.c
50
static int g_stripe_destroy(struct g_stripe_softc *sc, boolean_t force);
sys/geom/stripe/g_stripe.c
894
g_stripe_destroy(struct g_stripe_softc *sc, boolean_t force)
sys/geom/virstor/g_virstor.c
110
static int virstor_geom_destroy(struct g_virstor_softc *, boolean_t,
sys/geom/virstor/g_virstor.c
111
boolean_t);
sys/geom/virstor/g_virstor.c
113
struct g_virstor_component *, boolean_t);
sys/geom/virstor/g_virstor.c
880
boolean_t delay)
sys/geom/virstor/g_virstor.c
914
virstor_geom_destroy(struct g_virstor_softc *sc, boolean_t force,
sys/geom/virstor/g_virstor.c
915
boolean_t delay)
sys/i386/i386/vm_machdep.c
634
boolean_t
sys/i386/include/sf_buf.h
34
boolean_t sf_buf_invalidate_cache(vm_page_t);
sys/kern/kern_shutdown.c
388
doadump(boolean_t textdump)
sys/kern/kern_shutdown.c
390
boolean_t coredump;
sys/kern/kern_umtx.c
4573
boolean_t wired;
sys/kern/kern_umtx.c
870
boolean_t wired;
sys/kern/subr_devmap.c
48
static boolean_t devmap_bootstrap_done = false;
sys/kern/subr_sfbuf.c
212
boolean_t
sys/kern/uipc_shm.c
1889
boolean_t wired;
sys/kern/uipc_shm.c
305
static boolean_t
sys/kern/vfs_vnops.c
3059
boolean_t writecounted;
sys/net/ieee8023ad_lacp.c
111
const struct tlv_template *, boolean_t);
sys/net/ieee8023ad_lacp.c
1536
boolean_t p_sync =
sys/net/ieee8023ad_lacp.c
1538
boolean_t p_collecting =
sys/net/ieee8023ad_lacp.c
1803
boolean_t active;
sys/net/ieee8023ad_lacp.c
2093
const struct tlv_template *tmpl, boolean_t check_type)
sys/net/ieee8023ad_lacp.h
250
boolean_t lsc_suppress_distributing;
sys/net/ieee8023ad_lacp.h
262
boolean_t lsc_fast_timeout; /* if set, fast timeout */
sys/sys/conf.h
382
int doadump(boolean_t);
sys/sys/sf_buf.h
154
boolean_t sf_buf_process_page(vm_page_t, void (*)(struct sf_buf *));
sys/vm/device_pager.c
490
static boolean_t
sys/vm/device_pager.c
65
static boolean_t dev_pager_haspage(vm_object_t, vm_pindex_t, int *, int *);
sys/vm/phys_pager.c
280
static boolean_t
sys/vm/phys_pager.c
295
static boolean_t
sys/vm/phys_pager.c
57
static boolean_t default_phys_pager_haspage(vm_object_t object,
sys/vm/sg_pager.c
219
static boolean_t
sys/vm/sg_pager.c
59
static boolean_t sg_pager_haspage(vm_object_t, vm_pindex_t, int *,
sys/vm/swap_pager.c
1208
static boolean_t
sys/vm/swap_pager.c
1265
static boolean_t
sys/vm/swap_pager.c
444
static boolean_t
sys/vm/vm_extern.h
106
vm_prot_t, int, vm_object_t, vm_ooffset_t, boolean_t, struct thread *);
sys/vm/vm_extern.h
111
struct vnode *, vm_ooffset_t *, vm_object_t *, boolean_t *);
sys/vm/vm_fault.c
126
boolean_t wired;
sys/vm/vm_fault.c
2172
boolean_t pmap_failed;
sys/vm/vm_glue.c
130
boolean_t rv;
sys/vm/vm_glue.c
162
boolean_t rv;
sys/vm/vm_map.c
131
static void vm_map_entry_deallocate(vm_map_entry_t entry, boolean_t system_map);
sys/vm/vm_map.c
1531
boolean_t
sys/vm/vm_map.c
1538
boolean_t locked;
sys/vm/vm_map.c
3813
boolean_t syncio,
sys/vm/vm_map.c
3814
boolean_t invalidate)
sys/vm/vm_map.c
3822
boolean_t failed;
sys/vm/vm_map.c
3932
vm_map_entry_deallocate(vm_map_entry_t entry, boolean_t system_map)
sys/vm/vm_map.c
4136
boolean_t
sys/vm/vm_map.c
5009
boolean_t *wired) /* OUT */
sys/vm/vm_map.c
5179
boolean_t *wired) /* OUT */
sys/vm/vm_map.h
482
boolean_t vm_map_check_protection (vm_map_t, vm_offset_t, vm_offset_t, vm_prot_t);
sys/vm/vm_map.h
500
vm_pindex_t *, vm_prot_t *, boolean_t *);
sys/vm/vm_map.h
502
vm_pindex_t *, vm_prot_t *, boolean_t *);
sys/vm/vm_map.h
504
boolean_t vm_map_lookup_entry (vm_map_t, vm_offset_t, vm_map_entry_t *);
sys/vm/vm_map.h
543
int vm_map_sync(vm_map_t, vm_offset_t, vm_offset_t, boolean_t, boolean_t);
sys/vm/vm_mmap.c
1303
boolean_t *writecounted)
sys/vm/vm_mmap.c
1480
boolean_t writecounted;
sys/vm/vm_mmap.c
1571
boolean_t writecounted, struct thread *td)
sys/vm/vm_object.c
1001
int pagerflags, int flags, boolean_t *allclean, bool *eio)
sys/vm/vm_object.c
1045
boolean_t
sys/vm/vm_object.c
1053
boolean_t res, allclean;
sys/vm/vm_object.c
113
static boolean_t vm_object_page_remove_write(vm_page_t p, int flags,
sys/vm/vm_object.c
114
boolean_t *allclean);
sys/vm/vm_object.c
1157
boolean_t
sys/vm/vm_object.c
1159
boolean_t syncio, boolean_t invalidate)
sys/vm/vm_object.c
1165
boolean_t res;
sys/vm/vm_object.c
2122
boolean_t
sys/vm/vm_object.c
2172
boolean_t
sys/vm/vm_object.c
2783
boolean_t full = have_addr;
sys/vm/vm_object.c
2840
boolean_t have_addr,
sys/vm/vm_object.c
979
static boolean_t
sys/vm/vm_object.c
980
vm_object_page_remove_write(vm_page_t p, int flags, boolean_t *allclean)
sys/vm/vm_object.h
360
boolean_t vm_object_coalesce(vm_object_t, vm_ooffset_t, vm_size_t, vm_size_t,
sys/vm/vm_object.h
373
boolean_t vm_object_page_clean(vm_object_t object, vm_ooffset_t start,
sys/vm/vm_object.h
379
boolean_t vm_object_populate(vm_object_t, vm_pindex_t, vm_pindex_t);
sys/vm/vm_object.h
382
void vm_object_print(long addr, boolean_t have_addr, long count, char *modif);
sys/vm/vm_object.h
389
boolean_t vm_object_sync(vm_object_t, vm_ooffset_t, vm_size_t, boolean_t,
sys/vm/vm_object.h
390
boolean_t);
sys/vm/vm_page.c
5730
vm_page_zero_invalid(vm_page_t m, boolean_t setvalid)
sys/vm/vm_page.c
5925
boolean_t phys, virt;
sys/vm/vm_page.h
672
void vm_page_zero_invalid(vm_page_t m, boolean_t setvalid);
sys/vm/vm_pager.c
128
static boolean_t
sys/vm/vm_pager.c
98
static boolean_t dead_pager_haspage(vm_object_t, vm_pindex_t, int *, int *);
sys/vm/vm_pager.h
165
static __inline boolean_t
sys/vm/vm_pager.h
169
boolean_t ret;
sys/vm/vm_pager.h
314
boolean_t (*phys_pg_haspage)(vm_object_t obj, vm_pindex_t pindex,
sys/vm/vm_pager.h
58
typedef boolean_t pgo_haspage_t(vm_object_t, vm_pindex_t, int *, int *);
sys/vm/vm_pager.h
71
typedef boolean_t pgo_can_alloc_page_t(vm_object_t object, vm_pindex_t pindex);
sys/vm/vm_reserv.c
1002
boolean_t
sys/vm/vm_reserv.c
1006
boolean_t ret;
sys/vm/vm_reserv.c
281
static boolean_t vm_reserv_has_pindex(vm_reserv_t rv,
sys/vm/vm_reserv.c
547
static __inline boolean_t
sys/vm/vm_reserv.h
55
boolean_t vm_reserv_free_page(vm_page_t m);
sys/vm/vnode_pager.c
363
static boolean_t
sys/vm/vnode_pager.c
96
static boolean_t vnode_pager_haspage(vm_object_t, vm_pindex_t, int *, int *);