sys/cpu/x86_64/misc/db_disasm.c
1162
db_disasm(db_addr_t loc, boolean_t altfmt, db_regs_t *dummy)
sys/cpu/x86_64/misc/db_disasm.c
1174
boolean_t first;
sys/cpu/x86_64/misc/lwbuf.c
62
static boolean_t
sys/ddb/db_access.c
73
db_get_value(db_addr_t addr, int size, boolean_t is_signed)
sys/ddb/db_access.h
47
boolean_t is_signed);
sys/ddb/db_break.c
158
static boolean_t db_breakpoints_inserted = TRUE;
sys/ddb/db_break.c
263
db_delete_cmd(db_expr_t addr, boolean_t have_addr, db_expr_t count, char *modif)
sys/ddb/db_break.c
271
db_breakpoint_cmd(db_expr_t addr, boolean_t have_addr, db_expr_t count,
sys/ddb/db_break.c
282
db_listbreak_cmd(db_expr_t dummy1, boolean_t dummy2, db_expr_t dummy3,
sys/ddb/db_break.c
294
boolean_t
sys/ddb/db_break.c
302
boolean_t
sys/ddb/db_command.c
140
static boolean_t db_ed_style = TRUE;
sys/ddb/db_command.c
291
boolean_t have_addr = FALSE;
sys/ddb/db_command.c
305
db_fncall((db_expr_t)0, (boolean_t)0, (db_expr_t)0, NULL);
sys/ddb/db_command.c
515
db_fncall(db_expr_t dummy1, boolean_t dummy2, db_expr_t dummy3, char *dummy4)
sys/ddb/db_command.c
60
boolean_t db_cmd_loop_done;
sys/ddb/db_command.c
613
db_gdb(db_expr_t dummy1, boolean_t dummy2, db_expr_t dummy3, char *dummy4)
sys/ddb/db_command.c
628
db_reset(db_expr_t dummy1, boolean_t dummy2, db_expr_t dummy3, char * dummy4)
sys/ddb/db_examine.c
204
db_print_cmd(db_expr_t addr, boolean_t have_addr, db_expr_t count, char *modif)
sys/ddb/db_examine.c
267
db_search_cmd(db_expr_t dummy1, boolean_t dummy2, db_expr_t dummy3,
sys/ddb/db_examine.c
55
db_examine_cmd(db_expr_t addr, boolean_t have_addr, db_expr_t count,
sys/ddb/db_expr.c
100
static boolean_t
sys/ddb/db_expr.c
127
static boolean_t
sys/ddb/db_expr.c
165
static boolean_t
sys/ddb/db_expr.c
193
static boolean_t
sys/ddb/db_expr.c
40
static boolean_t db_add_expr (db_expr_t *valuep);
sys/ddb/db_expr.c
41
static boolean_t db_mult_expr (db_expr_t *valuep);
sys/ddb/db_expr.c
42
static boolean_t db_shift_expr (db_expr_t *valuep);
sys/ddb/db_expr.c
43
static boolean_t db_term (db_expr_t *valuep);
sys/ddb/db_expr.c
44
static boolean_t db_unary (db_expr_t *valuep);
sys/ddb/db_expr.c
46
static boolean_t
sys/ddb/db_kld.c
106
boolean_t
sys/ddb/db_kld.c
99
boolean_t
sys/ddb/db_print.c
46
db_show_regs(db_expr_t dummy1, boolean_t dummy2, db_expr_t dummy3, char *dummy4)
sys/ddb/db_ps.c
41
db_ps(db_expr_t dummy1, boolean_t dummy2, db_expr_t dummy3, char *dummy4)
sys/ddb/db_run.c
169
db_restart_at_pc(boolean_t watchpt)
sys/ddb/db_run.c
297
extern boolean_t db_cmd_loop_done;
sys/ddb/db_run.c
302
db_single_step_cmd(db_expr_t addr, boolean_t have_addr, db_expr_t count,
sys/ddb/db_run.c
305
boolean_t print = FALSE;
sys/ddb/db_run.c
326
db_trace_until_call_cmd(db_expr_t addr, boolean_t have_addr, db_expr_t count,
sys/ddb/db_run.c
329
boolean_t print = FALSE;
sys/ddb/db_run.c
345
db_trace_until_matching_cmd(db_expr_t addr, boolean_t have_addr,
sys/ddb/db_run.c
348
boolean_t print = FALSE;
sys/ddb/db_run.c
366
db_continue_cmd(db_expr_t addr, boolean_t have_addr, db_expr_t count,
sys/ddb/db_run.c
54
static boolean_t db_sstep_print;
sys/ddb/db_run.c
73
boolean_t
sys/ddb/db_run.c
74
db_stop_at_pc(boolean_t *is_breakpoint)
sys/ddb/db_sym.c
104
boolean_t
sys/ddb/db_sym.c
174
static volatile boolean_t db_qualify_ambiguous_names = FALSE;
sys/ddb/db_sym.c
180
static boolean_t
sys/ddb/db_sym.c
186
boolean_t found_once = FALSE;
sys/ddb/db_sym.c
305
static boolean_t
sys/ddb/db_sym.c
54
static boolean_t db_symbol_is_ambiguous (c_db_sym_t sym);
sys/ddb/db_sym.c
55
static boolean_t db_line_at_pc (c_db_sym_t, char **, int *,
sys/ddb/db_sym.c
94
boolean_t
sys/ddb/db_sym.h
101
boolean_t X_db_line_at_pc (db_symtab_t *symtab, c_db_sym_t cursym,
sys/ddb/db_sym.h
108
boolean_t X_db_sym_numargs (db_symtab_t *, c_db_sym_t, int *,
sys/ddb/db_sym.h
93
boolean_t db_eqname (const char *, const char *, int);
sys/ddb/db_trap.c
50
boolean_t bkpt;
sys/ddb/db_trap.c
51
boolean_t watchpt;
sys/ddb/db_variables.c
132
db_set_cmd(db_expr_t dummy1, boolean_t dummy2, db_expr_t dummy3, char *dummy4)
sys/ddb/db_watch.c
183
db_deletewatch_cmd(db_expr_t addr, boolean_t have_addr, db_expr_t count,
sys/ddb/db_watch.c
192
db_watchpoint_cmd(db_expr_t addr, boolean_t have_addr, db_expr_t count,
sys/ddb/db_watch.c
242
static boolean_t
sys/ddb/db_watch.c
280
db_deletehwatch_cmd(db_expr_t addr, boolean_t have_addr, db_expr_t count,
sys/ddb/db_watch.c
296
db_hwatchpoint_cmd(db_expr_t addr, boolean_t have_addr, db_expr_t count,
sys/ddb/db_watch.c
310
db_invltlb_cmd(db_expr_t addr, boolean_t have_addr, db_expr_t count,
sys/ddb/db_watch.c
49
static boolean_t db_watchpoints_inserted = TRUE;
sys/ddb/db_watch.c
62
static boolean_t db_find_watchpoint (vm_map_t map, db_addr_t addr,
sys/ddb/db_write_cmd.c
47
db_write_cmd(db_expr_t address, boolean_t have_addr, db_expr_t count,
sys/ddb/db_write_cmd.c
54
boolean_t wrote_one = FALSE;
sys/ddb/ddb.h
100
boolean_t db_map_current (struct vm_map *);
sys/ddb/ddb.h
101
boolean_t db_map_equal (struct vm_map *, struct vm_map *);
sys/ddb/ddb.h
108
void db_restart_at_pc (boolean_t watchpt);
sys/ddb/ddb.h
111
boolean_t db_stop_at_pc (boolean_t *is_breakpoint);
sys/ddb/ddb.h
114
boolean_t db_value_of_name (const char *name, db_expr_t *valuep);
sys/ddb/ddb.h
51
typedef void db_cmdfcn_t (db_expr_t addr, boolean_t have_addr,
sys/ddb/ddb.h
73
func_name(db_expr_t addr, boolean_t have_addr, db_expr_t count, \
sys/ddb/ddb.h
93
db_addr_t db_disasm (db_addr_t loc, boolean_t altfmt, db_regs_t *regs);
sys/dev/acpica/acpi_button.c
52
boolean_t fixed;
sys/dev/acpica/acpi_cpu_cstate.c
111
static boolean_t acpi_cst_use_fadt;
sys/dev/acpica/acpi_cpu_cstate.c
114
static boolean_t acpi_cst_disable_idle;
sys/dev/acpica/acpi_cpu_pstate.c
1658
boolean_t fixup = FALSE;
sys/dev/disk/nata/ata-all.c
1049
static boolean_t
sys/dev/disk/nata/ata-all.c
1063
static boolean_t
sys/dev/disk/sdhci/sdhci.c
911
boolean_t
sys/dev/disk/sdhci/sdhci.h
419
boolean_t sdhci_generic_get_card_present(device_t brdev, struct sdhci_slot *slot);
sys/dev/misc/dimm/dimm.c
260
int ecc_cnt, boolean_t crit)
sys/dev/misc/dimm/dimm.c
268
int ecc_cnt, boolean_t crit)
sys/dev/misc/dimm/dimm.c
275
dimm_sensor_ecc(struct dimm_softc *sc, struct ksensor *sens, boolean_t crit)
sys/dev/misc/dimm/dimm.c
77
boolean_t);
sys/dev/misc/dimm/dimm.h
57
boolean_t _crit);
sys/dev/misc/dimm/dimm.h
60
boolean_t _crit);
sys/dev/misc/ecc/ecc_e3.c
123
static void ecc_e3_errlog(struct ecc_e3_softc *, boolean_t);
sys/dev/misc/ecc/ecc_e3.c
125
boolean_t);
sys/dev/misc/ecc/ecc_e3.c
129
static void ecc_e3_sensor_update(struct ecc_e3_softc *, boolean_t);
sys/dev/misc/ecc/ecc_e3.c
307
boolean_t crit = FALSE;
sys/dev/misc/ecc/ecc_e3.c
412
ecc_e3_errlog(struct ecc_e3_softc *sc, boolean_t crit)
sys/dev/misc/ecc/ecc_e3.c
426
boolean_t crit)
sys/dev/misc/ecc/ecc_e3.c
486
ecc_e3_sensor_update(struct ecc_e3_softc *sc, boolean_t crit)
sys/dev/netif/alc/if_alc.c
184
static int alc_newbuf(struct alc_softc *, struct alc_rxdesc *, boolean_t);
sys/dev/netif/alc/if_alc.c
3179
alc_newbuf(struct alc_softc *sc, struct alc_rxdesc *rxd, boolean_t wait)
sys/dev/netif/bce/if_bce.c
388
static void bce_set_timer_cpuid(struct bce_softc *, boolean_t);
sys/dev/netif/bce/if_bce.c
392
static void bce_free_msix(struct bce_softc *, boolean_t);
sys/dev/netif/bce/if_bce.c
439
boolean_t);
sys/dev/netif/bce/if_bce.c
4684
boolean_t polling;
sys/dev/netif/bce/if_bce.c
6712
boolean_t serialized)
sys/dev/netif/bce/if_bce.c
6735
bce_set_timer_cpuid(struct bce_softc *sc, boolean_t polling)
sys/dev/netif/bce/if_bce.c
6772
boolean_t setup = FALSE;
sys/dev/netif/bce/if_bce.c
6942
bce_free_msix(struct bce_softc *sc, boolean_t setup)
sys/dev/netif/bce/if_bcereg.h
6041
boolean_t bce_msi_maylose;
sys/dev/netif/bnx/if_bnx.c
206
static void bnx_free_msix(struct bnx_softc *, boolean_t);
sys/dev/netif/bnx/if_bnx.c
230
boolean_t);
sys/dev/netif/bnx/if_bnx.c
267
static void bnx_set_tick_cpuid(struct bnx_softc *, boolean_t);
sys/dev/netif/bnx/if_bnx.c
277
static void bnx_enable_msi(struct bnx_softc *, boolean_t);
sys/dev/netif/bnx/if_bnx.c
3596
boolean_t polling;
sys/dev/netif/bnx/if_bnx.c
5097
bnx_enable_msi(struct bnx_softc *sc, boolean_t is_msix)
sys/dev/netif/bnx/if_bnx.c
5550
boolean_t serialized)
sys/dev/netif/bnx/if_bnx.c
5561
bnx_set_tick_cpuid(struct bnx_softc *sc, boolean_t polling)
sys/dev/netif/bnx/if_bnx.c
5826
boolean_t setup = FALSE;
sys/dev/netif/bnx/if_bnx.c
6015
bnx_free_msix(struct bnx_softc *sc, boolean_t setup)
sys/dev/netif/bnx/if_bnxvar.h
279
boolean_t bnx_intr_maylose;
sys/dev/netif/bwn/bwn/if_bwnvar.h
1065
static inline boolean_t
sys/dev/netif/bwn/bwn/if_bwnvar.h
1107
static inline boolean_t
sys/dev/netif/em/if_em.c
1594
em_intr_body(struct adapter *adapter, boolean_t chk_asserted)
sys/dev/netif/em/if_em.c
309
static void em_intr_body(struct adapter *, boolean_t);
sys/dev/netif/em/if_em.c
312
static void em_tx_collect(struct adapter *, boolean_t);
sys/dev/netif/em/if_em.c
3275
em_tx_collect(struct adapter *adapter, boolean_t gc)
sys/dev/netif/em/if_em.h
432
boolean_t pcix_82544;
sys/dev/netif/emx/if_emx.c
1349
boolean_t polling;
sys/dev/netif/emx/if_emx.c
1482
emx_intr_body(struct emx_softc *sc, boolean_t chk_asserted)
sys/dev/netif/emx/if_emx.c
242
boolean_t);
sys/dev/netif/emx/if_emx.c
247
static void emx_intr_body(struct emx_softc *, boolean_t);
sys/dev/netif/emx/if_emx.c
250
static void emx_tx_collect(struct emx_txdata *, boolean_t);
sys/dev/netif/emx/if_emx.c
273
static int emx_get_txring_inuse(const struct emx_softc *, boolean_t);
sys/dev/netif/emx/if_emx.c
2809
emx_tx_collect(struct emx_txdata *tdata, boolean_t gc)
sys/dev/netif/emx/if_emx.c
4174
boolean_t serialized)
sys/dev/netif/emx/if_emx.c
4481
emx_get_txring_inuse(const struct emx_softc *sc, boolean_t polling)
sys/dev/netif/igb/if_igb.c
1463
igb_reset(struct igb_softc *sc, boolean_t media_reset)
sys/dev/netif/igb/if_igb.c
148
static boolean_t igb_is_valid_ether_addr(const uint8_t *);
sys/dev/netif/igb/if_igb.c
150
static boolean_t igb_txcsum_ctx(struct igb_tx_ring *, struct mbuf *);
sys/dev/netif/igb/if_igb.c
160
static void igb_set_ring_inuse(struct igb_softc *, boolean_t);
sys/dev/netif/igb/if_igb.c
161
static int igb_get_rxring_inuse(const struct igb_softc *, boolean_t);
sys/dev/netif/igb/if_igb.c
162
static int igb_get_txring_inuse(const struct igb_softc *, boolean_t);
sys/dev/netif/igb/if_igb.c
163
static void igb_set_timer_cpuid(struct igb_softc *, boolean_t);
sys/dev/netif/igb/if_igb.c
166
static void igb_reset(struct igb_softc *, boolean_t);
sys/dev/netif/igb/if_igb.c
171
static void igb_init_rx_unit(struct igb_softc *, boolean_t);
sys/dev/netif/igb/if_igb.c
194
static int igb_newbuf(struct igb_rx_ring *, int, boolean_t);
sys/dev/netif/igb/if_igb.c
2103
static boolean_t
sys/dev/netif/igb/if_igb.c
2109
boolean_t offload = TRUE;
sys/dev/netif/igb/if_igb.c
218
boolean_t);
sys/dev/netif/igb/if_igb.c
240
static void igb_free_msix(struct igb_softc *, boolean_t);
sys/dev/netif/igb/if_igb.c
2415
igb_newbuf(struct igb_rx_ring *rxr, int i, boolean_t wait)
sys/dev/netif/igb/if_igb.c
2491
igb_init_rx_unit(struct igb_softc *sc, boolean_t polling)
sys/dev/netif/igb/if_igb.c
2730
boolean_t eop;
sys/dev/netif/igb/if_igb.c
3014
static boolean_t
sys/dev/netif/igb/if_igb.c
4245
boolean_t serialized)
sys/dev/netif/igb/if_igb.c
4467
boolean_t setup = FALSE;
sys/dev/netif/igb/if_igb.c
4695
igb_free_msix(struct igb_softc *sc, boolean_t setup)
sys/dev/netif/igb/if_igb.c
4759
igb_set_ring_inuse(struct igb_softc *sc, boolean_t polling)
sys/dev/netif/igb/if_igb.c
4771
igb_get_rxring_inuse(const struct igb_softc *sc, boolean_t polling)
sys/dev/netif/igb/if_igb.c
4785
igb_get_txring_inuse(const struct igb_softc *sc, boolean_t polling)
sys/dev/netif/igb/if_igb.c
4949
igb_set_timer_cpuid(struct igb_softc *sc, boolean_t polling)
sys/dev/netif/igb/if_igb.c
961
boolean_t polling;
sys/dev/netif/igb/if_igb.h
280
boolean_t discard;
sys/dev/netif/iwm/if_iwm.c
3484
boolean_t rate_matched;
sys/dev/netif/iwm/if_iwm.c
378
static boolean_t iwm_is_lar_supported(struct iwm_softc *);
sys/dev/netif/iwm/if_iwm.c
379
static boolean_t iwm_is_wifi_mcc_supported(struct iwm_softc *);
sys/dev/netif/iwm/if_iwm.c
4691
static boolean_t
sys/dev/netif/iwm/if_iwm.c
4694
boolean_t nvm_lar = sc->nvm_data->lar_enabled;
sys/dev/netif/iwm/if_iwm.c
4695
boolean_t tlv_lar = iwm_fw_has_capa(sc, IWM_UCODE_TLV_CAPA_LAR_SUPPORT);
sys/dev/netif/iwm/if_iwm.c
4710
static boolean_t
sys/dev/netif/iwm/if_iwm.c
5375
boolean_t stolen = FALSE;
sys/dev/netif/iwm/if_iwm_binding.c
187
struct iwm_phy_ctxt *phyctxt, boolean_t add)
sys/dev/netif/iwm/if_iwm_power.c
221
static boolean_t
sys/dev/netif/iwm/if_iwm_power.c
226
boolean_t radar_detect = FALSE;
sys/dev/netif/iwm/if_iwm_power.c
275
boolean_t bss_conf_ps = FALSE;
sys/dev/netif/iwm/if_iwm_power.c
370
boolean_t disable_ps;
sys/dev/netif/iwm/if_iwm_power.c
384
boolean_t old_ps_disabled = sc->sc_ps_disabled;
sys/dev/netif/iwm/if_iwm_power.c
406
boolean_t bss_conf_ps = FALSE;
sys/dev/netif/iwm/if_iwm_scan.c
201
static inline boolean_t
sys/dev/netif/iwm/if_iwm_scan.c
555
static boolean_t
sys/dev/netif/iwm/if_iwm_sf.c
286
boolean_t remove_vif)
sys/dev/netif/iwm/if_iwm_sf.h
78
boolean_t remove_vif);
sys/dev/netif/iwm/if_iwm_sta.c
135
boolean_t update)
sys/dev/netif/iwm/if_iwm_sta.c
198
iwm_drain_sta(struct iwm_softc *sc, struct iwm_vap *ivp, boolean_t drain)
sys/dev/netif/iwm/if_iwm_sta.c
259
boolean_t is_assoc)
sys/dev/netif/iwm/if_iwm_sta.h
209
boolean_t update);
sys/dev/netif/iwm/if_iwm_sta.h
213
boolean_t is_assoc);
sys/dev/netif/iwm/if_iwm_sta.h
220
boolean_t drain);
sys/dev/netif/iwm/if_iwm_time_event.c
336
uint32_t duration, uint32_t max_delay, boolean_t wait_for_notif)
sys/dev/netif/iwm/if_iwm_time_event.h
112
uint32_t duration, uint32_t max_delay, boolean_t wait_for_notif);
sys/dev/netif/iwm/if_iwm_util.c
513
iwm_send_lq_cmd(struct iwm_softc *sc, struct iwm_lq_cmd *lq, boolean_t init)
sys/dev/netif/iwm/if_iwm_util.c
528
boolean_t
sys/dev/netif/iwm/if_iwm_util.h
123
boolean_t init);
sys/dev/netif/iwm/if_iwm_util.h
125
extern boolean_t iwm_rx_diversity_allowed(struct iwm_softc *sc);
sys/dev/netif/iwm/if_iwmvar.h
215
boolean_t lar_enabled;
sys/dev/netif/iwm/if_iwmvar.h
365
boolean_t have_wme;
sys/dev/netif/iwm/if_iwmvar.h
379
boolean_t ps_disabled;
sys/dev/netif/iwm/if_iwmvar.h
541
boolean_t last_ebs_successful;
sys/dev/netif/iwm/if_iwmvar.h
547
boolean_t sc_ps_disabled;
sys/dev/netif/ix/if_ix.c
1232
boolean_t link_active;
sys/dev/netif/ix/if_ix.c
160
boolean_t);
sys/dev/netif/ix/if_ix.c
1861
static boolean_t
sys/dev/netif/ix/if_ix.c
1894
boolean_t sfp;
sys/dev/netif/ix/if_ix.c
206
static void ix_set_ring_inuse(struct ix_softc *, boolean_t);
sys/dev/netif/ix/if_ix.c
207
static int ix_get_timer_cpuid(const struct ix_softc *, boolean_t);
sys/dev/netif/ix/if_ix.c
209
static void ix_detect_fanfail(struct ix_softc *, uint32_t, boolean_t);
sys/dev/netif/ix/if_ix.c
220
static int ix_get_txring_inuse(const struct ix_softc *, boolean_t);
sys/dev/netif/ix/if_ix.c
2225
boolean_t offload = TRUE;
sys/dev/netif/ix/if_ix.c
237
static int ix_get_rxring_inuse(const struct ix_softc *, boolean_t);
sys/dev/netif/ix/if_ix.c
242
static void ix_init_rx_unit(struct ix_softc *, boolean_t);
sys/dev/netif/ix/if_ix.c
246
static int ix_newbuf(struct ix_rx_ring *, int, boolean_t);
sys/dev/netif/ix/if_ix.c
248
static void ix_rx_discard(struct ix_rx_ring *, int, boolean_t);
sys/dev/netif/ix/if_ix.c
254
static void ix_free_msix(struct ix_softc *, boolean_t);
sys/dev/netif/ix/if_ix.c
2669
ix_init_rx_unit(struct ix_softc *sc, boolean_t polling)
sys/dev/netif/ix/if_ix.c
274
static boolean_t ix_sfp_probe(struct ix_softc *);
sys/dev/netif/ix/if_ix.c
275
static boolean_t ix_is_sfp(struct ixgbe_hw *);
sys/dev/netif/ix/if_ix.c
2927
ix_rx_discard(struct ix_rx_ring *rxr, int i, boolean_t eop)
sys/dev/netif/ix/if_ix.c
2962
boolean_t eop;
sys/dev/netif/ix/if_ix.c
3258
boolean_t bus_info_valid = TRUE;
sys/dev/netif/ix/if_ix.c
3403
static boolean_t
sys/dev/netif/ix/if_ix.c
3865
ix_set_ring_inuse(struct ix_softc *sc, boolean_t polling)
sys/dev/netif/ix/if_ix.c
3878
ix_get_rxring_inuse(const struct ix_softc *sc, boolean_t polling)
sys/dev/netif/ix/if_ix.c
3892
ix_get_txring_inuse(const struct ix_softc *sc, boolean_t polling)
sys/dev/netif/ix/if_ix.c
3981
boolean_t serialized)
sys/dev/netif/ix/if_ix.c
4130
ix_newbuf(struct ix_rx_ring *rxr, int i, boolean_t wait)
sys/dev/netif/ix/if_ix.c
4495
ix_get_timer_cpuid(const struct ix_softc *sc, boolean_t polling)
sys/dev/netif/ix/if_ix.c
4510
boolean_t setup = FALSE;
sys/dev/netif/ix/if_ix.c
4746
ix_free_msix(struct ix_softc *sc, boolean_t setup)
sys/dev/netif/ix/if_ix.c
5384
ix_detect_fanfail(struct ix_softc *sc, uint32_t reg, boolean_t intr)
sys/dev/netif/ix/if_ix.c
932
boolean_t polling;
sys/dev/netif/ix/if_ix.h
315
boolean_t link_active;
sys/dev/netif/ix/if_ix.h
329
boolean_t sfp_probe; /* pluggable optics */
sys/dev/netif/jme/if_jme.c
119
boolean_t);
sys/dev/netif/jme/if_jme.c
3598
boolean_t serialized)
sys/dev/netif/jme/if_jmevar.h
282
boolean_t jme_has_link;
sys/dev/netif/jme/if_jmevar.h
283
boolean_t jme_in_tick;
sys/dev/netif/mxge/if_mxge.c
2041
boolean_t init)
sys/dev/netif/mxge/if_mxge.c
2091
boolean_t init)
sys/dev/netif/mxge/if_mxge.c
2732
const boolean_t polling = FALSE;
sys/dev/netif/mxge/if_mxge.c
2734
boolean_t polling = FALSE;
sys/dev/netif/mxge/if_mxge.c
2813
const boolean_t polling = FALSE;
sys/dev/netif/mxge/if_mxge.c
2815
boolean_t polling = FALSE;
sys/dev/netif/mxge/if_mxge.c
4176
boolean_t serialized)
sys/dev/netif/mxge/if_mxge.c
4526
mxge_free_msix(struct mxge_softc *sc, boolean_t setup)
sys/dev/netif/mxge/if_mxge.c
4551
boolean_t setup = FALSE;
sys/dev/netif/oce/oce_if.c
106
static struct mbuf *oce_insert_vlan_tag(POCE_SOFTC sc, struct mbuf *m, boolean_t *complete);
sys/dev/netif/oce/oce_if.c
2203
oce_insert_vlan_tag(POCE_SOFTC sc, struct mbuf *m, boolean_t *complete)
sys/dev/netif/oce/oce_if.c
822
boolean_t complete = TRUE;
sys/dev/netif/oce/oce_if.h
516
boolean_t enable;
sys/dev/netif/oce/oce_if.h
618
boolean_t is_eventable;
sys/dev/netif/oce/oce_if.h
619
boolean_t sol_eventable;
sys/dev/netif/oce/oce_if.h
620
boolean_t nodelay;
sys/dev/netif/oce/oce_if.h
696
boolean_t resched;
sys/dev/netif/oce/oce_mbox.c
1965
boolean_t nic_desc_valid = FALSE;
sys/dev/netif/oce/oce_mbox.c
2054
boolean_t nic_desc_valid = FALSE;
sys/dev/netif/oce/oce_sysctl.c
288
boolean_t skip_image;
sys/dev/netif/oce/oce_sysctl.c
430
static boolean_t
sys/dev/netif/oce/oce_sysctl.c
449
static boolean_t
sys/dev/netif/oce/oce_sysctl.c
54
static boolean_t oce_phy_flashing_required(POCE_SOFTC sc);
sys/dev/netif/oce/oce_sysctl.c
55
static boolean_t oce_img_flashing_required(POCE_SOFTC sc, const char *p,
sys/dev/netif/re/if_re.c
1988
re_stop(struct re_softc *sc, boolean_t full_stop)
sys/dev/netif/re/if_re.c
227
static void re_stop(struct re_softc *, boolean_t);
sys/dev/netif/re/if_re.c
555
static boolean_t
sys/dev/powermng/clockmod/clockmod.c
488
static boolean_t
sys/dev/powermng/clockmod/clockmod.c
98
static boolean_t clockmod_errata_duty(int);
sys/dev/powermng/coretemp/coretemp.c
235
boolean_t sens_task = FALSE;
sys/dev/powermng/coretemp/coretemp.c
405
boolean_t pkg_sens = TRUE;
sys/dev/raid/mpr/mpr_user.c
2109
boolean_t sendAEN = FALSE;
sys/dev/raid/mps/mps_user.c
1890
boolean_t sendAEN = FALSE;
sys/dev/virtual/hyperv/hyperv.c
201
static boolean_t
sys/dev/virtual/hyperv/hyperv.c
68
static boolean_t hyperv_identify(void);
sys/dev/virtual/virtio/net/if_vtnet.c
572
boolean_t serialized)
sys/dev/virtual/virtio/net/if_vtnet.c
97
boolean_t);
sys/kern/imgact_elf.c
1670
static boolean_t
sys/kern/imgact_elf.c
1674
boolean_t valid_note_found;
sys/kern/imgact_elf.c
1699
static boolean_t
sys/kern/imgact_elf.c
1709
static boolean_t
sys/kern/imgact_elf.c
1720
static boolean_t
sys/kern/imgact_elf.c
1724
boolean_t limited_to_first_page;
sys/kern/imgact_elf.c
1725
boolean_t found = FALSE;
sys/kern/imgact_elf.c
1817
static boolean_t
sys/kern/imgact_elf.c
1821
boolean_t limited_to_first_page;
sys/kern/imgact_elf.c
1822
const boolean_t result_success = FALSE;
sys/kern/imgact_elf.c
1823
const boolean_t result_failure = TRUE;
sys/kern/imgact_elf.c
1865
static boolean_t
sys/kern/imgact_elf.c
540
boolean_t ret;
sys/kern/imgact_elf.c
616
boolean_t failure;
sys/kern/imgact_elf.c
86
static boolean_t __elfN(bsd_trans_osrel)(const Elf_Note *note,
sys/kern/imgact_elf.c
88
static boolean_t __elfN(check_note)(struct image_params *imgp,
sys/kern/imgact_elf.c
92
static boolean_t check_PT_NOTE(struct image_params *imgp,
sys/kern/imgact_elf.c
94
static boolean_t extract_interpreter(struct image_params *imgp,
sys/kern/kern_cputimer.c
373
boolean_t selected __unused)
sys/kern/kern_cputimer.c
458
boolean_t selected = FALSE;
sys/kern/kern_objcache.c
203
static boolean_t
sys/kern/kern_objcache.c
804
struct magazinelist *tmplist, boolean_t purgeall)
sys/kern/kern_objcache.c
861
boolean_t
sys/kern/kern_sfbuf.c
55
static boolean_t
sys/kern/kern_sysref.c
194
boolean_t
sys/kern/kern_sysref.c
60
static boolean_t sysref_ctor(void *data, void *privdata, int ocflags);
sys/kern/lwkt_msgport.c
356
lwkt_initport_spin(lwkt_port_t port, thread_t td, boolean_t fixed_cpuid)
sys/kern/lwkt_thread.c
248
static boolean_t
sys/kern/subr_bus.c
493
boolean_t
sys/kern/uipc_mbuf.c
2328
boolean_t allow_alloc)
sys/kern/uipc_mbuf.c
570
static __inline boolean_t
sys/kern/uipc_mbuf.c
586
static boolean_t
sys/kern/uipc_mbuf.c
607
static boolean_t
sys/kern/uipc_mbuf.c
624
static boolean_t
sys/kern/uipc_mbuf.c
677
static boolean_t
sys/kern/uipc_mbuf.c
694
static boolean_t
sys/kern/uipc_mbuf.c
711
static boolean_t
sys/kern/uipc_mbuf.c
728
static boolean_t
sys/kern/uipc_socket.c
1272
boolean_t free_rights = FALSE;
sys/kern/uipc_socket.c
485
boolean_t do_wakeup = FALSE;
sys/kern/uipc_socket.c
643
soabort_async(struct socket *so, boolean_t clr_head)
sys/kern/uipc_socket.c
686
boolean_t sync)
sys/kern/uipc_socket2.c
349
const struct sockaddr *faddr, boolean_t keep_ref)
sys/kern/uipc_syscalls.c
232
static boolean_t
sys/kern/uipc_syscalls.c
325
boolean_t pred;
sys/kern/uipc_syscalls.c
556
static boolean_t
sys/kern/vfs_nlookup.c
550
boolean_t doretry = FALSE;
sys/kern/vfs_nlookup.c
551
boolean_t inretry = FALSE;
sys/net/bpf.c
92
boolean_t nm_feedback;
sys/net/if.c
1494
static __inline boolean_t
sys/net/if.c
1514
static __inline boolean_t
sys/net/if.c
463
boolean_t serialized)
sys/net/if_ethersubr.c
133
static boolean_t ether_ipfw_chk(struct mbuf **m0, struct ifnet *dst,
sys/net/if_ethersubr.c
1335
static __inline boolean_t
sys/net/if_ethersubr.c
497
static boolean_t
sys/net/if_poll.c
327
sched_iopollmore(struct iopoll_ctx *io_ctx, boolean_t direct)
sys/net/if_poll.c
824
boolean_t direct = TRUE, crit;
sys/net/if_var.h
383
(struct ifnet *, enum ifnet_serialize, boolean_t);
sys/net/if_var.h
857
enum ifnet_serialize _slz, boolean_t _serialized)
sys/net/ipfw/ip_fw2.c
2021
static boolean_t
sys/net/ipfw/ip_fw2.c
2258
static boolean_t
sys/net/ipfw/ip_fw2.c
2262
boolean_t trk_freed = FALSE;
sys/net/ipfw/ip_fw2.c
2330
static boolean_t
sys/net/ipfw/ip_fw2.c
2332
boolean_t reap)
sys/net/ipfw/ip_fw2.c
2335
boolean_t ret = FALSE;
sys/net/ipfw/ip_fw2.c
2405
boolean_t reap = FALSE;
sys/net/ipfw/ip_fw2.c
2598
boolean_t do_expire = FALSE;
sys/net/ipfw/ip_fw2.c
2754
boolean_t overflow = TRUE;
sys/net/ipfw/ip_fw2.c
3027
boolean_t wildcard;
sys/net/ipfw/ip_fw2.c
3117
boolean_t pseudo = FALSE;
sys/net/ipfw/ip_fw2.c
5634
static boolean_t
sys/net/ipfw/ip_fw2.c
5665
static boolean_t
sys/net/ipfw3_layer4/ip_fw3_layer4.c
101
boolean_t wildcard;
sys/net/ipfw3_nat/ip_fw3_nat.c
184
boolean_t pseudo = FALSE, need_return_state = FALSE;
sys/net/lagg/ieee8023ad_lacp.c
106
const struct tlv_template *, boolean_t);
sys/net/lagg/ieee8023ad_lacp.c
1433
boolean_t p_sync =
sys/net/lagg/ieee8023ad_lacp.c
1435
boolean_t p_collecting =
sys/net/lagg/ieee8023ad_lacp.c
1700
boolean_t active;
sys/net/lagg/ieee8023ad_lacp.c
1974
const struct tlv_template *tmpl, boolean_t check_type)
sys/net/lagg/ieee8023ad_lacp.c
531
boolean_t active = TRUE; /* XXX should be configurable */
sys/net/lagg/ieee8023ad_lacp.c
532
boolean_t fast = FALSE; /* XXX should be configurable */
sys/net/lagg/ieee8023ad_lacp.h
242
boolean_t lsc_suppress_distributing;
sys/net/route.c
1641
boolean_t exact_match;
sys/net/route.c
1647
rtsearch_callback_func_t callback, void *arg, boolean_t exact_match,
sys/net/route.c
1648
boolean_t req_prio)
sys/net/route.c
1762
rtmask_add_global(struct sockaddr *mask, boolean_t req_prio)
sys/net/route.c
1777
_rtmask_lookup(struct sockaddr *mask, boolean_t search)
sys/net/route.c
710
rtrequest1_callback_func_t callback, void *arg, boolean_t req_prio)
sys/net/route.h
408
rtrequest1_callback_func_t, void *, boolean_t);
sys/net/route.h
417
rtsearch_callback_func_t, void *, boolean_t, boolean_t);
sys/net/route.h
419
int rtmask_add_global(struct sockaddr *, boolean_t);
sys/net/route.h
421
struct sockaddr *_rtmask_lookup(struct sockaddr *, boolean_t);
sys/net/rtsock.c
1714
boolean_t save = FALSE;
sys/netgraph7/netgraph/ng_base.c
227
static boolean_t bzero_ctor(void *obj, void *private, int ocflags);
sys/netgraph7/netgraph/ng_base.c
3315
static boolean_t
sys/netinet/if_ether.c
1303
arplookup(in_addr_t addr, boolean_t create,
sys/netinet/if_ether.c
1304
boolean_t proxy)
sys/netinet/if_ether.c
164
arplookup(in_addr_t, boolean_t, boolean_t);
sys/netinet/if_ether.c
707
arp_update_oncpu(struct mbuf *m, in_addr_t saddr, boolean_t create,
sys/netinet/if_ether.c
708
boolean_t dologging)
sys/netinet/in_pcb.c
1709
boolean_t wildcard, struct ifnet *ifp, const struct mbuf *m)
sys/netinet/in_pcb.c
1875
boolean_t wildcard, struct ifnet *ifp)
sys/netinet/in_pcb.c
192
in_pcbinfo_init(struct inpcbinfo *pcbinfo, int cpu, boolean_t shared)
sys/netinet/in_pcb.c
344
static boolean_t
sys/netinet/in_pcb.c
789
static boolean_t
sys/netinet/in_pcb.h
489
void in_pcbinfo_init (struct inpcbinfo *, int, boolean_t);
sys/netinet/in_pcb.h
520
boolean_t, struct ifnet *);
sys/netinet/in_pcb.h
524
boolean_t, struct ifnet *, const struct mbuf *);
sys/netinet/in_var.h
258
void ip_forward (struct mbuf *, boolean_t, struct sockaddr_in *);
sys/netinet/ip_carp.c
2824
carp_stop(struct carp_softc *sc, boolean_t detach)
sys/netinet/ip_carp.c
2849
carp_suspend(struct carp_softc *sc, boolean_t detach)
sys/netinet/ip_carp.c
288
boolean_t sc_dead;
sys/netinet/ip_carp.c
2970
boolean_t del_iaback)
sys/netinet/ip_carp.c
3253
boolean_t del_iaback)
sys/netinet/ip_carp.c
377
static void carp_detach(struct carp_softc *, boolean_t, boolean_t);
sys/netinet/ip_carp.c
410
struct carp_vhaddr *, boolean_t);
sys/netinet/ip_carp.c
413
boolean_t);
sys/netinet/ip_carp.c
426
static void carp_stop(struct carp_softc *, boolean_t);
sys/netinet/ip_carp.c
427
static void carp_suspend(struct carp_softc *, boolean_t);
sys/netinet/ip_carp.c
839
carp_detach(struct carp_softc *sc, boolean_t detach, boolean_t del_iaback)
sys/netinet/ip_demux.c
145
boolean_t
sys/netinet/ip_icmp.c
333
static boolean_t
sys/netinet/ip_icmp.c
450
icmp_redirect(struct mbuf *m, int hlen, boolean_t prt)
sys/netinet/ip_icmp.c
500
icmp_redirect_done(struct mbuf *m, int hlen, boolean_t dispatch_rip)
sys/netinet/ip_icmp.c
549
static boolean_t
sys/netinet/ip_input.c
1536
boolean_t forward = FALSE;
sys/netinet/ip_input.c
1986
ip_forward(struct mbuf *m, boolean_t using_srcrt, struct sockaddr_in *next_hop)
sys/netinet/ip_input.c
307
struct mbuf *m, boolean_t srcrt);
sys/netinet/ip_input.c
454
boolean_t using_srcrt = FALSE; /* forward (by PFIL_HOOKS) */
sys/netinet/ip_input.c
959
ip_forward_redispatch(struct lwkt_port *port, struct mbuf *m, boolean_t srcrt)
sys/netinet/ip_var.h
204
boolean_t
sys/netinet/tcp_input.c
2000
boolean_t maynotdup = FALSE;
sys/netinet/tcp_input.c
262
static void tcp_dooptions(struct tcpopt *, u_char *, int, boolean_t,
sys/netinet/tcp_input.c
2661
tcp_dooptions(struct tcpopt *to, u_char *cp, int cnt, boolean_t is_syn,
sys/netinet/tcp_input.c
270
static void tcp_sack_rexmt(struct tcpcb *, boolean_t);
sys/netinet/tcp_input.c
271
static boolean_t tcp_sack_limitedxmit(struct tcpcb *);
sys/netinet/tcp_input.c
274
static boolean_t tcp_recv_dupack(struct tcpcb *, tcp_seq, u_int);
sys/netinet/tcp_input.c
2963
boolean_t isipv6 = INP_ISIPV6(inp);
sys/netinet/tcp_input.c
2968
const boolean_t isipv6 = FALSE;
sys/netinet/tcp_input.c
3148
boolean_t isipv6 = INP_ISIPV6(inp);
sys/netinet/tcp_input.c
3150
const boolean_t isipv6 = FALSE;
sys/netinet/tcp_input.c
3176
boolean_t isipv6 = INP_ISIPV6(tp->t_inpcb);
sys/netinet/tcp_input.c
3181
const boolean_t isipv6 = FALSE;
sys/netinet/tcp_input.c
321
static __inline boolean_t
sys/netinet/tcp_input.c
3236
tcp_sack_rexmt(struct tcpcb *tp, boolean_t force)
sys/netinet/tcp_input.c
3264
boolean_t rescue;
sys/netinet/tcp_input.c
3336
static boolean_t
sys/netinet/tcp_input.c
3343
boolean_t ret = FALSE;
sys/netinet/tcp_input.c
3420
boolean_t isipv6 = INP_ISIPV6(inp);
sys/netinet/tcp_input.c
3422
const boolean_t isipv6 = FALSE;
sys/netinet/tcp_input.c
3461
static boolean_t
sys/netinet/tcp_input.c
3464
boolean_t fast_sack_rexmt = TRUE;
sys/netinet/tcp_input.c
3479
boolean_t force = FALSE;
sys/netinet/tcp_input.c
653
boolean_t ourfinisacked, needoutput = FALSE, delayed_dupack = FALSE;
sys/netinet/tcp_input.c
665
boolean_t isipv6;
sys/netinet/tcp_input.c
667
const boolean_t isipv6 = FALSE;
sys/netinet/tcp_output.c
1414
const boolean_t isipv6 = INP_ISIPV6(inp);
sys/netinet/tcp_output.c
1416
const boolean_t isipv6 = FALSE;
sys/netinet/tcp_output.c
1484
boolean_t
sys/netinet/tcp_output.c
189
boolean_t sendalot;
sys/netinet/tcp_output.c
192
const boolean_t isipv6 = INP_ISIPV6(inp);
sys/netinet/tcp_output.c
194
const boolean_t isipv6 = FALSE;
sys/netinet/tcp_output.c
196
boolean_t can_tso = FALSE, use_tso;
sys/netinet/tcp_output.c
197
boolean_t report_sack, idle_cwv = FALSE;
sys/netinet/tcp_output.c
200
boolean_t need_sched = FALSE;
sys/netinet/tcp_sack.c
329
boolean_t
sys/netinet/tcp_sack.c
383
boolean_t update;
sys/netinet/tcp_sack.c
435
boolean_t *update)
sys/netinet/tcp_sack.c
438
boolean_t overlap_front;
sys/netinet/tcp_sack.c
573
boolean_t
sys/netinet/tcp_sack.c
582
boolean_t
sys/netinet/tcp_sack.c
643
boolean_t
sys/netinet/tcp_sack.c
645
boolean_t *rescue)
sys/netinet/tcp_sack.c
77
const struct raw_sackblock *raw_sb, boolean_t *update);
sys/netinet/tcp_sack.c
99
static boolean_t
sys/netinet/tcp_subr.c
1791
boolean_t isipv6 = INP_ISIPV6(inp);
sys/netinet/tcp_subr.c
1793
const boolean_t isipv6 = FALSE;
sys/netinet/tcp_subr.c
2108
boolean_t isipv6 = INP_ISIPV6(inp);
sys/netinet/tcp_subr.c
2110
const boolean_t isipv6 = FALSE;
sys/netinet/tcp_subr.c
464
tcp_fillheaders(struct tcpcb *tp, void *ip_ptr, void *tcp_ptr, boolean_t tso)
sys/netinet/tcp_subr.c
570
boolean_t use_tmpro = TRUE;
sys/netinet/tcp_subr.c
572
boolean_t isipv6 = (IP_VHL_V(ip->ip_vhl) == 6);
sys/netinet/tcp_subr.c
574
const boolean_t isipv6 = FALSE;
sys/netinet/tcp_subr.c
722
boolean_t isipv6 = INP_ISIPV6(inp);
sys/netinet/tcp_subr.c
724
const boolean_t isipv6 = FALSE;
sys/netinet/tcp_subr.c
854
boolean_t dosavessthresh;
sys/netinet/tcp_subr.c
856
boolean_t isipv6 = INP_ISIPV6(inp);
sys/netinet/tcp_subr.c
858
const boolean_t isipv6 = FALSE;
sys/netinet/tcp_syncache.c
1139
const boolean_t isipv6 = sc->sc_inc.inc_isipv6;
sys/netinet/tcp_syncache.c
1141
const boolean_t isipv6 = FALSE;
sys/netinet/tcp_syncache.c
1390
const boolean_t isipv6 = sc->sc_inc.inc_isipv6;
sys/netinet/tcp_syncache.c
1392
const boolean_t isipv6 = FALSE;
sys/netinet/tcp_syncache.c
259
const boolean_t isipv6 = sc->sc_inc.inc_isipv6;
sys/netinet/tcp_syncache.c
261
const boolean_t isipv6 = FALSE;
sys/netinet/tcp_syncache.c
431
const boolean_t isipv6 = sc->sc_inc.inc_isipv6;
sys/netinet/tcp_syncache.c
433
const boolean_t isipv6 = FALSE;
sys/netinet/tcp_syncache.c
701
const boolean_t isipv6 = sc->sc_inc.inc_isipv6;
sys/netinet/tcp_syncache.c
703
const boolean_t isipv6 = FALSE;
sys/netinet/tcp_usrreq.c
1795
boolean_t isipv6 = INP_CHECK_SOCKAF(so, AF_INET6);
sys/netinet/tcp_var.h
668
boolean_t
sys/netinet/tcp_var.h
679
boolean_t
sys/netinet/tcp_var.h
684
boolean_t
sys/netinet/tcp_var.h
688
boolean_t
sys/netinet/tcp_var.h
690
boolean_t *rescue);
sys/netinet/tcp_var.h
691
boolean_t
sys/netinet/tcp_var.h
708
void tcp_fillheaders (struct tcpcb *, void *, void *, boolean_t);
sys/netinet/udp_usrreq.c
1320
static boolean_t
sys/netinet/udp_usrreq.c
1377
boolean_t forwarded;
sys/netinet/udp_usrreq.c
1392
static boolean_t
sys/netinet/udp_usrreq.c
1503
boolean_t forwarded;
sys/netinet/udp_usrreq.c
1665
boolean_t forwarded;
sys/netinet/udp_usrreq.c
186
static boolean_t udp_inswildcardhash(struct inpcb *inp,
sys/netinet/udp_usrreq.c
1891
boolean_t forwarded;
sys/netinet/udp_usrreq.c
918
boolean_t forwarded;
sys/netinet6/in6.c
482
boolean_t privileged;
sys/netinet6/in6_src.c
379
static boolean_t
sys/netinet6/ip6_output.c
160
boolean_t hdrsplit = FALSE;
sys/netproto/mpls/mpls_output.c
134
boolean_t
sys/netproto/mpls/mpls_var.h
60
boolean_t mpls_output_process(struct mbuf *, struct rtentry *);
sys/platform/pc64/acpica/acpi_fadt.c
183
static boolean_t
sys/platform/pc64/acpica/acpi_madt.c
81
static boolean_t madt_use_x2apic = FALSE;
sys/platform/pc64/apic/lapic.c
1088
lapic_x2apic_enter(boolean_t bsp)
sys/platform/pc64/apic/lapic.c
174
lapic_init(boolean_t bsp)
sys/platform/pc64/apic/lapic.h
65
void lapic_init(boolean_t);
sys/platform/pc64/apic/lapic.h
77
void lapic_x2apic_enter(boolean_t);
sys/platform/pc64/include/md_var.h
127
boolean_t cpu_mwait_hint_valid(uint32_t);
sys/platform/pc64/isa/clock.c
1245
i8254_intr_initclock(struct cputimer_intr *cti, boolean_t selected)
sys/platform/pc64/isa/clock.c
168
static void i8254_intr_initclock(struct cputimer_intr *, boolean_t);
sys/platform/pc64/x86_64/db_trace.c
313
db_stack_trace_cmd(db_expr_t addr, boolean_t have_addr, db_expr_t count,
sys/platform/pc64/x86_64/db_trace.c
319
boolean_t first;
sys/platform/pc64/x86_64/machdep.c
241
int *, boolean_t);
sys/platform/pc64/x86_64/machdep.c
3383
boolean_t
sys/platform/pc64/x86_64/machdep.c
3412
cpu_mwait_cx_hint2name(int hint, char *name, int namelen, boolean_t allow_auto)
sys/platform/pc64/x86_64/machdep.c
3443
cpu_mwait_cx_name2hint(char *name, int *hint0, boolean_t allow_auto)
sys/platform/pc64/x86_64/machdep.c
3504
boolean_t allow_auto)
sys/platform/pc64/x86_64/pmap.c
240
__read_frequently static boolean_t pmap_initialized = FALSE;
sys/platform/pc64/x86_64/pmap.c
389
static boolean_t pmap_testbit (vm_page_t m, int bit);
sys/platform/pc64/x86_64/pmap.c
5050
boolean_t wired, vm_map_entry_t entry)
sys/platform/pc64/x86_64/pmap.c
5743
boolean_t
sys/platform/pc64/x86_64/pmap.c
6046
boolean_t
sys/platform/pc64/x86_64/pmap.c
6049
boolean_t res;
sys/platform/vkernel64/platform/pmap.c
134
static boolean_t pmap_initialized = FALSE; /* Has pmap_init completed? */
sys/platform/vkernel64/platform/pmap.c
176
static boolean_t pmap_testbit (vm_page_t m, int bit);
sys/platform/vkernel64/platform/pmap.c
2298
boolean_t wired, vm_map_entry_t entry __unused)
sys/platform/vkernel64/platform/pmap.c
2847
static boolean_t
sys/platform/vkernel64/platform/pmap.c
3077
boolean_t
sys/platform/vkernel64/platform/pmap.c
3080
boolean_t res;
sys/platform/vkernel64/platform/systimer.c
104
static void vktimer_intr_initclock(struct cputimer_intr *, boolean_t);
sys/platform/vkernel64/platform/systimer.c
174
boolean_t selected __unused)
sys/platform/vkernel64/x86_64/db_trace.c
313
db_stack_trace_cmd(db_expr_t addr, boolean_t have_addr, db_expr_t count,
sys/platform/vkernel64/x86_64/db_trace.c
319
boolean_t first;
sys/sys/bus.h
159
boolean_t devctl_process_running(void);
sys/sys/imgact_elf.h
64
boolean_t (*trans_osrel)(const Elf_Note *, int32_t *);
sys/sys/lock.h
307
boolean_t
sys/sys/lock.h
317
boolean_t
sys/sys/lock.h
324
boolean_t
sys/sys/lock.h
331
boolean_t
sys/sys/msgport.h
186
void lwkt_initport_spin(lwkt_port_t, struct thread *, boolean_t);
sys/sys/socket.h
244
static __inline boolean_t
sys/sys/socketvar.h
423
void soabort_async (struct socket *so, boolean_t clr_head);
sys/sys/socketvar.h
435
boolean_t sync);
sys/sys/socketvar.h
454
const struct sockaddr *faddr, boolean_t keep_ref);
sys/sys/spinlock2.h
67
static __inline boolean_t
sys/sys/systimer.h
212
(struct cputimer_intr *, boolean_t);
sys/sys/systimer.h
263
void cputimer_intr_default_initclock(struct cputimer_intr *, boolean_t);
sys/vfs/fuse/fuse_vnops.c
1436
boolean_t extended;
sys/vfs/nfs/nfsm_subs.c
1176
boolean_t getcluster;
sys/vfs/nfs/nfsm_subs.c
1257
boolean_t getcluster;
sys/vfs/tmpfs/tmpfs_vfsops.c
438
boolean_t found;
sys/vfs/tmpfs/tmpfs_vnops.c
673
boolean_t extended;
sys/vm/default_pager.c
137
static boolean_t
sys/vm/device_pager.c
261
static boolean_t
sys/vm/phys_pager.c
131
static boolean_t
sys/vm/pmap.h
183
vm_prot_t, boolean_t, struct vm_map_entry *);
sys/vm/pmap.h
191
boolean_t pmap_is_modified (struct vm_page *m);
sys/vm/swap_pager.c
890
boolean_t
sys/vm/swap_pager.c
912
boolean_t
sys/vm/swap_pager.h
105
boolean_t swap_pager_haspage (vm_object_t object, vm_pindex_t pindex);
sys/vm/swap_pager.h
106
boolean_t swap_pager_haspage_locked (vm_object_t object, vm_pindex_t pindex);
sys/vm/vm_extern.h
121
void vm_object_print(/* db_expr_t */ long, boolean_t,
sys/vm/vm_extern.h
89
int vm_fault_wire(struct vm_map *, struct vm_map_entry *, boolean_t, int);
sys/vm/vm_fault.c
2581
boolean_t user_wire, int kmflags)
sys/vm/vm_fault.c
2583
boolean_t fictitious;
sys/vm/vm_fault.c
2660
boolean_t fictitious;
sys/vm/vm_glue.c
108
boolean_t rv;
sys/vm/vm_glue.c
143
boolean_t rv;
sys/vm/vm_map.c
115
static boolean_t vmspace_ctor(void *obj, void *privdata, int ocflags);
sys/vm/vm_map.c
1203
boolean_t
sys/vm/vm_map.c
1622
vm_size_t length, vm_size_t align, boolean_t fitit,
sys/vm/vm_map.c
2173
vm_prot_t new_prot, boolean_t set_max)
sys/vm/vm_map.c
248
boolean_t
sys/vm/vm_map.c
2585
boolean_t new_pageable)
sys/vm/vm_map.c
2998
boolean_t syncio, boolean_t invalidate)
sys/vm/vm_map.c
3428
boolean_t
sys/vm/vm_map.c
3430
vm_prot_t protection, boolean_t have_lock)
sys/vm/vm_map.c
3434
boolean_t result;
sys/vm/vm_map.c
4756
boolean_t full = have_addr;
sys/vm/vm_map.h
594
boolean_t vm_map_check_protection (vm_map_t, vm_offset_t, vm_offset_t,
sys/vm/vm_map.h
595
vm_prot_t, boolean_t);
sys/vm/vm_map.h
607
vm_size_t, boolean_t,
sys/vm/vm_map.h
625
boolean_t vm_map_lookup_entry (vm_map_t, vm_offset_t, vm_map_entry_t *);
sys/vm/vm_map.h
627
int vm_map_user_wiring (vm_map_t, vm_offset_t, vm_offset_t, boolean_t);
sys/vm/vm_map.h
628
int vm_map_clean (vm_map_t, vm_offset_t, vm_offset_t, boolean_t, boolean_t);
sys/vm/vm_map.h
629
int vm_map_protect (vm_map_t, vm_offset_t, vm_offset_t, vm_prot_t, boolean_t);
sys/vm/vm_mmap.c
1218
boolean_t fitit;
sys/vm/vm_object.c
1369
boolean_t clean_only)
sys/vm/vm_object.c
1602
boolean_t
sys/vm/vm_object.c
1876
boolean_t full = have_addr;
sys/vm/vm_object.c
1931
boolean_t have_addr,
sys/vm/vm_object.h
315
boolean_t vm_object_coalesce (vm_object_t, vm_pindex_t, vm_size_t, vm_size_t);
sys/vm/vm_object.h
322
void vm_object_page_remove (vm_object_t, vm_pindex_t, vm_pindex_t, boolean_t);
sys/vm/vm_page.c
4125
vm_page_zero_invalid(vm_page_t m, boolean_t setvalid)
sys/vm/vm_page.h
554
void vm_page_zero_invalid(vm_page_t m, boolean_t setvalid);
sys/vm/vm_page2.h
539
static __inline boolean_t
sys/vm/vm_pager.c
136
static boolean_t
sys/vm/vm_pager.h
108
static __inline boolean_t vm_pager_has_page (vm_object_t, vm_pindex_t);
sys/vm/vm_pager.h
165
static __inline boolean_t
sys/vm/vm_pager.h
64
typedef boolean_t pgo_haspage_t(vm_object_t, vm_pindex_t);
sys/vm/vnode_pager.c
233
static boolean_t