bin/cp/cp.c
110
bool have_trailing_slash = false;
bin/cp/cp.c
307
bool beneath = Rflag && type != FILE_TO_FILE;
bin/cp/cp.c
73
bool Nflag, fflag, iflag, lflag, nflag, pflag, sflag, vflag;
bin/cp/cp.c
74
static bool Hflag, Lflag, Pflag, Rflag, rflag, Sflag;
bin/cp/extern.h
40
extern bool Nflag, fflag, iflag, lflag, nflag, pflag, sflag, vflag;
bin/cp/extern.h
44
int copy_fifo(struct stat *, bool, bool);
bin/cp/extern.h
45
int copy_file(const FTSENT *, bool, bool);
bin/cp/extern.h
46
int copy_link(const FTSENT *, bool, bool);
bin/cp/extern.h
47
int copy_special(struct stat *, bool, bool);
bin/cp/extern.h
48
int setfile(struct stat *, int, bool);
bin/cp/utils.c
102
copy_file(const FTSENT *entp, bool dne, bool beneath)
bin/cp/utils.c
108
bool use_copy_file_range = true;
bin/cp/utils.c
258
copy_link(const FTSENT *p, bool dne, bool beneath)
bin/cp/utils.c
286
copy_fifo(struct stat *from_stat, bool dne, bool beneath)
bin/cp/utils.c
307
copy_special(struct stat *from_stat, bool dne, bool beneath)
bin/cp/utils.c
328
setfile(struct stat *fs, int fd, bool beneath)
bin/date/date.c
389
bool seen_percent, seen_dash, seen_width;
bin/date/date.c
84
bool Iflag, jflag, Rflag;
bin/ln/ln.c
223
linkit(const char *source, const char *target, bool isdir)
bin/ln/ln.c
231
bool append, exists;
bin/ln/ln.c
46
static bool fflag; /* Unlink existing files. */
bin/ln/ln.c
47
static bool Fflag; /* Remove empty directories also. */
bin/ln/ln.c
48
static bool hflag; /* Check new name for symlink first. */
bin/ln/ln.c
49
static bool iflag; /* Interactive mode. */
bin/ln/ln.c
50
static bool Pflag; /* Create hard links to symlinks. */
bin/ln/ln.c
51
static bool sflag; /* Symbolic, not hard, link. */
bin/ln/ln.c
52
static bool vflag; /* Verbose output. */
bin/ln/ln.c
53
static bool wflag; /* Warn if symlink target does not
bin/ln/ln.c
57
static int linkit(const char *, const char *, bool);
bin/ls/extern.h
71
extern bool explicitansi;
bin/ls/ls.c
157
bool explicitansi; /* Explicit ANSI sequences, no termcap(5) */
bin/ls/ls.c
168
static bool
bin/ls/ls.c
172
bool doit;
bin/ls/ls.c
191
static bool
bin/ls/ls.c
205
static bool
bin/ls/ls.c
213
static bool
bin/ls/ls.c
221
static bool
bin/ls/print.c
101
bool bold;
bin/ls/print.c
102
bool underline;
bin/nproc/nproc.c
80
bool all_flag;
bin/pkill/pkill.c
689
static bool first = true;
bin/ps/keyword.c
265
bool order_violated = false;
bin/pwait/pwait.c
90
bool oflag, pflag, tflag, verbose;
bin/pwd/pwd.c
86
bool logical;
bin/setfacl/setfacl.c
179
bool follow_symlink;
bin/setfacl/setfacl.c
62
bool have_mask;
bin/setfacl/setfacl.c
63
bool have_stdin;
bin/setfacl/setfacl.c
64
bool n_flag;
bin/setfacl/setfacl.c
65
static bool h_flag;
bin/setfacl/setfacl.c
66
static bool H_flag;
bin/setfacl/setfacl.c
67
static bool L_flag;
bin/setfacl/setfacl.c
68
static bool R_flag;
bin/setfacl/setfacl.c
69
static bool need_mask;
bin/setfacl/setfacl.h
58
extern bool have_mask;
bin/setfacl/setfacl.h
59
extern bool have_stdin;
bin/setfacl/setfacl.h
60
extern bool n_flag;
bin/sh/exec.c
138
static bool
bin/sh/exec.c
142
bool hasletter;
bin/sh/histedit.c
73
static bool in_command_completion;
bin/timeout/timeout.c
168
send_sig(pid_t pid, int signo, bool foreground)
bin/timeout/timeout.c
282
bool foreground = false;
bin/timeout/timeout.c
283
bool preserve = false;
bin/timeout/timeout.c
284
bool timedout = false;
bin/timeout/timeout.c
285
bool do_second_kill = false;
bin/timeout/timeout.c
286
bool child_done = false;
bin/timeout/timeout.c
57
static bool verbose = false;
cddl/usr.sbin/zfsd/callout.h
103
bool Stop();
cddl/usr.sbin/zfsd/callout.h
120
bool Reset(const timeval &interval, CalloutFunc_t *func, void *arg);
cddl/usr.sbin/zfsd/callout.h
145
static bool s_alarmFired;
cddl/usr.sbin/zfsd/callout.h
163
bool m_pending;
cddl/usr.sbin/zfsd/callout.h
167
inline bool
cddl/usr.sbin/zfsd/callout.h
93
bool IsActive() const;
cddl/usr.sbin/zfsd/callout.h
98
bool IsPending() const;
cddl/usr.sbin/zfsd/case_file.h
151
static bool Empty();
cddl/usr.sbin/zfsd/case_file.h
187
bool ReEvaluate(const string &devPath, const string &physPath,
cddl/usr.sbin/zfsd/case_file.h
199
virtual bool ReEvaluate(const ZfsEvent &event);
cddl/usr.sbin/zfsd/case_file.h
216
bool CloseIfSolved();
cddl/usr.sbin/zfsd/case_file.h
226
bool ShouldDegrade() const;
cddl/usr.sbin/zfsd/case_file.h
231
bool ShouldFault() const;
cddl/usr.sbin/zfsd/case_file.h
299
virtual bool RefreshVdevState();
cddl/usr.sbin/zfsd/case_file.h
357
bool ActivateSpare();
cddl/usr.sbin/zfsd/case_file.h
369
bool Replace(const char* vdev_type, const char* path, bool isspare);
cddl/usr.sbin/zfsd/vdev.h
115
bool DoesNotExist() const;
cddl/usr.sbin/zfsd/vdev.h
123
bool IsSpare() const;
cddl/usr.sbin/zfsd/vdev.h
133
virtual std::string Name(zpool_handle_t *, bool verbose) const;
cddl/usr.sbin/zfsd/vdev.h
134
bool IsSpare();
cddl/usr.sbin/zfsd/vdev.h
135
bool IsAvailableSpare() const;
cddl/usr.sbin/zfsd/vdev.h
136
bool IsActiveSpare() const;
cddl/usr.sbin/zfsd/vdev.h
137
bool IsResilvering() const;
cddl/usr.sbin/zfsd/vdev.h
141
bool VdevLookupPoolGuid();
cddl/usr.sbin/zfsd/vdev.h
180
inline bool
cddl/usr.sbin/zfsd/vdev_iterator.h
56
typedef bool VdevCallback_t(Vdev &vdev, void *cbArg);
cddl/usr.sbin/zfsd/zfsd.h
185
static bool s_logCaseFiles;
cddl/usr.sbin/zfsd/zfsd.h
191
static bool s_terminateEventLoop;
cddl/usr.sbin/zfsd/zfsd.h
214
static bool s_systemRescanRequested;
cddl/usr.sbin/zfsd/zfsd.h
221
static bool s_consumingEvents;
cddl/usr.sbin/zfsd/zfsd_event.h
100
virtual bool Process() const;
cddl/usr.sbin/zfsd/zfsd_event.h
123
static bool OnlineByLabel(const string &devPath,
cddl/usr.sbin/zfsd/zfsd_event.h
139
static nvlist_t *ReadLabel(int devFd, bool &inUse, bool °raded);
cddl/usr.sbin/zfsd/zfsd_event.h
75
virtual bool Process() const;
cddl/usr.sbin/zfsd/zpool_list.h
62
typedef bool PoolFilter_t(zpool_handle_t *pool, nvlist_t *poolConfig,
crypto/heimdal/appl/ftp/ftp/cmds.c
839
onoff(int bool)
crypto/heimdal/appl/ftp/ftp/cmds.c
842
return (bool ? "on" : "off");
crypto/heimdal/lib/krb5/context.c
169
INIT_FIELD(context, bool, log_utc,
crypto/heimdal/lib/krb5/context.c
217
INIT_FIELD(context, bool, scan_interfaces, TRUE, "scan_interfaces");
crypto/heimdal/lib/krb5/context.c
220
INIT_FIELD(context, bool, srv_lookup, TRUE, "srv_lookup");
crypto/heimdal/lib/krb5/context.c
221
INIT_FIELD(context, bool, srv_lookup, context->srv_lookup, "dns_lookup_kdc");
crypto/krb5/src/ccapi/lib/win/OldCC/client.h
38
static bool Initialized() { return s_init; }
crypto/krb5/src/ccapi/lib/win/OldCC/client.h
43
static bool s_init;
crypto/krb5/src/ccapi/server/win/workitem.h
48
bool isEmpty() {return wl.empty();}
crypto/krb5/src/include/k5-der.h
112
static inline bool
crypto/krb5/src/include/k5-der.h
153
static inline bool
crypto/krb5/src/include/socket-utils.h
165
static inline bool
crypto/openssh/blocklist.c
58
struct blocklist *bl_create(bool, char *, void (*)(int, const char *, va_list));
crypto/openssh/libcrux_mlkem768_sha3.h
12141
static KRML_MUSTINLINE bool libcrux_ml_kem_ind_cca_validate_private_key_e7(
crypto/openssh/libcrux_mlkem768_sha3.h
12154
(size_t)32U, t, &expected, uint8_t, uint8_t, bool);
crypto/openssh/libcrux_mlkem768_sha3.h
12168
static KRML_MUSTINLINE bool
crypto/openssh/libcrux_mlkem768_sha3.h
12181
static inline bool libcrux_ml_kem_mlkem768_portable_validate_private_key(
crypto/openssh/libcrux_mlkem768_sha3.h
12257
static KRML_MUSTINLINE bool libcrux_ml_kem_ind_cca_validate_public_key_19(
crypto/openssh/libcrux_mlkem768_sha3.h
12272
(size_t)1184U, public_key, public_key_serialized, uint8_t, uint8_t, bool);
crypto/openssh/libcrux_mlkem768_sha3.h
12286
static KRML_MUSTINLINE bool
crypto/openssh/libcrux_mlkem768_sha3.h
12297
static inline bool libcrux_ml_kem_mlkem768_portable_validate_public_key(
crypto/openssh/libcrux_mlkem768_sha3.h
4528
bool sponge;
crypto/openssh/libcrux_mlkem768_sha3.h
4982
bool sponge;
crypto/openssh/libcrux_mlkem768_sha3.h
8062
bool uu____0;
crypto/openssh/libcrux_mlkem768_sha3.h
8064
bool uu____2;
crypto/openssh/libcrux_mlkem768_sha3.h
9583
static KRML_MUSTINLINE bool
crypto/openssh/libcrux_mlkem768_sha3.h
9605
bool done = true;
crypto/openssh/libcrux_mlkem768_sha3.h
9704
static KRML_MUSTINLINE bool
crypto/openssh/libcrux_mlkem768_sha3.h
9726
bool done = true;
crypto/openssh/libcrux_mlkem768_sha3.h
9803
bool done = libcrux_ml_kem_sampling_sample_from_uniform_distribution_next_db(
crypto/openssh/libcrux_mlkem768_sha3.h
9841
uint8_t seed[34U], bool transpose,
crypto/openssh/sk-usbhid.c
380
static bool
crypto/openssh/sk-usbhid.c
438
const bool *value;
include/iconv.h
43
typedef bool __iconv_bool;
include/malloc_np.h
38
#define __MyBool bool
lib/csu/tests/fini_test.c
44
extern bool run_dtors_test;
lib/csu/tests/fini_test.c
45
extern bool run_fini_array_test;
lib/csu/tests/fini_test.c
52
bool run_dtors_test = false;
lib/csu/tests/fini_test.c
53
bool run_fini_array_test = false;
lib/geom/eli/geom_eli.c
1141
bool changed = 0;
lib/geom/eli/geom_eli.c
1226
bool boot, noboot, geliboot, nogeliboot, displaypass, nodisplaypass;
lib/geom/eli/geom_eli.c
1227
bool autoresize, noautoresize, trim, notrim;
lib/geom/eli/geom_eli.c
1494
bool all, force;
lib/geom/eli/geom_eli.c
355
static bool
lib/geom/eli/geom_eli.c
370
eli_genkey_files(struct gctl_req *req, bool new, const char *type,
lib/geom/eli/geom_eli.c
443
eli_genkey_passphrase_prompt(struct gctl_req *req, bool new, char *passbuf,
lib/geom/eli/geom_eli.c
486
eli_genkey_passphrase(struct gctl_req *req, struct g_eli_metadata *md, bool new,
lib/geom/eli/geom_eli.c
490
bool nopassphrase;
lib/geom/eli/geom_eli.c
571
static bool
lib/geom/eli/geom_eli.c
572
eli_init_key_hmac_ctx(struct gctl_req *req, struct hmac_ctx *ctx, bool new)
lib/geom/eli/geom_eli.c
575
bool nopassphrase;
lib/geom/eli/geom_eli.c
594
struct g_eli_metadata *md, unsigned char *key, bool new)
lib/geom/eli/geom_eli.c
610
unsigned char *key, bool new)
lib/libbe/be.c
1245
be_add_child(libbe_handle_t *lbh, const char *child_path, bool cp_if_exists)
lib/libbe/be.c
1293
be_deactivate(libbe_handle_t *lbh, const char *ds, bool temporary)
lib/libbe/be.c
1314
bool *found_origin = (bool *)data;
lib/libbe/be.c
1329
be_zfs_promote(zfs_handle_t *zhp, bool *found_origin)
lib/libbe/be.c
1336
be_activate(libbe_handle_t *lbh, const char *bootenv, bool temporary)
lib/libbe/be.c
1341
bool found_origin;
lib/libbe/be.c
199
static bool
lib/libbe/be.c
231
bool found;
lib/libbe/be.c
392
bool odestroyer)
lib/libbe/be.c
567
bool
lib/libbe/be.c
588
bool recursive, char *result)
lib/libbe/be.h
100
void libbe_print_on_error(libbe_handle_t *, bool);
lib/libbe/be.h
114
int be_add_child(libbe_handle_t *, const char *, bool);
lib/libbe/be.h
60
int be_activate(libbe_handle_t *, const char *, bool);
lib/libbe/be.h
61
int be_deactivate(libbe_handle_t *, const char *, bool);
lib/libbe/be.h
63
bool be_is_auto_snapshot_name(libbe_handle_t *, const char *);
lib/libbe/be.h
71
int be_snapshot(libbe_handle_t *, const char *, const char *, bool, char *);
lib/libbe/be_error.c
98
libbe_print_on_error(libbe_handle_t *lbh, bool val)
lib/libbe/be_impl.h
23
bool print_on_err;
lib/libbe/be_impl.h
43
bool single_object; /* list will contain props directly */
lib/libc/arm/gen/arm_initfini.c
53
static bool _libc_aapcs_initialized;
lib/libc/gen/arc4random-compat.c
49
static bool warned = false;
lib/libc/gen/arc4random-compat.c
59
static bool warned = false;
lib/libc/gen/arc4random.c
112
bool need_init;
lib/libc/gen/cap_sandboxed.c
37
bool
lib/libc/gen/err.c
107
vexterr(bool doexterr, int code, const char *fmt, va_list ap)
lib/libc/gen/err.c
128
verrci(bool doexterr, int eval, int code, const char *fmt, va_list ap)
lib/libc/gen/err.c
192
vwarnci(bool doexterr, int code, const char *fmt, va_list ap)
lib/libc/gen/err.c
49
static void verrci(bool doexterr, int eval, int code, const char *fmt,
lib/libc/gen/err.c
51
static void vwarnci(bool doexterr, int code, const char *fmt, va_list ap)
lib/libc/gen/exec.c
253
bool eacces;
lib/libc/gen/getvfsbyname.c
45
static bool
lib/libc/gen/opendir2.c
249
static bool
lib/libc/gen/opendir2.c
263
__opendir_common(int fd, int flags, bool use_current_pos)
lib/libc/gen/opendir2.c
269
bool unionstack;
lib/libc/gen/opendir2.c
85
bool
lib/libc/gen/opendir2.c
86
_filldir(DIR *dirp, bool use_current_pos)
lib/libc/gen/posix_spawn.c
287
bool do_pfd;
lib/libc/gen/readdir-compat11.c
49
static bool
lib/libc/gen/sem_new.c
260
bool last;
lib/libc/gen/syslog.c
61
static bool connected; /* have done connect */
lib/libc/gen/telldir.h
101
bool _filldir(DIR *, bool);
lib/libc/gen/telldir.h
106
DIR *__opendir_common(int, int, bool);
lib/libc/gen/uexterr_format.c
67
bool has_msg;
lib/libc/gen/wordexp.c
311
bool quote = false, dollar = false;
lib/libc/gen/wordexp.c
313
bool have_sq = false, have_dq = false, have_par_begin = false;
lib/libc/gen/wordexp.c
314
bool have_cmd = false;
lib/libc/gen/wordexp.c
316
bool need_sq = false, need_dq = false, need_par_end = false;
lib/libc/gen/wordexp.c
317
bool need_cmd_old = false, need_cmd_new = false;
lib/libc/gen/wordexp.c
96
static bool
lib/libc/iconv/bsd_iconv.c
152
__bsd___iconv_get_list(char ***rlist, size_t *rsz, bool sorted)
lib/libc/iconv/citrus_esdb.c
257
_citrus_esdb_get_list(char ***rlist, size_t *rnum, bool sorted)
lib/libc/iconv/citrus_esdb.h
56
int _citrus_esdb_get_list(char ***, size_t *, bool);
lib/libc/iconv/citrus_iconv.c
66
static bool isinit = false;
lib/libc/iconv/citrus_iconv_local.h
101
bool ci_discard_ilseq;
lib/libc/iconv/citrus_iconv_local.h
103
bool ci_ilseq_invalid;
lib/libc/iconv/citrus_prop.c
54
bool boolean;
lib/libc/locale/cXXrtomb_iconv.h
42
bool initialized;
lib/libc/locale/mbrtocXX_iconv.h
44
bool initialized;
lib/libc/net/sctp_sys_calls.c
177
bool fix_port;
lib/libc/regex/engine.c
106
static const char *walk(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst, bool fast);
lib/libc/regex/engine.c
843
sopno stopst, bool fast)
lib/libc/regex/regcomp.c
112
static bool p_ere_exp(struct parse *p, struct branchc *bc);
lib/libc/regex/regcomp.c
117
static bool p_branch_empty(struct parse *p, struct branchc *bc);
lib/libc/regex/regcomp.c
118
static bool p_branch_do(struct parse *p, struct branchc *bc);
lib/libc/regex/regcomp.c
122
static bool p_simp_re(struct parse *p, struct branchc *bc);
lib/libc/regex/regcomp.c
1312
static bool
lib/libc/regex/regcomp.c
133
static bool may_escape(struct parse *p, const wint_t ch);
lib/libc/regex/regcomp.c
387
static bool
lib/libc/regex/regcomp.c
697
static bool
lib/libc/regex/regcomp.c
711
static bool
lib/libc/regex/regcomp.c
75
bool outer;
lib/libc/regex/regcomp.c
76
bool terminate;
lib/libc/regex/regcomp.c
822
static bool /* was the simple RE an unbackslashed $? */
lib/libc/regex/regcomp.c
830
bool handled;
lib/libc/regex/regcomp.c
96
bool allowbranch; /* can this expression branch? */
lib/libc/regex/regcomp.c
97
bool bre; /* convenience; is this a BRE? */
lib/libc/regex/regcomp.c
99
bool (*parse_expr)(struct parse *, struct branchc *);
lib/libc/stdbit/stdc_has_single_bit.c
10
bool
lib/libc/stdbit/stdc_has_single_bit.c
16
bool
lib/libc/stdbit/stdc_has_single_bit.c
22
bool
lib/libc/stdbit/stdc_has_single_bit.c
28
bool
lib/libc/stdbit/stdc_has_single_bit.c
34
bool
lib/libc/stdio/fclose.c
47
cleanfile(FILE *fp, bool c)
lib/libc/stdio/fmemopen.c
39
bool own; /* did we allocate the buffer ourselves? */
lib/libc/stdlib/atexit.c
61
static bool call_finalize_again = false;
lib/libc/stdlib/getenv.c
139
static inline bool
lib/libc/stdlib/getenv.c
155
__findenv(const char *name, size_t nameLen, int *envNdx, bool onlyActive)
lib/libc/stdlib/getenv.c
221
__clean_env(bool freeVars)
lib/libc/stdlib/getenv.c
298
static inline bool
lib/libc/stdlib/getenv.c
506
bool reuse;
lib/libc/stdlib/getenv.c
79
bool active;
lib/libc/stdlib/getenv.c
80
bool putenv;
lib/libc/stdlib/hcreate.c
38
static bool global_hashtable_initialized = false;
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/jemalloc_preamble.h
102
static const bool config_prof_libgcc =
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/jemalloc_preamble.h
109
static const bool config_prof_libunwind =
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/jemalloc_preamble.h
116
static const bool maps_coalesce =
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/jemalloc_preamble.h
123
static const bool config_stats =
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/jemalloc_preamble.h
130
static const bool config_tls =
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/jemalloc_preamble.h
137
static const bool config_utrace =
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/jemalloc_preamble.h
144
static const bool config_xmalloc =
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/jemalloc_preamble.h
151
static const bool config_cache_oblivious =
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/jemalloc_preamble.h
162
static const bool config_log =
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/jemalloc_preamble.h
173
static const bool config_opt_safety_checks =
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/jemalloc_preamble.h
192
static const bool config_opt_size_checks =
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/jemalloc_preamble.h
200
static const bool config_uaf_detection =
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/jemalloc_preamble.h
209
static const bool config_enable_cxx =
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/jemalloc_preamble.h
221
static const bool have_percpu_arena =
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/jemalloc_preamble.h
232
static const bool force_ivsalloc =
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/jemalloc_preamble.h
239
static const bool have_background_thread =
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/jemalloc_preamble.h
246
static const bool config_high_res_timer =
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/jemalloc_preamble.h
254
static const bool have_memcntl =
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/jemalloc_preamble.h
65
static const bool config_debug =
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/jemalloc_preamble.h
72
static const bool have_dss =
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/jemalloc_preamble.h
79
static const bool have_madvise_huge =
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/jemalloc_preamble.h
86
static const bool config_fill =
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/jemalloc_preamble.h
93
static const bool config_lazy_lock = true;
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/jemalloc_preamble.h
95
static const bool config_prof =
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
325
typedef void *(extent_alloc_t)(extent_hooks_t *, void *, size_t, size_t, bool *,
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
326
bool *, unsigned);
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
333
typedef bool (extent_dalloc_t)(extent_hooks_t *, void *, size_t, bool,
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
341
typedef void (extent_destroy_t)(extent_hooks_t *, void *, size_t, bool,
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
349
typedef bool (extent_commit_t)(extent_hooks_t *, void *, size_t, size_t, size_t,
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
357
typedef bool (extent_decommit_t)(extent_hooks_t *, void *, size_t, size_t,
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
365
typedef bool (extent_purge_t)(extent_hooks_t *, void *, size_t, size_t, size_t,
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
373
typedef bool (extent_split_t)(extent_hooks_t *, void *, size_t, size_t, size_t,
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
374
bool, unsigned);
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
381
typedef bool (extent_merge_t)(extent_hooks_t *, void *, size_t, void *, size_t,
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
382
bool, unsigned);
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc_FreeBSD.h
108
#define isthreaded ((bool)__isthreaded)
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc_typedefs.h
16
typedef bool (extent_dalloc_t)(extent_hooks_t *, void *, size_t, bool,
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc_typedefs.h
24
typedef void (extent_destroy_t)(extent_hooks_t *, void *, size_t, bool,
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc_typedefs.h
32
typedef bool (extent_commit_t)(extent_hooks_t *, void *, size_t, size_t, size_t,
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc_typedefs.h
40
typedef bool (extent_decommit_t)(extent_hooks_t *, void *, size_t, size_t,
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc_typedefs.h
48
typedef bool (extent_purge_t)(extent_hooks_t *, void *, size_t, size_t, size_t,
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc_typedefs.h
56
typedef bool (extent_split_t)(extent_hooks_t *, void *, size_t, size_t, size_t,
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc_typedefs.h
57
bool, unsigned);
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc_typedefs.h
64
typedef bool (extent_merge_t)(extent_hooks_t *, void *, size_t, void *, size_t,
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc_typedefs.h
65
bool, unsigned);
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc_typedefs.h
8
typedef void *(extent_alloc_t)(extent_hooks_t *, void *, size_t, size_t, bool *,
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc_typedefs.h
9
bool *, unsigned);
lib/libc/stdlib/rand.c
155
static bool warned = false;
lib/libc/stdlib/tsearch_path.h
82
static inline bool
lib/libc/stdlib/tsearch_path.h
85
bool result;
lib/libc/tests/gen/fts_test.h
26
static bool fts_test_debug;
lib/libc/tests/gen/glob2_test.c
131
static bool glob_callback_invoked;
lib/libc/tests/gen/glob_blocks_test.c
24
static bool glob_callback_invoked;
lib/libc/tests/gen/popen_test.c
105
bool input_error_1 = !(fgetc(fp) != EOF || !feof(fp) || !ferror(fp));
lib/libc/tests/gen/sigsetops_test.c
36
static bool
lib/libc/tests/nss/gethostby_test.c
57
static bool use_ipnode_functions;
lib/libc/tests/nss/gethostby_test.c
886
bool found_a_match = false;
lib/libc/tests/nss/gethostby_test.c
924
enum test_methods method, bool use_ipv6_mapping)
lib/libc/tests/resolv/resolv_test.c
62
static bool debug_output = 0;
lib/libc/tests/stdbit/stdc_has_single_bit_test.c
9
static bool \
lib/libc/tests/stdio/fdopen_test.c
38
runtest(const char *fname, int intmode, const char *strmode, bool success)
lib/libc/tests/stdio/freopen_test.c
37
const char *mode2, bool success)
lib/libc/tests/stdlib/cxa_atexit_test.c
30
run_test(const atf_tc_t *tc, bool with_fatal_atexit, bool with_exit)
lib/libc/tests/stdlib/cxa_atexit_test.c
33
void (*set_fatal_atexit)(bool);
lib/libc/tests/stdlib/qsort_bench.c
38
static bool debugging;
lib/libc/tests/stdlib/tsearch_test.c
92
bool present[NKEYS] = {};
lib/libc/tests/stdtime/detect_tz_changes_test.c
52
static bool debugging;
lib/libc/tests/sys/cpuset_test.c
305
do_jail_test(int ncpu, bool newset, jail_test_cb prologue,
lib/libc/tests/sys/sendfile_test.c
657
bool include_headers, include_trailers;
lib/libcam/tests/libcam_test.c
53
static bool
lib/libcasper/libcasper/libcasper.c
68
static bool
lib/libcasper/libcasper/libcasper.c
90
bool ret;
lib/libcasper/libcasper/libcasper_impl.c
41
bool
lib/libcasper/libcasper/libcasper_impl.h
44
bool fd_is_valid(int fd);
lib/libcasper/libcasper/libcasper_service.c
106
static bool
lib/libcasper/services/cap_dns/cap_dns.c
376
static bool
lib/libcasper/services/cap_dns/cap_dns.c
380
bool notypes;
lib/libcasper/services/cap_dns/cap_dns.c
403
static bool
lib/libcasper/services/cap_dns/cap_dns.c
407
bool nofamilies;
lib/libcasper/services/cap_dns/cap_dns.c
666
static bool
lib/libcasper/services/cap_dns/cap_dns.c
693
bool hastype, hasfamily;
lib/libcasper/services/cap_dns/tests/dns_test.c
114
static bool
lib/libcasper/services/cap_dns/tests/dns_test.c
136
static bool
lib/libcasper/services/cap_dns/tests/dns_test.c
158
static bool
lib/libcasper/services/cap_dns/tests/dns_test.c
60
static bool
lib/libcasper/services/cap_fileargs/cap_fileargs.c
502
static bool allcached;
lib/libcasper/services/cap_fileargs/cap_fileargs.c
597
static bool
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
127
bool equals;
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
216
static bool
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
56
prepare_files(size_t num, bool create)
lib/libcasper/services/cap_grp/cap_grp.c
181
bool getgr_r;
lib/libcasper/services/cap_grp/cap_grp.c
443
static bool
lib/libcasper/services/cap_grp/cap_grp.c
479
static bool
lib/libcasper/services/cap_grp/cap_grp.c
549
static bool
lib/libcasper/services/cap_grp/cap_grp.c
584
static bool
lib/libcasper/services/cap_grp/tests/grp_test.c
107
static bool
lib/libcasper/services/cap_grp/tests/grp_test.c
1207
static bool
lib/libcasper/services/cap_grp/tests/grp_test.c
85
static bool
lib/libcasper/services/cap_grp/tests/grp_test.c
902
static bool
lib/libcasper/services/cap_net/cap_net.c
1086
bool conn, conndns, allowed;
lib/libcasper/services/cap_net/cap_net.c
1125
static bool
lib/libcasper/services/cap_net/cap_net.c
1159
static bool
lib/libcasper/services/cap_net/cap_net.c
1175
static bool
lib/libcasper/services/cap_net/cap_net.c
1190
static bool
lib/libcasper/services/cap_net/cap_net.c
1248
static bool
lib/libcasper/services/cap_net/cap_net.c
1308
bool hasmode, hasconnect, hasbind, hasaddr2name, hasname2addr;
lib/libcasper/services/cap_net/cap_net.c
551
net_add_sockaddr_to_cache(struct sockaddr *sa, socklen_t salen, bool deprecated)
lib/libcasper/services/cap_net/cap_net.c
607
static bool
lib/libcasper/services/cap_net/cap_net.c
617
static bool
lib/libcasper/services/cap_net/cap_net.c
641
static bool
lib/libcasper/services/cap_net/cap_net.c
698
static bool
lib/libcasper/services/cap_net/cap_net.c
712
static bool
lib/libcasper/services/cap_net/cap_net.c
750
hostent_pack(const struct hostent *hp, nvlist_t *nvl, bool addtocache)
lib/libcasper/services/cap_net/cap_net.c
796
bool dnscache;
lib/libcasper/services/cap_net/cap_net.c
977
bool dnscache;
lib/libcasper/services/cap_net/tests/net_test.c
191
bool found;
lib/libcasper/services/cap_pwd/cap_pwd.c
140
bool getpw_r;
lib/libcasper/services/cap_pwd/cap_pwd.c
397
static bool
lib/libcasper/services/cap_pwd/cap_pwd.c
433
static bool
lib/libcasper/services/cap_pwd/cap_pwd.c
503
static bool
lib/libcasper/services/cap_pwd/cap_pwd.c
538
static bool
lib/libcasper/services/cap_pwd/tests/pwd_test.c
1187
static bool
lib/libcasper/services/cap_pwd/tests/pwd_test.c
84
static bool
lib/libcasper/services/cap_pwd/tests/pwd_test.c
969
static bool
lib/libcasper/services/cap_sysctl/cap_sysctl.c
261
sysctl_valid(const nvlist_t *nvl, bool limit)
lib/libcasper/services/cap_sysctl/cap_sysctl.c
337
static bool
lib/libcrypt/crypt-sha256.c
72
bool rounds_custom;
lib/libcrypt/crypt-sha512.c
72
bool rounds_custom;
lib/libdevctl/devctl.c
107
devctl_set_driver(const char *device, const char *driver, bool force)
lib/libdevctl/devctl.c
124
devctl_clear_driver(const char *device, bool force)
lib/libdevctl/devctl.c
139
devctl_delete(const char *device, bool force)
lib/libdevctl/devctl.c
161
devctl_reset(const char *device, bool detach)
lib/libdevctl/devctl.c
70
devctl_detach(const char *device, bool force)
lib/libdevctl/devctl.c
85
devctl_disable(const char *device, bool force_detach)
lib/libdevctl/devctl.h
33
int devctl_detach(const char *device, bool force);
lib/libdevctl/devctl.h
35
int devctl_disable(const char *device, bool force_detach);
lib/libdevctl/devctl.h
38
int devctl_set_driver(const char *device, const char *driver, bool force);
lib/libdevctl/devctl.h
39
int devctl_clear_driver(const char *device, bool force);
lib/libdevctl/devctl.h
41
int devctl_delete(const char *device, bool force);
lib/libdevctl/devctl.h
44
int devctl_reset(const char *device, bool detach);
lib/libdevdctl/consumer.h
104
bool ConnectToDevd();
lib/libdevdctl/consumer.h
148
bool m_replayingEvents;
lib/libdevdctl/consumer.h
152
inline bool
lib/libdevdctl/consumer.h
59
bool Connected() const;
lib/libdevdctl/consumer.h
70
bool SaveEvent(const Event &event);
lib/libdevdctl/consumer.h
78
void ReplayUnconsumedEvents(bool discardUnconsumed);
lib/libdevdctl/consumer.h
96
bool EventsPending();
lib/libdevdctl/event.h
107
virtual bool DevName(std::string &name) const;
lib/libdevdctl/event.h
116
bool DevPath(std::string &path) const;
lib/libdevdctl/event.h
121
bool IsDiskDev() const;
lib/libdevdctl/event.h
129
bool PhysicalPath(std::string &path) const;
lib/libdevdctl/event.h
149
bool Contains(const std::string &name) const;
lib/libdevdctl/event.h
213
virtual bool Process() const;
lib/libdevdctl/event.h
327
virtual bool Process() const;
lib/libdevdctl/event.h
329
bool IsWholeDev() const;
lib/libdevdctl/event.h
330
virtual bool DevName(std::string &name) const;
lib/libdevdctl/event.h
342
static bool IsWholeDev(const std::string &devName);
lib/libdevdctl/event.h
360
virtual bool DevName(std::string &name) const;
lib/libdevdctl/event.h
383
virtual bool DevName(std::string &name) const;
lib/libdevdctl/guid.h
108
inline bool
lib/libdevdctl/guid.h
114
inline bool
lib/libdevdctl/guid.h
120
inline bool
lib/libdevdctl/guid.h
133
Guid::operator bool() const
lib/libdevdctl/guid.h
72
bool IsValid() const;
lib/libdevdctl/guid.h
75
bool operator==(const Guid& rhs) const;
lib/libdevdctl/guid.h
76
bool operator!=(const Guid& rhs) const;
lib/libdevdctl/guid.h
80
operator bool() const;
lib/libefivar/efivar.c
95
static bool done = false;
lib/libfetch/http.c
1387
bool isproxyauth = false;
lib/libiconv_modules/DECHanyu/citrus_dechanyu.c
121
static __inline bool
lib/libiconv_modules/DECHanyu/citrus_dechanyu.c
128
static __inline bool
lib/libiconv_modules/DECHanyu/citrus_dechanyu.c
135
static __inline bool
lib/libiconv_modules/DECHanyu/citrus_dechanyu.c
143
static __inline bool
lib/libiconv_modules/DECHanyu/citrus_dechanyu.c
150
static __inline bool
lib/libiconv_modules/DECHanyu/citrus_dechanyu.c
159
static __inline bool
lib/libiconv_modules/GBK2K/citrus_gbk2k.c
103
static __inline bool
lib/libiconv_modules/GBK2K/citrus_gbk2k.c
110
static __inline bool
lib/libiconv_modules/GBK2K/citrus_gbk2k.c
118
static __inline bool
lib/libiconv_modules/GBK2K/citrus_gbk2k.c
126
static __inline bool
lib/libiconv_modules/ISO2022/citrus_iso2022.c
140
static __inline bool isc0(__uint8_t x)
lib/libiconv_modules/ISO2022/citrus_iso2022.c
146
static __inline bool isc1(__uint8_t x)
lib/libiconv_modules/ISO2022/citrus_iso2022.c
152
static __inline bool iscntl(__uint8_t x)
lib/libiconv_modules/ISO2022/citrus_iso2022.c
158
static __inline bool is94(__uint8_t x)
lib/libiconv_modules/ISO2022/citrus_iso2022.c
164
static __inline bool is96(__uint8_t x)
lib/libiconv_modules/ISO2022/citrus_iso2022.c
170
static __inline bool isecma(__uint8_t x)
lib/libiconv_modules/ISO2022/citrus_iso2022.c
176
static __inline bool isinterm(__uint8_t x)
lib/libiconv_modules/ISO2022/citrus_iso2022.c
182
static __inline bool isthree(__uint8_t x)
lib/libiconv_modules/JOHAB/citrus_johab.c
122
static __inline bool
lib/libiconv_modules/JOHAB/citrus_johab.c
130
static __inline bool
lib/libiconv_modules/JOHAB/citrus_johab.c
138
static __inline bool
lib/libiconv_modules/MSKanji/citrus_mskanji.c
109
static bool
lib/libiconv_modules/MSKanji/citrus_mskanji.c
116
static bool
lib/libiconv_modules/UES/citrus_ues.c
147
static __inline bool
lib/libiconv_modules/UES/citrus_ues.c
154
static __inline bool
lib/libiconv_modules/UES/citrus_ues.c
179
static __inline bool
lib/libiconv_modules/UTF8/citrus_utf8.c
144
static __inline bool
lib/libifconfig/libifconfig.c
58
static bool
lib/libifconfig/libifconfig.h
394
int ifconfig_set_up(ifconfig_handle_t *h, const char *ifname, bool up);
lib/libifconfig/libifconfig_bridge.c
50
unsigned long cmd, void *arg, size_t arglen, bool set)
lib/libifconfig/libifconfig_media.c
142
bool alias;
lib/libifconfig/libifconfig_media.c
147
bool alias;
lib/libifconfig/libifconfig_media.c
152
bool alias;
lib/libifconfig/libifconfig_nl.c
67
ifconfig_set_up(ifconfig_handle_t *h, const char *ifname, bool up)
lib/libifconfig/libifconfig_sfp.h
116
static inline bool
lib/libipsec/pfkey_dump.c
217
bool first;
lib/libiscsiutil/chap.c
133
bool lo = true; /* As opposed to 'hi'. */
lib/libiscsiutil/connection.c
37
bool use_proxy)
lib/libiscsiutil/libiscsiutil.h
157
const struct connection_ops *ops, bool use_proxy);
lib/libiscsiutil/libiscsiutil.h
159
bool valid_iscsi_name(const char *name,
lib/libiscsiutil/libiscsiutil.h
51
bool conn_immediate_data;
lib/libiscsiutil/libiscsiutil.h
52
bool conn_use_proxy;
lib/libiscsiutil/libiscsiutil.h
69
bool (*timed_out)(void);
lib/libiscsiutil/text.c
290
bool final;
lib/libiscsiutil/text.c
96
text_new_response(struct pdu *request, uint32_t ttt, bool final)
lib/libiscsiutil/utils.c
49
bool
lib/libkldelf/ef.c
129
ef_lookup_symbol(elf_file_t ef, const char *name, GElf_Sym **sym, bool see_local)
lib/libkldelf/ef.c
84
GElf_Sym **sym, bool see_local);
lib/libkldelf/ef_obj.c
104
GElf_Sym **sym, bool see_local);
lib/libkldelf/ef_obj.c
133
bool see_local)
lib/libkldelf/elf.c
142
bool
lib/libkldelf/elf.c
692
bool see_local)
lib/libkldelf/kldelf.h
167
bool elf_compatible(struct elf_file *efile, const GElf_Ehdr *hdr);
lib/libkldelf/kldelf.h
323
GElf_Sym **sym, bool see_local);
lib/libkldelf/kldelf.h
73
bool see_local);
lib/libkvm/kvm_proc.c
127
bool first_thread;
lib/libkvm/tests/kvm_test_common.c
40
bool
lib/libkvm/tests/kvm_test_common.h
35
bool errbuf_has_error(const char *);
lib/libnv/common_impl.h
38
static inline bool
lib/libnv/msgio.c
87
fd_wait(int fd, bool doread)
lib/libnv/tests/nvlist_append_test.c
48
const bool *bool_result;
lib/libnvmf/internal.h
100
bool nc_sqhd_valid;
lib/libnvmf/internal.h
103
bool nc_send_data;
lib/libnvmf/internal.h
16
struct nvmf_association *(*allocate_association)(bool controller,
lib/libnvmf/internal.h
51
bool na_controller;
lib/libnvmf/internal.h
63
bool nq_admin;
lib/libnvmf/internal.h
74
bool nq_flow_control;
lib/libnvmf/libnvmf.h
107
void *buf, size_t len, bool send);
lib/libnvmf/libnvmf.h
121
bool nvmf_nqn_valid(const char *nqn);
lib/libnvmf/libnvmf.h
122
bool nvmf_nqn_valid_strict(const char *nqn);
lib/libnvmf/libnvmf.h
216
bool data, uint16_t offset);
lib/libnvmf/libnvmf.h
246
bool nvmf_validate_cc(struct nvmf_qpair *qp, uint64_t cap, uint32_t old_cc,
lib/libnvmf/libnvmf.h
29
bool sq_flow_control; /* SQ flow control required. */
lib/libnvmf/libnvmf.h
30
bool dynamic_controller_model; /* Controller only */
lib/libnvmf/libnvmf.h
36
bool header_digests;
lib/libnvmf/libnvmf.h
37
bool data_digests;
lib/libnvmf/libnvmf.h
46
bool admin; /* Host only */
lib/libnvmf/libnvmf.h
71
bool controller, const struct nvmf_association_params *params);
lib/libnvmf/nvmf_controller.c
171
nvmf_connect_invalid_parameters(const struct nvmf_capsule *cc, bool data,
lib/libnvmf/nvmf_controller.c
19
bool
lib/libnvmf/nvmf_controller.c
418
bool
lib/libnvmf/nvmf_host.c
781
static bool
lib/libnvmf/nvmf_tcp.c
1044
static bool
lib/libnvmf/nvmf_tcp.c
119
bool receive)
lib/libnvmf/nvmf_tcp.c
1196
bool use_icd;
lib/libnvmf/nvmf_tcp.c
134
bool receive)
lib/libnvmf/nvmf_tcp.c
1405
uint32_t data_offset, const void *buf, size_t len, bool last_pdu,
lib/libnvmf/nvmf_tcp.c
1406
bool success)
lib/libnvmf/nvmf_tcp.c
1435
bool last_pdu, send_success_flag;
lib/libnvmf/nvmf_tcp.c
660
uint32_t data_offset, void *buf, size_t len, bool last_pdu)
lib/libnvmf/nvmf_tcp.c
679
uint32_t data_offset, void *buf, size_t len, bool last_pdu)
lib/libnvmf/nvmf_tcp.c
69
bool header_digests;
lib/libnvmf/nvmf_tcp.c
70
bool data_digests;
lib/libnvmf/nvmf_tcp.c
786
static bool
lib/libnvmf/nvmf_tcp.c
896
static bool
lib/libnvmf/nvmf_tcp.c
912
static bool
lib/libnvmf/nvmf_tcp.c
929
tcp_allocate_association(bool controller,
lib/libnvmf/nvmf_tcp.c
961
static bool
lib/libnvmf/nvmf_tcp.c
962
tcp_connect(struct nvmf_tcp_qpair *qp, struct nvmf_association *na, bool admin)
lib/libnvmf/nvmf_tcp.c
97
bool receive)
lib/libnvmf/nvmf_transport.c
160
bool send)
lib/libnvmf/nvmf_transport.c
20
nvmf_allocate_association(enum nvmf_trtype trtype, bool controller,
lib/libpam/modules/pam_login_access/pam_login_access.h
42
bool defgroup;
lib/libpam/modules/pam_login_access/pam_login_access.h
43
bool audit;
lib/libpfctl/libpfctl.c
1494
static bool
lib/libpfctl/libpfctl.c
1499
bool ret;
lib/libpfctl/libpfctl.c
1519
static bool
lib/libpfctl/libpfctl.c
1524
bool error;
lib/libpfctl/libpfctl.c
1564
static bool
lib/libpfctl/libpfctl.c
1569
bool ret;
lib/libpfctl/libpfctl.c
1588
static bool
lib/libpfctl/libpfctl.c
1593
bool error;
lib/libpfctl/libpfctl.c
1726
char *anchor_call, bool clear)
lib/libpfctl/libpfctl.c
1771
char *anchor_call, bool clear)
lib/libpfctl/libpfctl.c
1803
pfctl_set_keepcounters(int dev, bool keep)
lib/libpfctl/libpfctl.c
1888
static inline bool
lib/libpfctl/libpfctl.c
1896
static inline bool
lib/libpfctl/libpfctl.c
2354
bool enabled, adaptive;
lib/libpfctl/libpfctl.c
2768
static bool
lib/libpfctl/libpfctl.c
2773
bool ret;
lib/libpfctl/libpfctl.c
307
static bool
lib/libpfctl/libpfctl.c
313
bool error;
lib/libpfctl/libpfctl.c
337
static bool
lib/libpfctl/libpfctl.c
341
bool error;
lib/libpfctl/libpfctl.c
3578
static bool
lib/libpfctl/libpfctl.c
3587
bool error;
lib/libpfctl/libpfctl.c
361
static bool
lib/libpfctl/libpfctl.c
370
bool error;
lib/libpfctl/libpfctl.c
3780
static bool
lib/libpfctl/libpfctl.c
3785
bool ret;
lib/libpfctl/libpfctl.c
989
const char *path, struct pfctl_eth_rule *rule, bool clear,
lib/libpfctl/libpfctl.h
104
bool match_tag_not;
lib/libpfctl/libpfctl.h
251
bool rcvifnot;
lib/libpfctl/libpfctl.h
352
bool kill_match;
lib/libpfctl/libpfctl.h
353
bool nat;
lib/libpfctl/libpfctl.h
471
const char *path, struct pfctl_eth_rule *rule, bool clear,
lib/libpfctl/libpfctl.h
488
char *anchor_call, bool clear);
lib/libpfctl/libpfctl.h
491
char *anchor_call, bool clear);
lib/libpfctl/libpfctl.h
498
int pfctl_set_keepcounters(int dev, bool keep);
lib/libpfctl/libpfctl.h
50
bool running;
lib/libpfctl/libpfctl.h
58
bool syncookies_active;
lib/libpfctl/libpfctl.h
83
bool neg;
lib/libpfctl/libpfctl.h
84
bool isset;
lib/libpfctl/libpfctl.h
93
bool quick;
lib/libpmc/pmu-events/jevents.c
233
static bool warned;
lib/libpmc/pmu-events/jevents.c
582
bool configcode_present = false;
lib/libpmc/pmu-events/jevents.c
948
static bool is_sys_dir(char *fname)
lib/libpmcstat/libpmcstat_image.c
314
bool first_exec_segment;
lib/libpmcstat/libpmcstat_symbol.c
63
bool found;
lib/libproc/tests/proc_test.c
48
start_prog(const struct atf_tc *tc, bool sig)
lib/libprocstat/core.c
118
static bool core_offset(struct procstat_core *core, off_t offset);
lib/libprocstat/core.c
119
static bool core_read(struct procstat_core *core, void *buf, size_t len);
lib/libprocstat/core.c
121
size_t len, vm_offset_t addr, bool readall);
lib/libprocstat/core.c
307
static bool
lib/libprocstat/core.c
320
static bool
lib/libprocstat/core.c
341
vm_offset_t addr, bool readall)
lib/libprocstat/libprocstat.c
475
bool haspwd;
lib/libsys/__vdso_gettimeofday.c
60
binuptime(struct bintime *bt, struct vdso_timekeep *tk, bool abs)
lib/libsys/x86/__vdso_gettc.c
181
bool amd_cpu;
lib/libsys/x86/__vdso_gettc.c
354
bool stable;
lib/libsysdecode/flags.c
1005
bool
lib/libsysdecode/flags.c
1012
bool
lib/libsysdecode/flags.c
1025
bool comma;
lib/libsysdecode/flags.c
1070
bool swapped;
lib/libsysdecode/flags.c
1140
bool
lib/libsysdecode/flags.c
1151
bool
lib/libsysdecode/flags.c
1162
bool
lib/libsysdecode/flags.c
1179
bool printed;
lib/libsysdecode/flags.c
1197
bool
lib/libsysdecode/flags.c
139
bool
lib/libsysdecode/flags.c
191
bool
lib/libsysdecode/flags.c
202
bool
lib/libsysdecode/flags.c
207
bool printed;
lib/libsysdecode/flags.c
224
bool
lib/libsysdecode/flags.c
239
bool
lib/libsysdecode/flags.c
246
bool
lib/libsysdecode/flags.c
267
bool
lib/libsysdecode/flags.c
270
bool printed;
lib/libsysdecode/flags.c
306
bool
lib/libsysdecode/flags.c
309
bool printed;
lib/libsysdecode/flags.c
330
bool
lib/libsysdecode/flags.c
355
bool
lib/libsysdecode/flags.c
458
bool
lib/libsysdecode/flags.c
507
bool
lib/libsysdecode/flags.c
514
bool
lib/libsysdecode/flags.c
518
bool printed;
lib/libsysdecode/flags.c
531
bool
lib/libsysdecode/flags.c
538
bool
lib/libsysdecode/flags.c
545
bool
lib/libsysdecode/flags.c
552
bool
lib/libsysdecode/flags.c
570
bool
lib/libsysdecode/flags.c
577
bool
lib/libsysdecode/flags.c
609
bool
lib/libsysdecode/flags.c
627
bool
lib/libsysdecode/flags.c
630
bool printed;
lib/libsysdecode/flags.c
647
bool
lib/libsysdecode/flags.c
668
bool
lib/libsysdecode/flags.c
675
bool
lib/libsysdecode/flags.c
794
bool
lib/libsysdecode/flags.c
808
bool
lib/libsysdecode/flags.c
812
bool printed;
lib/libsysdecode/flags.c
829
bool
lib/libsysdecode/flags.c
832
bool printed;
lib/libsysdecode/flags.c
855
bool
lib/libsysdecode/flags.c
880
bool
lib/libsysdecode/flags.c
921
bool
lib/libsysdecode/flags.c
925
bool printed;
lib/libsysdecode/flags.c
964
bool
lib/libsysdecode/flags.c
97
bool
lib/libsysdecode/linux.c
189
bool
lib/libsysdecode/linux.c
196
bool
lib/libsysdecode/linux.c
203
bool
lib/libsysdecode/linux.c
206
bool printed;
lib/libsysdecode/linux.c
238
bool
lib/libsysdecode/linux.c
242
bool printed;
lib/libsysdecode/netlink.c
23
bool
lib/libsysdecode/netlink.c
28
bool first = true;
lib/libsysdecode/support.c
113
bool
lib/libsysdecode/support.c
117
bool printed;
lib/libsysdecode/support.c
154
bool
lib/libsysdecode/support.c
51
bool *printed)
lib/libsysdecode/support.c
80
bool
lib/libsysdecode/support.c
84
bool printed;
lib/libsysdecode/support.c
97
bool
lib/libsysdecode/support.h
56
bool print_mask_0(FILE *, struct name_table *, int, int *);
lib/libsysdecode/support.h
57
bool print_mask_0ul(FILE *, struct name_table *, u_long, u_long *);
lib/libsysdecode/support.h
58
bool print_mask_int(FILE *, struct name_table *, int, int *);
lib/libsysdecode/support.h
59
void print_mask_part(FILE *, struct name_table *, uintmax_t *, bool *);
lib/libsysdecode/support.h
60
bool print_value(FILE *, struct name_table *, uintmax_t);
lib/libsysdecode/sysdecode.h
101
bool sysdecode_sctp_snd_flags(FILE *_fp, int _flags, int *_rem);
lib/libsysdecode/sysdecode.h
103
bool sysdecode_semget_flags(FILE *_fp, int _flag, int *_rem);
lib/libsysdecode/sysdecode.h
104
bool sysdecode_sendfile_flags(FILE *_fp, int _flags, int *_rem);
lib/libsysdecode/sysdecode.h
105
bool sysdecode_shmat_flags(FILE *_fp, int _flags, int *_rem);
lib/libsysdecode/sysdecode.h
120
bool sysdecode_socket_type(FILE *_fp, int _type, int *_rem);
lib/libsysdecode/sysdecode.h
125
bool sysdecode_thr_create_flags(FILE *_fp, int _flags, int *_rem);
lib/libsysdecode/sysdecode.h
126
bool sysdecode_umtx_cvwait_flags(FILE *_fp, u_long _flags, u_long *_rem);
lib/libsysdecode/sysdecode.h
128
bool sysdecode_umtx_op_flags(FILE *_fp, int op, int *_rem);
lib/libsysdecode/sysdecode.h
129
bool sysdecode_umtx_rwlock_flags(FILE *_fp, u_long _flags, u_long *_rem);
lib/libsysdecode/sysdecode.h
131
bool sysdecode_vmprot(FILE *_fp, int _type, int *_rem);
lib/libsysdecode/sysdecode.h
133
bool sysdecode_wait4_options(FILE *_fp, int _options, int *_rem);
lib/libsysdecode/sysdecode.h
134
bool sysdecode_wait6_options(FILE *_fp, int _options, int *_rem);
lib/libsysdecode/sysdecode.h
136
bool sysdecode_shmflags(FILE *_fp, int _flags, int *_rem);
lib/libsysdecode/sysdecode.h
137
bool sysdecode_netlink(FILE *_fp, const void *_buf, size_t _len);
lib/libsysdecode/sysdecode.h
143
bool sysdecode_linux_atflags(FILE *_fp, int _flag, int *_rem);
lib/libsysdecode/sysdecode.h
145
bool sysdecode_linux_clock_flags(FILE *_fp, int _flags, int *_rem);
lib/libsysdecode/sysdecode.h
146
bool sysdecode_linux_clone_flags(FILE *_fp, int _flags, int *_rem);
lib/libsysdecode/sysdecode.h
147
bool sysdecode_linux_open_flags(FILE *_fp, int _flags, int *_rem);
lib/libsysdecode/sysdecode.h
42
bool sysdecode_access_mode(FILE *_fp, int _mode, int *_rem);
lib/libsysdecode/sysdecode.h
45
bool sysdecode_atflags(FILE *_fp, int _flags, int *_rem);
lib/libsysdecode/sysdecode.h
46
bool sysdecode_cap_fcntlrights(FILE *_fp, uint32_t _rights, uint32_t *_rem);
lib/libsysdecode/sysdecode.h
48
bool sysdecode_close_range_flags(FILE *_fp, int _flags, int *_rem);
lib/libsysdecode/sysdecode.h
53
bool sysdecode_fcntl_arg_p(int _cmd);
lib/libsysdecode/sysdecode.h
55
bool sysdecode_fcntl_fileflags(FILE *_fp, int _flags, int *_rem);
lib/libsysdecode/sysdecode.h
56
bool sysdecode_fileflags(FILE *_fp, fflags_t _flags, fflags_t *_rem);
lib/libsysdecode/sysdecode.h
57
bool sysdecode_filemode(FILE *_fp, int _mode, int *_rem);
lib/libsysdecode/sysdecode.h
58
bool sysdecode_flock_operation(FILE *_fp, int _operation, int *_rem);
lib/libsysdecode/sysdecode.h
64
bool sysdecode_inotifyflags(FILE *_fp, int _flags, int *_rem);
lib/libsysdecode/sysdecode.h
70
bool sysdecode_kevent_flags(FILE *_fp, int _flags, int *_rem);
lib/libsysdecode/sysdecode.h
77
bool sysdecode_mlockall_flags(FILE *_fp, int _flags, int *_rem);
lib/libsysdecode/sysdecode.h
78
bool sysdecode_mmap_flags(FILE *_fp, int _flags, int *_rem);
lib/libsysdecode/sysdecode.h
79
bool sysdecode_mmap_prot(FILE *_fp, int _prot, int *_rem);
lib/libsysdecode/sysdecode.h
80
bool sysdecode_mount_flags(FILE *_fp, int _flags, int *_rem);
lib/libsysdecode/sysdecode.h
81
bool sysdecode_msg_flags(FILE *_fp, int _flags, int *_rem);
lib/libsysdecode/sysdecode.h
82
bool sysdecode_msync_flags(FILE *_fp, int _flags, int *_rem);
lib/libsysdecode/sysdecode.h
84
bool sysdecode_open_flags(FILE *_fp, int _flags, int *_rem);
lib/libsysdecode/sysdecode.h
86
bool sysdecode_pipe2_flags(FILE *_fp, int _flags, int *_rem);
lib/libsysdecode/sysdecode.h
87
bool sysdecode_pollfd_events(FILE *fp, int flags, int *rem);
lib/libsysdecode/sysdecode.h
91
bool sysdecode_quotactl_cmd(FILE *_fp, int _cmd);
lib/libsysdecode/sysdecode.h
92
bool sysdecode_reboot_howto(FILE *_fp, int _howto, int *_rem);
lib/libsysdecode/sysdecode.h
93
bool sysdecode_rfork_flags(FILE *_fp, int _flags, int *_rem);
lib/libsysdecode/sysdecode.h
97
bool sysdecode_sctp_nxt_flags(FILE *_fp, int _flags, int *_rem);
lib/libsysdecode/sysdecode.h
99
bool sysdecode_sctp_rcv_flags(FILE *_fp, int _flags, int *_rem);
lib/libthr/tests/atfork_test.c
158
multi_assert(bool cond, bool can_assert)
lib/libthr/tests/atfork_test.c
167
multi_bump(int *var, int bit, bool can_assert)
lib/libthr/tests/atfork_test.c
32
static bool prefork_enabled;
lib/libthr/thread/thr_fork.c
78
bool _thr_after_fork = false;
lib/libthr/thread/thr_init.c
444
bool
lib/libthr/thread/thr_init.c
462
bool
lib/libthr/thread/thr_join.c
116
const struct timespec *abstime, bool peek, bool try)
lib/libthr/thread/thr_join.c
40
static int join_common(pthread_t, void **, const struct timespec *, bool peek,
lib/libthr/thread/thr_join.c
41
bool try);
lib/libthr/thread/thr_mutex.c
166
static bool
lib/libthr/thread/thr_mutex.c
173
static bool
lib/libthr/thread/thr_mutex.c
342
bool done;
lib/libthr/thread/thr_mutex.c
717
bool cvattach, bool rb_onlist)
lib/libthr/thread/thr_mutex.c
77
static int mutex_unlock_common(struct pthread_mutex *, bool, int *);
lib/libthr/thread/thr_mutex.c
788
_mutex_cv_lock(struct pthread_mutex *m, int count, bool rb_onlist)
lib/libthr/thread/thr_mutex.c
82
static bool is_robust_mutex(struct pthread_mutex *m);
lib/libthr/thread/thr_mutex.c
83
static bool is_pshared_mutex(struct pthread_mutex *m);
lib/libthr/thread/thr_mutex.c
953
mutex_unlock_common(struct pthread_mutex *m, bool cv, int *mtx_defer)
lib/libthr/thread/thr_private.h
1109
bool __thr_get_main_stack_base(char **base);
lib/libthr/thread/thr_private.h
1110
bool __thr_get_main_stack_lim(size_t *lim);
lib/libthr/thread/thr_private.h
780
extern bool _thr_after_fork __hidden;
lib/libthr/thread/thr_private.h
789
int _mutex_cv_lock(struct pthread_mutex *, int, bool) __hidden;
lib/libthr/thread/thr_sig.c
128
static bool fast_sigblock;
lib/libthr/thread/thr_umtx.h
148
bool noncst;
lib/libufs/libufs.h
124
bool ffs_oldfscompat_inode_read(struct fs *, union dinodep, time_t);
lib/libusb/libusb10_hotplug.c
66
static bool
lib/libusb/libusb10_hotplug.c
87
static bool
lib/libutil/expand_number.c
137
bool neg;
lib/libutil/expand_number.c
169
bool neg;
lib/libutil/expand_number.c
41
expand_impl(const char *buf, uint64_t *num, bool *neg)
lib/libutil/gr_util.c
596
static bool
lib/libvmmapi/amd64/vmmapi_machdep.c
308
bool write, int size, uint64_t *value)
lib/libvmmapi/vmmapi.c
148
bool created;
lib/libvmmapi/vmmapi.c
888
bool have_stats;
lib/libvmmapi/vmmapi.h
196
vm_paddr_t gpa, bool write, int size, uint64_t *value);
lib/msun/tests/test-utils.h
106
fpequal_cs(long double x, long double y, bool checksign)
lib/msun/tests/test-utils.h
157
bool eq = fpequal_tol(_x, _y, tol, flags); \
lib/msun/tests/test-utils.h
175
bool equal_cs = \
lib/msun/tests/test-utils.h
186
bool equal_tol = (fpequal_tol(creal(_x), creal(_y), tol, flags) && \
lib/virtual_oss/bt/avdtp.c
258
avdtpDiscoverAndConfig(struct bt_config *cfg, bool isSink)
lib/virtual_oss/bt/avdtp_signal.h
126
int avdtpDiscoverAndConfig(struct bt_config *, bool);
libexec/flua/lfbsd/lfbsd.c
98
bool capture_stdout;
libexec/flua/libjail/lua_jail.c
355
static bool
libexec/flua/libjail/lua_jail.c
60
typedef bool (*getparam_filter)(const char *, void *);
libexec/flua/libjail/lua_jail.c
72
static bool
libexec/rtld-elf/aarch64/reloc.c
244
bool lazy;
libexec/rtld-elf/aarch64/reloc.c
47
bool
libexec/rtld-elf/aarch64/reloc.c
58
bool
libexec/rtld-elf/aarch64/rtld_machdep.h
42
bool variant_pcs : 1; /* Object has a variant pcs function */
libexec/rtld-elf/aarch64/rtld_machdep.h
52
bool arch_digest_dynamic(struct Struct_Obj_Entry *obj, const Elf_Dyn *dynp);
libexec/rtld-elf/aarch64/rtld_machdep.h
54
bool arch_digest_note(struct Struct_Obj_Entry *obj, const Elf_Note *note);
libexec/rtld-elf/map_object.c
357
bool
libexec/rtld-elf/map_object.c
45
static bool
libexec/rtld-elf/map_object.c
60
map_object(int fd, const char *path, const struct stat *sb, bool ismain)
libexec/rtld-elf/powerpc/reloc.c
60
bool
libexec/rtld-elf/powerpc/rtld_machdep.h
44
bool arch_digest_dynamic(struct Struct_Obj_Entry *, const Elf_Dyn *);
libexec/rtld-elf/powerpc64/reloc.c
55
bool
libexec/rtld-elf/powerpc64/rtld_machdep.h
44
bool arch_digest_dynamic(struct Struct_Obj_Entry *, const Elf_Dyn *);
libexec/rtld-elf/rtld.c
108
static bool donelist_check(DoneList *, const Obj_Entry *);
libexec/rtld-elf/rtld.c
114
static const char *gethints(bool);
libexec/rtld-elf/rtld.c
1171
bool may_free)
libexec/rtld-elf/rtld.c
1236
bool pass_obj;
libexec/rtld-elf/rtld.c
126
static int initlist_objects_ifunc(Objlist *, bool, int, RtldLockState *);
libexec/rtld-elf/rtld.c
132
static int load_preload_objects(const char *, bool);
libexec/rtld-elf/rtld.c
147
static int open_binary_fd(const char *argv0, bool search_in_path,
libexec/rtld-elf/rtld.c
149
static int parse_args(char *argv[], int argc, bool *use_pathp, int *fdp,
libexec/rtld-elf/rtld.c
150
const char **argv0, bool *dir_ignore);
libexec/rtld-elf/rtld.c
155
static int relocate_object_dag(Obj_Entry *root, bool bind_now,
libexec/rtld-elf/rtld.c
157
static int relocate_object(Obj_Entry *obj, bool bind_now, Obj_Entry *rtldobj,
libexec/rtld-elf/rtld.c
159
static int relocate_objects(Obj_Entry *, bool, Obj_Entry *, int,
libexec/rtld-elf/rtld.c
161
static int resolve_object_ifunc(Obj_Entry *, bool, int, RtldLockState *);
libexec/rtld-elf/rtld.c
1636
static bool
libexec/rtld-elf/rtld.c
1645
static bool
libexec/rtld-elf/rtld.c
1665
static bool
libexec/rtld-elf/rtld.c
179
static void *tls_get_addr_slow(struct tcb *, int, size_t, bool) __noinline;
libexec/rtld-elf/rtld.c
180
static void trace_loaded_objects(Obj_Entry *, bool);
libexec/rtld-elf/rtld.c
1827
static bool
libexec/rtld-elf/rtld.c
187
bool);
libexec/rtld-elf/rtld.c
189
static bool obj_resolve_origin(Obj_Entry *obj);
libexec/rtld-elf/rtld.c
1907
bool nodeflib, objgiven;
libexec/rtld-elf/rtld.c
203
static bool matched_symbol(SymLook *, const Obj_Entry *, Sym_Match_Result *,
libexec/rtld-elf/rtld.c
2109
gethints(bool nostdlib)
libexec/rtld-elf/rtld.c
2128
bool is_le; /* Does the hints file use little endian */
libexec/rtld-elf/rtld.c
2129
bool skip;
libexec/rtld-elf/rtld.c
226
static bool libmap_disable; /* Disable libmap */
libexec/rtld-elf/rtld.c
227
static bool ld_loadfltr; /* Immediate filters processing */
libexec/rtld-elf/rtld.c
229
static bool trust; /* False for setuid and setgid programs */
libexec/rtld-elf/rtld.c
230
static bool dangerous_ld_env; /* True if environment variables have been
libexec/rtld-elf/rtld.c
232
bool ld_bind_not; /* Disable PLT update */
libexec/rtld-elf/rtld.c
234
static bool ld_dynamic_weak = true; /* True if non-weak definition overrides
libexec/rtld-elf/rtld.c
2432
bool first_seg;
libexec/rtld-elf/rtld.c
2778
load_preload_objects(const char *penv, bool isfd)
libexec/rtld-elf/rtld.c
331
static bool ld_library_path_rpath = false;
libexec/rtld-elf/rtld.c
332
bool ld_fast_sigblock = false;
libexec/rtld-elf/rtld.c
3364
relocate_object_dag(Obj_Entry *root, bool bind_now, Obj_Entry *rtldobj,
libexec/rtld-elf/rtld.c
3389
reloc_textrel_prot(Obj_Entry *obj, bool before)
libexec/rtld-elf/rtld.c
3442
relocate_object(Obj_Entry *obj, bool bind_now, Obj_Entry *rtldobj, int flags,
libexec/rtld-elf/rtld.c
3500
relocate_objects(Obj_Entry *first, bool bind_now, Obj_Entry *rtldobj, int flags,
libexec/rtld-elf/rtld.c
3529
resolve_object_ifunc(Obj_Entry *obj, bool bind_now, int flags,
libexec/rtld-elf/rtld.c
3554
initlist_objects_ifunc(Objlist *list, bool bind_now, int flags,
libexec/rtld-elf/rtld.c
384
const bool unsecure : 1;
libexec/rtld-elf/rtld.c
385
const bool can_update : 1;
libexec/rtld-elf/rtld.c
386
bool owned : 1;
libexec/rtld-elf/rtld.c
5009
static bool
libexec/rtld-elf/rtld.c
5279
trace_loaded_objects(Obj_Entry *obj, bool show_preload)
libexec/rtld-elf/rtld.c
5283
bool first_spurious, list_containers;
libexec/rtld-elf/rtld.c
5423
tls_get_addr_slow(struct tcb *tcb, int index, size_t offset, bool locked)
libexec/rtld-elf/rtld.c
549
bool dir_enable, dir_ignore, direct_exec, explicit_fd, search_in_path;
libexec/rtld-elf/rtld.c
5817
static bool
libexec/rtld-elf/rtld.c
5854
bool
libexec/rtld-elf/rtld.c
6304
open_binary_fd(const char *argv0, bool search_in_path, const char **binpath_res)
libexec/rtld-elf/rtld.c
6368
parse_args(char *argv[], int argc, bool *use_pathp, int *fdp,
libexec/rtld-elf/rtld.c
6369
const char **argv0, bool *dir_ignore)
libexec/rtld-elf/rtld.c
6376
bool seen_b, seen_f;
libexec/rtld-elf/rtld.c
6629
static bool
libexec/rtld-elf/rtld.c
866
libmap_disable = (bool)lm_init(libmap_override);
libexec/rtld-elf/rtld.c
92
static bool allocate_tls_offset_common(size_t *offp, size_t tlssize,
libexec/rtld-elf/rtld.c
97
static bool digest_dynamic2(Obj_Entry *, const Elf_Dyn *, const Elf_Dyn *,
libexec/rtld-elf/rtld.c
99
static bool digest_dynamic(Obj_Entry *, int);
libexec/rtld-elf/rtld.h
227
bool mainprog : 1; /* True if this is the main program */
libexec/rtld-elf/rtld.h
228
bool rtld : 1; /* True if this is the dynamic linker */
libexec/rtld-elf/rtld.h
229
bool relocated : 1; /* True if processed by relocate_objects() */
libexec/rtld-elf/rtld.h
230
bool ver_checked : 1; /* True if processed by rtld_verify_object_versions */
libexec/rtld-elf/rtld.h
231
bool textrel : 1; /* True if there are relocations to text seg */
libexec/rtld-elf/rtld.h
232
bool symbolic : 1; /* True if generated with "-Bsymbolic" */
libexec/rtld-elf/rtld.h
233
bool deepbind : 1; /* True if loaded with RTLD_DEEPBIND" */
libexec/rtld-elf/rtld.h
234
bool bind_now : 1; /* True if all relocations should be made first */
libexec/rtld-elf/rtld.h
235
bool traced : 1; /* Already printed in ldd trace output */
libexec/rtld-elf/rtld.h
236
bool jmpslots_done : 1; /* Already have relocated the jump slots */
libexec/rtld-elf/rtld.h
237
bool init_done : 1; /* Already have added object to init list */
libexec/rtld-elf/rtld.h
238
bool tls_static : 1; /* Already allocated offset for static TLS */
libexec/rtld-elf/rtld.h
239
bool tls_dynamic : 1; /* A non-static DTV entry has been allocated */
libexec/rtld-elf/rtld.h
240
bool phdr_alloc : 1; /* Phdr is allocated and needs to be freed. */
libexec/rtld-elf/rtld.h
241
bool z_origin : 1; /* Process rpath and soname tokens */
libexec/rtld-elf/rtld.h
242
bool z_nodelete : 1; /* Do not unload the object and dependencies */
libexec/rtld-elf/rtld.h
243
bool z_noopen : 1; /* Do not load on dlopen */
libexec/rtld-elf/rtld.h
244
bool z_loadfltr : 1; /* Immediately load filtees */
libexec/rtld-elf/rtld.h
245
bool z_interpose : 1; /* Interpose all objects but main */
libexec/rtld-elf/rtld.h
246
bool z_nodeflib : 1; /* Don't search default library path */
libexec/rtld-elf/rtld.h
247
bool z_global : 1; /* Make the object global */
libexec/rtld-elf/rtld.h
248
bool z_pie : 1; /* Object proclaimed itself PIE executable */
libexec/rtld-elf/rtld.h
249
bool z_initfirst : 1; /* Proceed initializers before other objects */
libexec/rtld-elf/rtld.h
250
bool static_tls : 1; /* Needs static TLS allocation */
libexec/rtld-elf/rtld.h
251
bool static_tls_copied : 1; /* Needs static TLS copying */
libexec/rtld-elf/rtld.h
252
bool ref_nodel : 1; /* Refcount increased to prevent dlclose */
libexec/rtld-elf/rtld.h
253
bool init_scanned: 1; /* Object is already on init list. */
libexec/rtld-elf/rtld.h
254
bool on_fini_list: 1; /* Object is already on fini list. */
libexec/rtld-elf/rtld.h
255
bool dag_inited : 1; /* Object has its DAG initialized. */
libexec/rtld-elf/rtld.h
256
bool filtees_loaded : 1; /* Filtees loaded */
libexec/rtld-elf/rtld.h
257
bool filtees_loading : 1; /* In process of filtees loading */
libexec/rtld-elf/rtld.h
258
bool irelative : 1; /* Object has R_MACHDEP_IRELATIVE relocs */
libexec/rtld-elf/rtld.h
259
bool irelative_nonplt : 1; /* Object has R_MACHDEP_IRELATIVE non-plt relocs */
libexec/rtld-elf/rtld.h
260
bool gnu_ifunc : 1; /* Object has references to STT_GNU_IFUNC */
libexec/rtld-elf/rtld.h
261
bool non_plt_gnu_ifunc : 1; /* Object has non-plt IFUNC references */
libexec/rtld-elf/rtld.h
262
bool ifuncs_resolved : 1; /* Object ifuncs were already resolved */
libexec/rtld-elf/rtld.h
263
bool crt_no_init : 1; /* Object' crt does not call _init/_fini */
libexec/rtld-elf/rtld.h
264
bool valid_hash_sysv : 1; /* A valid System V hash hash tag is available */
libexec/rtld-elf/rtld.h
265
bool valid_hash_gnu : 1; /* A valid GNU hash tag is available */
libexec/rtld-elf/rtld.h
266
bool dlopened : 1; /* dlopen()-ed (vs. load statically) */
libexec/rtld-elf/rtld.h
267
bool marker : 1; /* marker on the global obj list */
libexec/rtld-elf/rtld.h
268
bool unholdfree : 1; /* unmap upon last unhold */
libexec/rtld-elf/rtld.h
269
bool doomed : 1; /* Object cannot be referenced */
libexec/rtld-elf/rtld.h
383
Obj_Entry *map_object(int, const char *, const struct stat *, bool);
libexec/rtld-elf/rtld.h
390
extern bool ld_bind_not;
libexec/rtld-elf/rtld.h
391
extern bool ld_fast_sigblock;
libexec/rtld-elf/rtld.h
422
bool allocate_tls_offset(Obj_Entry *obj);
libexec/rtld-elf/rtld.h
426
bool check_elf_headers(const Elf_Ehdr *hdr, const char *path);
libexec/rtld-elf/rtld_lock.c
137
static bool
libexec/rtld-elf/rtld_lock.c
138
def_lock_acquire_set(Lock *l, bool wlock)
libexec/rtld-elf/rtld_lock.c
153
def_lock_acquire(Lock *l, bool wlock)
libexec/rtld-elf/rtld_lock.c
329
bool
libexec/rtld-elf/rtld_lock.h
96
bool lockstate_wlocked(const RtldLockState *);
libexec/tftpd/tests/functional.c
51
static bool s_flag = false; /* Pass -s to tftpd */
libexec/tftpd/tests/functional.c
52
static bool w_flag = false; /* Pass -w to tftpd */
sbin/bectl/bectl.c
122
bool temp, reset;
sbin/bectl/bectl.c
188
bool empty, recursive;
sbin/bectl/bectl.c
41
usage(bool explicit)
sbin/bectl/bectl.c
80
bool silent;
sbin/bectl/bectl.c
81
bool save_history;
sbin/bectl/bectl.h
7
int usage(bool explicit);
sbin/bectl/bectl_jail.c
110
build_jailcmd(char ***argvp, bool interactive, int argc, char *argv[])
sbin/bectl/bectl_jail.c
219
bool default_hostname, interactive, unjail;
sbin/bectl/bectl_jail.c
25
static bool jailparam_addarg(char *arg);
sbin/bectl/bectl_jail.c
55
static bool
sbin/bectl/bectl_list.c
29
bool script_fmt;
sbin/bectl/bectl_list.c
30
bool show_all_datasets;
sbin/bectl/bectl_list.c
31
bool show_snaps;
sbin/bectl/bectl_list.c
32
bool show_space;
sbin/bectl/bectl_list.c
321
prop_list_sort(nvlist_t *props, char *property, bool reverse)
sbin/bectl/bectl_list.c
393
bool reverse;
sbin/camcontrol/camcontrol.c
3974
bool summary = false, quiet = false, list_type_set = false;
sbin/camcontrol/camcontrol.c
3975
bool get_length = true, use_12byte = false, first_pass = true;
sbin/camcontrol/camcontrol.c
3976
bool hex_format = false;
sbin/camcontrol/fwdownload.c
774
fw_rescan_target(struct cam_device *dev, bool printerrors, bool sim_mode)
sbin/decryptcore/decryptcore.c
117
static bool
sbin/decryptcore/decryptcore.c
315
bool force, usesyslog;
sbin/devd/tests/client_test.c
138
bool got_create_event = false;
sbin/devd/tests/client_test.c
139
bool got_destroy_event = false;
sbin/devd/tests/client_test.c
97
bool got_create_event = false;
sbin/devd/tests/client_test.c
98
bool got_destroy_event = false;
sbin/devmatch/devmatch.c
60
static bool all_flag;
sbin/devmatch/devmatch.c
61
static bool dump_flag;
sbin/devmatch/devmatch.c
64
static bool quiet_flag;
sbin/devmatch/devmatch.c
65
static bool unbound_flag;
sbin/devmatch/devmatch.c
66
static bool verbose_flag;
sbin/dhclient/dhclient.c
872
bool supersede = (ip->client->config->default_actions[DHO_INTERFACE_MTU] ==
sbin/dhclient/parse.c
335
bool negative = false;
sbin/dmesg/dmesg.c
72
bool all;
sbin/dumpon/dumpon.c
467
bool gzip, list, netdump, zstd, insert, rflag;
sbin/fsck_msdosfs/dir.c
554
bool is_legacyroot;
sbin/fsck_msdosfs/ext.h
105
bool fat_is_valid_cl(struct fat_descriptor *, cl_t);
sbin/fsck_msdosfs/ext.h
95
bool fat_is_cl_head(struct fat_descriptor *, cl_t);
sbin/fsck_msdosfs/fat.c
107
static inline bool
sbin/fsck_msdosfs/fat.c
122
bitmap_ctor(long_bitmap_t *lbp, size_t bits, bool allone)
sbin/fsck_msdosfs/fat.c
156
bool dirty; /* dirty bit */
sbin/fsck_msdosfs/fat.c
174
bool is_mmapped;
sbin/fsck_msdosfs/fat.c
175
bool use_cache;
sbin/fsck_msdosfs/fat.c
191
bool
sbin/fsck_msdosfs/fat.c
197
static inline bool
sbin/fsck_msdosfs/fat.c
385
bool writing)
sbin/fsck_msdosfs/fat.c
441
fat_get_fat32_cached_ptr(struct fat_descriptor *fat, cl_t cl, bool writing)
sbin/fsck_msdosfs/fat.c
547
bool
sbin/fsck_msdosfs/fat.c
55
static inline bool valid_cl(struct fat_descriptor *, cl_t);
sbin/fsck_msdosfs/fat.c
554
static inline bool
sbin/fsck_msdosfs/fat.c
98
static inline bool
sbin/geom/core/geom.c
811
bool tflag;
sbin/hastd/activemap.c
212
static bool
sbin/hastd/activemap.c
293
bool
sbin/hastd/activemap.c
296
bool modified;
sbin/hastd/activemap.c
329
bool
sbin/hastd/activemap.c
332
bool modified;
sbin/hastd/activemap.c
366
bool
sbin/hastd/activemap.c
369
bool modified;
sbin/hastd/activemap.c
406
bool
sbin/hastd/activemap.c
652
bool
sbin/hastd/activemap.c
655
bool modified;
sbin/hastd/activemap.h
43
bool activemap_write_start(struct activemap *amp, off_t offset, off_t length);
sbin/hastd/activemap.h
44
bool activemap_write_complete(struct activemap *amp, off_t offset,
sbin/hastd/activemap.h
46
bool activemap_extent_complete(struct activemap *amp, int extent);
sbin/hastd/activemap.h
49
bool activemap_differ(const struct activemap *amp);
sbin/hastd/activemap.h
64
bool activemap_need_sync(struct activemap *amp, off_t offset, off_t length);
sbin/hastd/hast.h
180
bool hr_localflush;
sbin/hastd/hast.h
266
struct hastd_config *yy_config_parse(const char *config, bool exitonerror);
sbin/hastd/hast_checksum.c
115
void **datap, size_t *sizep, bool *freedatap __unused)
sbin/hastd/hast_checksum.c
87
size_t *sizep, bool *freedatap __unused)
sbin/hastd/hast_checksum.h
40
void **datap, size_t *sizep, bool *freedatap);
sbin/hastd/hast_checksum.h
42
void **datap, size_t *sizep, bool *freedatap);
sbin/hastd/hast_compression.c
204
size_t *sizep, bool *freedatap)
sbin/hastd/hast_compression.c
252
void **datap, size_t *sizep, bool *freedatap)
sbin/hastd/hast_compression.c
43
static bool
sbin/hastd/hast_compression.h
40
void **datap, size_t *sizep, bool *freedatap);
sbin/hastd/hast_compression.h
42
void **datap, size_t *sizep, bool *freedatap);
sbin/hastd/hast_proto.c
176
bool freedata;
sbin/hastd/hast_proto.c
57
size_t *, bool *);
sbin/hastd/hast_proto.c
59
size_t *, bool *);
sbin/hastd/hast_proto.c
83
bool freedata;
sbin/hastd/hastd.c
170
bool isopen;
sbin/hastd/hastd.c
369
static bool
sbin/hastd/hastd.c
406
static bool
sbin/hastd/hastd.c
67
bool sigexit_received = false;
sbin/hastd/hastd.c
73
static bool foreground;
sbin/hastd/hastd.h
42
extern bool sigexit_received;
sbin/hastd/hooks.c
59
static bool hooks_initialized = false;
sbin/hastd/metadata.c
46
metadata_read(struct hast_resource *res, bool openrw)
sbin/hastd/metadata.c
54
bool opened_here;
sbin/hastd/metadata.h
44
int metadata_read(struct hast_resource *res, bool openrw);
sbin/hastd/nv.c
118
static void nv_swap(struct nvhdr *nvh, bool tohost);
sbin/hastd/nv.c
570
static bool
sbin/hastd/nv.c
590
bool
sbin/hastd/nv.c
594
bool ret;
sbin/hastd/nv.c
623
bool swap;
sbin/hastd/nv.c
868
nv_swap(struct nvhdr *nvh, bool tohost)
sbin/hastd/nv.h
128
bool nv_exists(struct nv *nv, const char *namefmt, ...) __printflike(2, 3);
sbin/hastd/parse.y
60
static bool mynode, hadmynode;
sbin/hastd/parse.y
784
static bool
sbin/hastd/parse.y
83
static bool family_supported(int family);
sbin/hastd/parse.y
855
yy_config_parse(const char *config, bool exitonerror)
sbin/hastd/primary.c
103
bool hio_memsyncacked;
sbin/hastd/primary.c
153
static bool sync_inprogress;
sbin/hastd/primary.c
1551
bool wakeup;
sbin/hastd/primary.c
1708
bool memsyncack;
sbin/hastd/primary.c
1962
bool dorewind, directreads;
sbin/hastd/primary.c
199
bool _last; \
sbin/hastd/primary.c
248
static bool range_regular_wait;
sbin/hastd/primary.c
251
static bool range_sync_wait;
sbin/hastd/primary.c
253
static bool fullystarted;
sbin/hastd/primary.c
368
static bool
sbin/hastd/primary.c
503
static bool
sbin/hastd/primary.c
94
bool hio_done;
sbin/hastd/proto.c
310
proto_connection_recv(const struct proto_conn *conn, bool client,
sbin/hastd/proto.c
373
bool
sbin/hastd/proto.c
58
proto_register(struct proto *proto, bool isdefault)
sbin/hastd/proto.c
60
static bool seen_default = false;
sbin/hastd/proto.h
49
int proto_connection_recv(const struct proto_conn *conn, bool client,
sbin/hastd/proto.h
52
bool proto_address_match(const struct proto_conn *conn, const char *addr);
sbin/hastd/proto_common.c
51
static bool
sbin/hastd/proto_impl.h
46
typedef int prt_wrap_t(int, bool, void **);
sbin/hastd/proto_impl.h
50
typedef bool prt_address_match_t(const void *, const char *);
sbin/hastd/proto_impl.h
73
void proto_register(struct proto *proto, bool isdefault);
sbin/hastd/proto_tcp.c
474
tcp_wrap(int fd, bool client, void **ctxp)
sbin/hastd/proto_tcp.c
518
static bool
sbin/hastd/rangelock.c
126
bool
sbin/hastd/rangelock.h
43
bool rangelock_islocked(struct rangelocks *rls, off_t offset, off_t length);
sbin/hastd/secondary.c
73
bool hio_memsync;
sbin/hastd/secondary.c
750
bool clear_activemap, logerror;
sbin/hastd/subr.c
159
bool capsicum, jailed;
sbin/hastd/subr.c
79
provinfo(struct hast_resource *res, bool dowrite)
sbin/hastd/subr.h
52
int provinfo(struct hast_resource *res, bool dowrite);
sbin/hastd/synch.h
159
static __inline bool
sbin/hastd/synch.h
71
static __inline bool
sbin/hastd/synch.h
88
static __inline bool
sbin/ifconfig/af_inet.c
343
bool found = false;
sbin/ifconfig/af_inet.c
60
bool addrset;
sbin/ifconfig/af_inet.c
61
bool maskset;
sbin/ifconfig/af_inet6.c
61
bool set;
sbin/ifconfig/ifconfig.c
103
static int getifflags(const char *ifname, int us, bool err_ok);
sbin/ifconfig/ifconfig.c
1372
getifflags(const char *ifname, int us, bool err_ok)
sbin/ifconfig/ifconfig.c
1481
bool neg;
sbin/ifconfig/ifconfig.c
1684
bool first, val;
sbin/ifconfig/ifconfig.c
1825
bool allfamilies = args->afp == NULL;
sbin/ifconfig/ifconfig.c
1934
bool is_set = v[i / 32] & (1U << (i % 32));
sbin/ifconfig/ifconfig.c
2005
bool found;
sbin/ifconfig/ifconfig.c
598
static bool
sbin/ifconfig/ifconfig.c
610
static bool
sbin/ifconfig/ifconfig.c
731
bool
sbin/ifconfig/ifconfig.c
745
bool
sbin/ifconfig/ifconfig.c
758
static bool
sbin/ifconfig/ifconfig.c
859
bool
sbin/ifconfig/ifconfig.c
867
bool matched, nomatched;
sbin/ifconfig/ifconfig.h
236
bool all; /* Match everything */
sbin/ifconfig/ifconfig.h
237
bool downonly; /* Down-only items */
sbin/ifconfig/ifconfig.h
238
bool uponly; /* Up-only items */
sbin/ifconfig/ifconfig.h
239
bool namesonly; /* Output only names */
sbin/ifconfig/ifconfig.h
240
bool noload; /* Do not load relevant kernel modules */
sbin/ifconfig/ifconfig.h
241
bool supmedia; /* Supported media */
sbin/ifconfig/ifconfig.h
242
bool printkeys; /* Print security keys */
sbin/ifconfig/ifconfig.h
243
bool allfamilies; /* Print all families */
sbin/ifconfig/ifconfig.h
244
bool drivername; /* Print driver name */
sbin/ifconfig/ifconfig.h
286
bool match_ether(const struct sockaddr_dl *sdl);
sbin/ifconfig/ifconfig.h
287
bool match_if_flags(struct ifconfig_args *args, int if_flags);
sbin/ifconfig/ifconfig.h
289
bool group_member(const char *ifname, const char *match, const char *nomatch);
sbin/ifconfig/ifconfig_netlink.c
255
static bool
sbin/ifconfig/ifieee80211.c
5048
const bool printkeys = ctx->args->printkeys;
sbin/ifconfig/ifmedia.c
180
static bool did_it = false;
sbin/ifconfig/ifmedia.c
232
domediaopt(if_ctx *ctx, const char *val, bool clear)
sbin/ifconfig/ifmedia.c
377
print_media(ifmedia_t media, bool print_toptype)
sbin/ifconfig/ifmedia.c
92
static void domediaopt(if_ctx *, const char *, bool);
sbin/ifconfig/ifmedia.c
96
static void print_media(ifmedia_t, bool);
sbin/init/init.c
125
static bool Reboot = false;
sbin/init/init.c
128
static bool devfs = false;
sbin/init/init.c
1713
static bool inmultiuser = false;
sbin/init/init.c
178
static bool clang;
sbin/ldconfig/elfhints.c
192
read_elf_hints(const char *hintsfile, bool must_exist, bool force_be)
sbin/ldconfig/elfhints.c
242
update_elf_hints(const char *hintsfile, int argc, char **argv, bool merge,
sbin/ldconfig/elfhints.c
243
bool force_be)
sbin/ldconfig/elfhints.c
50
static void add_dir(const char *, const char *, bool);
sbin/ldconfig/elfhints.c
52
static void read_elf_hints(const char *, bool, bool);
sbin/ldconfig/elfhints.c
57
static bool is_be;
sbin/ldconfig/elfhints.c
58
bool insecure;
sbin/ldconfig/elfhints.c
61
add_dir(const char *hintsfile, const char *name, bool trusted)
sbin/ldconfig/ldconfig.c
60
bool is_32, justread, merge, rescan, force_be;
sbin/ldconfig/ldconfig.h
35
extern bool insecure; /* -i flag, needed here for elfhints.c */
sbin/ldconfig/ldconfig.h
39
void update_elf_hints(const char *, int, char **, bool, bool);
sbin/md5/md5.c
104
static char *MDInput(const Algorithm_t *, FILE *, char *, bool);
sbin/md5/md5.c
62
static bool cflag;
sbin/md5/md5.c
63
static bool pflag;
sbin/md5/md5.c
64
static bool qflag;
sbin/md5/md5.c
65
static bool sflag;
sbin/md5/md5.c
66
static bool wflag;
sbin/md5/md5.c
67
static bool strict;
sbin/md5/md5.c
68
static bool skip;
sbin/md5/md5.c
683
MDInput(const Algorithm_t *alg, FILE *f, char *buf, bool tee)
sbin/md5/md5.c
69
static bool ignoreMissing;
sbin/md5/md5.c
691
bool cr = false;
sbin/md5/md5.c
72
static bool failed;
sbin/md5/md5.c
766
bool checkfailed = false;
sbin/mdmfs/mdmfs.c
103
bool have_mdtype, mlmac;
sbin/mdmfs/mdmfs.c
104
bool detach, softdep, autounit, newfs;
sbin/mdmfs/mdmfs.c
62
bool mi_have_uid;
sbin/mdmfs/mdmfs.c
64
bool mi_have_gid;
sbin/mdmfs/mdmfs.c
66
bool mi_have_mode;
sbin/mdmfs/mdmfs.c
67
bool mi_forced_pw;
sbin/mdmfs/mdmfs.c
70
static bool debug; /* Emit debugging information? */
sbin/mdmfs/mdmfs.c
71
static bool loudsubs; /* Suppress output from helper programs? */
sbin/mdmfs/mdmfs.c
72
static bool norun; /* Actually run the helper programs? */
sbin/mdmfs/mdmfs.c
724
bool dup2dn; /* Dup /dev/null to stdout? */
sbin/mount_nfs/mount_nfs.c
151
bool softintr;
sbin/mount_nfs/mount_nfs.c
590
bool resolved;
sbin/newfs_msdos/mkfs_msdos.c
255
bool set_res, set_spf, set_spc;
sbin/newfs_msdos/mkfs_msdos.h
38
AOPT('A', bool, align, -2, "Attempt to cluster align root directory") \
sbin/newfs_msdos/mkfs_msdos.h
44
AOPT('N', bool, no_create, -2, "Don't create filesystem, print params only") \
sbin/nvmecontrol/comnd.c
223
*(bool *)opts[idx].ptr = true;
sbin/nvmecontrol/connect.c
38
bool data_digests;
sbin/nvmecontrol/connect.c
39
bool flow_control;
sbin/nvmecontrol/connect.c
40
bool header_digests;
sbin/nvmecontrol/devlist.c
119
static bool
sbin/nvmecontrol/devlist.c
128
bool connected;
sbin/nvmecontrol/devlist.c
187
static bool
sbin/nvmecontrol/devlist.c
58
bool human;
sbin/nvmecontrol/discover.c
23
bool verbose;
sbin/nvmecontrol/fabrics.c
149
static bool
sbin/nvmecontrol/fabrics.c
189
static bool
sbin/nvmecontrol/fabrics.c
27
static bool hostid_initted = false;
sbin/nvmecontrol/fabrics.c
29
static bool
sbin/nvmecontrol/firmware.c
57
bool activate;
sbin/nvmecontrol/format.c
59
bool Eflag;
sbin/nvmecontrol/format.c
60
bool Cflag;
sbin/nvmecontrol/identify.c
49
bool hex;
sbin/nvmecontrol/identify.c
50
bool verbose;
sbin/nvmecontrol/logpage.c
57
bool binary;
sbin/nvmecontrol/logpage.c
58
bool hex;
sbin/nvmecontrol/logpage.c
62
bool rae;
sbin/nvmecontrol/modules/wdc/wdc.c
138
uint8_t *buffer, size_t buflen, bool e6lg_flag)
sbin/nvmecontrol/modules/wdc/wdc.c
170
bool e6lg_flag = false;
sbin/nvmecontrol/ns.c
323
bool hex;
sbin/nvmecontrol/ns.c
324
bool verbose;
sbin/nvmecontrol/passthru.c
61
bool binary;
sbin/nvmecontrol/passthru.c
62
bool show_command;
sbin/nvmecontrol/passthru.c
63
bool dry_run;
sbin/nvmecontrol/passthru.c
64
bool read;
sbin/nvmecontrol/passthru.c
65
bool write;
sbin/nvmecontrol/perftest.c
111
print_perftest(struct nvme_io_test *io_test, bool perthread)
sbin/nvmecontrol/perftest.c
52
bool perthread;
sbin/nvmecontrol/power.c
50
bool list;
sbin/nvmecontrol/reconnect.c
34
bool data_digests;
sbin/nvmecontrol/reconnect.c
35
bool flow_control;
sbin/nvmecontrol/reconnect.c
36
bool header_digests;
sbin/nvmecontrol/reconnect.c
53
bool header_digests, bool data_digests)
sbin/nvmecontrol/resv.c
113
bool iekey;
sbin/nvmecontrol/resv.c
194
bool hex;
sbin/nvmecontrol/resv.c
195
bool verbose;
sbin/nvmecontrol/resv.c
196
bool eds;
sbin/nvmecontrol/sanitize.c
49
bool ause;
sbin/nvmecontrol/sanitize.c
50
bool ndas;
sbin/nvmecontrol/sanitize.c
51
bool oipbp;
sbin/nvmecontrol/sanitize.c
52
bool reportonly;
sbin/nvmecontrol/telemetry.c
106
bool can_telemetry;
sbin/nvmecontrol/telemetry.c
54
bool verbose;
sbin/pfctl/parse.y
257
bool binat;
sbin/pfctl/parse.y
456
void expand_rule(struct pfctl_rule *, bool, struct node_if *,
sbin/pfctl/parse.y
490
static bool pfctl_setup_anchor(struct pfctl_rule *, struct pfctl *, char *);
sbin/pfctl/parse.y
6813
expand_rule(struct pfctl_rule *r, bool keeprule,
sbin/pfctl/parse.y
8333
static bool
sbin/pfctl/pfctl.c
125
int pfctl_ruleset_trans(struct pfctl *, char *, struct pfctl_anchor *, bool);
sbin/pfctl/pfctl.c
1757
bool show = false;
sbin/pfctl/pfctl.c
2246
pfctl_ruleset_trans(struct pfctl *pf, char *path, struct pfctl_anchor *a, bool do_eth)
sbin/pfctl/pfctl.c
2562
bool was_present;
sbin/pfctl/pfctl_parser.c
740
bool seen_unset = false;
sbin/pfctl/pfctl_parser.c
756
bool isset = a->mask[i / 8] & (1 << i % 8);
sbin/pfctl/pfctl_parser.h
129
bool keep_counters;
sbin/pfctl/pfctl_parser.h
169
bool neg;
sbin/pfctl/pfctl_parser.h
170
bool isset;
sbin/pfctl/tests/pfctl_test.c
164
const atf_tc_t *tc, bool test_failure)
sbin/pflowctl/pflowctl.c
228
static bool
sbin/pflowctl/pflowctl.c
370
static inline bool
sbin/pflowctl/pflowctl.c
443
bool flag;
sbin/pflowctl/pflowctl.c
50
static bool verbose = false;
sbin/rcorder/rcorder.c
88
typedef bool flag;
sbin/reboot/reboot.c
116
write_nextboot(const char *fn, const char *env, bool append, bool force)
sbin/reboot/reboot.c
123
bool supported = false;
sbin/reboot/reboot.c
124
bool zfs = false;
sbin/reboot/reboot.c
268
bool aflag, Dflag, fflag, lflag, Nflag, nflag, qflag;
sbin/reboot/reboot.c
62
static bool dofast;
sbin/reboot/reboot.c
63
static bool dohalt;
sbin/reboot/reboot.c
64
static bool donextboot;
sbin/reboot/reboot.c
75
zfsbootcfg(const char *pool, bool force)
sbin/route/route_netlink.c
473
struct rta_mpath_nh *nh, bool first)
sbin/route/route_netlink.c
543
bool first = true;
sbin/savecore/savecore.c
109
static bool checkfor, compress, uncompress, clear, force, keep; /* flags */
sbin/savecore/savecore.c
110
static bool livecore; /* flags cont. */
sbin/savecore/savecore.c
287
static bool
sbin/savecore/savecore.c
489
static bool
sbin/savecore/savecore.c
549
static bool firstblock = true; /* XXX not re-entrable/usable */
sbin/savecore/savecore.c
615
DoRegularFile(int fd, off_t dumpsize, u_int sectorsize, bool sparse,
sbin/savecore/savecore.c
939
bool iscompressed, isencrypted, istextdump, ret;
sbin/setkey/parse.y
72
bool esn;
sbin/shutdown/shutdown.c
107
bool dowarn;
sbin/shutdown/shutdown.c
263
loop(bool dowarn)
sbin/shutdown/shutdown.c
92
static void loop(bool);
sbin/sysctl/sysctl.c
1063
show_var(int *oid, int nlen, bool honor_skip)
sbin/sysctl/sysctl.c
290
static bool
sbin/sysctl/sysctl.c
75
static bool Fflag, Jflag, lflag, Vflag;
sbin/sysctl/sysctl.c
81
static int show_var(int *, int, bool);
sbin/zfsbootcfg/zfsbootcfg.c
191
bool print, delete;
share/examples/libusb20/control.c
67
bool do_request;
share/examples/sound/sndstat_nv.c
138
printf("\tbitperfect=%d\n", NV(bool, BITPERFECT));
share/examples/sound/sndstat_nv.c
86
printf("\tfrom_user=%d\n", NV(bool, FROM_USER));
stand/arm64/libarm64/cache.c
42
static bool
stand/arm64/libarm64/cache.c
52
static bool
stand/common/bootstrap.h
124
bool cons_update_mode(bool);
stand/common/bootstrap.h
125
void autoload_font(bool);
stand/common/bootstrap.h
243
bool f_kernphys_relocatable;
stand/common/bootstrap.h
246
bool f_tg_kernel_support;
stand/common/bootstrap.h
53
bool interp_has_builtin_cmd(const char *cmd);
stand/common/dev_net.c
352
bool
stand/common/gfx_fb.c
1103
gfx_fb_cursor_draw(teken_gfx_t *state, const teken_pos_t *pos, bool on)
stand/common/gfx_fb.c
1168
bool
stand/common/gfx_fb.c
1258
bool mark = false;
stand/common/gfx_fb.c
172
bool ignore_gop_blt = false;
stand/common/gfx_fb.c
1810
bool scale = false;
stand/common/gfx_fb.c
1811
bool trace = false;
stand/common/gfx_fb.c
182
static bool insert_font(char *, FONT_FLAGS);
stand/common/gfx_fb.c
185
static void gfx_fb_cursor_draw(teken_gfx_t *, const teken_pos_t *, bool);
stand/common/gfx_fb.c
209
bool
stand/common/gfx_fb.c
241
static bool
stand/common/gfx_fb.c
248
bool from_env = false;
stand/common/gfx_fb.c
2647
static bool
stand/common/gfx_fb.c
2806
bios_text_font(bool use_vga_font)
stand/common/gfx_fb.c
281
bool need_setattr = false;
stand/common/gfx_fb.c
2815
autoload_font(bool bios)
stand/common/gfx_fb.c
2855
bool list;
stand/common/gfx_fb.c
2933
bool
stand/common/gfx_fb.c
574
bool bgra;
stand/common/gfx_fb.c
674
bool bgra;
stand/common/gfx_fb.c
960
const teken_attr_t *a, uint32_t alpha, bool cursor)
stand/common/gfx_fb.c
965
bool invert = false;
stand/common/gfx_fb.h
210
bool tg_cursor_visible;
stand/common/gfx_fb.h
239
bool console_update_mode(bool);
stand/common/gfx_fb.h
243
void bios_text_font(bool);
stand/common/gfx_fb.h
262
bool is_same_pixel(struct text_pixel *, struct text_pixel *);
stand/common/gfx_fb.h
264
bool gfx_get_edid_resolution(struct vesa_edid_info *, edid_res_list_t *);
stand/common/gfx_fb.h
279
bool gfx_parse_mode_str(char *, int *, int *, int *);
stand/common/interp.c
205
bool
stand/common/interp_forth.c
340
static bool preinit_run = false;
stand/common/interp_lua.c
99
static bool preinit_done = false;
stand/common/load_elf.c
216
static bool
stand/common/load_elf.c
226
static bool
stand/common/misc.c
230
bool
stand/common/modinfo.c
118
md_copymodules(vm_offset_t addr, bool kern64)
stand/common/modinfo.h
17
vm_offset_t md_copymodules(vm_offset_t addr, bool kern64);
stand/common/module.c
1639
file_remove_impl(struct preloaded_file *fp, bool keep_tail)
stand/common/nvstore.c
62
bool list, get, delete;
stand/efi/include/efi.h
96
extern bool boot_services_active;
stand/efi/include/efilib.h
101
bool efi_devpath_match(EFI_DEVICE_PATH *, EFI_DEVICE_PATH *);
stand/efi/include/efilib.h
102
bool efi_devpath_match_node(EFI_DEVICE_PATH *, EFI_DEVICE_PATH *);
stand/efi/include/efilib.h
103
bool efi_devpath_is_prefix(EFI_DEVICE_PATH *, EFI_DEVICE_PATH *);
stand/efi/include/efilib.h
106
bool efi_devpath_same_disk(EFI_DEVICE_PATH *, EFI_DEVICE_PATH *);
stand/efi/include/efilib.h
152
bool efi_guid_to_str(const EFI_GUID *, char **);
stand/efi/include/efilib.h
153
bool efi_str_to_guid(const char *, EFI_GUID *);
stand/efi/include/efilib.h
154
bool efi_name_to_guid(const char *, EFI_GUID *);
stand/efi/include/efilib.h
155
bool efi_guid_to_name(EFI_GUID *, char **);
stand/efi/include/efizfs.h
54
bool efizfs_get_guid_by_handle(EFI_HANDLE, uint64_t *);
stand/efi/libefi/devpath.c
633
bool
stand/efi/libefi/devpath.c
651
static bool
stand/efi/libefi/devpath.c
653
bool ignore_media)
stand/efi/libefi/devpath.c
676
bool
stand/efi/libefi/devpath.c
687
bool
stand/efi/libefi/devpath.c
693
bool
stand/efi/libefi/efi_console.c
1227
static bool
stand/efi/libefi/efi_console.c
1280
static bool
stand/efi/libefi/efi_console.c
1294
static bool
stand/efi/libefi/efi_console.c
193
efi_text_printchar(teken_gfx_t *state, const teken_pos_t *p, bool autoscroll)
stand/efi/libefi/efi_console.c
275
teken_pos_t *d, bool scroll)
stand/efi/libefi/efi_console.c
312
bool scroll = false;
stand/efi/libefi/efi_console.c
39
bool boot_services_active = true; /* boot services active first thing in main */
stand/efi/libefi/efi_console.c
434
static bool
stand/efi/libefi/efi_console.c
45
static bool efi_started;
stand/efi/libefi/efi_console.c
906
bool
stand/efi/libefi/efi_console.c
907
cons_update_mode(bool use_gfx_mode)
stand/efi/libefi/eficom.c
550
static bool
stand/efi/libefi/eficom.c
60
static bool comc_setup(void);
stand/efi/libefi/efihttp.c
108
bool *b;
stand/efi/libefi/efihttp.c
110
b = (bool *)context;
stand/efi/libefi/efihttp.c
186
bool found_http;
stand/efi/libefi/efihttp.c
400
bool done;
stand/efi/libefi/efihttp.c
50
static bool efihttp_init_done = false;
stand/efi/libefi/efihttp.c
609
bool done;
stand/efi/libefi/efihttp.c
79
bool is_dir;
stand/efi/libefi/efipart.c
1089
bool need_buf;
stand/efi/libefi/efipart.c
164
static bool
stand/efi/libefi/efipart.c
238
static bool
stand/efi/libefi/efipart.c
315
bool parent_is_usb = false;
stand/efi/libefi/efipart.c
45
typedef bool (*pd_test_cb_t)(pdinfo_t *, pdinfo_t *);
stand/efi/libefi/efipart.c
456
static bool
stand/efi/libefi/efipart.c
551
static bool
stand/efi/libefi/efipart.c
580
static bool
stand/efi/libefi/efipart.c
761
static bool
stand/efi/libefi/efizfs.c
62
bool
stand/efi/libefi/efizfs.c
79
insert_zfs(EFI_HANDLE handle, uint64_t guid, bool head)
stand/efi/libefi/env.c
371
bool
stand/efi/libefi/env.c
380
bool
stand/efi/libefi/env.c
389
bool
stand/efi/libefi/env.c
403
bool
stand/efi/libefi/env.c
438
bool is_ascii = true;
stand/efi/libefi/env.c
727
bool comma = false;
stand/efi/loader/arch/amd64/elf64_freebsd.c
92
bool copy_auto;
stand/efi/loader/arch/amd64/multiboot2.c
83
bool keep_bs = false;
stand/efi/loader/bootinfo.c
171
bi_load_efi_data(struct preloaded_file *kfp, bool exit_bs)
stand/efi/loader/bootinfo.c
182
bool do_vmap;
stand/efi/loader/bootinfo.c
324
bi_load(char *args, vm_offset_t *modulep, vm_offset_t *kernendp, bool exit_bs)
stand/efi/loader/bootinfo.c
344
bool is64 = true;
stand/efi/loader/bootinfo.c
346
bool is64 = sizeof(long) == 8;
stand/efi/loader/copy.c
192
bool stage_offset_set = false;
stand/efi/loader/copy.c
357
static bool
stand/efi/loader/framebuffer.c
557
static bool
stand/efi/loader/framebuffer.c
560
bool rv = false;
stand/efi/loader/framebuffer.c
571
bool
stand/efi/loader/framebuffer.c
723
static bool
stand/efi/loader/framebuffer.c
886
extern bool ignore_gop_blt;
stand/efi/loader/framebuffer.h
34
bool efi_has_gop(void);
stand/efi/loader/loader_efi.h
68
bool exit_bs);
stand/efi/loader/main.c
1118
read_loader_env(const char *name, char *def_fn, bool once)
stand/efi/loader/main.c
1178
bool is_smbios_v2, is_smbios_v3;
stand/efi/loader/main.c
1224
bool has_kbd;
stand/efi/loader/main.c
1233
bool uefi_boot_mgr;
stand/efi/loader/main.c
156
static bool
stand/efi/loader/main.c
163
bool retval = false;
stand/efi/loader/main.c
287
static bool
stand/efi/loader/main.c
300
static bool
stand/efi/loader/main.c
330
static bool
stand/efi/loader/main.c
333
bool rv;
stand/efi/loader/main.c
343
static bool
stand/efi/loader/main.c
536
find_currdev(bool do_bootmgr, char *boot_info, size_t boot_info_sz)
stand/efi/loader/main.c
708
static bool
stand/efi/loader/main.c
991
bool pci_pending;
stand/i386/libi386/biosdisk.c
138
static bool bd_int13probe(bdinfo_t *);
stand/i386/libi386/biosdisk.c
603
static bool
stand/i386/libi386/pxe.c
436
static bool data_pending;
stand/i386/libi386/vbe.c
1038
vbe_print_mode(bool verbose __unused)
stand/i386/libi386/vbe.c
104
static bool
stand/i386/libi386/vbe.c
1191
bool verbose = false;
stand/i386/libi386/vbe.c
237
bool
stand/i386/libi386/vbe.c
500
static bool
stand/i386/libi386/vbe.c
625
bool
stand/i386/libi386/vbe.c
843
static bool
stand/i386/libi386/vbe.c
849
bool ret = false;
stand/i386/libi386/vbe.c
883
static bool
stand/i386/libi386/vbe.c
887
bool ret = false;
stand/i386/libi386/vbe.c
961
bool edid = false;
stand/i386/libi386/vbe.h
155
bool vbe_is_vga(void);
stand/i386/libi386/vbe.h
159
bool vbe_available(void);
stand/i386/libi386/vidconsole.c
124
vidc_text_set_cursor(teken_unit_t row, teken_unit_t col, bool visible)
stand/i386/libi386/vidconsole.c
52
static bool vidc_started;
stand/i386/libi386/vidconsole.c
520
static bool
stand/i386/libi386/vidconsole.c
878
bool
stand/i386/libi386/vidconsole.c
879
cons_update_mode(bool use_gfx_mode)
stand/i386/loader/gfx_bios.c
26
void autoload_font(bool bios);
stand/i386/loader/gfx_bios.c
29
autoload_font(bool bios)
stand/kboot/include/efi.h
18
bool efi_read_from_pa(uint64_t pa, uint32_t map_size, uint32_t desc_size, uint32_t vers);
stand/kboot/include/host_syscall.h
202
static __inline bool
stand/kboot/include/seg.h
23
bool populate_avail_from_iomem(void);
stand/kboot/include/util.h
10
bool data_from_kernel(const char *sym, void *buf, size_t len);
stand/kboot/include/util.h
13
bool file2str(const char *fn, char *buffer, size_t buflen);
stand/kboot/include/util.h
14
bool file2u32(const char *fn, uint32_t *val);
stand/kboot/include/util.h
15
bool file2u64(const char *fn, uint64_t *val);
stand/kboot/kboot/arch/aarch64/exec.c
67
bool do_mem_map = false;
stand/kboot/kboot/arch/aarch64/exec.c
72
bool exit_bs);
stand/kboot/kboot/arch/aarch64/load_addr.c
16
static bool
stand/kboot/kboot/arch/aarch64/load_addr.c
81
bool
stand/kboot/kboot/arch/aarch64/load_addr.c
85
bool rv = false;
stand/kboot/kboot/arch/amd64/elf64_freebsd.c
63
bool exit_bs);
stand/kboot/kboot/arch/amd64/load_addr.c
63
bool
stand/kboot/kboot/arch/powerpc64/load_addr.c
213
bool enumerate_memory_arch(void)
stand/kboot/kboot/hostdisk.c
144
static bool
stand/kboot/kboot/hostdisk.c
227
static bool
stand/kboot/kboot/hostdisk.c
425
static bool
stand/kboot/kboot/hostdisk.c
47
static bool hostdisk_match(struct devsw *devsw, const char *devspec);
stand/kboot/kboot/hostdisk.c
479
static bool
stand/kboot/kboot/hostdisk.c
534
static bool
stand/kboot/kboot/hostdisk.c
538
bool found = false;
stand/kboot/kboot/hostdisk.c
570
static bool
stand/kboot/kboot/hostdisk.c
596
static bool
stand/kboot/kboot/hostdisk.c
602
bool
stand/kboot/kboot/hostdisk.c
92
typedef bool fef_cb_t(struct host_dirent64 *, void *);
stand/kboot/kboot/hostdisk.c
95
static bool
stand/kboot/kboot/kboot.h
12
bool enumerate_memory_arch(void);
stand/kboot/kboot/kboot.h
16
bool has_acpi(void);
stand/kboot/kboot/kboot.h
34
bool hostdisk_zfs_find_default(void);
stand/kboot/kboot/main.c
212
bool
stand/kboot/kboot/main.c
232
static bool smbios_mmap_file;
stand/kboot/libkboot/dfk.c
106
static bool
stand/kboot/libkboot/dfk.c
194
bool
stand/kboot/libkboot/dfk.c
262
bool
stand/kboot/libkboot/dfk.c
69
static bool
stand/kboot/libkboot/dfk.c
83
static bool
stand/kboot/libkboot/dfk.c
90
static bool
stand/kboot/libkboot/efi.c
107
bool
stand/kboot/libkboot/seg.c
277
bool
stand/kboot/libkboot/util.c
11
bool
stand/kboot/libkboot/util.c
35
bool
stand/kboot/libkboot/util.c
48
bool
stand/liblua/lutils.c
420
lua_add_feature(void *cookie, const char *name, const char *desc, bool enabled)
stand/libofw/ofw_disk.c
214
static bool
stand/libofw/ofw_disk.c
50
static bool ofwd_match(struct devsw *, const char *);
stand/libofw/ofw_net.c
279
static bool ofwnd_match(struct devsw *, const char *);
stand/libofw/ofw_net.c
311
static bool
stand/libsa/cd9660.c
346
bool isdir = false;
stand/libsa/environment.c
225
bool
stand/libsa/environment.c
282
static bool check_restricted = false;
stand/libsa/environment.c
285
set_check_restricted(bool b)
stand/libsa/features.c
30
bool
stand/libsa/ip.c
140
static bool
stand/libsa/ip.c
206
bool morefrag, isfrag;
stand/libsa/open.c
141
bool is_dir;
stand/libsa/smbios.c
688
static bool probed = false;
stand/libsa/stand.h
169
bool (*dv_match)(struct devsw *, const char *);
stand/libsa/stand.h
384
extern bool is_restricted_var(const char *name);
stand/libsa/stand.h
385
extern void set_check_restricted(bool);
stand/libsa/stand.h
515
bool is_tftp(void);
stand/libsa/stand.h
518
typedef void (feature_iter_fn)(void *, const char *, const char *, bool);
stand/libsa/stand.h
521
extern bool feature_name_is_enabled(const char *);
stand/libsa/tftp.c
124
bool lastacksent;
stand/libsa/zfs/libzfs.h
50
int zfs_probe_dev(const char *devname, uint64_t *pool_guid, bool part_too);
stand/libsa/zfs/nvlist.c
133
static bool
stand/libsa/zfs/nvlist.c
137
bool rv;
stand/libsa/zfs/nvlist.c
147
static bool
stand/libsa/zfs/nvlist.c
151
bool rv;
stand/libsa/zfs/nvlist.c
164
static bool
stand/libsa/zfs/nvlist.c
167
bool rv = false;
stand/libsa/zfs/nvlist.c
193
static bool
stand/libsa/zfs/nvlist.c
196
bool rv = false;
stand/libsa/zfs/nvlist.c
219
static bool
stand/libsa/zfs/nvlist.c
222
bool rv = false;
stand/libsa/zfs/nvlist.c
250
static bool
stand/libsa/zfs/nvlist.c
253
bool rv = false;
stand/libsa/zfs/nvlist.c
281
static bool
stand/libsa/zfs/nvlist.c
285
bool rv = false;
stand/libsa/zfs/nvlist.c
295
static bool
stand/libsa/zfs/nvlist.c
299
bool rv = false;
stand/libsa/zfs/nvlist.c
327
static bool
stand/libsa/zfs/nvlist.c
330
bool rv = true;
stand/libsa/zfs/nvlist.c
401
static bool
stand/libsa/zfs/nvlist.c
58
static bool nvlist_size_xdr(xdr_t *, size_t *);
stand/libsa/zfs/nvlist.c
586
static bool
stand/libsa/zfs/nvlist.c
59
static bool nvlist_size_native(xdr_t *, size_t *);
stand/libsa/zfs/nvlist.c
60
static bool xdr_int(xdr_t *, int *);
stand/libsa/zfs/nvlist.c
61
static bool xdr_u_int(xdr_t *, unsigned *);
stand/libsa/zfs/nvlist.c
63
typedef bool (*xdrproc_t)(xdr_t *, void *);
stand/libsa/zfs/nvlist.c
674
static bool
stand/libsa/zfs/zfs.c
1234
zfs_nvstore_unset_impl(void *vdev, const char *name, bool unset_env)
stand/libsa/zfs/zfs.c
1469
zfs_probe_dev(const char *devname, uint64_t *pool_guid, bool parts_too)
stand/libsa/zfs/zfs.c
841
static int zfs_nvstore_unset_impl(void *, const char *, bool);
stand/libsa/zfs/zfs.c
924
bool env_set = true;
stand/libsa/zfs/zfsimpl.c
1344
static bool
stand/libsa/zfs/zfsimpl.c
1349
bool rv = false;
stand/libsa/zfs/zfsimpl.c
1376
static bool
stand/libsa/zfs/zfsimpl.c
1380
bool rv;
stand/libsa/zfs/zfsimpl.c
146
bool print);
stand/libsa/zfs/zfsimpl.c
1834
bool ok;
stand/libsa/zfs/zfsimpl.c
2168
bool newer, present;
stand/libsa/zfs/zfsimpl.c
2345
zio_read_impl(const spa_t *spa, const blkptr_t *bp, void *buf, bool print)
stand/uboot/copy.c
55
bool loadbase_set = false;
stand/userboot/test/test.c
120
bool openbase;
sys/amd64/amd64/db_disasm.c
1034
db_disasm_esc(db_addr_t loc, int inst, int rex, bool short_addr,
sys/amd64/amd64/db_disasm.c
1039
db_read_address(db_addr_t loc, bool short_addr, int rex, int regmodrm,
sys/amd64/amd64/db_disasm.c
1046
db_read_address(db_addr_t loc, bool short_addr, int rex, int regmodrm,
sys/amd64/amd64/db_disasm.c
108
bool i_has_modrm; /* has regmodrm byte */
sys/amd64/amd64/db_disasm.c
1138
db_disasm_esc(db_addr_t loc, int inst, int rex, bool short_addr, int size,
sys/amd64/amd64/db_disasm.c
1230
db_disasm(db_addr_t loc, bool altfmt)
sys/amd64/amd64/db_disasm.c
1234
bool short_addr;
sys/amd64/amd64/db_disasm.c
1242
bool first;
sys/amd64/amd64/db_disasm.c
1244
bool prefix;
sys/amd64/amd64/db_disasm.c
1245
bool rep, repne;
sys/amd64/amd64/db_disasm.c
985
bool is_reg; /* if reg, reg number is in 'disp' */
sys/amd64/amd64/db_interface.c
77
bool old_wp;
sys/amd64/amd64/db_trace.c
248
bool first;
sys/amd64/amd64/efirt_machdep.c
181
bool
sys/amd64/amd64/efirt_machdep.c
191
bool map_pz = true;
sys/amd64/amd64/elf_machdep.c
167
static bool
sys/amd64/amd64/elf_machdep.c
267
bool
sys/amd64/amd64/elf_machdep.c
277
int type, bool late_ifunc, elf_lookup_fn lookup)
sys/amd64/amd64/exec_machdep.c
100
static bool
sys/amd64/amd64/fpu.c
1291
xsave_extfeature_check(uint64_t feature, bool supervisor)
sys/amd64/amd64/fpu.c
1306
xsave_extstate_bv_check(uint64_t xstate_bv, bool supervisor)
sys/amd64/amd64/fpu.c
1321
bool
sys/amd64/amd64/fpu.c
1322
xsave_extfeature_supported(uint64_t feature, bool supervisor)
sys/amd64/amd64/fpu.c
1341
bool
sys/amd64/amd64/fpu.c
1355
bool compact, bool supervisor)
sys/amd64/amd64/fpu.c
1386
xsave_area_size(uint64_t xstate_bv, bool compact, bool supervisor)
sys/amd64/amd64/fpu.c
287
bool old_wp;
sys/amd64/amd64/fpu.c
857
bool do_mxcsr;
sys/amd64/amd64/kexec_support.c
68
vm_size_t size, bool do_pte, bool identity, struct pctrie_iter *pages)
sys/amd64/amd64/machdep.c
225
bool efi_boot;
sys/amd64/amd64/machdep.c
997
bool full, page_bad;
sys/amd64/amd64/mp_machdep.c
607
bool is_all;
sys/amd64/amd64/pmap.c
10496
bool
sys/amd64/amd64/pmap.c
10498
bool can_fault)
sys/amd64/amd64/pmap.c
10501
bool needs_mapping;
sys/amd64/amd64/pmap.c
10559
bool can_fault)
sys/amd64/amd64/pmap.c
1088
bool first;
sys/amd64/amd64/pmap.c
11020
bool seen_other;
sys/amd64/amd64/pmap.c
11125
static bool
sys/amd64/amd64/pmap.c
11230
pmap_pti_unwire_pde(void *pde, bool only_ref)
sys/amd64/amd64/pmap.c
11290
pmap_pti_pte(vm_offset_t va, bool *unwire_pde)
sys/amd64/amd64/pmap.c
11328
pmap_pti_add_kva_locked(vm_offset_t sva, vm_offset_t eva, bool exec)
sys/amd64/amd64/pmap.c
11333
bool unwire_pde;
sys/amd64/amd64/pmap.c
11366
pmap_pti_add_kva(vm_offset_t sva, vm_offset_t eva, bool exec)
sys/amd64/amd64/pmap.c
11470
static bool
sys/amd64/amd64/pmap.c
11514
static bool
sys/amd64/amd64/pmap.c
11558
bool changed;
sys/amd64/amd64/pmap.c
11728
static bool first = true;
sys/amd64/amd64/pmap.c
1179
bool accounted = false;
sys/amd64/amd64/pmap.c
11932
static bool
sys/amd64/amd64/pmap.c
1199
bool fast;
sys/amd64/amd64/pmap.c
12017
bool first;
sys/amd64/amd64/pmap.c
1332
static bool pmap_pv_insert_pde(pmap_t pmap, vm_offset_t va, pd_entry_t pde,
sys/amd64/amd64/pmap.c
1345
static bool pmap_demote_pde(pmap_t pmap, pd_entry_t *pde, vm_offset_t va);
sys/amd64/amd64/pmap.c
1346
static bool pmap_demote_pde_locked(pmap_t pmap, pd_entry_t *pde,
sys/amd64/amd64/pmap.c
1348
static bool pmap_demote_pde_mpte(pmap_t pmap, pd_entry_t *pde,
sys/amd64/amd64/pmap.c
1350
static bool pmap_demote_pdpe(pmap_t pmap, pdp_entry_t *pdpe,
sys/amd64/amd64/pmap.c
1359
static int pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted,
sys/amd64/amd64/pmap.c
1360
bool allpte_PG_A_set);
sys/amd64/amd64/pmap.c
1371
static bool pmap_promote_pde(pmap_t pmap, pd_entry_t *pde, vm_offset_t va,
sys/amd64/amd64/pmap.c
1374
static bool pmap_protect_pde(pmap_t pmap, pd_entry_t *pde, vm_offset_t sva,
sys/amd64/amd64/pmap.c
1378
bool exec);
sys/amd64/amd64/pmap.c
1383
bool demote_kpde, struct spglist *free, struct rwlock **lockp);
sys/amd64/amd64/pmap.c
1389
static bool pmap_remove_ptes(pmap_t pmap, vm_offset_t sva, vm_offset_t eva,
sys/amd64/amd64/pmap.c
1392
static bool pmap_try_insert_pv_entry(pmap_t pmap, vm_offset_t va,
sys/amd64/amd64/pmap.c
1412
static void pmap_free_pt_page(pmap_t, vm_page_t, bool);
sys/amd64/amd64/pmap.c
176
static __inline bool
sys/amd64/amd64/pmap.c
183
static __inline bool
sys/amd64/amd64/pmap.c
2326
pmap_page_alloc_below_4g(bool zeroed)
sys/amd64/amd64/pmap.c
2383
static bool
sys/amd64/amd64/pmap.c
2384
pmap_allow_2m_x_page(pmap_t pmap, bool executable)
sys/amd64/amd64/pmap.c
2740
bool
sys/amd64/amd64/pmap.c
2753
pmap_cache_bits(pmap_t pmap, int mode, bool is_pde)
sys/amd64/amd64/pmap.c
2791
pmap_cache_mask(pmap_t pmap, bool is_pde)
sys/amd64/amd64/pmap.c
2811
pmap_pat_index(pmap_t pmap, pt_entry_t pte, bool is_pde)
sys/amd64/amd64/pmap.c
2845
bool
sys/amd64/amd64/pmap.c
311
static __inline bool
sys/amd64/amd64/pmap.c
3180
const bool invpcid_works1)
sys/amd64/amd64/pmap.c
3273
const bool invpcid_works1)
sys/amd64/amd64/pmap.c
3371
pmap_invalidate_all_cb_template(pmap_t pmap, bool pmap_pcid_enabled1,
sys/amd64/amd64/pmap.c
3372
bool invpcid_works1)
sys/amd64/amd64/pmap.c
3655
bool useclflushopt;
sys/amd64/amd64/pmap.c
4007
pmap_add_delayed_free_list(vm_page_t m, struct spglist *free, bool set_PG_ZERO)
sys/amd64/amd64/pmap.c
4035
pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted,
sys/amd64/amd64/pmap.c
4036
bool allpte_PG_A_set)
sys/amd64/amd64/pmap.c
4066
static inline bool
sys/amd64/amd64/pmap.c
4329
pmap_free_pt_page(pmap_t pmap, vm_page_t m, bool zerofilled)
sys/amd64/amd64/pmap.c
441
static bool
sys/amd64/amd64/pmap.c
4468
bool addref)
sys/amd64/amd64/pmap.c
4475
bool allocated;
sys/amd64/amd64/pmap.c
4505
bool addref)
sys/amd64/amd64/pmap.c
4511
bool allocated;
sys/amd64/amd64/pmap.c
5173
reclaim_pv_chunk_leave_pmap(pmap_t pmap, pmap_t locked_pmap, bool start_di)
sys/amd64/amd64/pmap.c
5213
bool start_di, restart;
sys/amd64/amd64/pmap.c
5611
bool reclaimed;
sys/amd64/amd64/pmap.c
5829
static bool
sys/amd64/amd64/pmap.c
5852
static bool
sys/amd64/amd64/pmap.c
5892
static bool
sys/amd64/amd64/pmap.c
5896
bool rv;
sys/amd64/amd64/pmap.c
5949
static bool
sys/amd64/amd64/pmap.c
5956
static bool
sys/amd64/amd64/pmap.c
5965
bool in_kernel;
sys/amd64/amd64/pmap.c
6145
pmap_remove_pde(pmap_t pmap, pd_entry_t *pdq, vm_offset_t sva, bool demote_kpde,
sys/amd64/amd64/pmap.c
623
static bool pti_finalized;
sys/amd64/amd64/pmap.c
6274
static bool
sys/amd64/amd64/pmap.c
6280
bool anyvalid;
sys/amd64/amd64/pmap.c
6310
pmap_remove1(pmap_t pmap, vm_offset_t sva, vm_offset_t eva, bool map_delete)
sys/amd64/amd64/pmap.c
637
static bool pmap_pkru_same(pmap_t pmap, vm_offset_t sva, vm_offset_t eva,
sys/amd64/amd64/pmap.c
6589
static bool
sys/amd64/amd64/pmap.c
6594
bool anychanged;
sys/amd64/amd64/pmap.c
6648
bool anychanged;
sys/amd64/amd64/pmap.c
665
static bool pmap_invl_callout_inited;
sys/amd64/amd64/pmap.c
670
static bool
sys/amd64/amd64/pmap.c
6811
static bool
sys/amd64/amd64/pmap.c
6828
static bool
sys/amd64/amd64/pmap.c
694
static bool pmap_not_in_di_l(void);
sys/amd64/amd64/pmap.c
695
static bool pmap_not_in_di_u(void);
sys/amd64/amd64/pmap.c
696
DEFINE_IFUNC(, bool, pmap_not_in_di, (void))
sys/amd64/amd64/pmap.c
702
static bool
sys/amd64/amd64/pmap.c
7116
bool nosleep;
sys/amd64/amd64/pmap.c
7408
static bool
sys/amd64/amd64/pmap.c
806
static bool
sys/amd64/amd64/pmap.c
825
static bool
sys/amd64/amd64/pmap.c
8308
bool mapped;
sys/amd64/amd64/pmap.c
8336
bool
sys/amd64/amd64/pmap.c
8343
bool rv;
sys/amd64/amd64/pmap.c
8444
bool
sys/amd64/amd64/pmap.c
8448
bool rv;
sys/amd64/amd64/pmap.c
850
static bool
sys/amd64/amd64/pmap.c
8505
bool superpage;
sys/amd64/amd64/pmap.c
8683
static bool
sys/amd64/amd64/pmap.c
8684
pmap_page_test_mappings(vm_page_t m, bool accessed, bool modified)
sys/amd64/amd64/pmap.c
8693
bool rv;
sys/amd64/amd64/pmap.c
8773
bool
sys/amd64/amd64/pmap.c
8794
bool
sys/amd64/amd64/pmap.c
8799
bool rv;
sys/amd64/amd64/pmap.c
8824
bool
sys/amd64/amd64/pmap.c
8952
bool demoted;
sys/amd64/amd64/pmap.c
9152
bool anychanged;
sys/amd64/amd64/pmap.c
9530
static bool
sys/amd64/amd64/pmap.c
9701
bool changed;
sys/amd64/amd64/pmap.c
994
static bool
sys/amd64/amd64/pmap.c
9942
pmap_demote_DMAP(vm_paddr_t base, vm_size_t len, bool invalidate)
sys/amd64/amd64/pmap.c
9948
bool changed, rv __diagused;
sys/amd64/amd64/ptrace_machdep.c
102
static bool
sys/amd64/amd64/ptrace_machdep.c
121
static bool
sys/amd64/amd64/ptrace_machdep.c
54
static bool
sys/amd64/amd64/ptrace_machdep.c
73
static bool
sys/amd64/amd64/trap.c
1019
bool handled;
sys/amd64/amd64/trap.c
1037
static bool
sys/amd64/amd64/trap.c
106
static int trap_pfault(struct trapframe *, bool, int *, int *);
sys/amd64/amd64/trap.c
110
static bool trap_user_dtrace(struct trapframe *,
sys/amd64/amd64/trap.c
1209
bool l1d_hw;
sys/amd64/amd64/trap.c
221
static bool
sys/amd64/amd64/trap.c
224
bool res = false;
sys/amd64/amd64/trap.c
738
static bool
sys/amd64/amd64/trap.c
756
static bool
sys/amd64/amd64/trap.c
779
trap_pfault(struct trapframe *frame, bool usermode, int *signo, int *ucode)
sys/amd64/amd64/uio_machdep.c
65
bool mapped;
sys/amd64/amd64/vm_machdep.c
405
bool
sys/amd64/ia32/ia32_reg.c
266
static bool
sys/amd64/ia32/ia32_reg.c
287
static bool
sys/amd64/ia32/ia32_signal.c
94
static bool
sys/amd64/include/asan.h
48
static inline bool
sys/amd64/include/csan.h
39
static inline bool
sys/amd64/include/csan.h
45
static inline bool
sys/amd64/include/md_var.h
59
extern bool efi_boot;
sys/amd64/include/msan.h
77
static inline bool
sys/amd64/include/pmap.h
394
int pmap_cache_bits(pmap_t pmap, int mode, bool is_pde);
sys/amd64/include/pmap.h
397
void pmap_demote_DMAP(vm_paddr_t base, vm_size_t len, bool invalidate);
sys/amd64/include/pmap.h
412
bool pmap_not_in_di(void);
sys/amd64/include/pmap.h
413
bool pmap_page_is_mapped(vm_page_t m);
sys/amd64/include/pmap.h
418
bool pmap_ps_enabled(pmap_t pmap);
sys/amd64/include/pmap.h
428
bool pmap_map_io_transient(vm_page_t *, vm_offset_t *, int, bool);
sys/amd64/include/pmap.h
429
void pmap_unmap_io_transient(vm_page_t *, vm_offset_t *, int, bool);
sys/amd64/include/pmap.h
431
void pmap_pti_add_kva(vm_offset_t sva, vm_offset_t eva, bool exec);
sys/amd64/include/pmap.h
443
vm_page_t pmap_page_alloc_below_4g(bool zeroed);
sys/amd64/include/stack.h
21
static __inline bool
sys/amd64/include/vmm.h
279
bool vmm_is_pptdev(int bus, int slot, int func);
sys/amd64/linux/linux_machdep.c
355
static inline bool
sys/amd64/linux/linux_machdep.c
364
bool is0;
sys/amd64/linux32/linux.h
429
extern bool linux32_emulate_i386;
sys/amd64/linux32/linux32_sysvec.c
742
bool linux32_emulate_i386 = false;
sys/amd64/pt/pt.c
154
static bool initialized = false;
sys/amd64/pt/pt.c
221
pt_cpu_toggle_local(uint8_t *save_area, bool enable)
sys/amd64/pt/pt.c
911
static bool
sys/amd64/vmm/amd/amdvi_hw.c
1066
vm_paddr_t hpa, uint64_t pg_size, bool create)
sys/amd64/vmm/amd/amdvi_hw.c
1124
vm_paddr_t hpa, uint64_t size, bool create)
sys/amd64/vmm/amd/amdvi_hw.c
1215
uint16_t devid, bool enable)
sys/amd64/vmm/amd/amdvi_hw.c
171
static inline bool
sys/amd64/vmm/amd/amdvi_hw.c
176
bool pci_ats, ivhd_ats;
sys/amd64/vmm/amd/amdvi_hw.c
212
bool supported;
sys/amd64/vmm/amd/amdvi_hw.c
348
uint64_t addr, bool guest_nested,
sys/amd64/vmm/amd/amdvi_hw.c
349
bool pde, bool page)
sys/amd64/vmm/amd/amdvi_hw.c
433
static bool
sys/amd64/vmm/amd/amdvi_hw.c
442
bool status;
sys/amd64/vmm/amd/amdvi_hw.c
773
static bool
sys/amd64/vmm/amd/amdvi_hw.c
975
amdvi_do_inv_domain(uint16_t domain_id, bool create)
sys/amd64/vmm/amd/amdvi_priv.h
349
bool enable_ats; /* ATS enabled for the device. */
sys/amd64/vmm/amd/amdvi_priv.h
381
bool iotlb; /* IOTLB supported by IOMMU */
sys/amd64/vmm/amd/ivrs_drv.c
116
static bool
sys/amd64/vmm/amd/ivrs_drv.c
181
uint32_t end_id, uint8_t cfg, bool ats)
sys/amd64/vmm/amd/ivrs_drv.c
215
bool range_enable_ats = false, enable_ats;
sys/amd64/vmm/amd/ivrs_drv.c
322
static bool
sys/amd64/vmm/amd/svm.c
1168
bool *retu)
sys/amd64/vmm/amd/svm.c
1237
uint64_t val, bool *retu)
sys/amd64/vmm/amd/svm.c
1252
emulate_rdmsr(struct svm_vcpu *vcpu, u_int num, bool *retu)
sys/amd64/vmm/amd/svm.c
1359
bool retu;
sys/amd64/vmm/amd/svm.c
1453
bool stepped = 0;
sys/amd64/vmm/amd/svm.c
1949
bool alloc_asid;
sys/amd64/vmm/amd/svm.c
386
svm_msr_perm(uint8_t *perm_bitmap, uint64_t msr, bool read, bool write)
sys/amd64/vmm/amd/svm.c
884
static bool
sys/amd64/vmm/amd/svm.c
959
uint32_t error, bool ec_valid)
sys/amd64/vmm/amd/svm_msr.c
109
svm_rdmsr(struct svm_vcpu *vcpu, u_int num, uint64_t *result, bool *retu)
sys/amd64/vmm/amd/svm_msr.c
142
svm_wrmsr(struct svm_vcpu *vcpu, u_int num, uint64_t val, bool *retu)
sys/amd64/vmm/amd/svm_msr.h
40
int svm_wrmsr(struct svm_vcpu *vcpu, u_int num, uint64_t val, bool *retu);
sys/amd64/vmm/amd/svm_msr.h
41
int svm_rdmsr(struct svm_vcpu *vcpu, u_int num, uint64_t *result, bool *retu);
sys/amd64/vmm/amd/svm_softc.h
41
bool popf_sstep; /* indicates that we've stepped over popf */
sys/amd64/vmm/amd/svm_softc.h
42
bool pushf_sstep; /* indicates that we've stepped over pushf */
sys/amd64/vmm/intel/vmx.c
130
bool vmx_have_msr_tsc_aux;
sys/amd64/vmm/intel/vmx.c
2130
static bool
sys/amd64/vmm/intel/vmx.c
2182
bool retu;
sys/amd64/vmm/intel/vmx.c
2244
static bool
sys/amd64/vmm/intel/vmx.c
2342
emulate_wrmsr(struct vmx_vcpu *vcpu, u_int num, uint64_t val, bool *retu)
sys/amd64/vmm/intel/vmx.c
2355
emulate_rdmsr(struct vmx_vcpu *vcpu, u_int num, bool *retu)
sys/amd64/vmm/intel/vmx.c
2395
bool retu;
sys/amd64/vmm/intel/vmx.c
324
static inline bool
sys/amd64/vmm/intel/vmx.c
330
static inline bool
sys/amd64/vmm/intel/vmx.c
3756
vmx_set_intr_ready(struct vlapic *vlapic, int vector, bool level)
sys/amd64/vmm/intel/vmx.c
3898
vmx_set_tmr(struct vlapic *vlapic, int vector, bool level)
sys/amd64/vmm/intel/vmx.h
150
extern bool vmx_have_msr_tsc_aux;
sys/amd64/vmm/intel/vmx_msr.c
175
static bool
sys/amd64/vmm/intel/vmx_msr.c
200
static bool
sys/amd64/vmm/intel/vmx_msr.c
223
static bool
sys/amd64/vmm/intel/vmx_msr.c
402
vmx_rdmsr(struct vmx_vcpu *vcpu, u_int num, uint64_t *val, bool *retu)
sys/amd64/vmm/intel/vmx_msr.c
44
static bool
sys/amd64/vmm/intel/vmx_msr.c
444
vmx_wrmsr(struct vmx_vcpu *vcpu, u_int num, uint64_t val, bool *retu)
sys/amd64/vmm/intel/vmx_msr.c
51
static bool
sys/amd64/vmm/intel/vmx_msr.c
82
bool true_ctls_avail, one_allowed, zero_allowed;
sys/amd64/vmm/intel/vmx_msr.h
40
int vmx_rdmsr(struct vmx_vcpu *vcpu, u_int num, uint64_t *val, bool *retu);
sys/amd64/vmm/intel/vmx_msr.h
41
int vmx_wrmsr(struct vmx_vcpu *vcpu, u_int num, uint64_t val, bool *retu);
sys/amd64/vmm/io/iommu.c
255
iommu_cleanup_int(bool iommu_disable)
sys/amd64/vmm/io/iommu.c
61
static void iommu_cleanup_int(bool iommu_disable);
sys/amd64/vmm/io/ppt.c
369
bool
sys/amd64/vmm/io/ppt.c
497
static bool
sys/amd64/vmm/io/ppt.h
43
bool ppt_is_mmio(struct vm *vm, vm_paddr_t gpa);
sys/amd64/vmm/io/vatpic.c
116
static void vatpic_set_pinstate(struct vatpic *vatpic, int pin, bool newstate);
sys/amd64/vmm/io/vatpic.c
118
static __inline bool
sys/amd64/vmm/io/vatpic.c
418
vatpic_set_pinstate(struct vatpic *vatpic, int pin, bool newstate)
sys/amd64/vmm/io/vatpic.c
422
bool level;
sys/amd64/vmm/io/vatpic.c
628
vatpic_read(struct vatpic *vatpic, struct atpic *atpic, bool in, int port,
sys/amd64/vmm/io/vatpic.c
65
bool ready;
sys/amd64/vmm/io/vatpic.c
666
vatpic_write(struct vatpic *vatpic, struct atpic *atpic, bool in, int port,
sys/amd64/vmm/io/vatpic.c
69
bool aeoi;
sys/amd64/vmm/io/vatpic.c
70
bool poll;
sys/amd64/vmm/io/vatpic.c
71
bool rotate;
sys/amd64/vmm/io/vatpic.c
713
vatpic_master_handler(struct vm *vm, bool in, int port, int bytes,
sys/amd64/vmm/io/vatpic.c
72
bool sfn; /* special fully-nested mode */
sys/amd64/vmm/io/vatpic.c
733
vatpic_slave_handler(struct vm *vm, bool in, int port, int bytes,
sys/amd64/vmm/io/vatpic.c
753
vatpic_elc_handler(struct vm *vm, bool in, int port, int bytes,
sys/amd64/vmm/io/vatpic.c
757
bool is_master;
sys/amd64/vmm/io/vatpic.c
83
bool intr_raised;
sys/amd64/vmm/io/vatpic.h
42
int vatpic_master_handler(struct vm *vm, bool in, int port, int bytes,
sys/amd64/vmm/io/vatpic.h
44
int vatpic_slave_handler(struct vm *vm, bool in, int port, int bytes,
sys/amd64/vmm/io/vatpic.h
46
int vatpic_elc_handler(struct vm *vm, bool in, int port, int bytes,
sys/amd64/vmm/io/vatpit.c
212
pit_update_counter(struct vatpit *vatpit, struct channel *c, bool latch)
sys/amd64/vmm/io/vatpit.c
338
vatpit_handler(struct vm *vm, bool in, int port, int bytes, uint32_t *eax)
sys/amd64/vmm/io/vatpit.c
420
vatpit_nmisc_handler(struct vm *vm, bool in, int port, int bytes,
sys/amd64/vmm/io/vatpit.c
86
bool slatched; /* status latched */
sys/amd64/vmm/io/vatpit.h
42
int vatpit_handler(struct vm *vm, bool in, int port, int bytes, uint32_t *eax);
sys/amd64/vmm/io/vatpit.h
43
int vatpit_nmisc_handler(struct vm *vm, bool in, int port, int bytes,
sys/amd64/vmm/io/vhpet.c
118
static __inline bool
sys/amd64/vmm/io/vhpet.c
125
static __inline bool
sys/amd64/vmm/io/vhpet.c
188
static __inline bool
sys/amd64/vmm/io/vhpet.c
195
static __inline bool
sys/amd64/vmm/io/vhpet.c
202
static __inline bool
sys/amd64/vmm/io/vhpet.c
398
bool clear_isr;
sys/amd64/vmm/io/vioapic.c
104
bool level, phys;
sys/amd64/vmm/io/vioapic.c
147
vioapic_set_pinstate(struct vioapic *vioapic, int pin, bool newstate)
sys/amd64/vmm/io/vioapic.c
150
bool needintr;
sys/amd64/vmm/io/vioapic.c
253
bool level, phys;
sys/amd64/vmm/io/vioapic.c
404
uint64_t *data, int size, bool doread)
sys/amd64/vmm/io/vioapic.c
89
pinstate_str(bool asserted)
sys/amd64/vmm/io/vlapic.c
1033
vlapic_icrlo_write_handler(struct vlapic *vlapic, bool *retu)
sys/amd64/vmm/io/vlapic.c
1036
bool phys;
sys/amd64/vmm/io/vlapic.c
1163
vm_handle_ipi(struct vcpu *vcpu, struct vm_exit *vme, bool *retu)
sys/amd64/vmm/io/vlapic.c
1336
uint64_t *data, bool *retu)
sys/amd64/vmm/io/vlapic.c
1457
uint64_t data, bool *retu)
sys/amd64/vmm/io/vlapic.c
1679
vlapic_deliver_intr(struct vm *vm, bool level, uint32_t dest, bool phys,
sys/amd64/vmm/io/vlapic.c
1683
bool lowprio;
sys/amd64/vmm/io/vlapic.c
1730
bool
sys/amd64/vmm/io/vlapic.c
1743
vlapic_set_tmr(struct vlapic *vlapic, int vector, bool level)
sys/amd64/vmm/io/vlapic.c
1774
vlapic_set_tmr_level(struct vlapic *vlapic, uint32_t dest, bool phys,
sys/amd64/vmm/io/vlapic.c
1778
bool lowprio;
sys/amd64/vmm/io/vlapic.c
267
vlapic_set_intr_ready(struct vlapic *vlapic, int vector, bool level)
sys/amd64/vmm/io/vlapic.c
622
vlapic_set_error(struct vlapic *vlapic, uint32_t mask, bool lvt_error)
sys/amd64/vmm/io/vlapic.c
813
vlapic_calcdest(struct vm *vm, cpuset_t *dmask, uint32_t dest, bool phys,
sys/amd64/vmm/io/vlapic.c
814
bool lowprio, bool x2apic_dest)
sys/amd64/vmm/io/vlapic.c
82
static void vlapic_set_error(struct vlapic *, uint32_t, bool);
sys/amd64/vmm/io/vlapic.c
952
static bool
sys/amd64/vmm/io/vlapic.h
106
int vlapic_icrlo_write_handler(struct vlapic *vlapic, bool *retu);
sys/amd64/vmm/io/vlapic.h
116
int vm_handle_ipi(struct vcpu *vcpu, struct vm_exit *vme, bool *retu);
sys/amd64/vmm/io/vlapic.h
37
uint64_t data, bool *retu);
sys/amd64/vmm/io/vlapic.h
39
uint64_t *data, bool *retu);
sys/amd64/vmm/io/vlapic.h
64
int vlapic_set_intr_ready(struct vlapic *vlapic, int vector, bool level);
sys/amd64/vmm/io/vlapic.h
81
bool vlapic_enabled(struct vlapic *vlapic);
sys/amd64/vmm/io/vlapic.h
83
void vlapic_deliver_intr(struct vm *vm, bool level, uint32_t dest, bool phys,
sys/amd64/vmm/io/vlapic.h
94
void vlapic_set_tmr_level(struct vlapic *vlapic, uint32_t dest, bool phys,
sys/amd64/vmm/io/vlapic_priv.h
137
int (*set_intr_ready)(struct vlapic *vlapic, int vector, bool level);
sys/amd64/vmm/io/vlapic_priv.h
141
void (*set_tmr)(struct vlapic *vlapic, int vector, bool level);
sys/amd64/vmm/io/vlapic_priv.h
180
bool ipi_exit;
sys/amd64/vmm/io/vpmtmr.c
84
vpmtmr_handler(struct vm *vm, bool in, int port, int bytes, uint32_t *val)
sys/amd64/vmm/io/vpmtmr.h
40
int vpmtmr_handler(struct vm *vm, bool in, int port, int bytes, uint32_t *val);
sys/amd64/vmm/io/vrtc.c
118
static __inline bool
sys/amd64/vmm/io/vrtc.c
127
static __inline bool
sys/amd64/vmm/io/vrtc.c
846
vrtc_addr_handler(struct vm *vm, bool in, int port, int bytes, uint32_t *val)
sys/amd64/vmm/io/vrtc.c
868
vrtc_data_handler(struct vm *vm, bool in, int port, int bytes, uint32_t *val)
sys/amd64/vmm/io/vrtc.h
46
int vrtc_addr_handler(struct vm *vm, bool in, int port, int bytes,
sys/amd64/vmm/io/vrtc.h
48
int vrtc_data_handler(struct vm *vm, bool in, int port, int bytes,
sys/amd64/vmm/vmm.c
1015
vm_handle_reqidle(struct vcpu *vcpu, bool *retu)
sys/amd64/vmm/vmm.c
1026
vm_handle_db(struct vcpu *vcpu, struct vm_exit *vme, bool *retu)
sys/amd64/vmm/vmm.c
1131
bool retu, intr_disabled;
sys/amd64/vmm/vmm.c
1618
bool
sys/amd64/vmm/vmm.c
1623
bool found;
sys/amd64/vmm/vmm.c
208
vcpu_cleanup(struct vcpu *vcpu, bool destroy)
sys/amd64/vmm/vmm.c
312
vm_init(struct vm *vm, bool create)
sys/amd64/vmm/vmm.c
399
vm_cleanup(struct vm *vm, bool destroy)
sys/amd64/vmm/vmm.c
575
bool map = false;
sys/amd64/vmm/vmm.c
623
static bool
sys/amd64/vmm/vmm.c
636
static bool
sys/amd64/vmm/vmm.c
740
vm_handle_hlt(struct vcpu *vcpu, bool intr_disabled, bool *retu)
sys/amd64/vmm/vmm.c
840
vm_handle_paging(struct vcpu *vcpu, bool *retu)
sys/amd64/vmm/vmm.c
881
vm_handle_inst_emul(struct vcpu *vcpu, bool *retu)
sys/amd64/vmm/vmm.c
957
vm_handle_suspend(struct vcpu *vcpu, bool *retu)
sys/amd64/vmm/vmm_dev_machdep.c
382
bool arg;
sys/amd64/vmm/vmm_instruction_emul.c
2066
uint64_t gla, int prot, uint64_t *gpa, int *guest_fault, bool check_only)
sys/amd64/vmm/vmm_instruction_emul.c
2324
static bool
sys/amd64/vmm/vmm_ioport.c
102
emulate_inout_port(struct vcpu *vcpu, struct vm_exit *vmexit, bool *retu)
sys/amd64/vmm/vmm_ioport.c
180
emulate_inout_str(struct vcpu *vcpu, struct vm_exit *vmexit, bool *retu)
sys/amd64/vmm/vmm_ioport.c
196
vm_handle_inout(struct vcpu *vcpu, struct vm_exit *vmexit, bool *retu)
sys/amd64/vmm/vmm_ioport.h
33
bool in, int port, int bytes, uint32_t *val);
sys/amd64/vmm/vmm_ioport.h
35
int vm_handle_inout(struct vcpu *vcpu, struct vm_exit *vme, bool *retu);
sys/amd64/vmm/vmm_lapic.c
136
static bool
sys/amd64/vmm/vmm_lapic.c
149
bool
sys/amd64/vmm/vmm_lapic.c
157
lapic_rdmsr(struct vcpu *vcpu, u_int msr, uint64_t *rval, bool *retu)
sys/amd64/vmm/vmm_lapic.c
177
lapic_wrmsr(struct vcpu *vcpu, u_int msr, uint64_t val, bool *retu)
sys/amd64/vmm/vmm_lapic.c
52
lapic_set_intr(struct vcpu *vcpu, int vector, bool level)
sys/amd64/vmm/vmm_lapic.c
98
bool phys;
sys/amd64/vmm/vmm_lapic.h
35
bool lapic_msr(u_int num);
sys/amd64/vmm/vmm_lapic.h
36
int lapic_rdmsr(struct vcpu *vcpu, u_int msr, uint64_t *rval, bool *retu);
sys/amd64/vmm/vmm_lapic.h
37
int lapic_wrmsr(struct vcpu *vcpu, u_int msr, uint64_t wval, bool *retu);
sys/amd64/vmm/vmm_lapic.h
48
int lapic_set_intr(struct vcpu *vcpu, int vector, bool trig);
sys/amd64/vmm/vmm_util.c
36
bool
sys/amd64/vmm/vmm_util.c
42
bool
sys/amd64/vmm/vmm_util.c
49
bool
sys/amd64/vmm/vmm_util.c
56
bool
sys/amd64/vmm/vmm_util.h
34
bool vmm_is_hw_supported(void);
sys/amd64/vmm/vmm_util.h
35
bool vmm_is_intel(void);
sys/amd64/vmm/vmm_util.h
36
bool vmm_is_svm(void);
sys/amd64/vmm/vmm_util.h
37
bool vmm_supports_1G_pages(void);
sys/amd64/vmm/x86.c
653
bool
sys/amd64/vmm/x86.c
656
bool rv;
sys/amd64/vmm/x86.h
82
bool vm_cpuid_capability(struct vcpu *vcpu, enum vm_cpuid_capability);
sys/arm/allwinner/a10_dmac.c
332
a10dmac_alloc(device_t dev, bool dedicated, void (*cb)(void *), void *cbarg)
sys/arm/allwinner/a31_dmac.c
447
a31dmac_alloc(device_t dev, bool dedicated, void (*cb)(void *), void *cbarg)
sys/arm/allwinner/aw_gpio.c
1016
bool set_drive;
sys/arm/allwinner/aw_gpio.c
358
bool enabled;
sys/arm/allwinner/aw_mmc.c
203
static void aw_mmc_helper_cd_handler(device_t, bool);
sys/arm/allwinner/aw_mmc.c
348
aw_mmc_helper_cd_handler(device_t dev, bool present)
sys/arm/allwinner/aw_mmc.c
88
bool mask_data0;
sys/arm/allwinner/aw_mmc.c
89
bool can_calibrate;
sys/arm/allwinner/aw_mmc.c
90
bool new_timing;
sys/arm/allwinner/aw_mmc.c
91
bool zero_is_skip;
sys/arm/allwinner/aw_reset.c
70
aw_reset_assert(device_t dev, intptr_t id, bool reset)
sys/arm/allwinner/aw_reset.c
90
aw_reset_is_asserted(device_t dev, intptr_t id, bool *reset)
sys/arm/allwinner/aw_rtc.c
102
bool is_a20;
sys/arm/allwinner/aw_sid.c
74
bool public;
sys/arm/allwinner/aw_usb3phy.c
110
awusb3phy_phy_enable(struct phynode *phynode, bool enable)
sys/arm/allwinner/aw_usb3phy.c
93
static int awusb3phy_phy_enable(struct phynode *phy, bool enable);
sys/arm/allwinner/aw_usbphy.c
167
static int awusbphy_phy_enable(struct phynode *phy, bool enable);
sys/arm/allwinner/aw_usbphy.c
325
bool active;
sys/arm/allwinner/aw_usbphy.c
351
awusbphy_phy_enable(struct phynode *phynode, bool enable)
sys/arm/allwinner/aw_usbphy.c
66
bool pmu_unk1;
sys/arm/allwinner/aw_usbphy.c
67
bool phy0_route;
sys/arm/allwinner/axp209.c
656
axp2xx_regnode_enable(struct regnode *regnode, bool enable, int *udelay)
sys/arm/allwinner/axp81x.c
777
axp8xx_regnode_enable(struct regnode *regnode, bool enable, int *udelay)
sys/arm/allwinner/if_awg.c
1426
static bool
sys/arm/allwinner/if_awg.c
1495
bool use_syscon;
sys/arm/allwinner/if_awg.c
228
static bool awg_has_internal_phy(device_t dev);
sys/arm/allwinner/if_awg.c
474
awg_enable_mac(struct awg_softc *sc, bool enable)
sys/arm/allwinner/if_emac.c
981
static bool
sys/arm/annapurna/alpine/alpine_machdep_mp.c
81
static bool alpine_validate_cpu(u_int, phandle_t, u_int, pcell_t *);
sys/arm/annapurna/alpine/alpine_machdep_mp.c
83
static bool
sys/arm/annapurna/alpine/alpine_serdes.c
52
bool mode_set;
sys/arm/arm/cpuinfo.c
347
static bool
sys/arm/arm/cpuinfo.c
368
apply_bp_hardening(bool enable, int kind, bool actrl, uint32_t set_mask)
sys/arm/arm/cpuinfo.c
384
handle_bp_hardening(bool enable)
sys/arm/arm/db_disasm.c
73
db_disasm(vm_offset_t loc, bool altfmt)
sys/arm/arm/db_trace.c
64
bool finished;
sys/arm/arm/elf_machdep.c
125
static bool
sys/arm/arm/elf_machdep.c
149
bool
sys/arm/arm/elf_machdep.c
57
static bool elf32_arm_abi_supported(const struct image_params *,
sys/arm/arm/generic_timer.c
100
static bool __read_mostly enable_wfxt = false;
sys/arm/arm/generic_timer.c
114
uint64_t (*get_cntxct)(bool);
sys/arm/arm/generic_timer.c
118
bool physical_sys;
sys/arm/arm/generic_timer.c
119
bool physical_user;
sys/arm/arm/generic_timer.c
198
get_cntxct_a64_unstable(bool physical)
sys/arm/arm/generic_timer.c
221
get_cntxct(bool physical)
sys/arm/arm/generic_timer.c
240
get_cntxctss(bool physical)
sys/arm/arm/generic_timer.c
254
set_ctrl(uint32_t val, bool physical)
sys/arm/arm/generic_timer.c
267
set_tval(uint32_t val, bool physical)
sys/arm/arm/generic_timer.c
280
get_ctrl(bool physical)
sys/arm/arm/generic_timer.c
311
static bool
sys/arm/arm/generic_timer.c
394
arm_tmr_disable(bool physical)
sys/arm/arm/generic_timer.c
491
bool has_names;
sys/arm/arm/generic_timer.c
922
static bool
sys/arm/arm/gic.c
1051
bool found;
sys/arm/arm/gic.c
1283
bool valid;
sys/arm/arm/gic_acpi.c
296
static bool
sys/arm/arm/gic_acpi.c
63
static bool arm_gic_add_children(device_t);
sys/arm/arm/gic_common.h
54
__BUS_ACCESSOR(gic, support_lpis, GIC, SUPPORT_LPIS, bool);
sys/arm/arm/gic_fdt.c
263
static bool
sys/arm/arm/gic_fdt.c
69
static bool arm_gic_add_children(device_t);
sys/arm/arm/identcpu-v6.c
63
static bool hw_buf_newline;
sys/arm/arm/pmap-v6.c
1585
bool
sys/arm/arm/pmap-v6.c
2331
static bool
sys/arm/arm/pmap-v6.c
2474
static __inline bool
sys/arm/arm/pmap-v6.c
2481
static __inline bool
sys/arm/arm/pmap-v6.c
2489
static __inline bool
sys/arm/arm/pmap-v6.c
2685
static __inline bool
sys/arm/arm/pmap-v6.c
2753
static bool
sys/arm/arm/pmap-v6.c
2806
static __inline bool
sys/arm/arm/pmap-v6.c
2817
static __inline bool
sys/arm/arm/pmap-v6.c
2824
static __inline bool
sys/arm/arm/pmap-v6.c
3030
get_pv_entry(pmap_t pmap, bool try)
sys/arm/arm/pmap-v6.c
3230
static bool
sys/arm/arm/pmap-v6.c
3249
static bool
sys/arm/arm/pmap-v6.c
3254
bool noreclaim;
sys/arm/arm/pmap-v6.c
328
static bool pmap_demote_pte1(pmap_t pmap, pt1_entry_t *pte1p,
sys/arm/arm/pmap-v6.c
3699
static bool
sys/arm/arm/pmap-v6.c
401
bool
sys/arm/arm/pmap-v6.c
4436
bool allfree;
sys/arm/arm/pmap-v6.c
4689
static bool
sys/arm/arm/pmap-v6.c
4973
bool pv_lists_locked;
sys/arm/arm/pmap-v6.c
5163
static bool
sys/arm/arm/pmap-v6.c
5170
bool rv;
sys/arm/arm/pmap-v6.c
5201
bool
sys/arm/arm/pmap-v6.c
5204
bool rv;
sys/arm/arm/pmap-v6.c
5228
bool
sys/arm/arm/pmap-v6.c
5233
bool rv;
sys/arm/arm/pmap-v6.c
5250
static bool
sys/arm/arm/pmap-v6.c
5258
bool rv;
sys/arm/arm/pmap-v6.c
5287
bool
sys/arm/arm/pmap-v6.c
5290
bool rv;
sys/arm/arm/pmap-v6.c
5437
bool pv_lists_locked;
sys/arm/arm/pmap-v6.c
5600
bool pv_lists_locked;
sys/arm/arm/pmap-v6.c
5811
bool
sys/arm/arm/pmap-v6.c
5814
bool rv;
sys/arm/arm/pmap-v6.c
5833
bool
sys/arm/arm/pmap-v6.c
5839
bool rv;
sys/arm/arm/pmap-v6.c
6248
bool managed;
sys/arm/arm/pmap-v6.c
6410
pmap_fault(pmap_t pmap, vm_offset_t far, uint32_t fsr, int idx, bool usermode)
sys/arm/arm/pmap-v6.c
6781
dump_link(pmap_t pmap, uint32_t pte1_idx, bool invalid_ok)
sys/arm/arm/pmap-v6.c
6813
static __inline bool
sys/arm/arm/pmap-v6.c
6832
bool invalid_ok, dump_link_ok, dump_pv_chunk;
sys/arm/arm/pmu_fdt.c
118
bool has_affinity;
sys/arm/arm/ptrace_machdep.c
38
static bool
sys/arm/arm/ptrace_machdep.c
50
static bool
sys/arm/arm/ptrace_machdep.c
68
static bool
sys/arm/arm/sdt_machdep.c
16
bool
sys/arm/arm/sp804.c
100
bool et_enabled;
sys/arm/arm/trap-v6.c
210
abort_imprecise(struct trapframe *tf, u_int fsr, u_int prefetch, bool usermode)
sys/arm/arm/trap-v6.c
242
abort_debug(struct trapframe *tf, u_int fsr, u_int prefetch, bool usermode,
sys/arm/arm/trap-v6.c
284
bool usermode;
sys/arm/arm/trap-v6.c
545
bool usermode;
sys/arm/arm/trap-v6.c
549
bool handled;
sys/arm/arm/trap-v6.c
621
bool usermode;
sys/arm/arm/vfp.c
280
vfp_new_thread(struct thread *newtd, struct thread *oldtd, bool fork)
sys/arm/arm/vm_machdep.c
293
bool
sys/arm/broadcom/bcm2835/bcm2835_audio.c
488
static bool
sys/arm/broadcom/bcm2835/bcm2835_gpio.c
119
bool sc_is2711;
sys/arm/broadcom/bcm2835/bcm2835_gpio.c
867
bool set_bits)
sys/arm/broadcom/bcm2835/bcm2835_gpio.c
886
static inline bool
sys/arm/broadcom/bcm2835/bcm2835_intr.c
260
bool valid;
sys/arm/broadcom/bcm2835/bcm2835_rng.c
106
bool allow_2x_mode;
sys/arm/broadcom/bcm2835/bcm2835_rng.c
107
bool can_diagnose;
sys/arm/broadcom/bcm2835/bcm2835_sdhci.c
170
bool need_update_blk;
sys/arm/broadcom/bcm2835/bcm2835_sdhost.c
654
static bool
sys/arm/broadcom/bcm2835/bcm2838_pci.c
119
bool allocated;
sys/arm/broadcom/bcm2835/bcm2838_pci.c
290
static bool
sys/arm/broadcom/bcm2835/bcm2838_xhci.c
114
bcm_xhci_check_firmware(device_t dev, bool expect_loaded)
sys/arm/broadcom/bcm2835/bcm2838_xhci.c
117
bool loaded;
sys/arm/freescale/imx/imx6_ahci.c
70
imx6_ahci_phy_ctrl(struct ahci_controller* sc, uint32_t bitmask, bool on)
sys/arm/freescale/imx/imx6_ahci.c
74
bool state;
sys/arm/freescale/imx/imx6_sdma.c
79
static bool firmware_unavailable;
sys/arm/freescale/imx/imx6_snvs.c
94
snvs_rtc_enable(struct snvs_softc *sc, bool enable)
sys/arm/freescale/imx/imx_epit.c
104
bool oneshot;
sys/arm/freescale/imx/imx_i2c.c
310
bool active;
sys/arm/freescale/imx/imx_i2c.c
326
bool active;
sys/arm/freescale/imx/imx_spi.c
201
spi_set_chipsel(struct spi_softc *sc, u_int cs, bool active)
sys/arm/freescale/imx/imx_spi.c
203
bool pinactive;
sys/arm/freescale/imx/imx_spi.c
213
pinactive = !active ^ (bool)(cs & SPIBUS_CS_HIGH);
sys/arm/freescale/imx/imx_wdog.c
60
bool sc_pde_enabled;
sys/arm/include/platformvar.h
120
bool arm_tmr_timed_wait(platform_t, int);
sys/arm/include/pmap.h
140
bool pmap_page_is_mapped(vm_page_t);
sys/arm/include/pmap.h
141
bool pmap_ps_enabled(pmap_t pmap);
sys/arm/include/pmap.h
148
int pmap_fault(pmap_t, vm_offset_t, uint32_t, int, bool);
sys/arm/include/pmap_var.h
164
static __inline bool
sys/arm/include/pmap_var.h
178
static __inline bool
sys/arm/include/pmap_var.h
185
static __inline bool
sys/arm/include/pmap_var.h
192
static __inline bool
sys/arm/include/pmap_var.h
201
static __inline bool
sys/arm/include/pmap_var.h
304
static __inline bool
sys/arm/include/pmap_var.h
311
static __inline bool
sys/arm/include/pmap_var.h
318
static __inline bool
sys/arm/include/pmap_var.h
325
static __inline bool
sys/arm/include/pmap_var.h
361
pte2_set_wired(pt2_entry_t *pte2p, bool wired)
sys/arm/include/stack.h
75
static __inline bool
sys/arm/include/vfp.h
159
void vfp_new_thread(struct thread*, struct thread*, bool);
sys/arm/mv/mv_cp110_icu.c
84
bool initialized;
sys/arm/mv/mv_thermal.c
82
bool signed_value;
sys/arm/mv/mvebu_gpio.c
410
pcell_t *cells, u_int *irqp, bool *invertedp, bool *levelp)
sys/arm/mv/mvebu_gpio.c
412
bool inverted, level;
sys/arm/mv/mvebu_gpio.c
456
u_int gpio_pin_flags, u_int intr_mode, u_int *irqp, bool *invertedp,
sys/arm/mv/mvebu_gpio.c
457
bool *levelp)
sys/arm/mv/mvebu_gpio.c
459
bool inverted, level;
sys/arm/mv/mvebu_gpio.c
565
bool inverted, level;
sys/arm/mv/mvebu_gpio.c
87
bool is_level;
sys/arm/mv/mvebu_gpio.c
88
bool is_inverted;
sys/arm/nvidia/as3722_gpio.c
332
bool inverted;
sys/arm/nvidia/as3722_regulators.c
368
static int as3722_regnode_enable(struct regnode *regnode, bool enable,
sys/arm/nvidia/as3722_regulators.c
412
static bool
sys/arm/nvidia/as3722_regulators.c
656
as3722_regnode_enable(struct regnode *regnode, bool val, int *udelay)
sys/arm/nvidia/drm2/hdmi.h
143
bool itc;
sys/arm/nvidia/drm2/hdmi.h
262
bool downmix_inhibit;
sys/arm/nvidia/drm2/tegra_dc.c
101
bool is_yuv; /* any YUV mode */
sys/arm/nvidia/drm2/tegra_dc.c
102
bool is_yuv_planar; /* planar YUV mode */
sys/arm/nvidia/drm2/tegra_dc.c
109
bool flip_x; /* inverted X-axis */
sys/arm/nvidia/drm2/tegra_dc.c
110
bool flip_y; /* inverted Y-axis */
sys/arm/nvidia/drm2/tegra_dc.c
111
bool transpose_xy; /* swap X and Y-axis */
sys/arm/nvidia/drm2/tegra_dc.c
1117
dc_display_enable(device_t dev, bool enable)
sys/arm/nvidia/drm2/tegra_dc.c
1134
dc_hdmi_enable(device_t dev, bool enable)
sys/arm/nvidia/drm2/tegra_dc.c
148
bool is_yuv, is_yuv_planar;
sys/arm/nvidia/drm2/tegra_dc.c
601
static bool
sys/arm/nvidia/drm2/tegra_drm.h
53
bool block_linear; /* Surface_kind */
sys/arm/nvidia/drm2/tegra_drm.h
56
bool flip_x; /* Inverted X-axis */
sys/arm/nvidia/drm2/tegra_drm.h
57
bool flip_y; /* Inverted Y-axis */
sys/arm/nvidia/drm2/tegra_drm.h
96
struct drm_connector *connector, bool force);
sys/arm/nvidia/drm2/tegra_drm_subr.c
93
tegra_drm_connector_detect(struct drm_connector *connector, bool force)
sys/arm/nvidia/drm2/tegra_drm_subr.c
96
bool active;
sys/arm/nvidia/drm2/tegra_hdmi.c
459
bool better_n;
sys/arm/nvidia/drm2/tegra_hdmi.c
933
static bool
sys/arm/nvidia/tegra124/tegra124_car.c
570
tegra124_car_hwreset_assert(device_t dev, intptr_t id, bool value)
sys/arm/nvidia/tegra124/tegra124_car.h
332
bool reset);
sys/arm/nvidia/tegra124/tegra124_clk_per.c
696
static int pgate_set_gate(struct clknode *clk, bool enable);
sys/arm/nvidia/tegra124/tegra124_clk_per.c
697
static int pgate_get_gate(struct clknode *clk, bool *enableD);
sys/arm/nvidia/tegra124/tegra124_clk_per.c
754
pgate_set_gate(struct clknode *clk, bool enable)
sys/arm/nvidia/tegra124/tegra124_clk_per.c
774
pgate_get_gate(struct clknode *clk, bool *enabled)
sys/arm/nvidia/tegra124/tegra124_clk_per.c
791
tegra124_hwreset_by_idx(struct tegra124_car_softc *sc, intptr_t idx, bool reset)
sys/arm/nvidia/tegra124/tegra124_clk_pll.c
381
static int tegra124_pll_set_gate(struct clknode *clk, bool enable);
sys/arm/nvidia/tegra124/tegra124_clk_pll.c
382
static int tegra124_pll_get_gate(struct clknode *clk, bool *enabled);
sys/arm/nvidia/tegra124/tegra124_clk_pll.c
514
static bool
sys/arm/nvidia/tegra124/tegra124_clk_pll.c
669
tegra124_pll_set_gate(struct clknode *clknode, bool enable)
sys/arm/nvidia/tegra124/tegra124_clk_pll.c
688
tegra124_pll_get_gate(struct clknode *clknode, bool *enabled)
sys/arm/nvidia/tegra124/tegra124_xusbpadctl.c
212
bool enabled;
sys/arm/nvidia/tegra124/tegra124_xusbpadctl.c
214
bool internal; /* ULPI, USB2, USB3 */
sys/arm/nvidia/tegra124/tegra124_xusbpadctl.c
257
bool enabled;
sys/arm/nvidia/tegra124/tegra124_xusbpadctl.c
297
bool enabled;
sys/arm/nvidia/tegra124/tegra124_xusbpadctl.c
348
static int xusbpadctl_phy_enable(struct phynode *phy, bool enable);
sys/arm/nvidia/tegra124/tegra124_xusbpadctl.c
686
xusbpadctl_phy_enable(struct phynode *phy, bool enable)
sys/arm/nvidia/tegra_gpio.c
384
static inline bool
sys/arm/nvidia/tegra_pcie.c
257
bool cml_clk;
sys/arm/nvidia/tegra_pcie.c
258
bool pca_enable;
sys/arm/nvidia/tegra_pcie.c
745
bool found;
sys/arm/nvidia/tegra_sdhci.c
224
static bool
sys/arm/nvidia/tegra_usbphy.c
274
bool have_utmi_regs;
sys/arm/nvidia/tegra_usbphy.c
297
static int usbphy_phy_enable(struct phynode *phy, bool enable);
sys/arm/nvidia/tegra_usbphy.c
326
usbphy_utmi_phy_clk(struct usbphy_softc *sc, bool enable)
sys/arm/nvidia/tegra_usbphy.c
559
usbphy_phy_enable(struct phynode *phy, bool enable)
sys/arm/nvidia/tegra_xhci.c
289
bool xhci_inited;
sys/arm/qemu/virt_mp.c
49
static bool
sys/arm/qualcomm/ipq4018_mp.c
74
static bool
sys/arm/qualcomm/ipq4018_usb_hs_phy.c
66
ipq4018_usb_hs_phynode_phy_enable(struct phynode *phynode, bool enable)
sys/arm/qualcomm/ipq4018_usb_ss_phy.c
65
ipq4018_usb_ss_phynode_phy_enable(struct phynode *phynode, bool enable)
sys/arm/qualcomm/qcom_cpu_kpssv2.c
71
bool
sys/arm/qualcomm/qcom_cpu_kpssv2.h
31
extern bool qcom_cpu_kpssv2_regulator_start(u_int id, phandle_t node);
sys/arm/rockchip/rk32xx_mp.c
119
static bool
sys/arm/ti/am335x/am335x_dmtpps.c
247
dmtpps_set_hw_capture(struct dmtpps_softc *sc, bool force_off)
sys/arm/ti/am335x/am335x_ehrpwm.c
173
bool enabled; /* channel enabled? */
sys/arm/ti/am335x/am335x_ehrpwm.c
174
bool inverted; /* signal inverted? */
sys/arm/ti/am335x/am335x_ehrpwm.c
216
am335x_ehrpwm_cfg_enable(struct am335x_ehrpwm_softc *sc, u_int chan, bool enable)
sys/arm/ti/am335x/am335x_ehrpwm.c
238
static bool
sys/arm/ti/am335x/am335x_ehrpwm.c
322
bool status;
sys/arm/ti/am335x/am335x_ehrpwm.c
408
am335x_ehrpwm_channel_enable(device_t dev, u_int channel, bool enable)
sys/arm/ti/am335x/am335x_ehrpwm.c
425
am335x_ehrpwm_channel_is_enabled(device_t dev, u_int channel, bool *enabled)
sys/arm/ti/clk/clock_common.c
94
bool found_all = true;
sys/arm/ti/clk/ti_clk_clkctrl.c
136
ti_clkctrl_set_gate(struct clknode *clk, bool enable)
sys/arm/ti/clk/ti_clk_clkctrl.c
65
bool gdbclk;
sys/arm/ti/clk/ti_clk_clkctrl.c
92
ti_clkctrl_set_gdbclk_gate(struct clknode *clk, bool enable)
sys/arm/ti/clk/ti_clk_clkctrl.h
35
bool gdbclk;
sys/arm/ti/clk/ti_clkctrl.c
276
uint64_t parent_offset, const char *org_name, bool special_gdbclk_reg) {
sys/arm/ti/clk/ti_clkctrl.c
94
uint64_t parent_offset, const char *org_name, bool special_gdbclk_reg);
sys/arm/ti/clk/ti_divider_clock.c
58
bool attach_done;
sys/arm/ti/clk/ti_dpll_clock.c
61
bool attach_done;
sys/arm/ti/clk/ti_gate_clock.c
60
bool attach_done;
sys/arm/ti/clk/ti_mux_clock.c
60
bool attach_done;
sys/arm/ti/ti_cpuid.h
47
static __inline bool ti_soc_is_supported(void)
sys/arm/ti/ti_gpio.c
732
bool set_bits)
sys/arm/ti/ti_gpio.c
764
static inline bool
sys/arm/ti/ti_prm.c
55
bool has_reset;
sys/arm/ti/ti_pruss.c
115
bool enable;
sys/arm/ti/ti_pruss.c
138
bool sc_glob_irqen;
sys/arm/ti/ti_pruss.c
312
ti_pruss_interrupts_enable(struct ti_pruss_softc *sc, int8_t irq, bool enable)
sys/arm/ti/ti_pruss.c
458
bool irqenable;
sys/arm/ti/ti_pruss.c
479
bool glob_irqen;
sys/arm/ti/ti_sdhci.c
396
static bool
sys/arm/ti/ti_sysc.c
133
bool attach_done;
sys/arm/ti/ti_sysc.c
152
bool ti_no_reset_on_init;
sys/arm/ti/ti_sysc.c
153
bool ti_no_idle_on_init;
sys/arm/ti/ti_sysc.c
154
bool ti_no_idle;
sys/arm/xilinx/zy7_gpio.c
221
static inline bool
sys/arm/xilinx/zy7_gpio.c
226
bool found = false;
sys/arm/xilinx/zy7_gpio.c
258
bool is_mio;
sys/arm64/apple/exynos_uart.c
293
exynos4210_rxready_impl(struct uart_bas *bas, bool intr)
sys/arm64/arm64/busdma_bounce.c
116
static bool _bus_dmamap_pagesneeded(bus_dma_tag_t dmat, bus_dmamap_t map,
sys/arm64/arm64/busdma_bounce.c
184
static bool
sys/arm64/arm64/busdma_bounce.c
202
static bool
sys/arm64/arm64/busdma_bounce.c
209
static bool
sys/arm64/arm64/busdma_bounce.c
230
static bool
sys/arm64/arm64/busdma_bounce.c
352
static bool
sys/arm64/arm64/busdma_bounce.c
633
static bool
sys/arm64/arm64/cpu_feat.c
49
bool val;
sys/arm64/arm64/db_disasm.c
62
db_disasm(vm_offset_t loc, bool altfmt)
sys/arm64/arm64/disassem.c
434
bool is_sp, lsl_preferred_uxtw, lsl_preferred_uxtx, lsl_preferred;
sys/arm64/arm64/disassem.c
497
bool rm_absent, rd_absent, rn_absent;
sys/arm64/arm64/disassem.c
505
bool has_shift_ror;
sys/arm64/arm64/efirt_machdep.c
165
bool
sys/arm64/arm64/elf32_machdep.c
171
static bool
sys/arm64/arm64/elf32_machdep.c
79
static bool elf32_arm_abi_supported(const struct image_params *,
sys/arm64/arm64/elf_machdep.c
137
static bool
sys/arm64/arm64/elf_machdep.c
171
bool
sys/arm64/arm64/elf_machdep.c
344
static bool
sys/arm64/arm64/elf_machdep.c
345
gnu_property_cb(const Elf_Note *note, void *arg0, bool *res)
sys/arm64/arm64/elf_machdep.c
375
bool found;
sys/arm64/arm64/exec_machdep.c
515
bool done;
sys/arm64/arm64/exec_machdep.c
711
static bool
sys/arm64/arm64/exec_machdep.c
730
static bool
sys/arm64/arm64/exec_machdep.c
768
typedef bool(*ctx_func)(struct thread *, vm_offset_t *);
sys/arm64/arm64/gic_v3.c
1524
bool found;
sys/arm64/arm64/gic_v3_acpi.c
90
bool rdist_use_gicc;
sys/arm64/arm64/gic_v3_acpi.c
91
bool have_vgic;
sys/arm64/arm64/gic_v3_var.h
44
bool lpi_enabled; /* redist LPI configured? */
sys/arm64/arm64/gic_v3_var.h
61
bool single;
sys/arm64/arm64/gicv3_its.c
1181
static bool
sys/arm64/arm64/gicv3_its.c
1220
static bool
sys/arm64/arm64/gicv3_its.c
1239
static bool
sys/arm64/arm64/gicv3_its.c
1448
static bool
sys/arm64/arm64/gicv3_its.c
1455
bool shareable;
sys/arm64/arm64/gicv3_its.c
1960
static inline bool
sys/arm64/arm64/gicv3_its.c
233
bool ptab_indirect;
sys/arm64/arm64/gicv3_its.c
292
bool trace_enable;
sys/arm64/arm64/gicv3_its.c
297
typedef bool (its_quirk_detect_t)(device_t);
sys/arm64/arm64/gicv3_its.c
516
static bool
sys/arm64/arm64/gicv3_its.c
543
bool indirect;
sys/arm64/arm64/identcpu.c
163
bool have_sve;
sys/arm64/arm64/identcpu.c
2234
bool is64bit;
sys/arm64/arm64/identcpu.c
2282
static bool
sys/arm64/arm64/identcpu.c
2306
static bool
sys/arm64/arm64/identcpu.c
2321
static bool
sys/arm64/arm64/identcpu.c
2365
static bool
sys/arm64/arm64/identcpu.c
2405
static bool
sys/arm64/arm64/identcpu.c
2491
mrs_field_cmp(uint64_t a, uint64_t b, u_int shift, int width, bool sign)
sys/arm64/arm64/identcpu.c
2559
bool
sys/arm64/arm64/identcpu.c
2560
get_user_reg_iss(u_int iss, uint64_t *val, bool fbsd)
sys/arm64/arm64/identcpu.c
2579
u_int width, u_int shift, bool sign)
sys/arm64/arm64/identcpu.c
2749
bool __read_frequently lse_supported = false;
sys/arm64/arm64/identcpu.c
2751
bool __read_frequently icache_aliasing = false;
sys/arm64/arm64/identcpu.c
2752
bool __read_frequently icache_vmid = false;
sys/arm64/arm64/identcpu.c
2762
parse_cpu_features(bool is64bit, struct cpu_desc *cpu_desc, u_long *hwcap,
sys/arm64/arm64/identcpu.c
2810
bool dic, idc;
sys/arm64/arm64/identcpu.c
3076
bool icache, bool unified)
sys/arm64/arm64/identcpu.c
420
bool sign;
sys/arm64/arm64/identcpu.c
55
static bool hwcaps_set = false;
sys/arm64/arm64/identcpu.c
83
static bool emulate_ctr = false;
sys/arm64/arm64/identcpu.c
88
uint64_t value, u_int width, u_int shift, bool sign);
sys/arm64/arm64/machdep.c
182
static bool
sys/arm64/arm64/machdep.c
227
static bool
sys/arm64/arm64/machdep.c
249
bool
sys/arm64/arm64/machdep.c
255
bool
sys/arm64/arm64/machdep.c
465
bool
sys/arm64/arm64/machdep.c
642
static bool
sys/arm64/arm64/machdep.c
645
bool has_acpi, has_fdt;
sys/arm64/arm64/machdep.c
787
bool valid;
sys/arm64/arm64/mp_machdep.c
134
static bool
sys/arm64/arm64/mp_machdep.c
141
static bool
sys/arm64/arm64/mp_machdep.c
520
static bool
sys/arm64/arm64/mp_machdep.c
676
static bool
sys/arm64/arm64/pmap.c
10001
static bool
sys/arm64/arm64/pmap.c
1130
bool first;
sys/arm64/arm64/pmap.c
1180
bool first;
sys/arm64/arm64/pmap.c
1677
static bool
sys/arm64/arm64/pmap.c
1704
static bool
sys/arm64/arm64/pmap.c
1763
static bool
sys/arm64/arm64/pmap.c
1897
pmap_s1_invalidate_kernel(uint64_t r, bool final_only)
sys/arm64/arm64/pmap.c
1906
pmap_s1_invalidate_user(uint64_t r, bool final_only)
sys/arm64/arm64/pmap.c
1919
pmap_s1_invalidate_page(pmap_t pmap, vm_offset_t va, bool final_only)
sys/arm64/arm64/pmap.c
1942
pmap_s2_invalidate_page(pmap_t pmap, vm_offset_t va, bool final_only)
sys/arm64/arm64/pmap.c
195
static bool __read_mostly pmap_multiple_tlbi = false;
sys/arm64/arm64/pmap.c
1951
pmap_invalidate_page(pmap_t pmap, vm_offset_t va, bool final_only)
sys/arm64/arm64/pmap.c
1965
vm_offset_t stride, bool final_only)
sys/arm64/arm64/pmap.c
1998
bool final_only)
sys/arm64/arm64/pmap.c
2005
bool final_only)
sys/arm64/arm64/pmap.c
2014
bool final_only)
sys/arm64/arm64/pmap.c
2141
bool use;
sys/arm64/arm64/pmap.c
2195
static bool
sys/arm64/arm64/pmap.c
2250
bool NO_PERTHREAD_SSP
sys/arm64/arm64/pmap.c
2622
pmap_add_delayed_free_list(vm_page_t m, struct spglist *free, bool set_PG_ZERO)
sys/arm64/arm64/pmap.c
2638
static inline bool
sys/arm64/arm64/pmap.c
3093
bool rv __diagused;
sys/arm64/arm64/pmap.c
3661
bool reclaimed;
sys/arm64/arm64/pmap.c
369
bool pmap_lpa_enabled __read_mostly = false;
sys/arm64/arm64/pmap.c
380
static bool pmap_l1_supported __read_mostly = false;
sys/arm64/arm64/pmap.c
3829
static bool
sys/arm64/arm64/pmap.c
3852
static bool
sys/arm64/arm64/pmap.c
3878
static bool
sys/arm64/arm64/pmap.c
3950
bool demote_kl2e, struct spglist *free, struct rwlock **lockp)
sys/arm64/arm64/pmap.c
4053
static bool
sys/arm64/arm64/pmap.c
423
void (*pmap_stage2_invalidate_range)(uint64_t, vm_offset_t, vm_offset_t, bool);
sys/arm64/arm64/pmap.c
4247
pmap_remove1(pmap_t pmap, vm_offset_t sva, vm_offset_t eva, bool map_delete)
sys/arm64/arm64/pmap.c
4529
bool dirty;
sys/arm64/arm64/pmap.c
456
__read_mostly static bool pmap_bti_support = false;
sys/arm64/arm64/pmap.c
4571
pt_entry_t nbits, bool invalidate)
sys/arm64/arm64/pmap.c
4717
pt_entry_t nbits, bool invalidate)
sys/arm64/arm64/pmap.c
476
static bool pmap_activate_int(struct thread *td, pmap_t pmap);
sys/arm64/arm64/pmap.c
4788
pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted,
sys/arm64/arm64/pmap.c
4789
bool all_l3e_AF_set)
sys/arm64/arm64/pmap.c
479
vm_prot_t prot, int mode, bool skip_unmapped);
sys/arm64/arm64/pmap.c
480
static bool pmap_copy_l3c(pmap_t pmap, pt_entry_t *l3p, vm_offset_t va,
sys/arm64/arm64/pmap.c
486
static bool pmap_demote_l2c(pmap_t pmap, pt_entry_t *l2p, vm_offset_t va);
sys/arm64/arm64/pmap.c
487
static bool pmap_demote_l3c(pmap_t pmap, pt_entry_t *l3p, vm_offset_t va);
sys/arm64/arm64/pmap.c
494
static bool pmap_every_pte_zero(vm_paddr_t pa);
sys/arm64/arm64/pmap.c
4947
static bool
sys/arm64/arm64/pmap.c
495
static int pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted,
sys/arm64/arm64/pmap.c
496
bool all_l3e_AF_set);
sys/arm64/arm64/pmap.c
500
static bool pmap_pv_insert_l3c(pmap_t pmap, vm_offset_t va, vm_page_t m,
sys/arm64/arm64/pmap.c
504
pd_entry_t l1e, bool demote_kl2e, struct spglist *free,
sys/arm64/arm64/pmap.c
508
static bool pmap_remove_l3c(pmap_t pmap, pt_entry_t *l3p, vm_offset_t va,
sys/arm64/arm64/pmap.c
5096
static bool
sys/arm64/arm64/pmap.c
512
static bool pmap_try_insert_pv_entry(pmap_t pmap, vm_offset_t va,
sys/arm64/arm64/pmap.c
526
static bool pmap_bti_same(pmap_t pmap, vm_offset_t sva, vm_offset_t eva,
sys/arm64/arm64/pmap.c
5369
bool nosleep;
sys/arm64/arm64/pmap.c
5747
static bool
sys/arm64/arm64/pmap.c
6469
bool partial_l3c;
sys/arm64/arm64/pmap.c
6572
static bool
sys/arm64/arm64/pmap.c
6944
bool
sys/arm64/arm64/pmap.c
6951
bool rv;
sys/arm64/arm64/pmap.c
7052
bool
sys/arm64/arm64/pmap.c
7056
bool rv;
sys/arm64/arm64/pmap.c
7272
static bool
sys/arm64/arm64/pmap.c
7273
pmap_page_test_mappings(vm_page_t m, bool accessed, bool modified)
sys/arm64/arm64/pmap.c
7281
bool rv;
sys/arm64/arm64/pmap.c
7364
bool
sys/arm64/arm64/pmap.c
7385
bool
sys/arm64/arm64/pmap.c
7390
bool rv;
sys/arm64/arm64/pmap.c
7414
bool
sys/arm64/arm64/pmap.c
774
bool
sys/arm64/arm64/pmap.c
800
bool
sys/arm64/arm64/pmap.c
8083
bool preinit_map;
sys/arm64/arm64/pmap.c
8227
int mode, bool skip_unmapped)
sys/arm64/arm64/pmap.c
8726
static bool
sys/arm64/arm64/pmap.c
8816
static bool
sys/arm64/arm64/pmap.c
8942
bool managed;
sys/arm64/arm64/pmap.c
9185
static bool
sys/arm64/arm64/pmap.c
9476
bool owned;
sys/arm64/arm64/pmap.c
9567
bool
sys/arm64/arm64/pmap.c
9569
bool can_fault)
sys/arm64/arm64/pmap.c
9572
bool needs_mapping;
sys/arm64/arm64/pmap.c
9611
bool can_fault)
sys/arm64/arm64/pmap.c
9626
bool
sys/arm64/arm64/pmap.c
966
bool dmap_valid;
sys/arm64/arm64/pmap.c
9688
static bool
sys/arm64/arm64/pmap.c
9760
pmap_bti_update_range(pmap_t pmap, vm_offset_t sva, vm_offset_t eva, bool set)
sys/arm64/arm64/pmap.c
9882
bool first;
sys/arm64/arm64/ptrace_machdep.c
112
static bool
sys/arm64/arm64/ptrace_machdep.c
135
static bool
sys/arm64/arm64/ptrace_machdep.c
81
static bool
sys/arm64/arm64/ptrace_machdep.c
93
static bool
sys/arm64/arm64/ptrauth.c
130
static bool
sys/arm64/arm64/ptrauth.c
52
static bool __read_mostly enable_ptrauth = false;
sys/arm64/arm64/ptrauth.c
60
static bool
sys/arm64/arm64/sdt_machdep.c
21
bool
sys/arm64/arm64/spec_workaround.c
102
static bool
sys/arm64/arm64/spec_workaround.c
143
static bool
sys/arm64/arm64/sys_machdep.c
97
bool arm64_pid_in_contextidr = false;
sys/arm64/arm64/trap.c
183
static bool
sys/arm64/arm64/trap.c
196
static bool
sys/arm64/arm64/trap.c
269
bool handled;
sys/arm64/arm64/trap.c
672
bool skip_userret;
sys/arm64/arm64/uio_machdep.c
63
bool mapped;
sys/arm64/arm64/undefined.c
103
static bool
sys/arm64/arm64/undefined.c
108
bool invert;
sys/arm64/arm64/undefined.c
109
bool match;
sys/arm64/arm64/undefined.c
188
bool is_swpb;
sys/arm64/arm64/undefined.c
313
bool
sys/arm64/arm64/undefined.c
326
static bool
sys/arm64/arm64/undefined.c
330
bool read;
sys/arm64/arm64/undefined.c
74
static bool compat32_emul_swp = EMUL_SWP;
sys/arm64/arm64/unwind.c
35
bool
sys/arm64/arm64/vfp.c
506
vfp_save_state_common(struct thread *td, struct pcb *pcb, bool full_save)
sys/arm64/arm64/vfp.c
509
bool save_sve;
sys/arm64/arm64/vfp.c
605
vfp_new_thread(struct thread *newtd, struct thread *oldtd, bool fork)
sys/arm64/arm64/vfp.c
678
bool restore_sve;
sys/arm64/arm64/vfp.c
744
bool
sys/arm64/arm64/vfp.c
924
static bool
sys/arm64/arm64/vfp.c
987
static bool
sys/arm64/arm64/vm_machdep.c
309
bool
sys/arm64/broadcom/genet/if_genet.c
1246
bool copy = false, shift = false;
sys/arm64/broadcom/genet/if_genet.c
210
static bool gen_get_eaddr(device_t dev, struct ether_addr *eaddr);
sys/arm64/broadcom/genet/if_genet.c
252
bool eaddr_found;
sys/arm64/broadcom/genet/if_genet.c
445
static bool
sys/arm64/coresight/coresight_acpi.c
101
static inline bool
sys/arm64/coresight/coresight_acpi.c
108
static inline bool
sys/arm64/coresight/coresight_acpi.c
118
static inline bool
sys/arm64/coresight/coresight_acpi.c
129
static inline bool
sys/arm64/coresight/coresight_acpi.c
136
static inline bool
sys/arm64/coresight/coresight_acpi.c
143
static inline bool
sys/arm64/coresight/coresight_acpi.c
210
static inline bool
sys/arm64/coresight/coresight_acpi.c
62
static inline bool
sys/arm64/freescale/imx/clk/imx_clk_composite.c
93
imx_clk_composite_set_gate(struct clknode *clk, bool enable)
sys/arm64/freescale/imx/clk/imx_clk_frac_pll.c
81
imx_clk_frac_pll_set_gate(struct clknode *clk, bool enable)
sys/arm64/freescale/imx/clk/imx_clk_gate.c
51
static int imx_clk_gate_set_gate(struct clknode *clk, bool enable);
sys/arm64/freescale/imx/clk/imx_clk_gate.c
77
imx_clk_gate_set_gate(struct clknode *clk, bool enable)
sys/arm64/freescale/imx/clk/imx_clk_sscg_pll.c
90
imx_clk_sscg_pll_set_gate(struct clknode *clk, bool enable)
sys/arm64/include/asan.h
48
static inline bool
sys/arm64/include/bus_dma.h
13
static inline bool
sys/arm64/include/bus_dma_impl.h
55
bool (*id_mapped)(bus_dma_tag_t, vm_paddr_t, bus_size_t);
sys/arm64/include/cpu.h
201
static inline bool
sys/arm64/include/cpu.h
291
bool get_user_reg_iss(u_int, uint64_t *, bool);
sys/arm64/include/cpu_feat.h
126
static inline bool
sys/arm64/include/cpu_feat.h
82
typedef bool (cpu_feat_has_errata)(const struct cpu_feat *, u_int,
sys/arm64/include/cpu_feat.h
84
typedef bool (cpu_feat_enable)(const struct cpu_feat *, cpu_feat_errata,
sys/arm64/include/cpu_feat.h
95
bool feat_enabled;
sys/arm64/include/cpufunc.h
188
extern bool icache_aliasing;
sys/arm64/include/cpufunc.h
189
extern bool icache_vmid;
sys/arm64/include/cpufunc.h
219
bool arm64_get_writable_addr(void *, void **);
sys/arm64/include/csan.h
36
static inline bool
sys/arm64/include/csan.h
42
static inline bool
sys/arm64/include/machdep.h
49
bool has_hyp(void);
sys/arm64/include/machdep.h
50
bool in_vhe(void);
sys/arm64/include/msan.h
78
static inline bool
sys/arm64/include/pmap.h
105
extern bool pmap_lpa_enabled;
sys/arm64/include/pmap.h
151
bool pmap_klookup(vm_offset_t va, vm_paddr_t *pa);
sys/arm64/include/pmap.h
156
bool pmap_page_is_mapped(vm_page_t m);
sys/arm64/include/pmap.h
158
bool pmap_ps_enabled(pmap_t pmap);
sys/arm64/include/pmap.h
168
bool pmap_map_io_transient(vm_page_t *, vm_offset_t *, int, bool);
sys/arm64/include/pmap.h
169
void pmap_unmap_io_transient(vm_page_t *, vm_offset_t *, int, bool);
sys/arm64/include/pmap.h
171
bool pmap_get_tables(pmap_t, vm_offset_t, pd_entry_t **, pd_entry_t **,
sys/arm64/include/pmap.h
182
bool);
sys/arm64/include/stack.h
38
bool unwind_frame(struct thread *, struct unwind_state *);
sys/arm64/include/stack.h
50
static __inline bool
sys/arm64/include/undefined.h
38
typedef bool (*undef_sys_handler_t)(uint64_t, struct trapframe *);
sys/arm64/include/undefined.h
47
bool undef_sys(uint64_t, struct trapframe *);
sys/arm64/include/vfp.h
77
void vfp_new_thread(struct thread *, struct thread *, bool);
sys/arm64/include/vfp.h
88
bool sve_restore_state(struct thread *);
sys/arm64/iommu/iommu.c
183
iommu_ctx_alloc(device_t requester, struct iommu_domain *iodom, bool disabled)
sys/arm64/iommu/iommu.c
334
uint16_t rid, bool disabled, bool rmrr)
sys/arm64/iommu/iommu.c
394
iommu_domain_free_entry(struct iommu_map_entry *entry, bool free)
sys/arm64/iommu/iommu.c
406
struct iommu_map_entries_tailq *entries, bool cansleep)
sys/arm64/iommu/iommu.c
470
iommu_find(device_t dev, bool verbose)
sys/arm64/iommu/iommu.c
496
iommu_domain_unload_entry(struct iommu_map_entry *entry, bool free,
sys/arm64/iommu/iommu.c
497
bool cansleep __unused)
sys/arm64/iommu/smmu.c
1801
bool disabled)
sys/arm64/iommu/smmu.c
612
smmu_sync_cd(struct smmu_softc *sc, int sid, int ssid, bool leaf)
sys/arm64/iommu/smmu.c
792
smmu_init_ste(struct smmu_softc *sc, struct smmu_cd *cd, int sid, bool bypass)
sys/arm64/iommu/smmu_quirks.c
63
bool
sys/arm64/iommu/smmuvar.h
105
bool leaf;
sys/arm64/iommu/smmuvar.h
110
bool leaf;
sys/arm64/iommu/smmuvar.h
183
bool smmu_quirks_check(device_t dev, u_int sid, uint8_t event_id,
sys/arm64/iommu/smmuvar.h
67
bool bypass;
sys/arm64/linux/linux_sysvec.c
192
static bool
sys/arm64/nvidia/tegra210/max77620_gpio.c
104
bool alt_func; /* GPIO or alternate function */
sys/arm64/nvidia/tegra210/max77620_gpio.c
85
bool alt_func;
sys/arm64/nvidia/tegra210/max77620_regulators.c
344
static int max77620_regnode_enable(struct regnode *regnode, bool enable,
sys/arm64/nvidia/tegra210/max77620_regulators.c
422
max77620_set_fps_slots(struct max77620_reg_sc *sc, bool suspend)
sys/arm64/nvidia/tegra210/max77620_regulators.c
819
max77620_regnode_enable(struct regnode *regnode, bool val, int *udelay)
sys/arm64/nvidia/tegra210/max77620_regulators.c
84
bool is_sd_reg; /* SD or LDO regulator? */
sys/arm64/nvidia/tegra210/max77620_rtc.c
217
max77620_rtc_update(struct max77620_rtc_softc *sc, bool for_read)
sys/arm64/nvidia/tegra210/tegra210_car.c
568
tegra210_car_hwreset_assert(device_t dev, intptr_t id, bool value)
sys/arm64/nvidia/tegra210/tegra210_car.h
524
bool reset);
sys/arm64/nvidia/tegra210/tegra210_clk_per.c
810
static int pgate_set_gate(struct clknode *clk, bool enable);
sys/arm64/nvidia/tegra210/tegra210_clk_per.c
811
static int pgate_get_gate(struct clknode *clk, bool *enabled);
sys/arm64/nvidia/tegra210/tegra210_clk_per.c
868
pgate_set_gate(struct clknode *clk, bool enable)
sys/arm64/nvidia/tegra210/tegra210_clk_per.c
888
pgate_get_gate(struct clknode *clk, bool *enabled)
sys/arm64/nvidia/tegra210/tegra210_clk_per.c
906
tegra210_hwreset_by_idx(struct tegra210_car_softc *sc, intptr_t idx, bool reset)
sys/arm64/nvidia/tegra210/tegra210_clk_pll.c
567
static int tegra210_pll_set_gate(struct clknode *clk, bool enable);
sys/arm64/nvidia/tegra210/tegra210_clk_pll.c
568
static int tegra210_pll_get_gate(struct clknode *clk, bool *enabled);
sys/arm64/nvidia/tegra210/tegra210_clk_pll.c
707
static bool
sys/arm64/nvidia/tegra210/tegra210_clk_pll.c
867
tegra210_pll_set_gate(struct clknode *clknode, bool enable)
sys/arm64/nvidia/tegra210/tegra210_clk_pll.c
886
tegra210_pll_get_gate(struct clknode *clknode, bool *enabled)
sys/arm64/nvidia/tegra210/tegra210_pinmux.c
575
bool handled;
sys/arm64/nvidia/tegra210/tegra210_pmc.c
155
bool secure_access;
sys/arm64/nvidia/tegra210/tegra210_xusbpadctl.c
1421
xusbpadctl_phy_enable(struct phynode *phy, bool enable)
sys/arm64/nvidia/tegra210/tegra210_xusbpadctl.c
374
bool enabled;
sys/arm64/nvidia/tegra210/tegra210_xusbpadctl.c
375
bool internal;
sys/arm64/nvidia/tegra210/tegra210_xusbpadctl.c
420
bool enabled;
sys/arm64/nvidia/tegra210/tegra210_xusbpadctl.c
465
bool enabled;
sys/arm64/nvidia/tegra210/tegra210_xusbpadctl.c
520
static int xusbpadctl_phy_enable(struct phynode *phy, bool enable);
sys/arm64/nvidia/tegra210/tegra210_xusbpadctl.c
767
uphy_sata_enable(struct padctl_softc *sc, struct padctl_pad *pad, bool usb)
sys/arm64/qoriq/clk/qoriq_clkgen.h
86
bool has_coreclk;
sys/arm64/qoriq/qoriq_dw_pci.c
110
qorif_dw_pci_dbi_protect(struct qorif_dw_pci_softc *sc, bool protect)
sys/arm64/qoriq/qoriq_dw_pci.c
139
qorif_dw_pci_get_link(device_t dev, bool *status)
sys/arm64/qoriq/qoriq_gpio_pic.c
230
bool falling;
sys/arm64/qoriq/qoriq_gpio_pic.c
75
qoriq_gpio_pic_set_intr(struct qoriq_gpio_pic_softc *sc, int pin, bool enable)
sys/arm64/qoriq/qoriq_therm.c
80
bool little_endian;
sys/arm64/rockchip/rk3328_codec.c
167
rkcodec_set_power(struct rkcodec_softc *sc, bool poweron)
sys/arm64/rockchip/rk3328_codec.c
189
rkcodec_set_mute(struct rkcodec_softc *sc, bool muted)
sys/arm64/rockchip/rk3399_emmcphy.c
116
static int rk_emmcphy_enable(struct phynode *phynode, bool enable);
sys/arm64/rockchip/rk3399_emmcphy.c
126
rk_emmcphy_enable(struct phynode *phynode, bool enable)
sys/arm64/rockchip/rk3568_combphy.c
165
rk3568_combphy_enable(struct phynode *phynode, bool enable)
sys/arm64/rockchip/rk3568_pcie.c
120
rk3568_pcie_get_link(device_t dev, bool *status)
sys/arm64/rockchip/rk3568_pcie.c
140
bool status;
sys/arm64/rockchip/rk3568_pciephy.c
114
rk3568_pciephy_enable(struct phynode *phynode, bool enable)
sys/arm64/rockchip/rk_gpio.c
458
rv = FDT_PINCTRL_IS_GPIO(sc->pinctrl, dev, pin, (bool *)&sc->pin_cached[pin].is_gpio);
sys/arm64/rockchip/rk_gpio.c
501
rv = FDT_PINCTRL_IS_GPIO(sc->pinctrl, dev, pin, (bool *)&sc->pin_cached[pin].is_gpio);
sys/arm64/rockchip/rk_grf_gpio.c
32
bool active_high;
sys/arm64/rockchip/rk_pcie.c
207
bool coherent;
sys/arm64/rockchip/rk_pcie.c
211
bool link_is_gen2;
sys/arm64/rockchip/rk_pcie.c
212
bool no_l0s;
sys/arm64/rockchip/rk_pcie.c
245
rk_pcie_local_cfg_read(struct rk_pcie_softc *sc, bool priv, u_int reg,
sys/arm64/rockchip/rk_pcie.c
273
rk_pcie_local_cfg_write(struct rk_pcie_softc *sc, bool priv, u_int reg,
sys/arm64/rockchip/rk_pcie.c
303
static bool
sys/arm64/rockchip/rk_pcie_phy.c
232
rk_pcie_phy_enable(struct phynode *phynode, bool enable)
sys/arm64/rockchip/rk_pinctrl.c
1058
bool have_cfg, have_direction, have_value;
sys/arm64/rockchip/rk_pinctrl.c
1280
int bank, uint32_t pin, bool *is_gpio)
sys/arm64/rockchip/rk_pinctrl.c
1358
rk_pinctrl_is_gpio(device_t pinctrl, device_t gpio, uint32_t pin, bool *is_gpio)
sys/arm64/rockchip/rk_pinctrl.c
1390
bool is_gpio;
sys/arm64/rockchip/rk_pinctrl.c
1430
bool is_gpio;
sys/arm64/rockchip/rk_tsadc.c
423
bool descending;
sys/arm64/rockchip/rk_typec_phy.c
138
static int rk_typec_phy_enable(struct phynode *phynode, bool enable);
sys/arm64/rockchip/rk_typec_phy.c
159
rk_typec_phy_set_usb2_only(struct rk_typec_phy_softc *sc, bool usb2only)
sys/arm64/rockchip/rk_typec_phy.c
185
rk_typec_phy_enable(struct phynode *phynode, bool enable)
sys/arm64/rockchip/rk_usb2phy.c
118
rk_usb2phy_enable(struct phynode *phynode, bool enable)
sys/arm64/rockchip/rk_usb2phy.c
203
rk_usb2phy_clk_set_gate(struct clknode *clk, bool enable)
sys/arm64/rockchip/rk_usb2phy.c
97
static int rk_usb2phy_enable(struct phynode *phynode, bool enable);
sys/arm64/rockchip/rk_usbphy.c
91
rk_phynode_phy_enable(struct phynode *phy, bool enable)
sys/arm64/spe/arm_spe_acpi.c
62
bool found;
sys/arm64/spe/arm_spe_acpi.c
63
bool valid;
sys/arm64/spe/arm_spe_dev.h
100
bool partial_rec : 1;
sys/arm64/spe/arm_spe_dev.h
109
bool enabled : 1;
sys/arm64/spe/arm_spe_dev.h
110
bool stopped : 1;
sys/arm64/spe/arm_spe_dev.h
136
bool partial_rec : 1;
sys/arm64/spe/arm_spe_dev.h
137
bool final_buf : 1;
sys/arm64/spe/arm_spe_dev.h
58
extern bool arm64_pid_in_contextidr;
sys/arm64/spe/arm_spe_dev.h
98
bool buf_svc : 1;
sys/arm64/spe/arm_spe_dev.h
99
bool buf_wait : 1;
sys/arm64/vmm/arm64.h
137
bool has_exception;
sys/arm64/vmm/arm64.h
138
bool dbg_oslock;
sys/arm64/vmm/arm64.h
152
bool vgic_attached;
sys/arm64/vmm/arm64.h
166
void raise_data_insn_abort(struct hypctx *, uint64_t, bool, int);
sys/arm64/vmm/io/vgic.c
101
vgic_inject_irq(struct hyp *hyp, int vcpuid, uint32_t irqid, bool level)
sys/arm64/vmm/io/vgic.c
38
bool
sys/arm64/vmm/io/vgic.c
92
bool
sys/arm64/vmm/io/vgic.h
37
bool vgic_present(void);
sys/arm64/vmm/io/vgic.h
46
bool vgic_has_pending_irq(struct hypctx *hypctx);
sys/arm64/vmm/io/vgic.h
47
int vgic_inject_irq(struct hyp *hyp, int vcpuid, uint32_t irqid, bool level);
sys/arm64/vmm/io/vgic_v3.c
102
bool active;
sys/arm64/vmm/io/vgic_v3.c
103
bool pending;
sys/arm64/vmm/io/vgic_v3.c
104
bool enabled;
sys/arm64/vmm/io/vgic_v3.c
105
bool level;
sys/arm64/vmm/io/vgic_v3.c
106
bool on_aplist;
sys/arm64/vmm/io/vgic_v3.c
1309
static bool
sys/arm64/vmm/io/vgic_v3.c
1344
static bool
sys/arm64/vmm/io/vgic_v3.c
1467
bool last_vcpu;
sys/arm64/vmm/io/vgic_v3.c
1978
static bool
sys/arm64/vmm/io/vgic_v3.c
1982
bool empty;
sys/arm64/vmm/io/vgic_v3.c
1992
static bool
sys/arm64/vmm/io/vgic_v3.c
1993
vgic_v3_check_irq(struct vgic_v3_irq *irq, bool level)
sys/arm64/vmm/io/vgic_v3.c
2014
bool level)
sys/arm64/vmm/io/vgic_v3.c
2020
bool notify;
sys/arm64/vmm/io/vgic_v3.c
588
static bool
sys/arm64/vmm/io/vgic_v3.c
598
static bool
sys/arm64/vmm/io/vgic_v3.c
684
write_enabler(struct hypctx *hypctx,int n, bool set, uint64_t val)
sys/arm64/vmm/io/vgic_v3.c
732
write_pendr(struct hypctx *hypctx, int n, bool set, uint64_t val)
sys/arm64/vmm/io/vgic_v3.c
741
bool notify;
sys/arm64/vmm/io/vgic_v3.c
810
write_activer(struct hypctx *hypctx, u_int n, bool set, uint64_t val)
sys/arm64/vmm/io/vgic_v3.c
818
bool notify;
sys/arm64/vmm/io/vtimer.c
139
bool ecv_poff;
sys/arm64/vmm/io/vtimer.c
322
vtimer_schedule_irq(struct hypctx *hypctx, bool phys)
sys/arm64/vmm/io/vtimer.c
409
bool timer_toggled_on;
sys/arm64/vmm/io/vtimer.c
67
static bool allow_ecv_phys = false;
sys/arm64/vmm/io/vtimer.c
72
static void vtimer_schedule_irq(struct hypctx *hypctx, bool phys);
sys/arm64/vmm/mmu.h
46
bool vmmpmap_init(void);
sys/arm64/vmm/mmu.h
49
bool vmmpmap_enter(vm_offset_t, vm_size_t, vm_paddr_t, vm_prot_t);
sys/arm64/vmm/mmu.h
50
void vmmpmap_remove(vm_offset_t, vm_size_t, bool);
sys/arm64/vmm/vmm.c
1000
bool retu;
sys/arm64/vmm/vmm.c
177
vcpu_cleanup(struct vcpu *vcpu, bool destroy)
sys/arm64/vmm/vmm.c
260
vm_init(struct vm *vm, bool create)
sys/arm64/vmm/vmm.c
351
vm_cleanup(struct vm *vm, bool destroy)
sys/arm64/vmm/vmm.c
561
vm_handle_reg_emul(struct vcpu *vcpu, bool *retu)
sys/arm64/vmm/vmm.c
647
vm_handle_inst_emul(struct vcpu *vcpu, bool *retu)
sys/arm64/vmm/vmm.c
858
vm_handle_smccc_call(struct vcpu *vcpu, struct vm_exit *vme, bool *retu)
sys/arm64/vmm/vmm.c
878
vm_handle_wfi(struct vcpu *vcpu, struct vm_exit *vme, bool *retu)
sys/arm64/vmm/vmm.c
909
vm_handle_paging(struct vcpu *vcpu, bool *retu)
sys/arm64/vmm/vmm.c
946
vm_handle_suspend(struct vcpu *vcpu, bool *retu)
sys/arm64/vmm/vmm_arm64.c
241
bool rv __diagused;
sys/arm64/vmm/vmm_arm64.c
499
bool rv __diagused;
sys/arm64/vmm/vmm_arm64.c
666
raise_data_insn_abort(struct hypctx *hypctx, uint64_t far, bool dabort, int fsc)
sys/arm64/vmm/vmm_arm64.c
861
bool is_el0;
sys/arm64/vmm/vmm_handlers.c
85
bool final_only)
sys/arm64/vmm/vmm_handlers.c
91
(uint64_t vttbr, vm_offset_t sva, vm_offset_t eva, bool final_only))
sys/arm64/vmm/vmm_handlers.h
39
void vmm_s2_tlbi_range(uint64_t, vm_offset_t, vm_offset_t, bool);
sys/arm64/vmm/vmm_handlers.h
45
void vmm_vhe_s2_tlbi_range(uint64_t, vm_offset_t, vm_offset_t, bool);
sys/arm64/vmm/vmm_hyp.c
282
vmm_hyp_reg_restore(struct hypctx *hypctx, struct hyp *hyp, bool guest,
sys/arm64/vmm/vmm_hyp.c
283
bool ecv_poff)
sys/arm64/vmm/vmm_hyp.c
44
vmm_hyp_reg_store(struct hypctx *hypctx, struct hyp *hyp, bool guest,
sys/arm64/vmm/vmm_hyp.c
45
bool ecv_poff)
sys/arm64/vmm/vmm_hyp.c
569
bool ecv_poff, hpfar_valid;
sys/arm64/vmm/vmm_hyp.c
703
bool final_only)
sys/arm64/vmm/vmm_mmu.c
285
bool
sys/arm64/vmm/vmm_mmu.c
340
vmmpmap_remove(vm_offset_t va, vm_size_t size, bool invalidate)
sys/arm64/vmm/vmm_mmu.c
56
bool
sys/cam/cam_ccb.h
1556
static inline bool
sys/cam/cam_iosched.c
1541
static bool
sys/cam/cam_iosched.c
71
static bool do_dynamic_iosched = true;
sys/cam/cam_iosched.c
768
static inline bool
sys/cam/cam_iosched.c
774
static inline bool
sys/cam/cam_iosched.c
781
bool can_write = wbp != NULL &&
sys/cam/cam_iosched.c
783
bool can_read = rbp != NULL &&
sys/cam/cam_iosched.c
796
static inline bool
sys/cam/cam_iosched.c
835
static inline bool
sys/cam/cam_periph.c
1222
bool must_poll;
sys/cam/cam_periph.c
1314
bool valid = true;
sys/cam/cam_periph.c
1875
bool frozen;
sys/cam/cam_periph.c
554
camperiphnextunit(struct periph_driver *p_drv, u_int newunit, bool wired,
sys/cam/cam_periph.c
615
bool wired = false;
sys/cam/cam_periph.c
65
u_int newunit, bool wired,
sys/cam/cam_sim.h
127
static __inline bool
sys/cam/cam_xpt.c
2772
bool found;
sys/cam/cam_xpt.c
4152
bool relock;
sys/cam/cam_xpt.c
5162
bool xptpath = false;
sys/cam/cam_xpt.c
604
bool base_periph_found;
sys/cam/ctl/ctl.c
10717
static bool
sys/cam/ctl/ctl.c
10740
static bool
sys/cam/ctl/ctl.c
10824
bool isread;
sys/cam/ctl/ctl.c
11175
static bool
sys/cam/ctl/ctl.c
11599
bool seq)
sys/cam/ctl/ctl.c
11646
ctl_extent_check(union ctl_io *io1, union ctl_io *io2, bool seq)
sys/cam/ctl/ctl.c
11851
ctl_scsi_try_unblock_io(struct ctl_lun *lun, union ctl_io *io, bool skip)
sys/cam/ctl/ctl.c
11947
ctl_nvme_try_unblock_io(struct ctl_lun *lun, union ctl_io *io, bool skip)
sys/cam/ctl/ctl.c
11999
ctl_try_unblock_io(struct ctl_lun *lun, union ctl_io *io, bool skip)
sys/cam/ctl/ctl.c
12021
ctl_try_unblock_others(struct ctl_lun *lun, union ctl_io *bio, bool skip)
sys/cam/ctl/ctl.c
13328
ctl_datamove_done(union ctl_io *io, bool samethr)
sys/cam/ctl/ctl.c
13494
ctl_datamove_remote_dm_write_cb(union ctl_io *io, bool samethr)
sys/cam/ctl/ctl.c
13535
ctl_datamove_remote_dm_read_cb(union ctl_io *io, bool samethr)
sys/cam/ctl/ctl.c
434
bool seq);
sys/cam/ctl/ctl.c
442
bool skip);
sys/cam/ctl/ctl.c
444
bool skip);
sys/cam/ctl/ctl.c
473
static int ctl_datamove_remote_dm_write_cb(union ctl_io *io, bool samethr);
sys/cam/ctl/ctl.c
475
static int ctl_datamove_remote_dm_read_cb(union ctl_io *io, bool samethr);
sys/cam/ctl/ctl.c
5060
ctl_config_move_done(union ctl_io *io, bool samethr)
sys/cam/ctl/ctl.c
535
ctl_be_move_done(union ctl_io *io, bool samethr)
sys/cam/ctl/ctl.h
179
int ctl_config_move_done(union ctl_io *io, bool samethr);
sys/cam/ctl/ctl.h
180
void ctl_datamove_done(union ctl_io *io, bool samethr);
sys/cam/ctl/ctl_backend_block.c
237
static int ctl_be_block_move_done(union ctl_io *io, bool samethr);
sys/cam/ctl/ctl_backend_block.c
461
ctl_be_block_move_done(union ctl_io *io, bool samethr)
sys/cam/ctl/ctl_backend_ramdisk.c
138
static int ctl_backend_ramdisk_move_done(union ctl_io *io, bool samethr);
sys/cam/ctl/ctl_backend_ramdisk.c
394
ctl_backend_ramdisk_move_done(union ctl_io *io, bool samethr)
sys/cam/ctl/ctl_frontend_iscsi.c
166
static bool cfiscsi_pdu_update_cmdsn(const struct icl_pdu *request);
sys/cam/ctl/ctl_frontend_iscsi.c
206
static bool
sys/cam/ctl/ctl_frontend_iscsi.c
2710
bool done;
sys/cam/ctl/ctl_frontend_iscsi.c
278
bool ignore;
sys/cam/ctl/ctl_frontend_iscsi.c
357
bool advance_statsn = true;
sys/cam/ctl/ctl_frontend_iscsi.c
691
static bool
sys/cam/ctl/ctl_frontend_iscsi.c
882
bool done;
sys/cam/ctl/ctl_frontend_iscsi.h
101
bool cs_login_phase;
sys/cam/ctl/ctl_frontend_iscsi.h
102
bool cs_waiting_for_ctld;
sys/cam/ctl/ctl_frontend_iscsi.h
84
bool cs_terminating;
sys/cam/ctl/ctl_frontend_iscsi.h
85
bool cs_terminating_tasks;
sys/cam/ctl/ctl_frontend_iscsi.h
86
bool cs_handoff_in_progress;
sys/cam/ctl/ctl_frontend_iscsi.h
87
bool cs_tasks_aborted;
sys/cam/ctl/ctl_frontend_iscsi.h
90
bool cs_immediate_data;
sys/cam/ctl/ctl_io.h
270
typedef int (*ctl_be_move_done_t)(union ctl_io *io, bool samethr);
sys/cam/ctl/ctl_io.h
448
bool success_sent; /* datamove already sent CQE */
sys/cam/mmc/mmc_da.c
109
bool ro;
sys/cam/mmc/mmc_da.c
1489
static bool
sys/cam/mmc/mmc_da.c
1491
u_int cnt, off_t media_size, bool ro)
sys/cam/mmc/mmc_da.c
1613
bool comp, ro;
sys/cam/mmc/mmc_da.c
196
static inline bool sdda_get_read_only(struct cam_periph *periph, union ccb *start_ccb)
sys/cam/mmc/mmc_da.c
205
static bool sdda_add_part(struct cam_periph *periph, u_int type,
sys/cam/mmc/mmc_da.c
206
const char *name, u_int cnt, off_t media_size, bool ro);
sys/cam/mmc/mmc_xpt.c
428
bool space = false;
sys/cam/nvme/nvme_xpt.c
117
bool restart;
sys/cam/scsi/scsi_cd.c
263
static int cdcheckmedia(struct cam_periph *periph, bool do_wait);
sys/cam/scsi/scsi_cd.c
2668
cdcheckmedia(struct cam_periph *periph, bool do_wait)
sys/cam/scsi/scsi_da.c
4697
bool pack_invalid =
sys/cam/scsi/scsi_da.c
5502
bool mark_bad;
sys/cam/scsi/scsi_xpt.c
1347
bool is_wlun = softc->action == PROBE_REPORT_WLUNS;
sys/cam/scsi/scsi_xpt.c
1864
probe_flags flags, bool is_wlun)
sys/cam/scsi/scsi_xpt.c
2138
bool need_wlun_scan = false;
sys/cam/scsi/scsi_xpt.c
2277
bool done;
sys/cam/scsi/scsi_xpt.c
588
probe_flags flags, bool is_wlun);
sys/cddl/dev/dtmalloc/dtmalloc.c
36
extern bool dtrace_malloc_enabled;
sys/cddl/dev/dtrace/aarch64/dtrace_isa.c
295
bool done;
sys/cddl/dev/dtrace/riscv/dtrace_isa.c
294
bool done;
sys/cddl/dev/fbt/x86/fbt_isa.c
168
bool old_wp;
sys/cddl/dev/kinst/aarch64/kinst_isa.c
27
bool res;
sys/cddl/dev/kinst/aarch64/kinst_isa.c
272
static bool
sys/cddl/dev/kinst/aarch64/kinst_isa.c
281
static bool
sys/cddl/dev/kinst/aarch64/kinst_isa.c
299
bool ldxstx_block, found;
sys/cddl/dev/kinst/aarch64/kinst_isa.c
445
bool
sys/cddl/dev/kinst/aarch64/kinst_isa.h
23
bool emulate; /* emulate in sw */
sys/cddl/dev/kinst/amd64/kinst_isa.c
416
bool havesib;
sys/cddl/dev/kinst/amd64/kinst_isa.c
504
bool push_found;
sys/cddl/dev/kinst/amd64/kinst_isa.c
631
bool
sys/cddl/dev/kinst/kinst.c
248
static bool warned = false;
sys/cddl/dev/kinst/kinst.c
93
bool
sys/cddl/dev/kinst/kinst.h
83
bool kinst_excluded(const char *);
sys/cddl/dev/kinst/kinst.h
93
bool kinst_md_excluded(const char *);
sys/cddl/dev/kinst/riscv/kinst_isa.c
411
static bool
sys/cddl/dev/kinst/riscv/kinst_isa.c
421
static bool
sys/cddl/dev/kinst/riscv/kinst_isa.c
431
static bool
sys/cddl/dev/kinst/riscv/kinst_isa.c
451
bool lrsc_block, store_found;
sys/cddl/dev/kinst/riscv/kinst_isa.c
575
bool
sys/cddl/dev/kinst/riscv/kinst_isa.h
28
bool emulate; /* emulate in sw */
sys/cddl/dev/kinst/trampoline.c
163
static bool once = true;
sys/cddl/dev/kinst/trampoline.c
193
kinst_trampoline_dealloc_locked(uint8_t *tramp, bool freechunks)
sys/cddl/dev/sdt/sdt.c
234
bool enable;
sys/cddl/dev/sdt/sdt.c
265
sdt_probe_update(struct sdt_probe *probe, bool enable)
sys/cddl/dev/sdt/sdt.c
446
static bool
sys/cddl/dev/sdt/sdt.c
481
static bool
sys/compat/lindebugfs/lindebugfs.c
401
bool *bval = data;
sys/compat/lindebugfs/lindebugfs.c
414
bool *bval = data;
sys/compat/lindebugfs/lindebugfs.c
429
debugfs_create_bool(const char *name, umode_t mode, struct dentry *parent, bool *value)
sys/compat/linprocfs/linprocfs.c
1316
bool private;
sys/compat/linprocfs/linprocfs.c
1991
static bool firstboot = 1;
sys/compat/linprocfs/linprocfs.c
715
bool has_intr = true;
sys/compat/linux/linux.c
325
bool oldv6size;
sys/compat/linux/linux.c
466
bool applied;
sys/compat/linux/linux.c
504
bool applied;
sys/compat/linux/linux_elf.c
467
bool
sys/compat/linux/linux_elf.h
48
bool linux_trans_osrel(const Elf_Note *note, int32_t *osrel);
sys/compat/linux/linux_emul.c
137
linux_proc_init(struct thread *td, struct thread *newtd, bool init_thread)
sys/compat/linux/linux_emul.h
51
void linux_proc_init(struct thread *, struct thread *, bool);
sys/compat/linux/linux_futex.c
103
futex_wake(struct thread *td, uint32_t *uaddr, int val, bool shared)
sys/compat/linux/linux_futex.c
118
futex_wake_pi(struct thread *td, uint32_t *uaddr, bool shared)
sys/compat/linux/linux_futex.c
357
linux_futex_lock_pi(struct thread *td, bool try, struct linux_futex_args *args)
sys/compat/linux/linux_futex.c
567
linux_futex_unlock_pi(struct thread *td, bool rb, struct linux_futex_args *args)
sys/compat/linux/linux_futex.c
62
uint32_t *, unsigned int, bool);
sys/compat/linux/linux_futex.c
70
bool clockrt;
sys/compat/linux/linux_futex.c
75
bool val3_compare;
sys/compat/linux/linux_futex.c
87
static int linux_futex_lock_pi(struct thread *, bool, struct linux_futex_args *);
sys/compat/linux/linux_futex.c
88
static int linux_futex_unlock_pi(struct thread *, bool,
sys/compat/linux/linux_futex.c
90
static int futex_wake_pi(struct thread *, uint32_t *, bool);
sys/compat/linux/linux_futex.c
932
unsigned int pi, bool pending_op)
sys/compat/linux/linux_futex.h
96
int futex_wake(struct thread *td, uint32_t *uaddr, int val, bool shared);
sys/compat/linux/linux_if.c
173
bool is_lo;
sys/compat/linux/linux_if.c
174
bool is_eth;
sys/compat/linux/linux_if.c
47
static bool use_real_ifnames = false;
sys/compat/linux/linux_mib.c
86
bool linux_map_sched_prio = true;
sys/compat/linux/linux_mib.c
91
static bool linux_setid_allowed = true;
sys/compat/linux/linux_mib.h
63
extern bool linux_map_sched_prio;
sys/compat/linux/linux_misc.c
1105
static bool
sys/compat/linux/linux_netlink.c
201
static bool
sys/compat/linux/linux_netlink.c
215
static bool
sys/compat/linux/linux_netlink.c
233
static bool
sys/compat/linux/linux_netlink.c
247
static bool
sys/compat/linux/linux_netlink.c
285
static bool
sys/compat/linux/linux_netlink.c
352
static bool
sys/compat/linux/linux_netlink.c
387
static bool
sys/compat/linux/linux_netlink.c
409
static bool
sys/compat/linux/linux_netlink.c
430
static bool
sys/compat/linux/linux_netlink.c
478
static bool
sys/compat/linux/linux_netlink.c
505
static bool
sys/compat/linux/linux_netlink.c
539
static bool
sys/compat/linux/linux_netlink.c
57
static bool
sys/compat/linux/linux_netlink.c
63
static bool
sys/compat/linux/linux_socket.c
2488
static bool
sys/compat/linux/linux_socket.c
2518
static bool
sys/compat/linux/linux_socket.c
2535
bool seekable;
sys/compat/linux/linux_stats.c
492
static bool
sys/compat/linuxkpi/common/include/acpi/acpi_bus.h
48
bool acpi_check_dsm(ACPI_HANDLE handle, const guid_t *uuid, int rev,
sys/compat/linuxkpi/common/include/acpi/acpi_bus.h
56
bool lkpi_acpi_dev_present(const char *hid, const char *uid,
sys/compat/linuxkpi/common/include/acpi/video.h
56
static inline bool
sys/compat/linuxkpi/common/include/asm/cpufeature.h
16
static inline bool
sys/compat/linuxkpi/common/include/asm/hypervisor.h
11
static inline bool
sys/compat/linuxkpi/common/include/asm/memtype.h
10
static inline bool
sys/compat/linuxkpi/common/include/linux/acpi_amd_wbrf.h
60
static inline bool
sys/compat/linuxkpi/common/include/linux/acpi_amd_wbrf.h
73
static inline bool
sys/compat/linuxkpi/common/include/linux/agp_backend.h
22
bool cant_use_aperture;
sys/compat/linuxkpi/common/include/linux/apple-gmux.h
6
static inline bool
sys/compat/linuxkpi/common/include/linux/backlight.h
127
static inline bool
sys/compat/linuxkpi/common/include/linux/bitmap.h
267
static inline bool
sys/compat/linuxkpi/common/include/linux/bitops.h
295
__assign_bit(long bit, volatile unsigned long *addr, bool value)
sys/compat/linuxkpi/common/include/linux/capability.h
45
static inline bool
sys/compat/linuxkpi/common/include/linux/cc_platform.h
14
static inline bool
sys/compat/linuxkpi/common/include/linux/cleanup.h
111
static const bool CLEANUP_NAME(_n, _is_cond) __maybe_unused = _b
sys/compat/linuxkpi/common/include/linux/console.h
48
static inline bool
sys/compat/linuxkpi/common/include/linux/debugfs.h
53
static inline bool
sys/compat/linuxkpi/common/include/linux/debugfs.h
97
bool *value);
sys/compat/linuxkpi/common/include/linux/device.h
113
bool bsddev_attached_here;
sys/compat/linuxkpi/common/include/linux/device.h
210
static bool __dev_WARN_ONCE; \
sys/compat/linuxkpi/common/include/linux/device.h
211
bool __ret_warn_on = (condition); \
sys/compat/linuxkpi/common/include/linux/device.h
221
static bool __dev_info_once; \
sys/compat/linuxkpi/common/include/linux/device.h
229
static bool __dev_warn_once; \
sys/compat/linuxkpi/common/include/linux/device.h
237
static bool __dev_err_once; \
sys/compat/linuxkpi/common/include/linux/device.h
245
static bool __dev_dbg_once; \
sys/compat/linuxkpi/common/include/linux/device.h
337
static inline bool
sys/compat/linuxkpi/common/include/linux/device.h
466
static inline bool
sys/compat/linuxkpi/common/include/linux/device.h
590
device_set_wakeup_enable(struct device *dev __unused, bool enable __unused)
sys/compat/linuxkpi/common/include/linux/device.h
607
static inline bool
sys/compat/linuxkpi/common/include/linux/dma-buf-map.h
14
bool is_iomem;
sys/compat/linuxkpi/common/include/linux/dma-buf-map.h
35
static inline bool
sys/compat/linuxkpi/common/include/linux/dma-buf-map.h
44
static inline bool
sys/compat/linuxkpi/common/include/linux/dma-buf-map.h
53
static inline bool
sys/compat/linuxkpi/common/include/linux/dmi.h
42
bool linux_dmi_match(enum dmi_field, const char *);
sys/compat/linuxkpi/common/include/linux/efi.h
41
static inline bool
sys/compat/linuxkpi/common/include/linux/efi.h
44
bool enabled = false;
sys/compat/linuxkpi/common/include/linux/err.h
52
static inline bool
sys/compat/linuxkpi/common/include/linux/err.h
58
static inline bool
sys/compat/linuxkpi/common/include/linux/etherdevice.h
100
static inline bool
sys/compat/linuxkpi/common/include/linux/etherdevice.h
55
static inline bool
sys/compat/linuxkpi/common/include/linux/etherdevice.h
62
static inline bool
sys/compat/linuxkpi/common/include/linux/etherdevice.h
68
static inline bool
sys/compat/linuxkpi/common/include/linux/etherdevice.h
74
static inline bool
sys/compat/linuxkpi/common/include/linux/etherdevice.h
81
static inline bool
sys/compat/linuxkpi/common/include/linux/etherdevice.h
93
static inline bool
sys/compat/linuxkpi/common/include/linux/firmware.h
50
int linuxkpi_request_firmware_nowait(struct module *, bool, const char *,
sys/compat/linuxkpi/common/include/linux/firmware.h
63
request_firmware_nowait(struct module *mod, bool _t,
sys/compat/linuxkpi/common/include/linux/fs.h
275
static inline bool
sys/compat/linuxkpi/common/include/linux/gfp.h
206
static inline bool
sys/compat/linuxkpi/common/include/linux/hashtable.h
105
static inline bool
sys/compat/linuxkpi/common/include/linux/hashtable.h
99
static inline bool
sys/compat/linuxkpi/common/include/linux/hdmi.h
173
bool itc;
sys/compat/linuxkpi/common/include/linux/hdmi.h
330
bool downmix_inhibit;
sys/compat/linuxkpi/common/include/linux/hrtimer.h
81
bool linux_hrtimer_active(struct hrtimer *);
sys/compat/linuxkpi/common/include/linux/idr.h
162
static inline bool
sys/compat/linuxkpi/common/include/linux/idr.h
83
bool idr_is_empty(struct idr *idp);
sys/compat/linuxkpi/common/include/linux/ieee80211.h
1006
static __inline bool
sys/compat/linuxkpi/common/include/linux/ieee80211.h
1017
static __inline bool
sys/compat/linuxkpi/common/include/linux/ieee80211.h
1028
static __inline bool
sys/compat/linuxkpi/common/include/linux/ieee80211.h
1039
static __inline bool
sys/compat/linuxkpi/common/include/linux/ieee80211.h
1051
static __inline bool
sys/compat/linuxkpi/common/include/linux/ieee80211.h
1062
static __inline bool
sys/compat/linuxkpi/common/include/linux/ieee80211.h
1079
static __inline bool
sys/compat/linuxkpi/common/include/linux/ieee80211.h
1090
static __inline bool
sys/compat/linuxkpi/common/include/linux/ieee80211.h
1097
static __inline bool
sys/compat/linuxkpi/common/include/linux/ieee80211.h
1108
static __inline bool
sys/compat/linuxkpi/common/include/linux/ieee80211.h
1152
static __inline bool
sys/compat/linuxkpi/common/include/linux/ieee80211.h
1163
static __inline bool
sys/compat/linuxkpi/common/include/linux/ieee80211.h
1174
static __inline bool
sys/compat/linuxkpi/common/include/linux/ieee80211.h
1181
static inline bool
sys/compat/linuxkpi/common/include/linux/ieee80211.h
1192
static __inline bool
sys/compat/linuxkpi/common/include/linux/ieee80211.h
1203
static __inline bool
sys/compat/linuxkpi/common/include/linux/ieee80211.h
1210
static __inline bool
sys/compat/linuxkpi/common/include/linux/ieee80211.h
1218
static __inline bool
sys/compat/linuxkpi/common/include/linux/ieee80211.h
1225
static __inline bool
sys/compat/linuxkpi/common/include/linux/ieee80211.h
1252
static __inline bool
sys/compat/linuxkpi/common/include/linux/ieee80211.h
1260
static __inline bool
sys/compat/linuxkpi/common/include/linux/ieee80211.h
1267
static __inline bool
sys/compat/linuxkpi/common/include/linux/ieee80211.h
1273
static __inline bool
sys/compat/linuxkpi/common/include/linux/ieee80211.h
1326
static __inline bool
sys/compat/linuxkpi/common/include/linux/ieee80211.h
1346
static __inline bool
sys/compat/linuxkpi/common/include/linux/ieee80211.h
1367
static __inline bool
sys/compat/linuxkpi/common/include/linux/ieee80211.h
852
static __inline bool
sys/compat/linuxkpi/common/include/linux/ieee80211.h
864
static __inline bool
sys/compat/linuxkpi/common/include/linux/ieee80211.h
876
static __inline bool
sys/compat/linuxkpi/common/include/linux/ieee80211.h
888
static __inline bool
sys/compat/linuxkpi/common/include/linux/ieee80211.h
940
static inline bool
sys/compat/linuxkpi/common/include/linux/ieee80211.h
951
static __inline bool
sys/compat/linuxkpi/common/include/linux/ieee80211.h
962
static __inline bool
sys/compat/linuxkpi/common/include/linux/ieee80211.h
973
static __inline bool
sys/compat/linuxkpi/common/include/linux/ieee80211.h
984
static __inline bool
sys/compat/linuxkpi/common/include/linux/ieee80211.h
995
static __inline bool
sys/compat/linuxkpi/common/include/linux/interrupt.h
170
bool use_callback;
sys/compat/linuxkpi/common/include/linux/interval_tree_generic.h
77
bool min_entry = true; \
sys/compat/linuxkpi/common/include/linux/ioport.h
53
static inline bool
sys/compat/linuxkpi/common/include/linux/iosys-map.h
14
bool is_iomem;
sys/compat/linuxkpi/common/include/linux/iosys-map.h
46
static inline bool
sys/compat/linuxkpi/common/include/linux/iosys-map.h
55
static inline bool
sys/compat/linuxkpi/common/include/linux/iosys-map.h
64
static inline bool
sys/compat/linuxkpi/common/include/linux/irq_work.h
77
static inline bool
sys/compat/linuxkpi/common/include/linux/jump_label.h
34
#define DEFINE_STATIC_KEY_FALSE(key) bool key = false
sys/compat/linuxkpi/common/include/linux/jump_label.h
37
static_branch_enable(bool *flag)
sys/compat/linuxkpi/common/include/linux/jump_label.h
42
static inline bool
sys/compat/linuxkpi/common/include/linux/jump_label.h
43
static_branch_likely(bool *flag)
sys/compat/linuxkpi/common/include/linux/kernel.h
109
static bool __warn_on_once; \
sys/compat/linuxkpi/common/include/linux/kernel.h
110
bool __ret = (cond); \
sys/compat/linuxkpi/common/include/linux/kernel.h
199
static bool __print_once; \
sys/compat/linuxkpi/common/include/linux/kernel.h
211
static bool __log_once; \
sys/compat/linuxkpi/common/include/linux/kernel.h
251
bool __ret_warn_on = (condition); \
sys/compat/linuxkpi/common/include/linux/kernel.h
260
bool __ret_warn_on = (condition); \
sys/compat/linuxkpi/common/include/linux/kernel.h
279
extern bool linux_cpu_has_clflush;
sys/compat/linuxkpi/common/include/linux/kernel.h
288
static inline bool
sys/compat/linuxkpi/common/include/linux/kernel.h
339
static inline bool
sys/compat/linuxkpi/common/include/linux/kernel.h
96
bool __ret = (cond); \
sys/compat/linuxkpi/common/include/linux/kfifo.h
102
bool _rc; \
sys/compat/linuxkpi/common/include/linux/kfifo.h
83
bool _rc; \
sys/compat/linuxkpi/common/include/linux/kmsg_dump.h
37
bool registered;
sys/compat/linuxkpi/common/include/linux/kmsg_dump.h
46
static inline bool
sys/compat/linuxkpi/common/include/linux/kmsg_dump.h
47
kmsg_dump_get_line(struct kmsg_dump_iter *iter, bool syslog,
sys/compat/linuxkpi/common/include/linux/kmsg_dump.h
55
static inline bool
sys/compat/linuxkpi/common/include/linux/kmsg_dump.h
56
kmsg_dump_get_buffer(struct kmsg_dump_iter *iter, bool syslog,
sys/compat/linuxkpi/common/include/linux/kstrtox.h
250
kstrtobool(const char *s, bool *res)
sys/compat/linuxkpi/common/include/linux/kstrtox.h
270
kstrtobool_from_user(const char __user *s, size_t count, bool *res)
sys/compat/linuxkpi/common/include/linux/kthread.h
129
static inline bool
sys/compat/linuxkpi/common/include/linux/kthread.h
141
static inline bool
sys/compat/linuxkpi/common/include/linux/kthread.h
71
bool linux_kthread_should_stop_task(struct task_struct *);
sys/compat/linuxkpi/common/include/linux/kthread.h
72
bool linux_kthread_should_stop(void);
sys/compat/linuxkpi/common/include/linux/kthread.h
75
bool linux_kthread_should_park(void);
sys/compat/linuxkpi/common/include/linux/ktime.h
158
static inline bool
sys/compat/linuxkpi/common/include/linux/ktime.h
165
static inline bool
sys/compat/linuxkpi/common/include/linux/llist.h
45
static inline bool
sys/compat/linuxkpi/common/include/linux/llist.h
58
static inline bool
sys/compat/linuxkpi/common/include/linux/llist.h
78
static inline bool
sys/compat/linuxkpi/common/include/linux/lockdep.h
86
static __inline bool
sys/compat/linuxkpi/common/include/linux/mhi.h
179
mhi_power_down(struct mhi_controller *mhi_ctrl, bool x)
sys/compat/linuxkpi/common/include/linux/mhi.h
81
bool fbc_download;
sys/compat/linuxkpi/common/include/linux/mm.h
443
static inline bool
sys/compat/linuxkpi/common/include/linux/mm_types.h
60
static inline bool
sys/compat/linuxkpi/common/include/linux/mutex.h
123
static inline bool
sys/compat/linuxkpi/common/include/linux/mutex.h
129
static inline bool
sys/compat/linuxkpi/common/include/linux/net_dim.h
165
static inline bool
sys/compat/linuxkpi/common/include/linux/net_dim.h
284
static inline bool
sys/compat/linuxkpi/common/include/linux/netdevice.h
138
bool needs_free_netdev;
sys/compat/linuxkpi/common/include/linux/netdevice.h
264
bool linuxkpi_napi_schedule_prep(struct napi_struct *);
sys/compat/linuxkpi/common/include/linux/netdevice.h
266
bool linuxkpi_napi_schedule(struct napi_struct *);
sys/compat/linuxkpi/common/include/linux/netdevice.h
268
bool linuxkpi_napi_complete_done(struct napi_struct *, int);
sys/compat/linuxkpi/common/include/linux/netdevice.h
269
bool linuxkpi_napi_complete(struct napi_struct *);
sys/compat/linuxkpi/common/include/linux/netdevice.h
308
static inline bool
sys/compat/linuxkpi/common/include/linux/netdevice.h
394
dev_set_threaded(struct net_device *ndev, bool threaded)
sys/compat/linuxkpi/common/include/linux/netdevice.h
403
static __inline bool
sys/compat/linuxkpi/common/include/linux/netdevice.h
424
static __inline bool
sys/compat/linuxkpi/common/include/linux/overflow.h
53
static inline bool __must_check __must_check_overflow(bool overflow)
sys/compat/linuxkpi/common/include/linux/pci.h
1007
static bool pcie_capability_reg_implemented(struct pci_dev *dev, int pos)
sys/compat/linuxkpi/common/include/linux/pci.h
1252
static inline bool
sys/compat/linuxkpi/common/include/linux/pci.h
1501
static inline bool
sys/compat/linuxkpi/common/include/linux/pci.h
1542
static inline bool
sys/compat/linuxkpi/common/include/linux/pci.h
1584
pci_wake_from_d3(struct pci_dev *pdev, bool enable)
sys/compat/linuxkpi/common/include/linux/pci.h
278
bool isdrm;
sys/compat/linuxkpi/common/include/linux/pci.h
309
bool is_64;
sys/compat/linuxkpi/common/include/linux/pci.h
352
bool managed; /* devres "pcim_*(). */
sys/compat/linuxkpi/common/include/linux/pci.h
353
bool want_iomap_res;
sys/compat/linuxkpi/common/include/linux/pci.h
354
bool msi_enabled;
sys/compat/linuxkpi/common/include/linux/pci.h
355
bool msix_enabled;
sys/compat/linuxkpi/common/include/linux/pci.h
367
bool pci_device_is_present(struct pci_dev *pdev);
sys/compat/linuxkpi/common/include/linux/pci.h
399
static inline bool
sys/compat/linuxkpi/common/include/linux/pci.h
518
static inline bool
sys/compat/linuxkpi/common/include/linux/pci.h
664
static __inline bool
sys/compat/linuxkpi/common/include/linux/pci.h
842
linuxkpi_pci_enable_wake(struct pci_dev *pdev, pci_power_t state, bool ena)
sys/compat/linuxkpi/common/include/linux/pci.h
946
static inline bool pci_is_pcie(struct pci_dev *dev)
sys/compat/linuxkpi/common/include/linux/pci.h
975
static inline bool pcie_cap_has_lnkctl(struct pci_dev *dev)
sys/compat/linuxkpi/common/include/linux/pci.h
985
static inline bool pcie_cap_has_devctl(const struct pci_dev *dev)
sys/compat/linuxkpi/common/include/linux/pci.h
990
static inline bool pcie_cap_has_sltctl(struct pci_dev *dev)
sys/compat/linuxkpi/common/include/linux/pci.h
999
static inline bool pcie_cap_has_rtctl(struct pci_dev *dev)
sys/compat/linuxkpi/common/include/linux/platform_data/brcmfmac.h
94
bool oob_irq_supported;
sys/compat/linuxkpi/common/include/linux/platform_data/brcmfmac.h
97
bool broken_sg_support;
sys/compat/linuxkpi/common/include/linux/platform_device.h
37
bool id_auto;
sys/compat/linuxkpi/common/include/linux/pm.h
105
pm_vt_switch_required(struct device *dev __unused, bool required __unused)
sys/compat/linuxkpi/common/include/linux/pm.h
90
bool linuxkpi_device_can_wakeup(struct device *);
sys/compat/linuxkpi/common/include/linux/pm_qos.h
51
static inline bool
sys/compat/linuxkpi/common/include/linux/pm_runtime.h
39
pm_runtime_get_if_active(struct device *dev, bool x)
sys/compat/linuxkpi/common/include/linux/printk.h
51
const void *, size_t, const bool, const bool);
sys/compat/linuxkpi/common/include/linux/printk.h
57
int groupsize, char *linebuf, size_t linebuflen, bool ascii);
sys/compat/linuxkpi/common/include/linux/printk.h
62
const void *buf, size_t len, const bool ascii)
sys/compat/linuxkpi/common/include/linux/printk.h
81
bool __retval = printk_ratelimit(); \
sys/compat/linuxkpi/common/include/linux/pwm.h
34
bool enabled;
sys/compat/linuxkpi/common/include/linux/pwm.h
63
static inline bool
sys/compat/linuxkpi/common/include/linux/radix-tree.h
103
bool radix_tree_iter_find(const struct radix_tree_root *, struct radix_tree_iter *, void ***, int);
sys/compat/linuxkpi/common/include/linux/ratelimit.h
18
bool __ret_warn_on = (condition); \
sys/compat/linuxkpi/common/include/linux/rbtree.h
147
bool leftmost)
sys/compat/linuxkpi/common/include/linux/rbtree.h
180
bool (*less)(struct rb_node *, const struct rb_node *))
sys/compat/linuxkpi/common/include/linux/rbtree.h
184
bool leftmost = true;
sys/compat/linuxkpi/common/include/linux/rcupdate.h
157
bool linux_rcu_read_lock_held(unsigned);
sys/compat/linuxkpi/common/include/linux/reboot.h
33
orderly_poweroff(bool force)
sys/compat/linuxkpi/common/include/linux/refcount.h
49
static inline bool
sys/compat/linuxkpi/common/include/linux/refcount.h
67
static inline bool
sys/compat/linuxkpi/common/include/linux/refcount.h
78
static inline bool
sys/compat/linuxkpi/common/include/linux/rhashtable.h
39
bool automatic_shrinking;
sys/compat/linuxkpi/common/include/linux/scatterlist.h
225
bool skip_first_chunk, sg_free_fn * free_fn)
sys/compat/linuxkpi/common/include/linux/scatterlist.h
502
static inline bool
sys/compat/linuxkpi/common/include/linux/sched.h
149
bool linux_signal_pending(struct task_struct *task);
sys/compat/linuxkpi/common/include/linux/sched.h
150
bool linux_fatal_signal_pending(struct task_struct *task);
sys/compat/linuxkpi/common/include/linux/sched.h
151
bool linux_signal_pending_state(long state, struct task_struct *task);
sys/compat/linuxkpi/common/include/linux/sched.h
171
bool linux_task_exiting(struct task_struct *task);
sys/compat/linuxkpi/common/include/linux/seq_buf.h
45
static inline bool
sys/compat/linuxkpi/common/include/linux/seq_buf.h
51
static inline bool
sys/compat/linuxkpi/common/include/linux/seq_file.h
115
int rowsize, int groupsize, const void *buf, size_t len, bool ascii)
sys/compat/linuxkpi/common/include/linux/seq_file.h
92
bool seq_has_overflowed(struct seq_file *m);
sys/compat/linuxkpi/common/include/linux/seqlock.h
127
lkpi_write_seqlock(struct seqlock *seqlock, const bool irqsave)
sys/compat/linuxkpi/common/include/linux/seqlock.h
142
lkpi_write_sequnlock(struct seqlock *seqlock, const bool irqsave)
sys/compat/linuxkpi/common/include/linux/siphash.h
25
static inline bool siphash_key_is_zero(const siphash_key_t *key)
sys/compat/linuxkpi/common/include/linux/skbuff.h
1016
static inline bool
sys/compat/linuxkpi/common/include/linux/skbuff.h
294
static inline bool
sys/compat/linuxkpi/common/include/linux/skbuff.h
542
static inline bool
sys/compat/linuxkpi/common/include/linux/skbuff.h
549
static inline bool
sys/compat/linuxkpi/common/include/linux/skbuff.h
901
static inline bool
sys/compat/linuxkpi/common/include/linux/skbuff.h
931
static inline bool
sys/compat/linuxkpi/common/include/linux/soc/mediatek/mtk_wed.h
30
static inline bool
sys/compat/linuxkpi/common/include/linux/soc/mediatek/mtk_wed.h
37
static inline bool
sys/compat/linuxkpi/common/include/linux/soc/mediatek/mtk_wed.h
44
static inline bool
sys/compat/linuxkpi/common/include/linux/soc/mediatek/mtk_wed.h
64
static inline bool
sys/compat/linuxkpi/common/include/linux/soc/mediatek/mtk_wed.h
70
static inline bool
sys/compat/linuxkpi/common/include/linux/soc/mediatek/mtk_wed.h
76
static inline bool
sys/compat/linuxkpi/common/include/linux/stackdepot.h
30
typedef bool depot_stack_handle_t;
sys/compat/linuxkpi/common/include/linux/string_choices.h
34
str_yes_no(bool value)
sys/compat/linuxkpi/common/include/linux/string_choices.h
40
str_on_off(bool value)
sys/compat/linuxkpi/common/include/linux/string_choices.h
46
str_enabled_disabled(bool value)
sys/compat/linuxkpi/common/include/linux/string_choices.h
52
str_enable_disable(bool value)
sys/compat/linuxkpi/common/include/linux/string_choices.h
60
str_read_write(bool value)
sys/compat/linuxkpi/common/include/linux/sysfs.h
488
static inline bool
sys/compat/linuxkpi/common/include/linux/uaccess.h
84
static inline bool
sys/compat/linuxkpi/common/include/linux/vgaarb.h
244
unsigned int (*set_vga_decode)(struct pci_dev *pdev, bool state));
sys/compat/linuxkpi/common/include/linux/vgaarb.h
247
unsigned int (*set_vga_decode)(void *cookie, bool state));
sys/compat/linuxkpi/common/include/linux/vgaarb.h
250
void (*irq_set_state)(void *cookie, bool state),
sys/compat/linuxkpi/common/include/linux/vgaarb.h
251
unsigned int (*set_vga_decode)(void *cookie, bool state));
sys/compat/linuxkpi/common/include/linux/vgaarb.h
256
unsigned int (*set_vga_decode)(struct pci_dev *pdev, bool state))
sys/compat/linuxkpi/common/include/linux/vgaarb.h
259
unsigned int (*set_vga_decode)(void *cookie, bool state))
sys/compat/linuxkpi/common/include/linux/vgaarb.h
262
void (*irq_set_state)(void *cookie, bool state),
sys/compat/linuxkpi/common/include/linux/vgaarb.h
263
unsigned int (*set_vga_decode)(void *cookie, bool state))
sys/compat/linuxkpi/common/include/linux/wait.h
132
void linux_wake_up(wait_queue_head_t *, unsigned int, int, bool);
sys/compat/linuxkpi/common/include/linux/wait.h
284
bool linux_waitqueue_active(wait_queue_head_t *);
sys/compat/linuxkpi/common/include/linux/wait.h
314
bool linux_wake_up_state(struct task_struct *, unsigned int);
sys/compat/linuxkpi/common/include/linux/workqueue.h
181
bool __retval; \
sys/compat/linuxkpi/common/include/linux/workqueue.h
246
extern bool linux_queue_work_on(int cpu, struct workqueue_struct *, struct work_struct *);
sys/compat/linuxkpi/common/include/linux/workqueue.h
247
extern bool linux_queue_delayed_work_on(int cpu, struct workqueue_struct *,
sys/compat/linuxkpi/common/include/linux/workqueue.h
249
extern bool linux_cancel_work(struct work_struct *);
sys/compat/linuxkpi/common/include/linux/workqueue.h
250
extern bool linux_cancel_delayed_work(struct delayed_work *);
sys/compat/linuxkpi/common/include/linux/workqueue.h
251
extern bool linux_cancel_work_sync(struct work_struct *);
sys/compat/linuxkpi/common/include/linux/workqueue.h
252
extern bool linux_cancel_delayed_work_sync(struct delayed_work *);
sys/compat/linuxkpi/common/include/linux/workqueue.h
253
extern bool linux_flush_work(struct work_struct *);
sys/compat/linuxkpi/common/include/linux/workqueue.h
254
extern bool linux_flush_delayed_work(struct delayed_work *);
sys/compat/linuxkpi/common/include/linux/workqueue.h
255
extern bool linux_work_pending(struct work_struct *);
sys/compat/linuxkpi/common/include/linux/workqueue.h
256
extern bool linux_work_busy(struct work_struct *);
sys/compat/linuxkpi/common/include/linux/workqueue.h
258
extern bool linux_queue_rcu_work(struct workqueue_struct *wq, struct rcu_work *rwork);
sys/compat/linuxkpi/common/include/linux/workqueue.h
259
extern bool linux_flush_rcu_work(struct rcu_work *rwork);
sys/compat/linuxkpi/common/include/linux/workqueue.h
261
static inline bool
sys/compat/linuxkpi/common/include/linux/xarray.h
134
static inline bool
sys/compat/linuxkpi/common/include/linux/xarray.h
74
bool xa_empty(struct xarray *);
sys/compat/linuxkpi/common/include/linux/xarray.h
76
void *xa_next(struct xarray *, unsigned long *, bool);
sys/compat/linuxkpi/common/include/linux/xarray.h
90
bool __xa_empty(struct xarray *);
sys/compat/linuxkpi/common/include/linux/xarray.h
91
void *__xa_next(struct xarray *, unsigned long *, bool);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1000
bool enable;
sys/compat/linuxkpi/common/include/net/cfg80211.h
1201
int (*add_key)(struct wiphy *, struct net_device *, int, uint8_t, bool, const uint8_t *, struct key_params *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1202
int (*del_key)(struct wiphy *, struct net_device *, int, uint8_t, bool, const uint8_t *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1203
int (*get_key)(struct wiphy *, struct net_device *, int, uint8_t, bool, const uint8_t *, void *, void(*)(void *, struct key_params *));
sys/compat/linuxkpi/common/include/net/cfg80211.h
1204
int (*set_default_key)(struct wiphy *, struct net_device *, int, uint8_t, bool, bool);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1206
int (*set_power_mgmt)(struct wiphy *, struct net_device *, bool, int);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1319
wiphy_rfkill_set_hw_state_reason(struct wiphy *wiphy, bool blocked,
sys/compat/linuxkpi/common/include/net/cfg80211.h
1368
static __inline bool
sys/compat/linuxkpi/common/include/net/cfg80211.h
1375
static __inline bool
sys/compat/linuxkpi/common/include/net/cfg80211.h
146
bool beacon_found;
sys/compat/linuxkpi/common/include/net/cfg80211.h
1495
static __inline bool
sys/compat/linuxkpi/common/include/net/cfg80211.h
1508
static __inline bool
sys/compat/linuxkpi/common/include/net/cfg80211.h
1522
static __inline bool
sys/compat/linuxkpi/common/include/net/cfg80211.h
1530
static __inline bool
sys/compat/linuxkpi/common/include/net/cfg80211.h
1751
static inline bool
sys/compat/linuxkpi/common/include/net/cfg80211.h
1812
void *p, int x, bool locally_generated, gfp_t gfp)
sys/compat/linuxkpi/common/include/net/cfg80211.h
1855
const uint8_t *buf, size_t len, bool ack, gfp_t gfp)
sys/compat/linuxkpi/common/include/net/cfg80211.h
1987
static __inline bool
sys/compat/linuxkpi/common/include/net/cfg80211.h
204
bool ht_supported;
sys/compat/linuxkpi/common/include/net/cfg80211.h
2050
static __inline bool
sys/compat/linuxkpi/common/include/net/cfg80211.h
2132
static inline bool
sys/compat/linuxkpi/common/include/net/cfg80211.h
262
bool vht_supported;
sys/compat/linuxkpi/common/include/net/cfg80211.h
348
bool lmr_feedback;
sys/compat/linuxkpi/common/include/net/cfg80211.h
424
bool no_cck;
sys/compat/linuxkpi/common/include/net/cfg80211.h
425
bool scan_6ghz;
sys/compat/linuxkpi/common/include/net/cfg80211.h
426
bool duration_mandatory;
sys/compat/linuxkpi/common/include/net/cfg80211.h
427
bool first_part;
sys/compat/linuxkpi/common/include/net/cfg80211.h
472
bool aborted;
sys/compat/linuxkpi/common/include/net/cfg80211.h
779
bool has_he;
sys/compat/linuxkpi/common/include/net/cfg80211.h
790
bool enable;
sys/compat/linuxkpi/common/include/net/cfg80211.h
842
bool has_eht;
sys/compat/linuxkpi/common/include/net/cfg80211.h
914
bool disconnect;
sys/compat/linuxkpi/common/include/net/cfg80211.h
915
bool unprot_deauth_disassoc;
sys/compat/linuxkpi/common/include/net/cfg80211.h
916
bool eap_identity_req;
sys/compat/linuxkpi/common/include/net/cfg80211.h
917
bool four_way_handshake;
sys/compat/linuxkpi/common/include/net/cfg80211.h
918
bool gtk_rekey_failure;
sys/compat/linuxkpi/common/include/net/cfg80211.h
919
bool magic_pkt;
sys/compat/linuxkpi/common/include/net/cfg80211.h
920
bool rfkill_release;
sys/compat/linuxkpi/common/include/net/cfg80211.h
921
bool tcp_connlost;
sys/compat/linuxkpi/common/include/net/cfg80211.h
922
bool tcp_nomoretokens;
sys/compat/linuxkpi/common/include/net/cfg80211.h
923
bool tcp_match;
sys/compat/linuxkpi/common/include/net/cfg80211.h
924
bool packet_80211;
sys/compat/linuxkpi/common/include/net/cfg80211.h
933
bool any;
sys/compat/linuxkpi/common/include/net/cfg80211.h
934
bool disconnect;
sys/compat/linuxkpi/common/include/net/cfg80211.h
935
bool magic_pkt;
sys/compat/linuxkpi/common/include/net/cfg80211.h
936
bool gtk_rekey_failure;
sys/compat/linuxkpi/common/include/net/cfg80211.h
937
bool eap_identity_req;
sys/compat/linuxkpi/common/include/net/cfg80211.h
938
bool four_way_handshake;
sys/compat/linuxkpi/common/include/net/cfg80211.h
939
bool rfkill_release;
sys/compat/linuxkpi/common/include/net/mac80211.h
1000
void (*allow_buffered_frames)(struct ieee80211_hw *, struct ieee80211_sta *, u16, int, enum ieee80211_frame_release_type, bool);
sys/compat/linuxkpi/common/include/net/mac80211.h
1001
void (*release_buffered_frames)(struct ieee80211_hw *, struct ieee80211_sta *, u16, int, enum ieee80211_frame_release_type, bool);
sys/compat/linuxkpi/common/include/net/mac80211.h
1013
void (*sta_set_4addr)(struct ieee80211_hw *, struct ieee80211_vif *, struct ieee80211_sta *, bool);
sys/compat/linuxkpi/common/include/net/mac80211.h
1014
void (*sta_set_decap_offload)(struct ieee80211_hw *, struct ieee80211_vif *, struct ieee80211_sta *, bool);
sys/compat/linuxkpi/common/include/net/mac80211.h
1020
bool (*can_aggregate_in_amsdu)(struct ieee80211_hw *, struct sk_buff *, struct sk_buff *);
sys/compat/linuxkpi/common/include/net/mac80211.h
1062
int (*set_tim)(struct ieee80211_hw *, struct ieee80211_sta *, bool);
sys/compat/linuxkpi/common/include/net/mac80211.h
1100
bool (*can_activate_links)(struct ieee80211_hw *, struct ieee80211_vif *, u16);
sys/compat/linuxkpi/common/include/net/mac80211.h
1116
void (*set_wakeup)(struct ieee80211_hw *, bool);
sys/compat/linuxkpi/common/include/net/mac80211.h
1147
void *, bool);
sys/compat/linuxkpi/common/include/net/mac80211.h
1158
uint8_t linuxkpi_ieee80211_get_tid(struct ieee80211_hdr *, bool);
sys/compat/linuxkpi/common/include/net/mac80211.h
1165
bool linuxkpi_ieee80211_is_ie_id_in_ie_buf(const u8, const u8 *, size_t);
sys/compat/linuxkpi/common/include/net/mac80211.h
1166
bool linuxkpi_ieee80211_ie_advance(size_t *, const u8 *, size_t);
sys/compat/linuxkpi/common/include/net/mac80211.h
1175
struct ieee80211_vif *, int, bool);
sys/compat/linuxkpi/common/include/net/mac80211.h
1193
struct ieee80211_txq *, bool);
sys/compat/linuxkpi/common/include/net/mac80211.h
1206
static __inline bool
sys/compat/linuxkpi/common/include/net/mac80211.h
1334
static __inline bool
sys/compat/linuxkpi/common/include/net/mac80211.h
1417
bool withoutpkts)
sys/compat/linuxkpi/common/include/net/mac80211.h
1587
ieee80211_chswitch_done(struct ieee80211_vif *vif, bool t, uint32_t link_id)
sys/compat/linuxkpi/common/include/net/mac80211.h
1592
static __inline bool
sys/compat/linuxkpi/common/include/net/mac80211.h
1651
static __inline bool
sys/compat/linuxkpi/common/include/net/mac80211.h
1768
wiphy_rfkill_set_hw_state(struct wiphy *wiphy, bool state)
sys/compat/linuxkpi/common/include/net/mac80211.h
1808
static inline bool
sys/compat/linuxkpi/common/include/net/mac80211.h
1898
int mcs /* always 0 */, bool ext_nss_bw_cap /* always true */, int max_nss)
sys/compat/linuxkpi/common/include/net/mac80211.h
2015
bool disable)
sys/compat/linuxkpi/common/include/net/mac80211.h
2021
ieee80211_sta_ps_transition(struct ieee80211_sta *sta, bool sleeping)
sys/compat/linuxkpi/common/include/net/mac80211.h
205
bool amsdu;
sys/compat/linuxkpi/common/include/net/mac80211.h
2073
ieee80211_sta_set_buffered(struct ieee80211_sta *sta, uint8_t tid, bool t)
sys/compat/linuxkpi/common/include/net/mac80211.h
2160
int linkid, bool qos)
sys/compat/linuxkpi/common/include/net/mac80211.h
2194
static __inline bool
sys/compat/linuxkpi/common/include/net/mac80211.h
2288
static __inline bool
sys/compat/linuxkpi/common/include/net/mac80211.h
2322
static __inline bool
sys/compat/linuxkpi/common/include/net/mac80211.h
2330
ieee80211_disconnect(struct ieee80211_vif *vif, bool _x)
sys/compat/linuxkpi/common/include/net/mac80211.h
234
bool radar_enabled;
sys/compat/linuxkpi/common/include/net/mac80211.h
2567
static inline bool
sys/compat/linuxkpi/common/include/net/mac80211.h
2602
static inline bool
sys/compat/linuxkpi/common/include/net/mac80211.h
267
bool valid;
sys/compat/linuxkpi/common/include/net/mac80211.h
272
bool valid;
sys/compat/linuxkpi/common/include/net/mac80211.h
307
bool ht_ldpc;
sys/compat/linuxkpi/common/include/net/mac80211.h
308
bool vht_ldpc;
sys/compat/linuxkpi/common/include/net/mac80211.h
309
bool he_ldpc;
sys/compat/linuxkpi/common/include/net/mac80211.h
310
bool vht_mu_beamformee;
sys/compat/linuxkpi/common/include/net/mac80211.h
311
bool vht_mu_beamformer;
sys/compat/linuxkpi/common/include/net/mac80211.h
312
bool vht_su_beamformee;
sys/compat/linuxkpi/common/include/net/mac80211.h
313
bool vht_su_beamformer;
sys/compat/linuxkpi/common/include/net/mac80211.h
314
bool he_mu_beamformer;
sys/compat/linuxkpi/common/include/net/mac80211.h
315
bool he_su_beamformee;
sys/compat/linuxkpi/common/include/net/mac80211.h
316
bool he_su_beamformer;
sys/compat/linuxkpi/common/include/net/mac80211.h
317
bool he_full_ul_mumimo;
sys/compat/linuxkpi/common/include/net/mac80211.h
318
bool eht_su_beamformee;
sys/compat/linuxkpi/common/include/net/mac80211.h
319
bool eht_su_beamformer;
sys/compat/linuxkpi/common/include/net/mac80211.h
320
bool eht_mu_beamformer;
sys/compat/linuxkpi/common/include/net/mac80211.h
329
bool qos;
sys/compat/linuxkpi/common/include/net/mac80211.h
330
bool twt_broadcast;
sys/compat/linuxkpi/common/include/net/mac80211.h
331
bool use_cts_prot;
sys/compat/linuxkpi/common/include/net/mac80211.h
332
bool use_short_preamble;
sys/compat/linuxkpi/common/include/net/mac80211.h
333
bool use_short_slot;
sys/compat/linuxkpi/common/include/net/mac80211.h
334
bool he_support;
sys/compat/linuxkpi/common/include/net/mac80211.h
335
bool eht_support;
sys/compat/linuxkpi/common/include/net/mac80211.h
336
bool csa_active;
sys/compat/linuxkpi/common/include/net/mac80211.h
337
bool mu_mimo_owner;
sys/compat/linuxkpi/common/include/net/mac80211.h
338
bool color_change_active;
sys/compat/linuxkpi/common/include/net/mac80211.h
423
bool radar_enabled;
sys/compat/linuxkpi/common/include/net/mac80211.h
663
bool link_valid;
sys/compat/linuxkpi/common/include/net/mac80211.h
753
bool wme;
sys/compat/linuxkpi/common/include/net/mac80211.h
754
bool mlo;
sys/compat/linuxkpi/common/include/net/mac80211.h
826
bool assoc;
sys/compat/linuxkpi/common/include/net/mac80211.h
827
bool ps;
sys/compat/linuxkpi/common/include/net/mac80211.h
828
bool idle;
sys/compat/linuxkpi/common/include/net/mac80211.h
829
bool ibss_joined;
sys/compat/linuxkpi/common/include/net/mac80211.h
849
bool p2p;
sys/compat/linuxkpi/common/include/net/mac80211.h
850
bool probe_req_reg;
sys/compat/linuxkpi/common/include/net/mac80211.h
878
bool success;
sys/compat/linuxkpi/common/include/net/mac80211.h
879
bool was_assoc;
sys/compat/linuxkpi/common/include/net/mac80211.h
894
bool use_rts;
sys/compat/linuxkpi/common/include/net/mac80211.h
967
void (*stop)(struct ieee80211_hw *, bool);
sys/compat/linuxkpi/common/include/net/mac80211.h
975
int (*change_interface)(struct ieee80211_hw *, struct ieee80211_vif *, enum nl80211_iftype, bool);
sys/compat/linuxkpi/common/include/net/mac80211.h
993
void (*flush)(struct ieee80211_hw *, struct ieee80211_vif *, u32, bool);
sys/compat/linuxkpi/common/include/net/page_pool/helpers.h
57
bool allow_direct)
sys/compat/linuxkpi/common/include/xen/xen.h
34
bool lkpi_xen_initial_domain(void);
sys/compat/linuxkpi/common/include/xen/xen.h
35
bool lkpi_xen_pv_domain(void);
sys/compat/linuxkpi/common/src/linux_80211.c
108
static bool lkpi_order_scanlist = false;
sys/compat/linuxkpi/common/src/linux_80211.c
113
static bool lkpi_hwcrypto = false;
sys/compat/linuxkpi/common/src/linux_80211.c
117
static bool lkpi_hwcrypto_tkip = false;
sys/compat/linuxkpi/common/src/linux_80211.c
1755
bool icislocked, ntislocked;
sys/compat/linuxkpi/common/src/linux_80211.c
182
static int lkpi_wme_update(struct lkpi_hw *, struct ieee80211vap *, bool);
sys/compat/linuxkpi/common/src/linux_80211.c
1821
bool icislocked, ntislocked;
sys/compat/linuxkpi/common/src/linux_80211.c
1934
bool scanning;
sys/compat/linuxkpi/common/src/linux_80211.c
2046
bool cancel;
sys/compat/linuxkpi/common/src/linux_80211.c
2079
lkpi_hw_conf_idle(struct ieee80211_hw *hw, bool new)
sys/compat/linuxkpi/common/src/linux_80211.c
2083
bool old;
sys/compat/linuxkpi/common/src/linux_80211.c
2136
bool dequeue_seen, bool no_emptyq)
sys/compat/linuxkpi/common/src/linux_80211.c
2140
bool ltxq_empty;
sys/compat/linuxkpi/common/src/linux_80211.c
2325
bool synched;
sys/compat/linuxkpi/common/src/linux_80211.c
285
lkpi_80211_dump_lvif_stas(struct lkpi_vif *lvif, struct sbuf *s, bool dump_queues)
sys/compat/linuxkpi/common/src/linux_80211.c
3709
lkpi_wme_update(struct lkpi_hw *lhw, struct ieee80211vap *vap, bool planned)
sys/compat/linuxkpi/common/src/linux_80211.c
4212
bool start_all;
sys/compat/linuxkpi/common/src/linux_80211.c
4240
bool
sys/compat/linuxkpi/common/src/linux_80211.c
4255
bool
sys/compat/linuxkpi/common/src/linux_80211.c
4462
static bool
sys/compat/linuxkpi/common/src/linux_80211.c
4464
struct ieee80211com *ic, bool log)
sys/compat/linuxkpi/common/src/linux_80211.c
4498
bool is_hw_scan;
sys/compat/linuxkpi/common/src/linux_80211.c
4566
bool running;
sys/compat/linuxkpi/common/src/linux_80211.c
4801
bool scan_done;
sys/compat/linuxkpi/common/src/linux_80211.c
4915
bool is_hw_scan;
sys/compat/linuxkpi/common/src/linux_80211.c
4965
bool is_hw_scan;
sys/compat/linuxkpi/common/src/linux_80211.c
4983
bool is_hw_scan;
sys/compat/linuxkpi/common/src/linux_80211.c
5005
bool hw_scan_running;
sys/compat/linuxkpi/common/src/linux_80211.c
5179
bool freem)
sys/compat/linuxkpi/common/src/linux_80211.c
5662
bool shall_tx;
sys/compat/linuxkpi/common/src/linux_80211.c
6088
bool ic_locked;
sys/compat/linuxkpi/common/src/linux_80211.c
6878
bool active, atomic, nin_drv;
sys/compat/linuxkpi/common/src/linux_80211.c
6966
void *arg, bool rcu)
sys/compat/linuxkpi/common/src/linux_80211.c
742
struct ieee80211_sta *sta, struct ieee80211_node *ni, bool updchnctx)
sys/compat/linuxkpi/common/src/linux_80211.c
7458
bool is_beacon;
sys/compat/linuxkpi/common/src/linux_80211.c
7706
linuxkpi_ieee80211_get_tid(struct ieee80211_hdr *hdr, bool nonqos_ok)
sys/compat/linuxkpi/common/src/linux_80211.c
8437
struct ieee80211_vif *vif, int linkid, bool qos)
sys/compat/linuxkpi/common/src/linux_80211.c
8793
struct ieee80211_txq *txq, bool withoutpkts)
sys/compat/linuxkpi/common/src/linux_80211.c
8797
bool ltxq_empty;
sys/compat/linuxkpi/common/src/linux_80211.c
8846
bool match;
sys/compat/linuxkpi/common/src/linux_80211.h
153
bool seen_dequeue;
sys/compat/linuxkpi/common/src/linux_80211.h
154
bool stopped;
sys/compat/linuxkpi/common/src/linux_80211.h
181
bool txq_ready; /* Can we run the taskq? */
sys/compat/linuxkpi/common/src/linux_80211.h
182
bool added_to_drv; /* Driver knows; i.e. we called ...(). */
sys/compat/linuxkpi/common/src/linux_80211.h
183
bool in_mgd; /* XXX-BZ should this be per-vif? */
sys/compat/linuxkpi/common/src/linux_80211.h
224
bool lvif_bss_synched;
sys/compat/linuxkpi/common/src/linux_80211.h
225
bool added_to_drv; /* Driver knows; i.e. we called add_interface(). */
sys/compat/linuxkpi/common/src/linux_80211.h
227
bool hw_queue_stopped[IEEE80211_NUM_ACS];
sys/compat/linuxkpi/common/src/linux_80211.h
314
bool mc_all_multi;
sys/compat/linuxkpi/common/src/linux_80211.h
315
bool update_wme;
sys/compat/linuxkpi/common/src/linux_80211.h
316
bool rxq_stopped;
sys/compat/linuxkpi/common/src/linux_80211.h
330
bool added_to_drv; /* Managed by MO */
sys/compat/linuxkpi/common/src/linux_80211.h
444
void lkpi_80211_mo_stop(struct ieee80211_hw *, bool);
sys/compat/linuxkpi/common/src/linux_80211.h
473
uint64_t, bool);
sys/compat/linuxkpi/common/src/linux_80211.h
475
struct ieee80211_bss_conf *, uint64_t, uint8_t, bool);
sys/compat/linuxkpi/common/src/linux_80211.h
481
uint32_t, bool);
sys/compat/linuxkpi/common/src/linux_80211.h
489
bool);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
550
uint64_t vif_cfg_bits, bool fallback)
sys/compat/linuxkpi/common/src/linux_80211_macops.c
575
bool fallback)
sys/compat/linuxkpi/common/src/linux_80211_macops.c
648
uint32_t nqueues, bool drop)
sys/compat/linuxkpi/common/src/linux_80211_macops.c
704
bool schedule)
sys/compat/linuxkpi/common/src/linux_80211_macops.c
79
lkpi_80211_mo_stop(struct ieee80211_hw *hw, bool suspend)
sys/compat/linuxkpi/common/src/linux_acpi.c
224
bool present = false;
sys/compat/linuxkpi/common/src/linux_acpi.c
274
bool
sys/compat/linuxkpi/common/src/linux_acpi.c
344
bool
sys/compat/linuxkpi/common/src/linux_acpi.c
382
bool
sys/compat/linuxkpi/common/src/linux_acpi.c
75
bool
sys/compat/linuxkpi/common/src/linux_aperture.c
144
static bool overlap(resource_size_t base1, resource_size_t end1,
sys/compat/linuxkpi/common/src/linux_aperture.c
153
bool detached = !ap->dev;
sys/compat/linuxkpi/common/src/linux_aperture.c
355
bool primary = false;
sys/compat/linuxkpi/common/src/linux_compat.c
1267
int nprot, bool is_shared, struct thread *td)
sys/compat/linuxkpi/common/src/linux_compat.c
1326
bool vm_no_fault;
sys/compat/linuxkpi/common/src/linux_compat.c
1897
const void *buf, size_t len, const bool ascii, const bool trailing_newline)
sys/compat/linuxkpi/common/src/linux_compat.c
2036
int groupsize, char *linebuf, size_t linebuflen, bool ascii)
sys/compat/linuxkpi/common/src/linux_compat.c
2749
bool
sys/compat/linuxkpi/common/src/linux_compat.c
2797
bool linux_cpu_has_clflush;
sys/compat/linuxkpi/common/src/linux_compat.c
2814
bool
sys/compat/linuxkpi/common/src/linux_compat.c
2824
bool
sys/compat/linuxkpi/common/src/linux_current.c
190
linux_get_pid_task_int(pid_t pid, const bool do_get)
sys/compat/linuxkpi/common/src/linux_current.c
237
bool
sys/compat/linuxkpi/common/src/linux_current.c
242
bool ret;
sys/compat/linuxkpi/common/src/linux_dmi.c
63
bool
sys/compat/linuxkpi/common/src/linux_dmi.c
75
static bool
sys/compat/linuxkpi/common/src/linux_firmware.c
176
linuxkpi_request_firmware_nowait(struct module *mod __unused, bool _t __unused,
sys/compat/linuxkpi/common/src/linux_firmware.c
60
struct device *dev, gfp_t gfp __unused, bool enoentok, bool warn)
sys/compat/linuxkpi/common/src/linux_hrtimer.c
53
bool
sys/compat/linuxkpi/common/src/linux_hrtimer.c
56
bool ret;
sys/compat/linuxkpi/common/src/linux_i2c.c
173
bool check_len;
sys/compat/linuxkpi/common/src/linux_idr.c
736
bool
sys/compat/linuxkpi/common/src/linux_kthread.c
108
bool
sys/compat/linuxkpi/common/src/linux_kthread.c
43
bool
sys/compat/linuxkpi/common/src/linux_kthread.c
50
bool
sys/compat/linuxkpi/common/src/linux_netdev.c
102
bool
sys/compat/linuxkpi/common/src/linux_netdev.c
187
bool
sys/compat/linuxkpi/common/src/linux_netdev.c
216
bool
sys/compat/linuxkpi/common/src/linux_netdev.c
248
bool
sys/compat/linuxkpi/common/src/linux_pci.c
1150
lkpi_pci_get_bar(struct pci_dev *pdev, int bar, bool reserve)
sys/compat/linuxkpi/common/src/linux_pci.c
1214
bool managed)
sys/compat/linuxkpi/common/src/linux_pci.c
131
bool enable_io;
sys/compat/linuxkpi/common/src/linux_pci.c
1539
bool
sys/compat/linuxkpi/common/src/linux_pci.c
160
static bool
sys/compat/linuxkpi/common/src/linux_pci.c
560
linux_pci_get_rle(struct pci_dev *pdev, int type, int rid, bool reserve_bar)
sys/compat/linuxkpi/common/src/linux_pci.c
584
bool isdrm;
sys/compat/linuxkpi/common/src/linux_radix.c
213
bool
sys/compat/linuxkpi/common/src/linux_radix.c
91
static inline bool
sys/compat/linuxkpi/common/src/linux_rcu.c
252
bool
sys/compat/linuxkpi/common/src/linux_rcu.c
289
bool is_sleeping = 0;
sys/compat/linuxkpi/common/src/linux_schedule.c
132
bool
sys/compat/linuxkpi/common/src/linux_schedule.c
147
bool
sys/compat/linuxkpi/common/src/linux_schedule.c
151
bool ret;
sys/compat/linuxkpi/common/src/linux_schedule.c
161
bool
sys/compat/linuxkpi/common/src/linux_schedule.c
274
linux_wake_up(wait_queue_head_t *wqh, unsigned int state, int nr, bool locked)
sys/compat/linuxkpi/common/src/linux_schedule.c
317
bool
sys/compat/linuxkpi/common/src/linux_schedule.c
320
bool ret;
sys/compat/linuxkpi/common/src/linux_schedule.c
470
bool
sys/compat/linuxkpi/common/src/linux_seq_file.c
288
bool
sys/compat/linuxkpi/common/src/linux_simple_attr.c
151
size_t write_size, loff_t *ppos, bool is_signed)
sys/compat/linuxkpi/common/src/linux_work.c
130
bool
sys/compat/linuxkpi/common/src/linux_work.c
177
bool
sys/compat/linuxkpi/common/src/linux_work.c
195
bool
sys/compat/linuxkpi/common/src/linux_work.c
213
bool
sys/compat/linuxkpi/common/src/linux_work.c
224
bool res;
sys/compat/linuxkpi/common/src/linux_work.c
376
bool
sys/compat/linuxkpi/common/src/linux_work.c
407
bool
sys/compat/linuxkpi/common/src/linux_work.c
418
bool retval = false;
sys/compat/linuxkpi/common/src/linux_work.c
447
static inline bool
sys/compat/linuxkpi/common/src/linux_work.c
448
linux_cancel_timer(struct delayed_work *dwork, bool drain)
sys/compat/linuxkpi/common/src/linux_work.c
450
bool cancelled;
sys/compat/linuxkpi/common/src/linux_work.c
468
bool
sys/compat/linuxkpi/common/src/linux_work.c
479
bool cancelled;
sys/compat/linuxkpi/common/src/linux_work.c
513
static bool
sys/compat/linuxkpi/common/src/linux_work.c
525
bool cancelled;
sys/compat/linuxkpi/common/src/linux_work.c
557
bool
sys/compat/linuxkpi/common/src/linux_work.c
560
bool res;
sys/compat/linuxkpi/common/src/linux_work.c
573
bool
sys/compat/linuxkpi/common/src/linux_work.c
577
bool retval;
sys/compat/linuxkpi/common/src/linux_work.c
598
bool
sys/compat/linuxkpi/common/src/linux_work.c
602
bool retval;
sys/compat/linuxkpi/common/src/linux_work.c
626
bool
sys/compat/linuxkpi/common/src/linux_work.c
642
bool
sys/compat/linuxkpi/common/src/linux_work.c
92
static bool
sys/compat/linuxkpi/common/src/linux_work.c
97
bool retval = false;
sys/compat/linuxkpi/common/src/linux_xarray.c
384
bool
sys/compat/linuxkpi/common/src/linux_xarray.c
395
bool
sys/compat/linuxkpi/common/src/linux_xarray.c
398
bool retval;
sys/compat/linuxkpi/common/src/linux_xarray.c
413
__xa_next(struct xarray *xa, unsigned long *pindex, bool not_first)
sys/compat/linuxkpi/common/src/linux_xarray.c
418
bool found;
sys/compat/linuxkpi/common/src/linux_xarray.c
442
xa_next(struct xarray *xa, unsigned long *pindex, bool not_first)
sys/crypto/aesni/aesni.c
102
bool has_aes, has_sha;
sys/crypto/aesni/aesni.c
151
static bool
sys/crypto/aesni/aesni.c
174
static bool
sys/crypto/aesni/aesni.c
325
aesni_cipher_alloc(struct cryptop *crp, int start, int length, bool *allocated)
sys/crypto/aesni/aesni.c
500
bool kt;
sys/crypto/aesni/aesni.c
622
bool encflag, allocated, authallocated, outallocated, outcopy;
sys/crypto/aesni/aesni.c
65
bool has_aes;
sys/crypto/aesni/aesni.c
66
bool has_sha;
sys/crypto/aesni/aesni.c
90
detect_cpu_features(bool *has_aes, bool *has_sha)
sys/crypto/aesni/aesni.h
64
bool hmac;
sys/crypto/armv8/armv8_crypto.c
63
bool has_pmul;
sys/crypto/blake2/blake2_cryptodev.c
183
static bool
sys/crypto/ccp/ccp.c
261
static bool
sys/crypto/ccp/ccp.c
311
static bool
sys/crypto/ccp/ccp.c
332
static bool
sys/crypto/ccp/ccp.c
534
bool qpheld;
sys/crypto/ccp/ccp.c
69
bool g_debug_print = false;
sys/crypto/ccp/ccp.h
120
bool cq_waiting; /* Thread waiting for space */
sys/crypto/ccp/ccp.h
138
bool detaching;
sys/crypto/ccp/ccp.h
175
extern bool g_debug_print;
sys/crypto/ccp/ccp.h
87
bool active;
sys/crypto/ccp/ccp_hardware.c
1039
vm_paddr_t addr, size_t len, bool start, bool end, uint64_t msgbits)
sys/crypto/ccp/ccp_hardware.c
1759
enum ccp_cipher_dir dir, struct sglist_seg *seg, bool som, bool eom)
sys/crypto/ccp/ccp_hardware.c
745
bool bars_mapped, interrupts_setup;
sys/crypto/ccp/ccp_hardware.c
848
enum ccp_passthru_bitwise bitmode, bool interrupt,
sys/crypto/ccp/ccp_hardware.c
885
ccp_passthrough_sgl(struct ccp_queue *qp, bus_addr_t lsb_addr, bool tolsb,
sys/crypto/ccp/ccp_hardware.c
886
struct sglist *sgl, bus_size_t len, bool interrupt,
sys/crypto/chacha20_poly1305.c
187
bool
sys/crypto/chacha20_poly1305.c
199
bool result;
sys/crypto/chacha20_poly1305.c
84
bool
sys/crypto/chacha20_poly1305.c
96
bool result;
sys/crypto/chacha20_poly1305.h
42
bool chacha20_poly1305_decrypt(uint8_t *dst, const uint8_t *src,
sys/crypto/chacha20_poly1305.h
50
bool xchacha20_poly1305_decrypt(uint8_t *dst, const uint8_t *src,
sys/crypto/curve25519.c
34
bool
sys/crypto/curve25519.c
42
bool
sys/crypto/curve25519.h
38
bool curve25519(uint8_t *public, const uint8_t *secret,
sys/crypto/curve25519.h
40
bool curve25519_generate_public(uint8_t *public,
sys/crypto/openssl/amd64/ossl_aes_gcm_avx512.c
150
unsigned char *out, size_t len, bool encrypt)
sys/crypto/openssl/ossl.c
425
bool fpu_entered;
sys/crypto/openssl/ossl.h
48
bool has_aes;
sys/crypto/openssl/ossl.h
49
bool has_aes_gcm;
sys/crypto/openssl/ossl_aes.c
183
bool encrypt;
sys/crypto/openssl/ossl_aes.c
88
bool encrypt;
sys/crypto/via/padlock.h
75
bool padlock_hash_check(const struct crypto_session_params *csp);
sys/crypto/via/padlock_hash.c
353
bool
sys/ddb/db_access.c
53
db_get_value(db_addr_t addr, int size, bool is_signed)
sys/ddb/db_access.h
39
db_expr_t db_get_value(db_addr_t addr, int size, bool is_signed);
sys/ddb/db_break.c
118
static bool
sys/ddb/db_break.c
203
static bool db_breakpoints_inserted = true;
sys/ddb/db_break.c
286
db_delete_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif)
sys/ddb/db_break.c
297
db_breakpoint_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif)
sys/ddb/db_break.c
311
db_deletehbreak_cmd(db_expr_t addr, bool have_addr, db_expr_t count,
sys/ddb/db_break.c
330
db_hbreakpoint_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif)
sys/ddb/db_break.c
349
db_listbreak_cmd(db_expr_t dummy1, bool dummy2, db_expr_t dummy3, char *dummy4)
sys/ddb/db_break.c
363
bool
sys/ddb/db_break.c
371
bool
sys/ddb/db_break.c
88
static bool db_set_breakpoint(struct db_breakpoint_type *bkpt_type,
sys/ddb/db_capture.c
338
db_capture_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif)
sys/ddb/db_command.c
184
static bool db_ed_style = true;
sys/ddb/db_command.c
214
struct db_command_table *cmd_table, bool dopager);
sys/ddb/db_command.c
379
bool dopager)
sys/ddb/db_command.c
385
bool have_addr = false;
sys/ddb/db_command.c
587
db_dump(db_expr_t dummy, bool dummy2, db_expr_t dummy3, char *dummy4)
sys/ddb/db_command.c
637
db_fncall(db_expr_t dummy1, bool dummy2, db_expr_t dummy3, char *dummy4)
sys/ddb/db_command.c
684
db_halt(db_expr_t dummy, bool dummy2, db_expr_t dummy3, char *dummy4)
sys/ddb/db_command.c
691
db_kill(db_expr_t dummy1, bool dummy2, db_expr_t dummy3, char *dummy4)
sys/ddb/db_command.c
750
db_reset(db_expr_t addr, bool have_addr, db_expr_t count __unused,
sys/ddb/db_command.c
792
db_watchdog(db_expr_t dummy1, bool dummy2, db_expr_t dummy3, char *dummy4)
sys/ddb/db_command.c
815
db_gdb(db_expr_t dummy1, bool dummy2, db_expr_t dummy3, char *dummy4)
sys/ddb/db_command.c
831
db_stack_trace(db_expr_t tid, bool hastid, db_expr_t count, char *modif)
sys/ddb/db_command.c
878
_db_stack_trace_all(bool active_only)
sys/ddb/db_command.c
909
db_stack_trace_active(db_expr_t dummy, bool dummy2, db_expr_t dummy3,
sys/ddb/db_command.c
917
db_stack_trace_all(db_expr_t dummy, bool dummy2, db_expr_t dummy3,
sys/ddb/db_ctf.c
204
bool
sys/ddb/db_ctf.h
53
bool db_ctf_lookup_typename(linker_ctf_t *lc, const char *typename);
sys/ddb/db_examine.c
191
db_print_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif)
sys/ddb/db_examine.c
252
db_search_cmd(db_expr_t dummy1, bool dummy2, db_expr_t dummy3, char *dummy4)
sys/ddb/db_examine.c
54
db_examine_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif)
sys/ddb/db_expr.c
109
static bool
sys/ddb/db_expr.c
157
static bool
sys/ddb/db_expr.c
202
static bool
sys/ddb/db_expr.c
239
static bool
sys/ddb/db_expr.c
273
static bool
sys/ddb/db_expr.c
323
static bool
sys/ddb/db_expr.c
348
static bool
sys/ddb/db_expr.c
41
static bool db_add_expr(db_expr_t *valuep);
sys/ddb/db_expr.c
42
static bool db_mult_expr(db_expr_t *valuep);
sys/ddb/db_expr.c
43
static bool db_shift_expr(db_expr_t *valuep);
sys/ddb/db_expr.c
44
static bool db_term(db_expr_t *valuep);
sys/ddb/db_expr.c
45
static bool db_unary(db_expr_t *valuep);
sys/ddb/db_expr.c
46
static bool db_logical_or_expr(db_expr_t *valuep);
sys/ddb/db_expr.c
47
static bool db_logical_and_expr(db_expr_t *valuep);
sys/ddb/db_expr.c
48
static bool db_logical_relation_expr(db_expr_t *valuep);
sys/ddb/db_expr.c
50
static bool
sys/ddb/db_lex.c
168
bool lex_wspace, lex_hex_numbers;
sys/ddb/db_main.c
161
bool
sys/ddb/db_main.c
238
bool bkpt, watchpt;
sys/ddb/db_main.c
75
bool
sys/ddb/db_pprint.c
423
db_pprint_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif)
sys/ddb/db_print.c
49
db_show_regs(db_expr_t _1, bool _2, db_expr_t _3, char *modif)
sys/ddb/db_ps.c
107
db_ps(db_expr_t addr, bool hasaddr, db_expr_t count, char *modif)
sys/ddb/db_ps.c
347
bool comma;
sys/ddb/db_ps.c
503
db_findstack_cmd(db_expr_t addr, bool have_addr, db_expr_t dummy3 __unused,
sys/ddb/db_run.c
192
db_restart_at_pc(bool watchpt)
sys/ddb/db_run.c
229
db_single_step_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif)
sys/ddb/db_run.c
231
bool print = false;
sys/ddb/db_run.c
253
db_trace_until_call_cmd(db_expr_t addr, bool have_addr, db_expr_t count,
sys/ddb/db_run.c
256
bool print = false;
sys/ddb/db_run.c
272
db_trace_until_matching_cmd(db_expr_t addr, bool have_addr, db_expr_t count,
sys/ddb/db_run.c
275
bool print = false;
sys/ddb/db_run.c
293
db_continue_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif)
sys/ddb/db_run.c
61
static bool db_sstep_multiple;
sys/ddb/db_run.c
62
static bool db_sstep_print;
sys/ddb/db_run.c
70
bool
sys/ddb/db_run.c
71
db_stop_at_pc(int type, int code, bool *is_breakpoint, bool *is_watchpoint)
sys/ddb/db_script.c
341
db_scripts_cmd(db_expr_t addr, bool have_addr, db_expr_t count,
sys/ddb/db_script.c
359
db_run_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif)
sys/ddb/db_script.c
383
db_script_cmd(db_expr_t addr, bool have_addr, db_expr_t count,
sys/ddb/db_script.c
429
db_unscript_cmd(db_expr_t addr, bool have_addr, db_expr_t count,
sys/ddb/db_sym.c
208
bool
sys/ddb/db_sym.c
218
bool
sys/ddb/db_sym.c
230
bool
sys/ddb/db_sym.c
253
bool
sys/ddb/db_sym.c
337
static volatile bool db_qualify_ambiguous_names = false;
sys/ddb/db_sym.c
343
static bool
sys/ddb/db_sym.c
348
bool found_once = false;
sys/ddb/db_sym.c
473
static bool
sys/ddb/db_sym.c
479
bool
sys/ddb/db_sym.c
65
static bool db_symbol_is_ambiguous(c_db_sym_t sym);
sys/ddb/db_sym.c
66
static bool db_line_at_pc(c_db_sym_t, char **, int *, db_expr_t);
sys/ddb/db_sym.h
102
bool X_db_sym_numargs(db_symtab_t *, c_db_sym_t, int *, char **);
sys/ddb/db_sym.h
89
bool db_eqname(const char *, const char *, int);
sys/ddb/db_sym.h
95
bool db_sym_numargs(c_db_sym_t, int *, char **);
sys/ddb/db_sym.h
97
bool X_db_line_at_pc(db_symtab_t *symtab, c_db_sym_t cursym,
sys/ddb/db_textdump.c
532
db_textdump_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif)
sys/ddb/db_thread.c
107
db_lookup_thread(db_expr_t addr, bool check_pid)
sys/ddb/db_thread.c
52
db_set_thread(db_expr_t tid, bool hastid, db_expr_t cnt, char *mod)
sys/ddb/db_thread.c
78
db_show_threads(db_expr_t addr, bool hasaddr, db_expr_t cnt, char *mod)
sys/ddb/db_variables.c
129
db_set_cmd(db_expr_t dummy1, bool dummy2, db_expr_t dummy3, char *dummy4)
sys/ddb/db_watch.c
188
db_deletewatch_cmd(db_expr_t addr, bool have_addr, db_expr_t count,
sys/ddb/db_watch.c
197
db_watchpoint_cmd(db_expr_t addr, bool have_addr, db_expr_t count,
sys/ddb/db_watch.c
247
static bool
sys/ddb/db_watch.c
282
db_deletehwatch_cmd(db_expr_t addr, bool have_addr, db_expr_t size,
sys/ddb/db_watch.c
308
db_hwatchpoint_cmd(db_expr_t addr, bool have_addr, db_expr_t size,
sys/ddb/db_watch.c
52
static bool db_watchpoints_inserted = true;
sys/ddb/db_watch.c
64
static bool db_find_watchpoint(vm_map_t map, db_addr_t addr,
sys/ddb/db_write_cmd.c
45
db_write_cmd(db_expr_t address, bool have_addr, db_expr_t count,
sys/ddb/db_write_cmd.c
52
bool wrote_one = false;
sys/ddb/ddb.h
116
typedef void db_cmdfcn_t(db_expr_t addr, bool have_addr, db_expr_t count,
sys/ddb/ddb.h
186
_func(db_expr_t addr, bool have_addr, db_expr_t count, char *modif)
sys/ddb/ddb.h
234
db_addr_t db_disasm(db_addr_t loc, bool altfmt);
sys/ddb/ddb.h
242
struct thread *db_lookup_thread(db_expr_t addr, bool check_pid);
sys/ddb/ddb.h
244
bool db_map_current(struct vm_map *);
sys/ddb/ddb.h
245
bool db_map_equal(struct vm_map *, struct vm_map *);
sys/ddb/ddb.h
253
void db_restart_at_pc(bool watchpt);
sys/ddb/ddb.h
257
bool db_stop_at_pc(int type, int code, bool *is_breakpoint,
sys/ddb/ddb.h
258
bool *is_watchpoint);
sys/ddb/ddb.h
262
bool db_value_of_name(const char *name, db_expr_t *valuep);
sys/ddb/ddb.h
263
bool db_value_of_name_pcpu(const char *name, db_expr_t *valuep);
sys/ddb/ddb.h
264
bool db_value_of_name_vnet(const char *name, db_expr_t *valuep);
sys/dev/acpi_support/acpi_asus_wmi.c
131
bool event_queue;
sys/dev/acpi_support/acpi_asus_wmi.c
486
bool have_kbd_bkl = false;
sys/dev/acpi_support/acpi_ibm.c
1307
acpi_ibm_privacyguard_acpi_call(struct acpi_ibm_softc *sc, bool write, int *arg)
sys/dev/acpi_support/acpi_ibm.c
353
static ACPI_STATUS acpi_ibm_privacyguard_acpi_call(struct acpi_ibm_softc *sc, bool write, int *arg);
sys/dev/acpi_support/acpi_system76.c
222
acpi_system76_update(struct acpi_system76_softc *sc, int method, bool set)
sys/dev/acpi_support/acpi_system76.c
362
bool update;
sys/dev/acpi_support/acpi_system76.c
53
bool exists;
sys/dev/acpi_support/acpi_system76.c
80
static int acpi_system76_update(struct acpi_system76_softc *, int, bool);
sys/dev/acpi_support/atk0110.c
85
bool sc_ggrp_method;
sys/dev/acpica/Osd/OsdHardware.c
40
int (*acpi_prepare_sleep)(uint8_t state, uint32_t a, uint32_t b, bool ext);
sys/dev/acpica/acpi.c
121
static bool acpi_supported_stypes[POWER_STYPE_COUNT];
sys/dev/acpica/acpi.c
122
static bool acpi_supported_sstates[ACPI_S_STATE_COUNT];
sys/dev/acpica/acpi.c
1273
static bool
sys/dev/acpica/acpi.c
1278
bool matches;
sys/dev/acpica/acpi.c
1349
bool matches;
sys/dev/acpica/acpi.c
1680
static bool
sys/dev/acpica/acpi.c
3211
uint32_t *caps_in, uint32_t *caps_out, bool query)
sys/dev/acpica/acpi.c
4494
bool val;
sys/dev/acpica/acpi_apei.c
385
apei_ge_handler(struct apei_ge *ge, bool copy)
sys/dev/acpica/acpi_button.c
55
bool fixed;
sys/dev/acpica/acpi_cpu.c
144
bool acpi_cpu_disabled = false;
sys/dev/acpica/acpi_cpu.c
157
static bool cppc_notify;
sys/dev/acpica/acpi_cpu.c
73
bool do_mwait;
sys/dev/acpica/acpi_cpu.c
75
bool mwait_hw_coord;
sys/dev/acpica/acpi_cpu.c
76
bool mwait_bm_avoidance;
sys/dev/acpica/acpi_hpet.c
135
bool acpi_hpet_disabled = false;
sys/dev/acpica/acpi_pci_link.c
105
bool l_routed:1;
sys/dev/acpica/acpi_pci_link.c
106
bool l_isa_irq:1;
sys/dev/acpica/acpi_pci_link.c
390
static bool
sys/dev/acpica/acpi_pcib_acpi.c
275
static bool
sys/dev/acpica/acpi_pxm.c
57
bool enabled:1;
sys/dev/acpica/acpi_pxm.c
58
bool has_memory:1;
sys/dev/acpica/acpi_resource.c
224
bool ignore_producer_flag;
sys/dev/acpica/acpi_resource.c
611
static bool
sys/dev/acpica/acpi_resource.c
616
bool allow;
sys/dev/acpica/acpi_resource.c
86
bool found;
sys/dev/acpica/acpi_spmc.c
148
bool enabled;
sys/dev/acpica/acpi_spmc.c
170
bool constraints_populated;
sys/dev/acpica/acpi_spmc.c
437
bool is_amd;
sys/dev/acpica/acpi_spmc.c
492
bool violation = false;
sys/dev/acpica/acpi_timer.c
68
bool acpi_timer_disabled = false;
sys/dev/acpica/acpivar.h
393
uint32_t *caps_out, bool query);
sys/dev/acpica/acpivar.h
415
static __inline bool
sys/dev/acpica/acpivar.h
514
static __inline bool
sys/dev/acpica/acpivar.h
617
bool ext);
sys/dev/acpica/acpivar.h
621
int (*hook)(uint8_t state, uint32_t a, uint32_t b, bool ext))
sys/dev/acpica/acpivar.h
67
bool acpi_s4bios;
sys/dev/acpica/acpivar.h
68
bool acpi_s4bios_supported;
sys/dev/ahci/ahci.c
586
bool is_em, is_remapped;
sys/dev/ahci/ahci_fsl_fdt.c
188
static bool ecc_inited;
sys/dev/aic7xxx/aic79xx_osm.c
306
ahd_sync_ccb(struct ahd_softc *ahd, struct scb *scb, union ccb *ccb, bool post)
sys/dev/aic7xxx/aic7xxx_osm.c
305
ahc_sync_ccb(struct ahc_softc *ahc, struct scb *scb, union ccb *ccb, bool post)
sys/dev/al_eth/al_eth.c
1299
bool remap;
sys/dev/al_eth/al_eth.c
664
bool promiscuous)
sys/dev/al_eth/al_eth.h
178
bool force_1000_base_x;
sys/dev/al_eth/al_eth.h
179
bool autoneg;
sys/dev/al_eth/al_eth.h
197
bool valid;
sys/dev/al_eth/al_eth.h
198
bool connected;
sys/dev/al_eth/al_eth.h
202
bool lt_en;
sys/dev/al_eth/al_eth.h
203
bool an_en;
sys/dev/al_eth/al_eth.h
208
bool exist;
sys/dev/al_eth/al_eth.h
305
bool mac_mode_set; /* Relevant only when 'auto_speed' is set */
sys/dev/al_eth/al_eth.h
308
bool phy_exist;
sys/dev/al_eth/al_eth.h
329
bool serdes_init;
sys/dev/al_eth/al_eth.h
334
bool an_en; /* run kr auto-negotiation */
sys/dev/al_eth/al_eth.h
335
bool lt_en; /* run kr link-training */
sys/dev/al_eth/al_eth.h
337
bool sfp_detection_needed; /* true if need to run sfp detection */
sys/dev/al_eth/al_eth.h
338
bool auto_speed; /* true if allowed to change SerDes speed configuration */
sys/dev/al_eth/al_eth.h
343
bool up;
sys/dev/al_eth/al_eth.h
345
bool last_link;
sys/dev/al_eth/al_eth.h
346
bool last_establish_failed;
sys/dev/al_eth/al_eth.h
348
bool use_lm;
sys/dev/al_eth/al_eth.h
350
bool dont_override_serdes; /* avoid overriding serdes parameters
sys/dev/al_eth/al_eth.h
359
bool phy_fixup_needed;
sys/dev/al_eth/al_init_eth_kr.c
274
static bool
sys/dev/al_eth/al_init_eth_kr.c
362
static bool
sys/dev/al_eth/al_init_eth_lm.c
1026
bool ready;
sys/dev/al_eth/al_init_eth_lm.c
1042
static int al_eth_lm_check_for_link(struct al_eth_lm_context *lm_context, bool *link_up)
sys/dev/al_eth/al_init_eth_lm.c
1148
bool *link_fault, enum al_eth_lm_link_mode *old_mode,
sys/dev/al_eth/al_init_eth_lm.c
1164
bool lm_pause = lm_context->lm_pause(lm_context->i2c_context);
sys/dev/al_eth/al_init_eth_lm.c
1273
al_eth_lm_link_establish(struct al_eth_lm_context *lm_context, bool *link_up)
sys/dev/al_eth/al_init_eth_lm.c
1275
bool signal_detected;
sys/dev/al_eth/al_init_eth_lm.c
1298
bool lm_pause = lm_context->lm_pause(lm_context->i2c_context);
sys/dev/al_eth/al_init_eth_lm.c
1465
bool tx_params, bool rx_params)
sys/dev/al_eth/al_init_eth_lm.c
1527
bool enable)
sys/dev/al_eth/al_init_eth_lm.c
207
static bool al_eth_lm_retimer_ds25_signal_detect(
sys/dev/al_eth/al_init_eth_lm.c
210
static bool al_eth_lm_retimer_ds25_cdr_lock(
sys/dev/al_eth/al_init_eth_lm.c
217
bool (*signal_detect)(struct al_eth_lm_context *lm_context, uint32_t channel);
sys/dev/al_eth/al_init_eth_lm.c
218
bool (*cdr_lock)(struct al_eth_lm_context *lm_context, uint32_t channel);
sys/dev/al_eth/al_init_eth_lm.c
849
static bool al_eth_lm_retimer_ds25_signal_detect(struct al_eth_lm_context *lm_context,
sys/dev/al_eth/al_init_eth_lm.c
879
static bool al_eth_lm_retimer_ds25_cdr_lock(struct al_eth_lm_context *lm_context,
sys/dev/al_eth/al_init_eth_lm.c
909
static bool al_eth_lm_wait_for_lock(struct al_eth_lm_context *lm_context,
sys/dev/al_eth/al_init_eth_lm.c
913
bool lock = false;
sys/dev/al_eth/al_init_eth_lm.c
931
bool *ready)
sys/dev/al_eth/al_init_eth_lm.c
933
bool signal_detect = true;
sys/dev/al_eth/al_init_eth_lm.c
934
bool cdr_lock = true;
sys/dev/al_eth/al_init_eth_lm.c
968
bool ready;
sys/dev/al_eth/al_init_eth_lm.h
141
bool tx_param_dirty;
sys/dev/al_eth/al_init_eth_lm.h
142
bool serdes_tx_params_valid;
sys/dev/al_eth/al_init_eth_lm.h
144
bool rx_param_dirty;
sys/dev/al_eth/al_init_eth_lm.h
145
bool serdes_rx_params_valid;
sys/dev/al_eth/al_init_eth_lm.h
153
bool debug;
sys/dev/al_eth/al_init_eth_lm.h
156
bool sfp_detection;
sys/dev/al_eth/al_init_eth_lm.h
162
bool link_training;
sys/dev/al_eth/al_init_eth_lm.h
163
bool rx_equal;
sys/dev/al_eth/al_init_eth_lm.h
164
bool static_values;
sys/dev/al_eth/al_init_eth_lm.h
166
bool retimer_exist;
sys/dev/al_eth/al_init_eth_lm.h
184
bool retimer_configured;
sys/dev/al_eth/al_init_eth_lm.h
188
bool sfp_detect_force_mode;
sys/dev/al_eth/al_init_eth_lm.h
191
bool new_port;
sys/dev/al_eth/al_init_eth_lm.h
193
bool (*lm_pause)(void *handle);
sys/dev/al_eth/al_init_eth_lm.h
210
bool sfp_detection;
sys/dev/al_eth/al_init_eth_lm.h
239
bool retimer_exist;
sys/dev/al_eth/al_init_eth_lm.h
240
bool link_training;
sys/dev/al_eth/al_init_eth_lm.h
241
bool rx_equal;
sys/dev/al_eth/al_init_eth_lm.h
242
bool static_values;
sys/dev/al_eth/al_init_eth_lm.h
245
bool kr_fec_enable;
sys/dev/al_eth/al_init_eth_lm.h
268
bool sfp_detect_force_mode;
sys/dev/al_eth/al_init_eth_lm.h
273
bool (*lm_pause)(void *handle);
sys/dev/al_eth/al_init_eth_lm.h
301
bool *link_fault, enum al_eth_lm_link_mode *old_mode,
sys/dev/al_eth/al_init_eth_lm.h
314
bool *link_up);
sys/dev/al_eth/al_init_eth_lm.h
339
bool tx_params, bool rx_params);
sys/dev/al_eth/al_init_eth_lm.h
372
bool enable);
sys/dev/amdgpio/amdgpio.c
125
static bool
sys/dev/amdgpio/amdgpio.c
79
static bool
sys/dev/amdgpio/amdgpio.c
83
bool ret;
sys/dev/amdsmn/amdsmn.c
184
static bool
sys/dev/amdsmu/amdsmu.c
162
bool active;
sys/dev/amdsmu/amdsmu.c
27
static bool
sys/dev/amdsmu/amdsmu.h
93
bool ip_blocks_active[
sys/dev/amdtemp/amdtemp.c
131
bool amdtemp_has_cpuid;
sys/dev/amdtemp/amdtemp.c
264
static bool
sys/dev/amdtemp/amdtemp.c
362
bool needsmn;
sys/dev/amdtemp/amdtemp.c
743
amdtemp_decode_fam10h_to_17h(int32_t sc_offset, uint32_t val, bool minus49)
sys/dev/amdtemp/amdtemp.c
760
bool minus49;
sys/dev/amdtemp/amdtemp.c
778
bool minus49;
sys/dev/aq/aq_device.h
126
bool linkup;
sys/dev/aq/aq_fw.c
283
bool restart_completed = false;
sys/dev/aq/aq_fw2x.c
418
static bool
sys/dev/aq/aq_hw.c
624
aq_hw_init(struct aq_hw *hw, uint8_t *mac_addr, uint8_t adm_irq, bool msix)
sys/dev/aq/aq_hw.c
791
hw_atl_b0_hw_vlan_promisc_set(struct aq_hw_s *self, bool promisc)
sys/dev/aq/aq_hw.c
799
aq_hw_set_promisc(struct aq_hw_s *self, bool l2_promisc, bool vlan_promisc,
sys/dev/aq/aq_hw.c
800
bool mc_promisc)
sys/dev/aq/aq_hw.c
88
bool is_locked;
sys/dev/aq/aq_hw.c
902
aq_hw_udp_rss_enable(struct aq_hw_s *self, bool enable)
sys/dev/aq/aq_hw.h
134
bool fc_rx;
sys/dev/aq/aq_hw.h
135
bool fc_tx;
sys/dev/aq/aq_hw.h
162
bool rbl_enabled;
sys/dev/aq/aq_hw.h
163
bool fast_start_enabled;
sys/dev/aq/aq_hw.h
164
bool flash_present;
sys/dev/aq/aq_hw.h
168
bool lro_enabled;
sys/dev/aq/aq_hw.h
272
bool is_ipv6;
sys/dev/aq/aq_hw.h
329
int aq_hw_init(struct aq_hw *hw, uint8_t *mac_addr, uint8_t adm_irq, bool msix);
sys/dev/aq/aq_hw.h
342
void aq_hw_set_promisc(struct aq_hw_s *self, bool l2_promisc, bool vlan_promisc,
sys/dev/aq/aq_hw.h
343
bool mc_promisc);
sys/dev/aq/aq_hw.h
349
int hw_atl_b0_hw_vlan_promisc_set(struct aq_hw_s *self, bool promisc);
sys/dev/aq/aq_hw.h
357
int aq_hw_udp_rss_enable(struct aq_hw_s *self, bool enable);
sys/dev/aq/aq_main.c
1028
static bool
sys/dev/aq/aq_main.c
188
static bool aq_is_vlan_promisc_required(struct aq_dev *softc);
sys/dev/aq/aq_main.c
805
static bool
sys/dev/aq/aq_ring.c
583
aq_isc_txd_credits_update(void *arg, uint16_t txqid, bool clear)
sys/dev/aq/aq_ring.c
62
static int aq_isc_txd_credits_update(void *arg, uint16_t txqid, bool clear);
sys/dev/ath/if_ath_btcoex_mci.c
436
bool skip_gpm = false;
sys/dev/ath/if_ath_tx.c
364
struct ath_buf *bf, bool is_aggr, int is_first_subframe,
sys/dev/atkbdc/psm.c
1741
bool is_pointing_stick;
sys/dev/atopcase/atopcase_acpi.c
110
const bool on)
sys/dev/atopcase/atopcase_acpi.c
84
static bool
sys/dev/atopcase/atopcase_var.h
59
bool open;
sys/dev/atopcase/atopcase_var.h
76
bool sc_booted;
sys/dev/atopcase/atopcase_var.h
77
bool sc_wait_for_status;
sys/dev/axgbe/if_axgbe_pci.c
109
static bool axgbe_if_needs_restart(if_ctx_t, enum iflib_restart_event);
sys/dev/axgbe/if_axgbe_pci.c
1912
static bool
sys/dev/axgbe/if_axgbe_pci.c
835
bool prev_state = false;
sys/dev/axgbe/xgbe-dev.c
2101
bool read_hi;
sys/dev/axgbe/xgbe-i2c.c
157
xgbe_i2c_set_enable(struct xgbe_prv_data *pdata, bool enable)
sys/dev/axgbe/xgbe-mdio.c
1137
static bool
sys/dev/axgbe/xgbe-mdio.c
1179
__xgbe_phy_config_aneg(struct xgbe_prv_data *pdata, bool set_mode)
sys/dev/axgbe/xgbe-mdio.c
1286
static bool
sys/dev/axgbe/xgbe-mdio.c
1356
bool link_aneg;
sys/dev/axgbe/xgbe-mdio.c
280
static bool
sys/dev/axgbe/xgbe-mdio.c
324
static bool
sys/dev/axgbe/xgbe-mdio.c
335
static bool
sys/dev/axgbe/xgbe-mdio.c
342
xgbe_an37_set(struct xgbe_prv_data *pdata, bool enable, bool restart)
sys/dev/axgbe/xgbe-mdio.c
373
xgbe_an73_set(struct xgbe_prv_data *pdata, bool enable, bool restart)
sys/dev/axgbe/xgbe-phy-v1.c
527
static bool
sys/dev/axgbe/xgbe-phy-v1.c
528
xgbe_phy_check_mode(struct xgbe_prv_data *pdata, enum xgbe_mode mode, bool advert)
sys/dev/axgbe/xgbe-phy-v1.c
544
static bool
sys/dev/axgbe/xgbe-phy-v1.c
563
static bool
sys/dev/axgbe/xgbe-phy-v2.c
1175
static bool
sys/dev/axgbe/xgbe-phy-v2.c
1192
static bool
sys/dev/axgbe/xgbe-phy-v2.c
1209
static bool
sys/dev/axgbe/xgbe-phy-v2.c
1371
static bool
sys/dev/axgbe/xgbe-phy-v2.c
2237
xgbe_phy_pll_ctrl(struct xgbe_prv_data *pdata, bool enable)
sys/dev/axgbe/xgbe-phy-v2.c
2702
static bool
sys/dev/axgbe/xgbe-phy-v2.c
2704
bool advert)
sys/dev/axgbe/xgbe-phy-v2.c
2720
static bool
sys/dev/axgbe/xgbe-phy-v2.c
2736
static bool
sys/dev/axgbe/xgbe-phy-v2.c
2759
static bool
sys/dev/axgbe/xgbe-phy-v2.c
2794
static bool
sys/dev/axgbe/xgbe-phy-v2.c
2807
static bool
sys/dev/axgbe/xgbe-phy-v2.c
2823
static bool
sys/dev/axgbe/xgbe-phy-v2.c
2849
static bool
sys/dev/axgbe/xgbe-phy-v2.c
2863
static bool
sys/dev/axgbe/xgbe-phy-v2.c
2880
static bool
sys/dev/axgbe/xgbe-phy-v2.c
2898
static bool
sys/dev/axgbe/xgbe-phy-v2.c
2910
static bool
sys/dev/axgbe/xgbe-phy-v2.c
2923
static bool
sys/dev/axgbe/xgbe-phy-v2.c
3318
static bool
sys/dev/axgbe/xgbe-phy-v2.c
3375
static bool
sys/dev/axgbe/xgbe-phy-v2.c
3428
static bool
sys/dev/axgbe/xgbe-phy-v2.c
3458
static bool
sys/dev/axgbe/xgbe-phy-v2.c
893
static bool
sys/dev/axgbe/xgbe-phy-v2.c
940
static bool
sys/dev/axgbe/xgbe-phy-v2.c
969
static bool
sys/dev/axgbe/xgbe-txrx.c
386
axgbe_isc_txd_credits_update(void *arg, uint16_t txqid, bool clear)
sys/dev/axgbe/xgbe-txrx.c
42
static int axgbe_isc_txd_credits_update(void *, uint16_t, bool);
sys/dev/axgbe/xgbe-txrx.c
456
bool config_intr = false;
sys/dev/axgbe/xgbe-txrx.c
74
static bool
sys/dev/axgbe/xgbe-txrx.c
80
bool inc_cur = false;
sys/dev/axgbe/xgbe.h
1269
bool i2c_complete;
sys/dev/axgbe/xgbe.h
1284
bool sysctl_an_cdr_workaround;
sys/dev/axgbe/xgbe.h
1285
bool sysctl_an_cdr_track_early;
sys/dev/axgbe/xgbe.h
857
bool (*valid_speed)(struct xgbe_prv_data *, int);
sys/dev/axgbe/xgbe.h
860
bool (*use_mode)(struct xgbe_prv_data *, enum xgbe_mode);
sys/dev/axgbe/xgbe.h
913
bool (*phy_valid_speed)(struct xgbe_prv_data *, int);
sys/dev/bhnd/bcma/bcma.c
261
static bool
sys/dev/bhnd/bcma/bcma_erom.c
1327
bool addr64;
sys/dev/bhnd/bcma/bcma_erom.c
1357
bool size64;
sys/dev/bhnd/bcma/bcma_erom.c
219
bool found;
sys/dev/bhnd/bcma/bcmavar.h
136
bool i_mapped; /**< if an irq has been mapped for this selector */
sys/dev/bhnd/bhnd.c
761
static bool
sys/dev/bhnd/bhnd.c
848
bool report;
sys/dev/bhnd/bhnd.c
85
bool if_verbose; /**< print when bootverbose is set. */
sys/dev/bhnd/bhnd.h
1376
static inline bool
sys/dev/bhnd/bhnd.h
341
bool direct; /**< false if the resource requires
sys/dev/bhnd/bhnd.h
483
bool bhnd_cores_equal(
sys/dev/bhnd/bhnd.h
487
bool bhnd_core_matches(
sys/dev/bhnd/bhnd.h
491
bool bhnd_chip_matches(
sys/dev/bhnd/bhnd.h
495
bool bhnd_board_matches(
sys/dev/bhnd/bhnd.h
499
bool bhnd_hwrev_matches(uint16_t hwrev,
sys/dev/bhnd/bhnd.h
502
bool bhnd_device_matches(device_t dev,
sys/dev/bhnd/bhnd.h
572
bool bhnd_service_registry_release(
sys/dev/bhnd/bhnd.h
601
bool bhnd_bus_generic_is_hw_disabled(device_t dev,
sys/dev/bhnd/bhnd.h
603
bool bhnd_bus_generic_is_region_valid(device_t dev,
sys/dev/bhnd/bhnd.h
630
device_t child, bool self);
sys/dev/bhnd/bhnd.h
739
static inline bool
sys/dev/bhnd/bhnd.h
821
static inline bool
sys/dev/bhnd/bhnd_eromvar.h
82
bool mapped; /**< if a mapping is active */
sys/dev/bhnd/bhnd_subr.c
1717
bool
sys/dev/bhnd/bhnd_subr.c
1727
bool removed;
sys/dev/bhnd/bhnd_subr.c
2049
bool
sys/dev/bhnd/bhnd_subr.c
2269
bool passthrough;
sys/dev/bhnd/bhnd_subr.c
2317
bhnd_bus_generic_get_intr_domain(device_t dev, device_t child, bool self)
sys/dev/bhnd/bhnd_subr.c
704
bool
sys/dev/bhnd/bhnd_subr.c
724
bool
sys/dev/bhnd/bhnd_subr.c
760
bool
sys/dev/bhnd/bhnd_subr.c
789
bool
sys/dev/bhnd/bhnd_subr.c
824
bool
sys/dev/bhnd/bhnd_subr.c
847
bool
sys/dev/bhnd/bhndb/bhnd_bhndb.c
72
static bool
sys/dev/bhnd/bhndb/bhndb.c
1037
bool passthrough;
sys/dev/bhnd/bhndb/bhndb.c
111
struct resource *r, bool *indirect);
sys/dev/bhnd/bhndb/bhndb.c
115
bus_size_t *offset, bool *stolen,
sys/dev/bhnd/bhndb/bhndb.c
1291
struct resource *r, bool *indirect)
sys/dev/bhnd/bhndb/bhndb.c
1513
bool indirect;
sys/dev/bhnd/bhndb/bhndb.c
1640
bus_size_t size, bool *borrowed, bool *stolen, bus_addr_t *restore)
sys/dev/bhnd/bhndb/bhndb.c
1724
bus_size_t *offset, bool *stolen, bus_addr_t *restore)
sys/dev/bhnd/bhndb/bhndb.c
1727
bool borrowed;
sys/dev/bhnd/bhndb/bhndb.c
1775
bool stolen; \
sys/dev/bhnd/bhndb/bhndb.c
184
static bool
sys/dev/bhnd/bhndb/bhndb.c
190
bool found;
sys/dev/bhnd/bhndb/bhndb.c
79
static bool bhndb_hw_matches(struct bhndb_softc *sc,
sys/dev/bhnd/bhndb/bhndb.c
888
static bool
sys/dev/bhnd/bhndb/bhndb.c
947
bool passthrough, isdefault;
sys/dev/bhnd/bhndb/bhndb_pci.c
1019
static bool
sys/dev/bhnd/bhndb/bhndb_pci.c
1455
static bool
sys/dev/bhnd/bhndb/bhndb_pci.c
147
bool mapped; /**< true if a valid mapping exists */
sys/dev/bhnd/bhndb/bhndb_pci.c
177
bool m_valid; /**< true if a valid mapping exists, false otherwise */
sys/dev/bhnd/bhndb/bhndb_pci.c
84
static bool bhndb_is_pcie_attached(device_t dev);
sys/dev/bhnd/bhndb/bhndb_private.h
186
bool ih_active; /**< handler has been registered via bhndb_register_intr_handler */
sys/dev/bhnd/bhndb/bhndb_private.h
222
static inline bool
sys/dev/bhnd/bhndb/bhndb_private.h
259
static inline bool
sys/dev/bhnd/bhndb/bhndb_private.h
262
bool is_free = LIST_EMPTY(&dwa->refs);
sys/dev/bhnd/bhndb/bhndb_private.h
96
bool bhndb_has_static_region_mapping(
sys/dev/bhnd/bhndb/bhndb_subr.c
1098
bool
sys/dev/bhnd/bhndb/bhndb_subr.c
1584
bool
sys/dev/bhnd/bhndb/bhndb_subr.c
274
bool free_ht_mem, free_br_mem, free_br_irq;
sys/dev/bhnd/bhndb/bhndb_subr.c
569
bool leaked_regions, leaked_intrs;
sys/dev/bhnd/bhndb/bhndbvar.h
130
bool bhndb_regwin_match_core(
sys/dev/bhnd/cores/chipc/chipc.c
1091
static bool
sys/dev/bhnd/cores/chipc/chipc.c
1099
bool result;
sys/dev/bhnd/cores/chipc/chipc.c
119
static bool chipc_should_enable_muxed_sprom(
sys/dev/bhnd/cores/chipc/chipc.c
128
bool req_direct);
sys/dev/bhnd/cores/chipc/chipc.c
776
bool passthrough, isdefault;
sys/dev/bhnd/cores/chipc/chipc.c
956
struct resource *r, bool req_direct)
sys/dev/bhnd/cores/chipc/chipc.h
61
bool mipseb; /**< MIPS is big-endian */
sys/dev/bhnd/cores/chipc/chipc.h
78
bool pwr_ctrl; /**< Power/clock control available */
sys/dev/bhnd/cores/chipc/chipc.h
79
bool jtag_master; /**< JTAG Master present */
sys/dev/bhnd/cores/chipc/chipc.h
80
bool boot_rom; /**< Internal boot ROM is active */
sys/dev/bhnd/cores/chipc/chipc.h
85
bool pmu; /**< PMU is present. */
sys/dev/bhnd/cores/chipc/chipc.h
86
bool eci; /**< ECI (enhanced coexistence inteface) is present. */
sys/dev/bhnd/cores/chipc/chipc.h
87
bool seci; /**< SECI (serial ECI) is present */
sys/dev/bhnd/cores/chipc/chipc.h
88
bool sprom; /**< SPROM is present */
sys/dev/bhnd/cores/chipc/chipc.h
89
bool gsio; /**< GSIO (SPI/I2C) present */
sys/dev/bhnd/cores/chipc/chipc.h
90
bool aob; /**< AOB (always on bus) present.
sys/dev/bhnd/cores/chipc/chipc_gpio.c
244
bool pin_high;
sys/dev/bhnd/cores/chipc/chipc_gpio.c
286
bool pin_high;
sys/dev/bhnd/cores/chipc/chipc_gpio.c
321
bool pin_high;
sys/dev/bhnd/cores/chipc/chipc_gpio.c
496
bool pin_high;
sys/dev/bhnd/cores/chipc/chipc_subr.c
239
bool isdefault;
sys/dev/bhnd/cores/chipc/chipcvar.h
145
bool irq_mapped; /**< true if IRQ mapped, false otherwise */
sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_subr.c
358
bhnd_pwrctl_slowclk_freq(struct bhnd_pwrctl_softc *sc, bool max_freq)
sys/dev/bhnd/cores/pci/bhnd_pci_hostb.c
330
bool aspm_en;
sys/dev/bhnd/cores/pci/bhnd_pci_hostb.c
354
bool inv;
sys/dev/bhnd/cores/pci/bhnd_pci_hostbvar.h
241
bool aspm_en;
sys/dev/bhnd/cores/pci/bhnd_pci_hostbvar.h
252
bool inv;
sys/dev/bhnd/cores/pmu/bhnd_pmu_private.h
105
uint32_t bhnd_pmu_force_ilp(struct bhnd_pmu_softc *sc, bool force);
sys/dev/bhnd/cores/pmu/bhnd_pmu_private.h
117
bool bhnd_pmu_is_otp_powered(struct bhnd_pmu_softc *sc);
sys/dev/bhnd/cores/pmu/bhnd_pmu_private.h
121
device_t d11core, bool enable);
sys/dev/bhnd/cores/pmu/bhnd_pmu_private.h
126
int bhnd_pmu_otp_power(struct bhnd_pmu_softc *sc, bool on);
sys/dev/bhnd/cores/pmu/bhnd_pmu_private.h
131
bool enable);
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2757
bhnd_pmu_res_deps(struct bhnd_pmu_softc *sc, uint32_t rsrcs, bool all)
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2783
bhnd_pmu_otp_power(struct bhnd_pmu_softc *sc, bool on)
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2867
bool bluetooth_rcal;
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
3318
bool
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
3361
bhnd_pmu_paref_ldo_enable(struct bhnd_pmu_softc *sc, bool enable)
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
3438
bhnd_pmu_radio_enable(struct bhnd_pmu_softc *sc, device_t d11core, bool enable)
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
431
bhnd_pmu_force_ilp(struct bhnd_pmu_softc *sc, bool force)
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
455
typedef bool (*pmu_res_filter) (struct bhnd_pmu_softc *sc);
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
671
static bool
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
679
static bool
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
689
static bool
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
696
static bool
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
75
static bool bhnd_pmu_res_depfltr_bb(struct bhnd_pmu_softc *sc);
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
76
static bool bhnd_pmu_res_depfltr_ncb(struct bhnd_pmu_softc *sc);
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
77
static bool bhnd_pmu_res_depfltr_paldo(struct bhnd_pmu_softc *sc);
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
78
static bool bhnd_pmu_res_depfltr_npaldo(struct bhnd_pmu_softc *sc);
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
80
bool all);
sys/dev/bhnd/nvram/bhnd_nvram.h
127
bool bhnd_nvram_is_signed_type(bhnd_nvram_type type);
sys/dev/bhnd/nvram/bhnd_nvram.h
128
bool bhnd_nvram_is_unsigned_type(bhnd_nvram_type type);
sys/dev/bhnd/nvram/bhnd_nvram.h
129
bool bhnd_nvram_is_int_type(bhnd_nvram_type type);
sys/dev/bhnd/nvram/bhnd_nvram.h
130
bool bhnd_nvram_is_array_type(bhnd_nvram_type type);
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
175
void *outp, size_t *olen, bhnd_nvram_type otype, bool have_header)
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmvar.h
54
bool stale; /**< header value does not match
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmvar.h
72
bool have_header);
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
1074
bool all_bits_set;
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
1459
static bool
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
187
bool crc_valid;
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
188
bool have_magic;
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
98
static bool bhnd_sprom_is_external_immutable(
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom_subr.c
1070
bool skip_in_negative;
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom_subr.c
1101
bool skip_in_negative;
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom_subr.c
473
uint8_t skip_in, bool skip_in_negative, uint8_t skip_out)
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom_subr.c
889
static inline bool
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom_subr.c
934
bool skip_in_negative;
sys/dev/bhnd/nvram/bhnd_nvram_data_spromvar.h
105
bool have_bind; /**< if bind state is defined */
sys/dev/bhnd/nvram/bhnd_nvram_data_spromvar.h
91
bool skip_in_negative; /**< skip_in should be subtracted */
sys/dev/bhnd/nvram/bhnd_nvram_iobuf.c
89
bool inline_alloc;
sys/dev/bhnd/nvram/bhnd_nvram_plist.c
183
bool
sys/dev/bhnd/nvram/bhnd_nvram_plist.c
757
bool *val)
sys/dev/bhnd/nvram/bhnd_nvram_plist.c
927
bool
sys/dev/bhnd/nvram/bhnd_nvram_plist.h
107
const char *name, bool *val);
sys/dev/bhnd/nvram/bhnd_nvram_plist.h
122
bool bhnd_nvram_prop_is_null(bhnd_nvram_prop *prop);
sys/dev/bhnd/nvram/bhnd_nvram_plist.h
81
bool bhnd_nvram_plist_contains(bhnd_nvram_plist *plist,
sys/dev/bhnd/nvram/bhnd_nvram_private.h
265
bool bhnd_nvram_validate_name(const char *name);
sys/dev/bhnd/nvram/bhnd_nvram_store.c
626
bool emit_compact_devpath;
sys/dev/bhnd/nvram/bhnd_nvram_store_subr.c
282
bool
sys/dev/bhnd/nvram/bhnd_nvram_store_subr.c
333
bool nvram_committed;
sys/dev/bhnd/nvram/bhnd_nvram_storevar.h
115
bool bhnd_nvstore_is_root_path(struct bhnd_nvram_store *sc,
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
177
bool
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
223
bool
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
239
bool
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
281
bool
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
622
bool
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
716
bool negative, sign, twos_compl;
sys/dev/bhnd/nvram/bhnd_nvram_value.c
1052
bool itype_signed, otype_signed, otype_int;
sys/dev/bhnd/nvram/bhnd_nvram_value.h
259
BHND_NVRAM_VAL_FMT_DECL(bool);
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
212
BHND_NVRAM_VAL_FMT_NATIVE(bool, BOOL);
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
392
bool led16_lossy;
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
57
static bool bhnd_nvram_ident_octet_string(const char *inp,
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
59
static bool bhnd_nvram_ident_num_string(const char *inp,
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
859
static bool
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
966
static bool
sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c
240
bool alt_form, ladjust, have_precision;
sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c
314
bool stop;
sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c
431
bool stop;
sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c
524
bool is_signed, is_upper;
sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c
618
bool add_neg;
sys/dev/bhnd/siba/siba.c
692
static bool
sys/dev/bhnd/siba/siba_erom.c
249
bool intr_en;
sys/dev/bhnd/siba/siba_subr.c
296
bool
sys/dev/bhnd/siba/sibavar.h
149
bool am_negative; /**< if true, negative matching is performed. */
sys/dev/bhnd/siba/sibavar.h
150
bool am_enabled; /**< if true, matching on this entry is enabled. */
sys/dev/bhnd/siba/sibavar.h
171
bool mapped; /**< if an irq has been mapped */
sys/dev/bhnd/siba/sibavar.h
184
bool intr_en; /**< if backplane interrupt distribution is enabled for this core */
sys/dev/bhnd/siba/sibavar.h
83
bool siba_is_port_valid(struct siba_core_id *core_id,
sys/dev/bnxt/bnxt_en/bnxt.h
1139
bool pri2cos_valid;
sys/dev/bnxt/bnxt_en/bnxt.h
1186
bool wol;
sys/dev/bnxt/bnxt_en/bnxt.h
1187
bool is_dev_init;
sys/dev/bnxt/bnxt_en/bnxt.h
1379
bool bnxt_check_hwrm_version(struct bnxt_softc *softc);
sys/dev/bnxt/bnxt_en/bnxt.h
1382
uint16_t page_number, uint8_t bank, bool bank_sel_en, uint16_t start_addr,
sys/dev/bnxt/bnxt_en/bnxt.h
315
typedef void (*bnxt_doorbell_rx_cq)(void *, bool);
sys/dev/bnxt/bnxt_en/bnxt.h
316
typedef void (*bnxt_doorbell_tx_cq)(void *, bool);
sys/dev/bnxt/bnxt_en/bnxt.h
317
typedef void (*bnxt_doorbell_nq)(void *, bool);
sys/dev/bnxt/bnxt_en/bnxt.h
388
bool rx;
sys/dev/bnxt/bnxt_en/bnxt.h
389
bool tx;
sys/dev/bnxt/bnxt_en/bnxt.h
390
bool autoneg;
sys/dev/bnxt/bnxt_en/bnxt.h
427
bool force_pam4_speed;
sys/dev/bnxt/bnxt_en/bnxt.h
428
bool force_speed2_nrz;
sys/dev/bnxt/bnxt_en/bnxt.h
429
bool force_pam4_56_speed2;
sys/dev/bnxt/bnxt_en/bnxt.h
430
bool force_pam4_112_speed2;
sys/dev/bnxt/bnxt_en/bnxt.h
611
bool epoch_bit;
sys/dev/bnxt/bnxt_en/bnxt.h
620
bool v_bit; /* Value of valid bit */
sys/dev/bnxt/bnxt_en/bnxt_auxbus_compat.c
89
bool found = true;
sys/dev/bnxt/bnxt_en/bnxt_dcb.c
250
bool need_q_remap = false;
sys/dev/bnxt/bnxt_en/bnxt_dcb.c
368
bool add)
sys/dev/bnxt/bnxt_en/bnxt_dcb.c
522
bool add)
sys/dev/bnxt/bnxt_en/bnxt_dcb.c
559
bool zero = false;
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
1025
bool async_only)
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
1100
bnxt_hwrm_func_drv_unrgtr(struct bnxt_softc *softc, bool shutdown)
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
1438
bool eee_enabled = false;
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
1460
bnxt_hwrm_set_link_setting(struct bnxt_softc *softc, bool set_pause,
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
1461
bool set_eee, bool set_link)
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
2337
uint16_t *ordinal, uint16_t ext, uint16_t *index, bool use_index,
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
2418
void *data, bool cpyin, uint32_t length)
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
2509
bnxt_hwrm_nvm_write(struct bnxt_softc *softc, void *data, bool cpyin,
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
2511
uint16_t option, uint32_t data_length, bool keep, uint32_t *item_length,
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
281
bool no_rdma;
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
2826
uint16_t page_number, uint8_t bank,bool bank_sel_en, uint16_t start_addr,
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
2965
static bool
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
376
bool init_mask_set)
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
720
int bnxt_hwrm_func_resc_qcaps(struct bnxt_softc *softc, bool all)
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
771
bool last)
sys/dev/bnxt/bnxt_en/bnxt_hwrm.h
101
uint16_t option, uint32_t data_length, bool keep, uint32_t *item_length,
sys/dev/bnxt/bnxt_en/bnxt_hwrm.h
134
bool last);
sys/dev/bnxt/bnxt_en/bnxt_hwrm.h
135
int bnxt_hwrm_func_resc_qcaps(struct bnxt_softc *softc, bool all);
sys/dev/bnxt/bnxt_en/bnxt_hwrm.h
53
bool async_only);
sys/dev/bnxt/bnxt_en/bnxt_hwrm.h
54
int bnxt_hwrm_func_drv_unrgtr(struct bnxt_softc *softc, bool shutdown);
sys/dev/bnxt/bnxt_en/bnxt_hwrm.h
58
int bnxt_hwrm_set_link_setting(struct bnxt_softc *softc, bool set_pause,
sys/dev/bnxt/bnxt_en/bnxt_hwrm.h
59
bool set_eee, bool set_link);
sys/dev/bnxt/bnxt_en/bnxt_hwrm.h
88
uint16_t *ordinal, uint16_t ext, uint16_t *index, bool use_index,
sys/dev/bnxt/bnxt_en/bnxt_hwrm.h
94
uint32_t offset, void *data, bool cpyin, uint32_t length);
sys/dev/bnxt/bnxt_en/bnxt_hwrm.h
99
int bnxt_hwrm_nvm_write(struct bnxt_softc *softc, void *data, bool cpyin,
sys/dev/bnxt/bnxt_en/bnxt_ioctl.h
64
bool use_index;
sys/dev/bnxt/bnxt_en/bnxt_ioctl.h
98
bool keep;
sys/dev/bnxt/bnxt_en/bnxt_sysctl.c
1357
val = (bool)(softc->vnic_info.flags & BNXT_VNIC_FLAG_BD_STALL);
sys/dev/bnxt/bnxt_en/bnxt_sysctl.c
1382
val = (bool)(softc->vnic_info.flags & BNXT_VNIC_FLAG_VLAN_STRIP);
sys/dev/bnxt/bnxt_en/bnxt_sysctl.c
1859
bool found = false;
sys/dev/bnxt/bnxt_en/bnxt_txrx.c
221
bnxt_isc_txd_credits_update(void *sc, uint16_t txqid, bool clear)
sys/dev/bnxt/bnxt_en/bnxt_txrx.c
229
bool v_bit = cpr->v_bit;
sys/dev/bnxt/bnxt_en/bnxt_txrx.c
230
bool last_v_bit;
sys/dev/bnxt/bnxt_en/bnxt_txrx.c
376
bool v_bit = cpr->v_bit;
sys/dev/bnxt/bnxt_en/bnxt_txrx.c
49
static int bnxt_isc_txd_credits_update(void *sc, uint16_t txqid, bool clear);
sys/dev/bnxt/bnxt_en/bnxt_txrx.c
95
bool need_hi = false;
sys/dev/bnxt/bnxt_en/bnxt_ulp.h
148
static inline bool bnxt_ulp_registered(struct bnxt_en_dev *edev, int ulp_id)
sys/dev/bnxt/bnxt_en/if_bnxt.c
1336
static void bnxt_cuw_db_cq(void *db_ptr, bool enable_irq)
sys/dev/bnxt/bnxt_en/if_bnxt.c
1376
static void bnxt_thor_db_rx_cq(void *db_ptr, bool enable_irq)
sys/dev/bnxt/bnxt_en/if_bnxt.c
1402
static void bnxt_thor_db_tx_cq(void *db_ptr, bool enable_irq)
sys/dev/bnxt/bnxt_en/if_bnxt.c
1423
static void bnxt_thor_db_nq(void *db_ptr, bool enable_irq)
sys/dev/bnxt/bnxt_en/if_bnxt.c
1493
bnxt_thor2_db_rx_cq(void *db_ptr, bool enable_irq)
sys/dev/bnxt/bnxt_en/if_bnxt.c
1524
bnxt_thor2_db_tx_cq(void *db_ptr, bool enable_irq)
sys/dev/bnxt/bnxt_en/if_bnxt.c
1552
bnxt_thor2_db_nq(void *db_ptr, bool enable_irq)
sys/dev/bnxt/bnxt_en/if_bnxt.c
1727
static bool is_bnxt_fw_ok(struct bnxt_softc *bp)
sys/dev/bnxt/bnxt_en/if_bnxt.c
1730
bool no_heartbeat = false, has_reset = false;
sys/dev/bnxt/bnxt_en/if_bnxt.c
2012
static bool bnxt_fw_reset_timeout(struct bnxt_softc *bp)
sys/dev/bnxt/bnxt_en/if_bnxt.c
234
static int bnxt_update_link(struct bnxt_softc *softc, bool chng_link_state);
sys/dev/bnxt/bnxt_en/if_bnxt.c
247
static bool bnxt_if_needs_restart(if_ctx_t, enum iflib_restart_event);
sys/dev/bnxt/bnxt_en/if_bnxt.c
3767
bool v_bit = cpr->v_bit;
sys/dev/bnxt/bnxt_en/if_bnxt.c
3952
static bool
sys/dev/bnxt/bnxt_en/if_bnxt.c
4675
bnxt_map_bar(struct bnxt_softc *softc, struct bnxt_bar_info *bar, int bar_num, bool shareable)
sys/dev/bnxt/bnxt_en/if_bnxt.c
4734
bnxt_update_link(struct bnxt_softc *softc, bool chng_link_state)
sys/dev/bnxt/bnxt_en/if_bnxt.c
5165
bool v_bit = cpr->v_bit;
sys/dev/bnxt/bnxt_en/if_bnxt.c
5166
bool last_v_bit;
sys/dev/bnxt/bnxt_en/if_bnxt.c
5246
bool
sys/dev/bnxt/bnxt_re/bnxt_re.h
1073
static inline bool bnxt_re_is_var_size_supported(struct bnxt_re_dev *rdev,
sys/dev/bnxt/bnxt_re/bnxt_re.h
207
bool do_lag;
sys/dev/bnxt/bnxt_re/bnxt_re.h
254
bool first_cq_created;
sys/dev/bnxt/bnxt_re/bnxt_re.h
277
bool ecn_enabled;
sys/dev/bnxt/bnxt_re/bnxt_re.h
278
bool serv_type_enabled;
sys/dev/bnxt/bnxt_re/bnxt_re.h
345
bool te_bypass;
sys/dev/bnxt/bnxt_re/bnxt_re.h
346
bool ib_uninit_done;
sys/dev/bnxt/bnxt_re/bnxt_re.h
535
bool is_virtfn;
sys/dev/bnxt/bnxt_re/bnxt_re.h
566
bool unreg_sched;
sys/dev/bnxt/bnxt_re/bnxt_re.h
582
bool dbr_pacing;
sys/dev/bnxt/bnxt_re/bnxt_re.h
584
bool dbr_drop_recov;
sys/dev/bnxt/bnxt_re/bnxt_re.h
585
bool user_dbr_drop_recov;
sys/dev/bnxt/bnxt_re/bnxt_re.h
587
bool dbr_recovery_on;
sys/dev/bnxt/bnxt_re/bnxt_re.h
599
bool dbq_int_disable;
sys/dev/bnxt/bnxt_re/bnxt_re.h
601
bool mod_exit;
sys/dev/bnxt/bnxt_re/bnxt_re.h
632
static inline bool __bnxt_re_is_rdev_valid(struct bnxt_re_dev *rdev)
sys/dev/bnxt/bnxt_re/bnxt_re.h
643
static inline bool bnxt_re_is_rdev_valid(struct bnxt_re_dev *rdev)
sys/dev/bnxt/bnxt_re/bnxt_re.h
708
bool bnxt_re_is_rdev_valid(struct bnxt_re_dev *rdev);
sys/dev/bnxt/bnxt_re/bnxt_re.h
722
void bnxt_re_create_base_interface(bool primary);
sys/dev/bnxt/bnxt_re/bnxt_re.h
946
int bnxt_re_setup_cnp_cos(struct bnxt_re_dev *rdev, bool reset);
sys/dev/bnxt/bnxt_re/bnxt_re.h
986
static inline bool is_qport_service_type_supported(struct bnxt_re_dev *rdev)
sys/dev/bnxt/bnxt_re/bnxt_re.h
991
static inline bool is_bnxt_roce_queue(struct bnxt_re_dev *rdev, u8 ser_prof, u8 prof_type)
sys/dev/bnxt/bnxt_re/bnxt_re.h
999
static inline bool is_bnxt_cnp_queue(struct bnxt_re_dev *rdev, u8 ser_prof, u8 prof_type)
sys/dev/bnxt/bnxt_re/ib_verbs.c
1001
struct bnxt_re_ah_info *ah_info, bool is_user,
sys/dev/bnxt/bnxt_re/ib_verbs.c
1056
bool is_user;
sys/dev/bnxt/bnxt_re/ib_verbs.c
1058
bool block = true;
sys/dev/bnxt/bnxt_re/ib_verbs.c
2344
static bool bnxt_re_test_qp_limits(struct bnxt_re_dev *rdev,
sys/dev/bnxt/bnxt_re/ib_verbs.c
2348
bool rc = true;
sys/dev/bnxt/bnxt_re/ib_verbs.c
2635
bool ib_modify_qp_is_ok_compat(enum ib_qp_state cur_state,
sys/dev/bnxt/bnxt_re/ib_verbs.c
2659
bool is_copy_to_udata = false;
sys/dev/bnxt/bnxt_re/ib_verbs.c
2660
bool is_qpmtu_high = false;
sys/dev/bnxt/bnxt_re/ib_verbs.c
3277
static bool is_ud_qp(struct bnxt_re_qp *qp)
sys/dev/bnxt/bnxt_re/ib_verbs.c
4314
bool is_ipv6 = false, is_ipv4 = false;
sys/dev/bnxt/bnxt_re/ib_verbs.c
4338
static bool bnxt_re_is_loopback_packet(struct bnxt_re_dev *rdev,
sys/dev/bnxt/bnxt_re/ib_verbs.c
4344
bool rc = false;
sys/dev/bnxt/bnxt_re/ib_verbs.c
4369
static bool bnxt_re_is_vlan_in_packet(struct bnxt_re_dev *rdev,
sys/dev/bnxt/bnxt_re/ib_verbs.c
4537
static bool bnxt_re_is_nonzero_vlanid_pkt(struct bnxt_qplib_cqe *orig_cqe,
sys/dev/bnxt/bnxt_re/ib_verbs.c
4542
bool ret = false;
sys/dev/bnxt/bnxt_re/ib_verbs.c
5344
bool genp5 = false;
sys/dev/bnxt/bnxt_re/ib_verbs.c
911
bool block = true;
sys/dev/bnxt/bnxt_re/ib_verbs.h
132
static inline bool
sys/dev/bnxt/bnxt_re/ib_verbs.h
232
bool is_dbr_soft_cq;
sys/dev/bnxt/bnxt_re/ib_verbs.h
243
bool is_invalcb_active;
sys/dev/bnxt/bnxt_re/ib_verbs.h
524
bool genp5)
sys/dev/bnxt/bnxt_re/ib_verbs.h
551
bool *is_qpmtu_high)
sys/dev/bnxt/bnxt_re/ib_verbs.h
645
static inline bool bnxt_re_check_if_vlan_valid(struct bnxt_re_dev *rdev,
sys/dev/bnxt/bnxt_re/ib_verbs.h
648
bool ret = true;
sys/dev/bnxt/bnxt_re/main.c
1958
static int bnxt_re_hwrm_dbr_pacing_cfg(struct bnxt_re_dev *rdev, bool enable)
sys/dev/bnxt/bnxt_re/main.c
210
static bool bnxt_re_is_qp1_qp(struct bnxt_re_qp *qp)
sys/dev/bnxt/bnxt_re/main.c
2361
bool send = false;
sys/dev/bnxt/bnxt_re/main.c
2526
static bool bnxt_re_check_min_attr(struct bnxt_re_dev *rdev)
sys/dev/bnxt/bnxt_re/main.c
2529
bool rc = true;
sys/dev/bnxt/bnxt_re/main.c
2566
static bool bnxt_re_is_qp1_or_shadow_qp(struct bnxt_re_dev *rdev,
sys/dev/bnxt/bnxt_re/main.c
2579
bool dev_detached = false;
sys/dev/bnxt/bnxt_re/main.c
2868
bool def_init = false;
sys/dev/bnxt/bnxt_re/main.c
383
bool update_cc = false;
sys/dev/bnxt/bnxt_re/main.c
4303
bool primary_dev = false;
sys/dev/bnxt/bnxt_re/main.c
4304
bool secondary_dev = false;
sys/dev/bnxt/bnxt_re/main.c
494
bool primary_found = false;
sys/dev/bnxt/bnxt_re/main.c
543
bool first_read = true;
sys/dev/bnxt/bnxt_re/main.c
581
static bool bnxt_re_check_if_dbq_intr_triggered(struct bnxt_re_dev *rdev)
sys/dev/bnxt/bnxt_re/qplib_fp.c
1383
bool ppp_requested = false;
sys/dev/bnxt/bnxt_re/qplib_fp.c
1818
bool pull_dst = true;
sys/dev/bnxt/bnxt_re/qplib_fp.c
1910
struct bnxt_qplib_swq *swq, bool is_host_msn_tbl)
sys/dev/bnxt/bnxt_re/qplib_fp.c
1949
bool sch_handler = false;
sys/dev/bnxt/bnxt_re/qplib_fp.c
1951
bool msn_update;
sys/dev/bnxt/bnxt_re/qplib_fp.c
2325
bool sch_handler = false;
sys/dev/bnxt/bnxt_re/qplib_fp.c
3236
bool bnxt_qplib_is_cq_empty(struct bnxt_qplib_cq *cq)
sys/dev/bnxt/bnxt_re/qplib_fp.c
3241
bool rc = true;
sys/dev/bnxt/bnxt_re/qplib_fp.c
457
void bnxt_qplib_nq_stop_irq(struct bnxt_qplib_nq *nq, bool kill)
sys/dev/bnxt/bnxt_re/qplib_fp.c
493
int msix_vector, bool need_init)
sys/dev/bnxt/bnxt_re/qplib_fp.c
882
u32 bnxt_qplib_get_depth(struct bnxt_qplib_q *que, u8 wqe_mode, bool is_sq)
sys/dev/bnxt/bnxt_re/qplib_fp.h
258
bool zero_based;
sys/dev/bnxt/bnxt_re/qplib_fp.h
287
bool zero_based;
sys/dev/bnxt/bnxt_re/qplib_fp.h
308
bool condition;
sys/dev/bnxt/bnxt_re/qplib_fp.h
309
bool single;
sys/dev/bnxt/bnxt_re/qplib_fp.h
310
bool legacy_send_phantom;
sys/dev/bnxt/bnxt_re/qplib_fp.h
314
bool flushed;
sys/dev/bnxt/bnxt_re/qplib_fp.h
345
bool en_sqd_async_notify;
sys/dev/bnxt/bnxt_re/qplib_fp.h
394
bool is_host_msn_tbl;
sys/dev/bnxt/bnxt_re/qplib_fp.h
415
static inline bool bnxt_qplib_queue_full(struct bnxt_qplib_hwq *hwq, u8 slots)
sys/dev/bnxt/bnxt_re/qplib_fp.h
473
bool is_cq_err_event;
sys/dev/bnxt/bnxt_re/qplib_fp.h
474
bool destroyed;
sys/dev/bnxt/bnxt_re/qplib_fp.h
527
bool requested;
sys/dev/bnxt/bnxt_re/qplib_fp.h
553
void bnxt_qplib_nq_stop_irq(struct bnxt_qplib_nq *nq, bool kill);
sys/dev/bnxt/bnxt_re/qplib_fp.h
556
int msix_vector, bool need_init);
sys/dev/bnxt/bnxt_re/qplib_fp.h
599
bool bnxt_qplib_is_cq_empty(struct bnxt_qplib_cq *cq);
sys/dev/bnxt/bnxt_re/qplib_fp.h
615
static inline bool __can_request_ppp(struct bnxt_qplib_qp *qp)
sys/dev/bnxt/bnxt_re/qplib_fp.h
617
bool can_request = false;
sys/dev/bnxt/bnxt_re/qplib_fp.h
639
static inline bool __is_var_wqe(struct bnxt_qplib_qp *qp)
sys/dev/bnxt/bnxt_re/qplib_fp.h
644
static inline bool __is_err_cqe_for_var_wqe(struct bnxt_qplib_qp *qp, u8 status)
sys/dev/bnxt/bnxt_re/qplib_fp.h
650
u32 bnxt_qplib_get_depth(struct bnxt_qplib_q *que, u8 wqe_mode, bool is_sq);
sys/dev/bnxt/bnxt_re/qplib_fp.h
91
bool arm_req;
sys/dev/bnxt/bnxt_re/qplib_fp.h
95
bool is_user;
sys/dev/bnxt/bnxt_re/qplib_rcfw.c
1108
void bnxt_qplib_rcfw_stop_irq(struct bnxt_qplib_rcfw *rcfw, bool kill)
sys/dev/bnxt/bnxt_re/qplib_rcfw.c
1164
bool need_init)
sys/dev/bnxt/bnxt_re/qplib_rcfw.c
689
bool is_waiter_alive;
sys/dev/bnxt/bnxt_re/qplib_rcfw.h
208
bool is_waiter_alive;
sys/dev/bnxt/bnxt_re/qplib_rcfw.h
209
bool is_internal_cmd;
sys/dev/bnxt/bnxt_re/qplib_rcfw.h
210
bool is_in_used;
sys/dev/bnxt/bnxt_re/qplib_rcfw.h
266
bool requested;
sys/dev/bnxt/bnxt_re/qplib_rcfw.h
281
bool sp_perf_stats_enabled;
sys/dev/bnxt/bnxt_re/qplib_rcfw.h
293
bool init_oos_stats;
sys/dev/bnxt/bnxt_re/qplib_rcfw.h
332
void bnxt_qplib_rcfw_stop_irq(struct bnxt_qplib_rcfw *rcfw, bool kill);
sys/dev/bnxt/bnxt_re/qplib_rcfw.h
335
bool need_init);
sys/dev/bnxt/bnxt_re/qplib_res.c
154
bool is_umem = false;
sys/dev/bnxt/bnxt_re/qplib_res.c
55
inline bool _is_alloc_mr_unified(struct bnxt_qplib_dev_attr *dattr)
sys/dev/bnxt/bnxt_re/qplib_res.c
63
struct bnxt_qplib_pbl *pbl, bool is_umem)
sys/dev/bnxt/bnxt_re/qplib_res.h
109
static inline bool _is_chip_num_p7(u16 chip_num)
sys/dev/bnxt/bnxt_re/qplib_res.h
115
static inline bool _is_chip_p7(struct bnxt_qplib_chip_ctx *cctx)
sys/dev/bnxt/bnxt_re/qplib_res.h
121
static inline bool _is_chip_gen_p5(struct bnxt_qplib_chip_ctx *cctx)
sys/dev/bnxt/bnxt_re/qplib_res.h
128
static inline bool _is_chip_gen_p5_p7(struct bnxt_qplib_chip_ctx *cctx)
sys/dev/bnxt/bnxt_re/qplib_res.h
133
static inline bool _is_wqe_mode_variable(struct bnxt_qplib_chip_ctx *cctx)
sys/dev/bnxt/bnxt_re/qplib_res.h
239
bool nopte;
sys/dev/bnxt/bnxt_re/qplib_res.h
314
bool *vlan;
sys/dev/bnxt/bnxt_re/qplib_res.h
433
bool prio;
sys/dev/bnxt/bnxt_re/qplib_res.h
434
bool is_vf;
sys/dev/bnxt/bnxt_re/qplib_res.h
441
bool vf_valid;
sys/dev/bnxt/bnxt_re/qplib_res.h
448
bool vf_valid;
sys/dev/bnxt/bnxt_re/qplib_res.h
452
bool vf_valid;
sys/dev/bnxt/bnxt_re/qplib_res.h
464
bool _is_chip_gen_p5(struct bnxt_qplib_chip_ctx *cctx);
sys/dev/bnxt/bnxt_re/qplib_res.h
465
bool _is_chip_gen_p5_p7(struct bnxt_qplib_chip_ctx *cctx);
sys/dev/bnxt/bnxt_re/qplib_res.h
466
bool _is_chip_a0(struct bnxt_qplib_chip_ctx *cctx);
sys/dev/bnxt/bnxt_re/qplib_res.h
467
bool _is_chip_p7(struct bnxt_qplib_chip_ctx *cctx);
sys/dev/bnxt/bnxt_re/qplib_res.h
468
bool _is_alloc_mr_unified(struct bnxt_qplib_dev_attr *dattr);
sys/dev/bnxt/bnxt_re/qplib_res.h
596
static inline bool _is_ext_stats_supported(u16 dev_cap_flags)
sys/dev/bnxt/bnxt_re/qplib_res.h
603
u16 flags, bool virtfn)
sys/dev/bnxt/bnxt_re/qplib_res.h
609
static inline bool _is_hw_retx_supported(u16 dev_cap_flags)
sys/dev/bnxt/bnxt_re/qplib_res.h
619
static inline bool _is_host_msn_table(u16 dev_cap_ext_flags2)
sys/dev/bnxt/bnxt_re/qplib_res.h
625
static inline bool _is_cqe_v2_supported(u16 dev_cap_flags)
sys/dev/bnxt/bnxt_re/qplib_res.h
643
bool arm)
sys/dev/bnxt/bnxt_re/qplib_res.h
681
bool is_arm_ena)
sys/dev/bnxt/bnxt_re/qplib_res.h
761
bool arm)
sys/dev/bnxt/bnxt_re/qplib_res.h
811
bool vf_res_limit)
sys/dev/bnxt/bnxt_re/qplib_res.h
847
static inline u32 bnxt_re_cap_fw_res(u32 fw_val, u32 drv_cap, bool sw_max_en)
sys/dev/bnxt/bnxt_re/qplib_sp.c
1121
u8 active_port_map, bool aggr_en,
sys/dev/bnxt/bnxt_re/qplib_sp.c
306
u16 vlan_id, bool update)
sys/dev/bnxt/bnxt_re/qplib_sp.c
369
bool update, u32 *index)
sys/dev/bnxt/bnxt_re/qplib_sp.c
462
bool block)
sys/dev/bnxt/bnxt_re/qplib_sp.c
511
bool block)
sys/dev/bnxt/bnxt_re/qplib_sp.c
605
bool block)
sys/dev/bnxt/bnxt_re/qplib_sp.c
634
bool block)
sys/dev/bnxt/bnxt_re/qplib_sp.c
91
bool sw_max_en;
sys/dev/bnxt/bnxt_re/qplib_sp.h
129
bool is_dma;
sys/dev/bnxt/bnxt_re/qplib_sp.h
352
struct bnxt_qplib_gid *gid, u16 vlan_id, bool update);
sys/dev/bnxt/bnxt_re/qplib_sp.h
355
bool update, u32 *index);
sys/dev/bnxt/bnxt_re/qplib_sp.h
361
bool block);
sys/dev/bnxt/bnxt_re/qplib_sp.h
363
bool block);
sys/dev/bnxt/bnxt_re/qplib_sp.h
366
bool block);
sys/dev/bnxt/bnxt_re/qplib_sp.h
368
struct bnxt_qplib_mrinfo *mrinfo, bool block);
sys/dev/bnxt/bnxt_re/qplib_sp.h
383
u8 active_port_map, bool aggr_en,
sys/dev/bnxt/bnxt_re/qplib_sp.h
392
bool ib_modify_qp_is_ok_compat(enum ib_qp_state cur_state, enum ib_qp_state next_state,
sys/dev/bnxt/bnxt_re/stats.c
323
bool is_thor)
sys/dev/bnxt/bnxt_re/stats.c
353
bool is_thor = _is_chip_gen_p5_p7(rdev->chip_ctx);
sys/dev/bnxt/bnxt_re/stats.c
573
bool en_disp;
sys/dev/bnxt/bnxt_re/stats.h
108
bool is_first;
sys/dev/bnxt/bnxt_re/stats.h
169
bool type)
sys/dev/bwn/if_bwn.c
165
static int bwn_core_forceclk(struct bwn_mac *, bool);
sys/dev/bwn/if_bwn.c
2176
bwn_core_forceclk(struct bwn_mac *mac, bool force)
sys/dev/bwn/if_bwn_pci.c
225
static bool
sys/dev/bwn/if_bwnvar.h
1103
static inline bool
sys/dev/bwn/if_bwnvar.h
1145
static inline bool
sys/dev/bxe/bxe.c
12418
bool other_load_status =
sys/dev/bxe/bxe.c
12420
bool load_status =
sys/dev/bxe/bxe.c
18739
static bool
sys/dev/bxe/bxe.c
18756
static bool
sys/dev/bxe/bxe.c
19114
static bool bxe_is_nvram_accessible(struct bxe_softc *sc)
sys/dev/bxe/bxe.c
7558
bool err_flg = false;
sys/dev/bxe/bxe.c
8011
bool err_flg = false;
sys/dev/bxe/bxe.c
8113
bool err_flg = false;
sys/dev/bxe/ecore_sp.c
1084
struct ecore_vlan_mac_obj *o, bool add, int opcode, uint8_t *mac,
sys/dev/bxe/ecore_sp.c
1113
struct ecore_vlan_mac_obj *o, int type, int cam_offset, bool add,
sys/dev/bxe/ecore_sp.c
1149
bool add = (elem->cmd_data.vlan_mac.cmd == ECORE_VLAN_MAC_ADD) ?
sys/dev/bxe/ecore_sp.c
116
bool restore)
sys/dev/bxe/ecore_sp.c
1172
bool add = (cmd == ECORE_VLAN_MAC_ADD) ? TRUE : FALSE;
sys/dev/bxe/ecore_sp.c
1222
bool add = (cmd == ECORE_VLAN_MAC_ADD) ? TRUE : FALSE;
sys/dev/bxe/ecore_sp.c
1279
bool add = (cmd == ECORE_VLAN_MAC_ADD) ? TRUE : FALSE;
sys/dev/bxe/ecore_sp.c
1344
bool add = (elem->cmd_data.vlan_mac.cmd == ECORE_VLAN_MAC_ADD) ?
sys/dev/bxe/ecore_sp.c
1905
bool restore,
sys/dev/bxe/ecore_sp.c
1963
bool restore = ECORE_TEST_BIT(RAMROD_RESTORE, ramrod_flags);
sys/dev/bxe/ecore_sp.c
1964
bool drv_only = ECORE_TEST_BIT(RAMROD_DRV_CLR_ONLY, ramrod_flags);
sys/dev/bxe/ecore_sp.c
2086
bool restore = ECORE_TEST_BIT(RAMROD_RESTORE, &p->ramrod_flags);
sys/dev/bxe/ecore_sp.c
2122
bool cont = ECORE_TEST_BIT(RAMROD_CONT, ramrod_flags);
sys/dev/bxe/ecore_sp.c
243
static inline bool ecore_exe_queue_empty(struct ecore_exe_queue_obj *o)
sys/dev/bxe/ecore_sp.c
245
bool empty = ECORE_LIST_IS_EMPTY(&o->exe_queue);
sys/dev/bxe/ecore_sp.c
262
static bool ecore_raw_check_pending(struct ecore_raw_obj *o)
sys/dev/bxe/ecore_sp.c
2631
bool clear_accept_all)
sys/dev/bxe/ecore_sp.c
2844
bool done; /* set to TRUE, when the command has been handled,
sys/dev/bxe/ecore_sp.c
341
static bool ecore_get_cam_offset_mac(struct ecore_vlan_mac_obj *o, int *offset)
sys/dev/bxe/ecore_sp.c
350
static bool ecore_get_credit_mac(struct ecore_vlan_mac_obj *o)
sys/dev/bxe/ecore_sp.c
359
static bool ecore_get_cam_offset_vlan(struct ecore_vlan_mac_obj *o, int *offset)
sys/dev/bxe/ecore_sp.c
368
static bool ecore_get_credit_vlan(struct ecore_vlan_mac_obj *o)
sys/dev/bxe/ecore_sp.c
377
static bool ecore_get_credit_vlan_mac(struct ecore_vlan_mac_obj *o)
sys/dev/bxe/ecore_sp.c
393
static bool ecore_put_cam_offset_mac(struct ecore_vlan_mac_obj *o, int offset)
sys/dev/bxe/ecore_sp.c
400
static bool ecore_put_credit_mac(struct ecore_vlan_mac_obj *o)
sys/dev/bxe/ecore_sp.c
407
static bool ecore_put_cam_offset_vlan(struct ecore_vlan_mac_obj *o, int offset)
sys/dev/bxe/ecore_sp.c
4081
static bool ecore_mcast_check_sched(struct ecore_mcast_obj *o)
sys/dev/bxe/ecore_sp.c
4086
static bool ecore_mcast_check_pending(struct ecore_mcast_obj *o)
sys/dev/bxe/ecore_sp.c
414
static bool ecore_put_credit_vlan(struct ecore_vlan_mac_obj *o)
sys/dev/bxe/ecore_sp.c
4187
static inline bool __atomic_add_ifless(ecore_atomic_t *v, int a, int u)
sys/dev/bxe/ecore_sp.c
421
static bool ecore_put_credit_vlan_mac(struct ecore_vlan_mac_obj *o)
sys/dev/bxe/ecore_sp.c
4215
static inline bool __atomic_dec_ifmoe(ecore_atomic_t *v, int a, int u)
sys/dev/bxe/ecore_sp.c
4233
static bool ecore_credit_pool_get(struct ecore_credit_pool_obj *o, int cnt)
sys/dev/bxe/ecore_sp.c
4235
bool rc;
sys/dev/bxe/ecore_sp.c
4244
static bool ecore_credit_pool_put(struct ecore_credit_pool_obj *o, int cnt)
sys/dev/bxe/ecore_sp.c
4246
bool rc;
sys/dev/bxe/ecore_sp.c
4268
static bool ecore_credit_pool_always_TRUE(struct ecore_credit_pool_obj *o,
sys/dev/bxe/ecore_sp.c
4274
static bool ecore_credit_pool_get_entry(
sys/dev/bxe/ecore_sp.c
4304
static bool ecore_credit_pool_put_entry(
sys/dev/bxe/ecore_sp.c
4322
static bool ecore_credit_pool_put_entry_always_TRUE(
sys/dev/bxe/ecore_sp.c
4329
static bool ecore_credit_pool_get_entry_always_TRUE(
sys/dev/bxe/ecore_sp.c
843
static bool ecore_check_move(struct bxe_softc *sc,
sys/dev/bxe/ecore_sp.c
868
static bool ecore_check_move_always_err(
sys/dev/bxe/ecore_sp.c
894
bool add, unsigned char *dev_addr, int index)
sys/dev/bxe/ecore_sp.c
935
struct ecore_vlan_mac_obj *o, bool add, int opcode,
sys/dev/bxe/ecore_sp.c
984
bool add = (cmd == ECORE_VLAN_MAC_ADD) ? TRUE : FALSE;
sys/dev/bxe/ecore_sp.h
1074
bool (*check_pending)(struct ecore_mcast_obj *o);
sys/dev/bxe/ecore_sp.h
1081
bool (*check_sched)(struct ecore_mcast_obj *o);
sys/dev/bxe/ecore_sp.h
1132
bool (*get_entry)(struct ecore_credit_pool_obj *o, int *entry);
sys/dev/bxe/ecore_sp.h
1140
bool (*put_entry)(struct ecore_credit_pool_obj *o, int entry);
sys/dev/bxe/ecore_sp.h
1148
bool (*get)(struct ecore_credit_pool_obj *o, int cnt);
sys/dev/bxe/ecore_sp.h
1156
bool (*put)(struct ecore_credit_pool_obj *o, int cnt);
sys/dev/bxe/ecore_sp.h
548
bool (*check_pending)(struct ecore_raw_obj *o);
sys/dev/bxe/ecore_sp.h
759
bool head_exe_request; /* Pending execution request. */
sys/dev/bxe/ecore_sp.h
814
bool (*check_move)(struct bxe_softc *sc,
sys/dev/bxe/ecore_sp.h
823
bool (*get_credit)(struct ecore_vlan_mac_obj *o);
sys/dev/bxe/ecore_sp.h
824
bool (*put_credit)(struct ecore_vlan_mac_obj *o);
sys/dev/bxe/ecore_sp.h
825
bool (*get_cam_offset)(struct ecore_vlan_mac_obj *o, int *offset);
sys/dev/bxe/ecore_sp.h
826
bool (*put_cam_offset)(struct ecore_vlan_mac_obj *o, int offset);
sys/dev/bxe/ecore_sp.h
913
bool add, unsigned char *dev_addr, int index);
sys/dev/cesa/cesa.c
1539
static bool
sys/dev/cesa/cesa.c
1558
static bool
sys/dev/cfi/cfi_core.c
506
static bool
sys/dev/cfi/cfi_core.c
509
bool result;
sys/dev/clk/allwinner/aw_ccung.c
117
aw_ccung_reset_assert(device_t dev, intptr_t id, bool reset)
sys/dev/clk/allwinner/aw_ccung.c
143
aw_ccung_reset_is_asserted(device_t dev, intptr_t id, bool *reset)
sys/dev/clk/allwinner/aw_clk.h
56
bool enable;
sys/dev/clk/allwinner/aw_clk_frac.c
99
aw_clk_frac_set_gate(struct clknode *clk, bool enable)
sys/dev/clk/allwinner/aw_clk_m.c
90
aw_clk_m_set_gate(struct clknode *clk, bool enable)
sys/dev/clk/allwinner/aw_clk_mipi.c
87
aw_clk_mipi_set_gate(struct clknode *clk, bool enable)
sys/dev/clk/allwinner/aw_clk_nkmp.c
95
aw_clk_nkmp_set_gate(struct clknode *clk, bool enable)
sys/dev/clk/allwinner/aw_clk_nm.c
91
aw_clk_nm_set_gate(struct clknode *clk, bool enable)
sys/dev/clk/allwinner/aw_clk_nmm.c
78
aw_clk_nmm_set_gate(struct clknode *clk, bool enable)
sys/dev/clk/allwinner/aw_clk_np.c
77
aw_clk_np_set_gate(struct clknode *clk, bool enable)
sys/dev/clk/clk.c
1670
bool enable;
sys/dev/clk/clk.c
223
clknode_method_set_gate(struct clknode *clk, bool enable)
sys/dev/clk/clk.c
542
bool replaced;
sys/dev/clk/clk.c
69
static int clknode_method_set_gate(struct clknode *clk, bool enable);
sys/dev/clk/clk_gate.c
101
clknode_gate_get_gate(struct clknode *clk, bool *enabled)
sys/dev/clk/clk_gate.c
51
static int clknode_gate_set_gate(struct clknode *clk, bool enable);
sys/dev/clk/clk_gate.c
52
static int clknode_gate_get_gate(struct clknode *clk, bool *enable);
sys/dev/clk/clk_gate.c
81
clknode_gate_set_gate(struct clknode *clk, bool enable)
sys/dev/clk/clk_link.c
47
static int clknode_link_set_gate(struct clknode *clk, bool enable);
sys/dev/clk/clk_link.c
96
clknode_link_set_gate(struct clknode *clk, bool enable)
sys/dev/clk/rockchip/rk_clk_fract.c
158
rk_clk_fract_set_gate(struct clknode *clk, bool enable)
sys/dev/clk/rockchip/rk_clk_fract.c
55
static int rk_clk_fract_set_gate(struct clknode *clk, bool enable);
sys/dev/clk/rockchip/rk_clk_gate.c
51
static int rk_clk_gate_set_gate(struct clknode *clk, bool enable);
sys/dev/clk/rockchip/rk_clk_gate.c
59
bool ungated;
sys/dev/clk/rockchip/rk_clk_gate.c
91
rk_clk_gate_set_gate(struct clknode *clk, bool enable)
sys/dev/clk/rockchip/rk_clk_pll.c
72
rk_clk_pll_set_gate(struct clknode *clk, bool enable)
sys/dev/clk/rockchip/rk_cru.c
110
rk_cru_reset_assert(device_t dev, intptr_t id, bool reset)
sys/dev/clk/rockchip/rk_cru.c
136
rk_cru_reset_is_asserted(device_t dev, intptr_t id, bool *reset)
sys/dev/clk/starfive/jh7110_clk.c
128
jh7110_clk_set_gate(struct clknode *clk, bool enable)
sys/dev/clk/starfive/jh7110_clk.c
58
jh7110_reset_assert(device_t dev, intptr_t id, bool assert)
sys/dev/clk/starfive/jh7110_clk.c
82
jh7110_reset_is_asserted(device_t dev, intptr_t id, bool *reset)
sys/dev/clk/starfive/jh7110_clk.h
69
int jh7110_reset_is_asserted(device_t dev, intptr_t id, bool *reset);
sys/dev/clk/starfive/jh7110_clk.h
70
int jh7110_reset_assert(device_t dev, intptr_t id, bool assert);
sys/dev/clk/xilinx/zynqmp_clk_gate.c
55
zynqmp_clk_set_gate(struct clknode *clk, bool enable)
sys/dev/clk/xilinx/zynqmp_reset.c
178
zynqmp_reset_assert(device_t dev, intptr_t id, bool reset)
sys/dev/clk/xilinx/zynqmp_reset.c
191
zynqmp_reset_is_asserted(device_t dev, intptr_t id, bool *reset)
sys/dev/cpufreq/cpufreq_dt.c
67
bool turbo_mode;
sys/dev/cpufreq/cpufreq_dt.c
68
bool opp_suspend;
sys/dev/cxgbe/adapter.h
1196
static inline bool
sys/dev/cxgbe/adapter.h
1205
static inline bool
sys/dev/cxgbe/adapter.h
1399
const char *msg, const __be64 *const p, const bool err)
sys/dev/cxgbe/adapter.h
1471
int toe_capability(struct vi_info *, bool);
sys/dev/cxgbe/adapter.h
1562
int parse_pkt(struct mbuf **, bool);
sys/dev/cxgbe/adapter.h
322
bool vxlan_tcam_entry;
sys/dev/cxgbe/common/common.h
1021
u32 start_index, bool sleep_ok);
sys/dev/cxgbe/common/common.h
1023
u32 start_index, bool sleep_ok);
sys/dev/cxgbe/common/common.h
1025
u32 start_index, bool sleep_ok);
sys/dev/cxgbe/common/common.h
1027
u32 start_index, bool sleep_ok);
sys/dev/cxgbe/common/common.h
290
bool rx_pkt_encap;
sys/dev/cxgbe/common/common.h
465
bool ulptx_memwrite_dsgl; /* use of T5 DSGL allowed */
sys/dev/cxgbe/common/common.h
466
bool fr_nsmr_tpte_wr_support; /* FW support for FR_NSMR_TPTE_WR */
sys/dev/cxgbe/common/common.h
467
bool dev_512sgl_mr; /* FW support for 512 SGL per FR MR */
sys/dev/cxgbe/common/common.h
468
bool viid_smt_extn_support; /* FW returns vin, vfvld & smt index? */
sys/dev/cxgbe/common/common.h
521
bool link_ok; /* link up? */
sys/dev/cxgbe/common/common.h
651
int size, void *rpl, bool sleep_ok, int timeout);
sys/dev/cxgbe/common/common.h
653
void *rpl, bool sleep_ok);
sys/dev/cxgbe/common/common.h
690
bool t4_slow_intr_handler(struct adapter *adapter, int flags);
sys/dev/cxgbe/common/common.h
731
void t4_fatal_err(struct adapter *adapter, bool fw_error);
sys/dev/cxgbe/common/common.h
745
void t4_read_rss_key(struct adapter *adapter, u32 *key, bool sleep_ok);
sys/dev/cxgbe/common/common.h
747
bool sleep_ok);
sys/dev/cxgbe/common/common.h
749
u32 *valp, bool sleep_ok);
sys/dev/cxgbe/common/common.h
751
u32 val, bool sleep_ok);
sys/dev/cxgbe/common/common.h
753
u32 *vfl, u32 *vfh, bool sleep_ok);
sys/dev/cxgbe/common/common.h
755
u32 vfl, u32 vfh, bool sleep_ok);
sys/dev/cxgbe/common/common.h
756
u32 t4_read_rss_pf_map(struct adapter *adapter, bool sleep_ok);
sys/dev/cxgbe/common/common.h
757
void t4_write_rss_pf_map(struct adapter *adapter, u32 pfmap, bool sleep_ok);
sys/dev/cxgbe/common/common.h
758
u32 t4_read_rss_pf_mask(struct adapter *adapter, bool sleep_ok);
sys/dev/cxgbe/common/common.h
759
void t4_write_rss_pf_mask(struct adapter *adapter, u32 pfmask, bool sleep_ok);
sys/dev/cxgbe/common/common.h
849
unsigned int *ipg, bool sleep_ok);
sys/dev/cxgbe/common/common.h
854
bool sleep_ok);
sys/dev/cxgbe/common/common.h
856
bool sleep_ok);
sys/dev/cxgbe/common/common.h
858
bool sleep_ok);
sys/dev/cxgbe/common/common.h
860
bool sleep_ok);
sys/dev/cxgbe/common/common.h
862
bool sleep_ok);
sys/dev/cxgbe/common/common.h
864
bool sleep_ok);
sys/dev/cxgbe/common/common.h
866
bool sleep_ok);
sys/dev/cxgbe/common/common.h
868
struct tp_tcp_stats *v6, bool sleep_ok);
sys/dev/cxgbe/common/common.h
870
struct tp_fcoe_stats *st, bool sleep_ok);
sys/dev/cxgbe/common/common.h
886
u64 mask0, u64 mask1, unsigned int crc, bool enable);
sys/dev/cxgbe/common/common.h
928
bool sleep_ok);
sys/dev/cxgbe/common/common.h
930
bool free, unsigned int naddr, const u8 **addr, u16 *idx,
sys/dev/cxgbe/common/common.h
931
u64 *hash, bool sleep_ok);
sys/dev/cxgbe/common/common.h
934
const u8 **addr, bool sleep_ok);
sys/dev/cxgbe/common/common.h
936
int idx, bool sleep_ok);
sys/dev/cxgbe/common/common.h
939
u8 lookup_type, u8 port_id, bool sleep_ok);
sys/dev/cxgbe/common/common.h
942
u8 lookup_type, u8 port_id, bool sleep_ok);
sys/dev/cxgbe/common/common.h
946
bool sleep_ok);
sys/dev/cxgbe/common/common.h
948
int idx, const u8 *addr, bool persist, uint16_t *smt_idx);
sys/dev/cxgbe/common/common.h
950
const u8 *addr, bool smac);
sys/dev/cxgbe/common/common.h
952
int idx, const u8 *addr, bool persist, u8 *smt_idx, bool smac);
sys/dev/cxgbe/common/common.h
954
bool ucast, u64 vec, bool sleep_ok);
sys/dev/cxgbe/common/common.h
956
unsigned int viid, bool rx_en, bool tx_en, bool dcb_en);
sys/dev/cxgbe/common/common.h
958
bool rx_en, bool tx_en);
sys/dev/cxgbe/common/common.h
968
u8 *buf, bool write);
sys/dev/cxgbe/common/t4_hw.c
10040
unsigned int viid, bool free, unsigned int naddr,
sys/dev/cxgbe/common/t4_hw.c
10041
const u8 **addr, u16 *idx, u64 *hash, bool sleep_ok)
sys/dev/cxgbe/common/t4_hw.c
10122
int idx, bool sleep_ok)
sys/dev/cxgbe/common/t4_hw.c
10166
u8 lookup_type, u8 port_id, bool sleep_ok)
sys/dev/cxgbe/common/t4_hw.c
10214
const u8 **addr, bool sleep_ok)
sys/dev/cxgbe/common/t4_hw.c
10295
int idx, const u8 *addr, bool persist, uint16_t *smt_idx)
sys/dev/cxgbe/common/t4_hw.c
10347
bool ucast, u64 vec, bool sleep_ok)
sys/dev/cxgbe/common/t4_hw.c
10376
unsigned int viid, bool rx_en, bool tx_en, bool dcb_en)
sys/dev/cxgbe/common/t4_hw.c
10403
bool rx_en, bool tx_en)
sys/dev/cxgbe/common/t4_hw.c
10741
enum fw_port_action action, bool *mod_changed, bool *link_changed)
sys/dev/cxgbe/common/t4_hw.c
10858
bool mod_changed, link_changed;
sys/dev/cxgbe/common/t4_hw.c
11237
const bool bt = adapter->bt_map != 0;
sys/dev/cxgbe/common/t4_hw.c
12264
bool last_incomplete;
sys/dev/cxgbe/common/t4_hw.c
12496
unsigned int *ipg, bool sleep_ok)
sys/dev/cxgbe/common/t4_hw.c
13104
u8 *buf, bool write)
sys/dev/cxgbe/common/t4_hw.c
13556
const u8 *addr, bool smac)
sys/dev/cxgbe/common/t4_hw.c
13605
int idx, const u8 *addr, bool persist, u8 *smt_idx, bool smac)
sys/dev/cxgbe/common/t4_hw.c
367
int size, void *rpl, bool sleep_ok, int timeout)
sys/dev/cxgbe/common/t4_hw.c
4572
static int8_t fwcap_to_fec(uint32_t caps, bool unset_means_none)
sys/dev/cxgbe/common/t4_hw.c
4784
bool (*action)(struct adapter *, int, int);
sys/dev/cxgbe/common/t4_hw.c
4814
const bool verbose = flags & IHF_VERBOSE;
sys/dev/cxgbe/common/t4_hw.c
4840
static bool
sys/dev/cxgbe/common/t4_hw.c
4845
bool rc;
sys/dev/cxgbe/common/t4_hw.c
4866
bool rc1 = (action->action)(sc, action->arg, flags);
sys/dev/cxgbe/common/t4_hw.c
4889
static bool pcie_intr_handler(struct adapter *adap, int arg, int flags)
sys/dev/cxgbe/common/t4_hw.c
5024
bool fatal = false;
sys/dev/cxgbe/common/t4_hw.c
5046
static bool tp_intr_handler(struct adapter *adap, int arg, int flags)
sys/dev/cxgbe/common/t4_hw.c
5116
bool fatal;
sys/dev/cxgbe/common/t4_hw.c
5134
static bool sge_intr_handler(struct adapter *adap, int arg, int flags)
sys/dev/cxgbe/common/t4_hw.c
5279
bool fatal;
sys/dev/cxgbe/common/t4_hw.c
5317
static bool cim_intr_handler(struct adapter *adap, int arg, int flags)
sys/dev/cxgbe/common/t4_hw.c
5436
bool fatal;
sys/dev/cxgbe/common/t4_hw.c
5467
static bool ulprx_intr_handler(struct adapter *adap, int arg, int flags)
sys/dev/cxgbe/common/t4_hw.c
549
void *rpl, bool sleep_ok)
sys/dev/cxgbe/common/t4_hw.c
5534
bool fatal = false;
sys/dev/cxgbe/common/t4_hw.c
5552
static bool ulptx_intr_handler(struct adapter *adap, int arg, int flags)
sys/dev/cxgbe/common/t4_hw.c
5634
bool fatal = false;
sys/dev/cxgbe/common/t4_hw.c
5651
static bool pmtx_dump_dbg_stats(struct adapter *adap, int arg, int flags)
sys/dev/cxgbe/common/t4_hw.c
5672
static bool pmtx_intr_handler(struct adapter *adap, int arg, int flags)
sys/dev/cxgbe/common/t4_hw.c
5711
static bool pmrx_intr_handler(struct adapter *adap, int arg, int flags)
sys/dev/cxgbe/common/t4_hw.c
5751
static bool cplsw_intr_handler(struct adapter *adap, int arg, int flags)
sys/dev/cxgbe/common/t4_hw.c
5794
static bool le_intr_handler(struct adapter *adap, int arg, int flags)
sys/dev/cxgbe/common/t4_hw.c
5853
static bool mps_intr_handler(struct adapter *adap, int arg, int flags)
sys/dev/cxgbe/common/t4_hw.c
6060
bool fatal = false;
sys/dev/cxgbe/common/t4_hw.c
6096
static bool mem_intr_handler(struct adapter *adap, int idx, int flags)
sys/dev/cxgbe/common/t4_hw.c
6122
bool fatal = false;
sys/dev/cxgbe/common/t4_hw.c
6219
static bool ma_wrap_status(struct adapter *adap, int arg, int flags)
sys/dev/cxgbe/common/t4_hw.c
6238
static bool ma_intr_handler(struct adapter *adap, int arg, int flags)
sys/dev/cxgbe/common/t4_hw.c
6271
bool fatal;
sys/dev/cxgbe/common/t4_hw.c
6285
static bool smb_intr_handler(struct adapter *adap, int arg, int flags)
sys/dev/cxgbe/common/t4_hw.c
6308
static bool ncsi_intr_handler(struct adapter *adap, int arg, int flags)
sys/dev/cxgbe/common/t4_hw.c
6336
bool fatal = false;
sys/dev/cxgbe/common/t4_hw.c
6347
static bool mac_intr_handler(struct adapter *adap, int port, int flags)
sys/dev/cxgbe/common/t4_hw.c
6401
bool fatal = false;
sys/dev/cxgbe/common/t4_hw.c
6494
static bool pl_timeout_status(struct adapter *adap, int arg, int flags)
sys/dev/cxgbe/common/t4_hw.c
6506
static bool plpl_intr_handler(struct adapter *adap, int arg, int flags)
sys/dev/cxgbe/common/t4_hw.c
6547
static bool tlstx_intr_handler(struct adapter *adap, int idx, int flags)
sys/dev/cxgbe/common/t4_hw.c
6565
bool fatal = false;
sys/dev/cxgbe/common/t4_hw.c
6581
static bool hma_intr_handler(struct adapter *adap, int idx, int flags)
sys/dev/cxgbe/common/t4_hw.c
6609
static bool cryptokey_intr_handler(struct adapter *adap, int idx, int flags)
sys/dev/cxgbe/common/t4_hw.c
6652
static bool gcache_intr_handler(struct adapter *adap, int idx, int flags)
sys/dev/cxgbe/common/t4_hw.c
6703
bool fatal = false;
sys/dev/cxgbe/common/t4_hw.c
6714
static bool arm_intr_handler(struct adapter *adap, int idx, int flags)
sys/dev/cxgbe/common/t4_hw.c
6779
bool fatal = false;
sys/dev/cxgbe/common/t4_hw.c
6905
bool t4_slow_intr_handler(struct adapter *adap, int flags)
sys/dev/cxgbe/common/t4_hw.c
7124
bool fatal = false;
sys/dev/cxgbe/common/t4_hw.c
7442
unsigned int rw, bool sleep_ok)
sys/dev/cxgbe/common/t4_hw.c
7486
bool sleep_ok)
sys/dev/cxgbe/common/t4_hw.c
7532
u32 start_index, bool sleep_ok)
sys/dev/cxgbe/common/t4_hw.c
7549
u32 start_index, bool sleep_ok)
sys/dev/cxgbe/common/t4_hw.c
7566
u32 start_index, bool sleep_ok)
sys/dev/cxgbe/common/t4_hw.c
7583
bool sleep_ok)
sys/dev/cxgbe/common/t4_hw.c
7597
void t4_read_rss_key(struct adapter *adap, u32 *key, bool sleep_ok)
sys/dev/cxgbe/common/t4_hw.c
7614
bool sleep_ok)
sys/dev/cxgbe/common/t4_hw.c
7652
u32 *valp, bool sleep_ok)
sys/dev/cxgbe/common/t4_hw.c
7668
u32 val, bool sleep_ok)
sys/dev/cxgbe/common/t4_hw.c
7686
u32 *vfl, u32 *vfh, bool sleep_ok)
sys/dev/cxgbe/common/t4_hw.c
7724
u32 vfl, u32 vfh, bool sleep_ok)
sys/dev/cxgbe/common/t4_hw.c
7758
u32 t4_read_rss_pf_map(struct adapter *adapter, bool sleep_ok)
sys/dev/cxgbe/common/t4_hw.c
7774
void t4_write_rss_pf_map(struct adapter *adapter, u32 pfmap, bool sleep_ok)
sys/dev/cxgbe/common/t4_hw.c
7786
u32 t4_read_rss_pf_mask(struct adapter *adapter, bool sleep_ok)
sys/dev/cxgbe/common/t4_hw.c
7802
void t4_write_rss_pf_mask(struct adapter *adapter, u32 pfmask, bool sleep_ok)
sys/dev/cxgbe/common/t4_hw.c
7818
struct tp_tcp_stats *v6, bool sleep_ok)
sys/dev/cxgbe/common/t4_hw.c
7856
bool sleep_ok)
sys/dev/cxgbe/common/t4_hw.c
7897
bool sleep_ok)
sys/dev/cxgbe/common/t4_hw.c
7915
bool sleep_ok)
sys/dev/cxgbe/common/t4_hw.c
7931
bool sleep_ok)
sys/dev/cxgbe/common/t4_hw.c
7948
bool sleep_ok)
sys/dev/cxgbe/common/t4_hw.c
7969
struct tp_fcoe_stats *st, bool sleep_ok)
sys/dev/cxgbe/common/t4_hw.c
7994
bool sleep_ok)
sys/dev/cxgbe/common/t4_hw.c
8014
bool sleep_ok)
sys/dev/cxgbe/common/t4_hw.c
8914
u64 mask0, u64 mask1, unsigned int crc, bool enable)
sys/dev/cxgbe/common/t4_hw.c
9882
bool sleep_ok)
sys/dev/cxgbe/common/t4_hw.c
9931
bool sleep_ok)
sys/dev/cxgbe/common/t4_hw.c
9978
u8 lookup_type, u8 port_id, bool sleep_ok)
sys/dev/cxgbe/crypto/t4_crypto.c
182
bool detaching;
sys/dev/cxgbe/crypto/t4_crypto.c
2066
static bool
sys/dev/cxgbe/crypto/t4_crypto.c
2165
static bool
sys/dev/cxgbe/crypto/t4_crypto.c
2187
static bool
sys/dev/cxgbe/crypto/t4_crypto.c
417
static bool
sys/dev/cxgbe/crypto/t6_kern_tls.c
1316
tcp_seq tcp_seqno, uint32_t *tsopt, u_int pidx, bool set_l2t_idx)
sys/dev/cxgbe/crypto/t6_kern_tls.c
1333
bool first_wr, last_wr, using_scratch;
sys/dev/cxgbe/crypto/t6_kern_tls.c
139
ktls_act_open_cpl_size(bool isipv6)
sys/dev/cxgbe/crypto/t6_kern_tls.c
1962
bool has_fin, set_l2t_idx;
sys/dev/cxgbe/crypto/t6_kern_tls.c
219
bool isipv6;
sys/dev/cxgbe/crypto/t6_kern_tls.c
76
bool inline_key;
sys/dev/cxgbe/crypto/t6_kern_tls.c
77
bool using_timestamps;
sys/dev/cxgbe/crypto/t6_kern_tls.c
99
bool open_pending;
sys/dev/cxgbe/crypto/t7_kern_tls.c
1150
uint16_t eh_type, bool last_wr)
sys/dev/cxgbe/crypto/t7_kern_tls.c
1267
bool inline_key, ghash_lcb, last_ghash_frag, last_wr, need_lso;
sys/dev/cxgbe/crypto/t7_kern_tls.c
1268
bool request_ghash, send_partial_ghash, short_record, split_mode;
sys/dev/cxgbe/crypto/t7_kern_tls.c
1269
bool using_scratch;
sys/dev/cxgbe/crypto/t7_kern_tls.c
403
ktls_base_wr_size(struct tlspcb *tlsp, bool inline_key)
sys/dev/cxgbe/crypto/t7_kern_tls.c
458
static bool
sys/dev/cxgbe/crypto/t7_kern_tls.c
461
u_int *leading_waste, u_int *trailing_waste, bool send_partial_ghash,
sys/dev/cxgbe/crypto/t7_kern_tls.c
462
bool request_ghash)
sys/dev/cxgbe/crypto/t7_kern_tls.c
585
bool inline_key, last_ghash_frag, request_ghash, send_partial_ghash;
sys/dev/cxgbe/crypto/t7_kern_tls.c
586
bool short_record;
sys/dev/cxgbe/crypto/t7_kern_tls.c
724
ktls_queue_next_packet(struct tlspcb *tlsp, bool enqueue_only)
sys/dev/cxgbe/crypto/t7_kern_tls.c
78
bool inline_key;
sys/dev/cxgbe/crypto/t7_kern_tls.c
79
bool tls13;
sys/dev/cxgbe/crypto/t7_kern_tls.c
924
static inline bool
sys/dev/cxgbe/crypto/t7_kern_tls.c
94
bool ghash_valid;
sys/dev/cxgbe/crypto/t7_kern_tls.c
95
bool ghash_pending;
sys/dev/cxgbe/crypto/t7_kern_tls.c
96
bool ghash_lcb;
sys/dev/cxgbe/crypto/t7_kern_tls.c
97
bool queue_mbufs;
sys/dev/cxgbe/crypto/t7_kern_tls.c
992
write_tx_tls_ack(void *dst, u_int rx_chid, u_int hash_len, bool ghash_lcb)
sys/dev/cxgbe/cudbg/cudbg_entity.h
317
bool exist; /* Does region exists in current memory region? */
sys/dev/cxgbe/cudbg/cudbg_lib.c
1862
bool limit_qid = false;
sys/dev/cxgbe/cudbg/cudbg_lib.c
219
bool flag_ext = 0;
sys/dev/cxgbe/cxgbei/cxgbei.h
55
bool rx_active; /* protected by so_rcv lock */
sys/dev/cxgbe/cxgbei/cxgbei.h
56
bool rx_exiting; /* protected by so_rcv lock */
sys/dev/cxgbe/cxgbei/cxgbei.h
65
bool tx_active; /* protected by ic lock */
sys/dev/cxgbe/cxgbei/icl_cxgbei.c
1456
static inline bool
sys/dev/cxgbe/cxgbei/icl_cxgbei.c
506
bool cantrcvmore;
sys/dev/cxgbe/cxgbei/icl_cxgbei.c
626
bool mapped;
sys/dev/cxgbe/cxgbei/icl_cxgbei.c
814
bool mapped;
sys/dev/cxgbe/cxgbei/icl_cxgbei.c
979
static bool
sys/dev/cxgbe/firmware/t4fw_interface.h
8450
static inline bool
sys/dev/cxgbe/firmware/t4fw_interface.h
8976
static inline bool
sys/dev/cxgbe/iw_cxgbe/cm.c
928
static inline bool c4iw_zero_addr(struct sockaddr *addr)
sys/dev/cxgbe/iw_cxgbe/cm.c
942
static inline bool c4iw_loopback_addr(struct sockaddr *addr, struct vnet *vnet)
sys/dev/cxgbe/iw_cxgbe/cm.c
944
bool ret;
sys/dev/cxgbe/iw_cxgbe/cm.c
961
static inline bool c4iw_any_addr(struct sockaddr *addr, struct vnet *vnet)
sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
179
static inline int t4_max_fr_depth(struct c4iw_rdev *rdev, bool use_dsgl)
sys/dev/cxgbe/iw_cxgbe/qp.c
708
bool dsgl_supported)
sys/dev/cxgbe/nvmf/nvmf_che.c
1197
static bool
sys/dev/cxgbe/nvmf/nvmf_che.c
1231
static bool
sys/dev/cxgbe/nvmf/nvmf_che.c
140
bool nvmt_data_iqe;
sys/dev/cxgbe/nvmf/nvmf_che.c
156
bool ddp_ok;
sys/dev/cxgbe/nvmf/nvmf_che.c
1731
bool can_truncate)
sys/dev/cxgbe/nvmf/nvmf_che.c
1747
uint32_t data_offset, struct mbuf *m, size_t len, bool last_pdu)
sys/dev/cxgbe/nvmf/nvmf_che.c
188
bool header_digests;
sys/dev/cxgbe/nvmf/nvmf_che.c
189
bool data_digests;
sys/dev/cxgbe/nvmf/nvmf_che.c
205
bool send_success; /* Controller only */
sys/dev/cxgbe/nvmf/nvmf_che.c
2096
bool empty;
sys/dev/cxgbe/nvmf/nvmf_che.c
212
bool rx_shutdown;
sys/dev/cxgbe/nvmf/nvmf_che.c
2177
bool use_icd;
sys/dev/cxgbe/nvmf/nvmf_che.c
220
bool tx_shutdown;
sys/dev/cxgbe/nvmf/nvmf_che.c
2398
che_allocate_qpair(bool controller, const nvlist_t *nvl)
sys/dev/cxgbe/nvmf/nvmf_che.c
258
bool data_digest_mismatch;
sys/dev/cxgbe/nvmf/nvmf_che.c
259
bool ddp;
sys/dev/cxgbe/nvmf/nvmf_che.c
2997
struct mbuf *m, size_t len, bool last_pdu, bool success)
sys/dev/cxgbe/nvmf/nvmf_che.c
3023
bool last_pdu, last_xfer;
sys/dev/cxgbe/nvmf/nvmf_che.c
318
static bool
sys/dev/cxgbe/nvmf/nvmf_che.c
585
static bool
sys/dev/cxgbe/nvmf/nvmf_che.c
710
static bool
sys/dev/cxgbe/offload.h
140
bool stid_tab_stopped;
sys/dev/cxgbe/offload.h
146
bool atid_alloc_stopped;
sys/dev/cxgbe/t4_clip.c
104
static struct clip_db_entry *lookup_clip_db_entry(struct in6_addr *, bool);
sys/dev/cxgbe/t4_clip.c
106
bool);
sys/dev/cxgbe/t4_clip.c
157
lookup_clip_db_entry(struct in6_addr *in6, bool add)
sys/dev/cxgbe/t4_clip.c
184
lookup_clip_entry(struct adapter *sc, struct in6_addr *in6, bool add)
sys/dev/cxgbe/t4_clip.c
254
t4_get_clip_entry(struct adapter *sc, struct in6_addr *in6, bool add)
sys/dev/cxgbe/t4_clip.c
258
bool schedule = false;
sys/dev/cxgbe/t4_clip.c
357
bool schedule = false;
sys/dev/cxgbe/t4_clip.c
485
bool found;
sys/dev/cxgbe/t4_clip.c
663
bool reschedule;
sys/dev/cxgbe/t4_clip.c
83
bool pending; /* in clip_pending list */
sys/dev/cxgbe/t4_clip.h
41
struct clip_entry *t4_get_clip_entry(struct adapter *, struct in6_addr *, bool);
sys/dev/cxgbe/t4_filter.c
1089
static bool
sys/dev/cxgbe/t4_filter.c
2072
set_nat_params(struct adapter *sc, struct filter_entry *f, const bool dip,
sys/dev/cxgbe/t4_filter.c
2073
const bool sip, const bool dp, const bool sp)
sys/dev/cxgbe/t4_filter.c
213
static bool
sys/dev/cxgbe/t4_filter.c
76
static inline bool
sys/dev/cxgbe/t4_iov.c
52
bool sc_attached;
sys/dev/cxgbe/t4_l2t.c
409
const bool sync = GET_TID(rpl) & F_SYNC_WR;
sys/dev/cxgbe/t4_l2t.h
81
bool l2t_stopped;
sys/dev/cxgbe/t4_main.c
11576
bool hashen = false;
sys/dev/cxgbe/t4_main.c
13410
toe_capability(struct vi_info *vi, bool enable)
sys/dev/cxgbe/t4_main.c
13680
ktls_capability(struct adapter *sc, bool enable)
sys/dev/cxgbe/t4_main.c
13979
bool valid;
sys/dev/cxgbe/t4_main.c
14005
bool valid;
sys/dev/cxgbe/t4_main.c
14042
bool valid;
sys/dev/cxgbe/t4_main.c
2105
set_adapter_hwstatus(struct adapter *sc, const bool usable)
sys/dev/cxgbe/t4_main.c
3960
t4_fatal_err(struct adapter *sc, bool fw_error)
sys/dev/cxgbe/t4_main.c
5010
bool load_attempted;
sys/dev/cxgbe/t4_main.c
5475
bool fallback;
sys/dev/cxgbe/t4_main.c
6027
t6_config_kern_tls(struct adapter *sc, bool enable)
sys/dev/cxgbe/t4_main.c
6249
static bool
sys/dev/cxgbe/t4_main.c
818
static bool fixed_ifmedia(struct port_info *);
sys/dev/cxgbe/t4_main.c
928
static inline void set_adapter_hwstatus(struct adapter *, const bool);
sys/dev/cxgbe/t4_main.c
938
static int ktls_capability(struct adapter *, bool);
sys/dev/cxgbe/t4_mp_ring.c
121
bool coalescing;
sys/dev/cxgbe/t4_mp_ring.c
232
bool coalescing;
sys/dev/cxgbe/t4_mp_ring.c
348
bool consumer;
sys/dev/cxgbe/t4_mp_ring.c
597
bool
sys/dev/cxgbe/t4_mp_ring.h
37
typedef u_int (*ring_drain_t)(struct mp_ring *, u_int, u_int, bool *);
sys/dev/cxgbe/t4_mp_ring.h
68
bool mp_ring_is_idle(struct mp_ring *);
sys/dev/cxgbe/t4_netmap.c
596
bool dq_norss; /* default queue should not be in RSS table. */
sys/dev/cxgbe/t4_sched.c
499
bool update;
sys/dev/cxgbe/t4_sched.c
79
bool check_pktsize = false;
sys/dev/cxgbe/t4_sge.c
1136
max_rx_payload(struct adapter *sc, if_t ifp, const bool ofld)
sys/dev/cxgbe/t4_sge.c
2422
static inline bool
sys/dev/cxgbe/t4_sge.c
2436
static inline bool
sys/dev/cxgbe/t4_sge.c
2447
static inline bool
sys/dev/cxgbe/t4_sge.c
2456
static inline bool
sys/dev/cxgbe/t4_sge.c
2469
static inline bool
sys/dev/cxgbe/t4_sge.c
2480
static inline bool
sys/dev/cxgbe/t4_sge.c
2491
static inline bool
sys/dev/cxgbe/t4_sge.c
2503
static inline bool
sys/dev/cxgbe/t4_sge.c
2514
static inline bool
sys/dev/cxgbe/t4_sge.c
2525
static inline bool
sys/dev/cxgbe/t4_sge.c
2671
max_nsegs_allowed(struct mbuf *m, bool vm_wr)
sys/dev/cxgbe/t4_sge.c
2699
parse_pkt(struct mbuf **mp, bool vm_wr)
sys/dev/cxgbe/t4_sge.c
295
static int find_refill_source(struct adapter *, int, bool);
sys/dev/cxgbe/t4_sge.c
301
static inline void calculate_mbuf_len16(struct mbuf *, bool);
sys/dev/cxgbe/t4_sge.c
310
int, bool *);
sys/dev/cxgbe/t4_sge.c
3109
static inline bool
sys/dev/cxgbe/t4_sge.c
312
int, bool *);
sys/dev/cxgbe/t4_sge.c
3163
static inline bool
sys/dev/cxgbe/t4_sge.c
3184
eth_tx(struct mp_ring *r, u_int cidx, u_int pidx, bool *coalescing)
sys/dev/cxgbe/t4_sge.c
3196
bool snd, recent_tx;
sys/dev/cxgbe/t4_sge.c
5398
calculate_mbuf_len16(struct mbuf *m, bool vm_wr)
sys/dev/cxgbe/t4_sge.c
5878
static inline bool
sys/dev/cxgbe/t4_sge.c
5904
int avail, bool *send)
sys/dev/cxgbe/t4_sge.c
5956
int avail, bool *send)
sys/dev/cxgbe/t4_sge.c
6492
find_refill_source(struct adapter *sc, int maxp, bool packing)
sys/dev/cxgbe/t4_sge.c
6673
static inline bool
sys/dev/cxgbe/tom/t4_cpl_io.c
1043
bool iso, nomap_mbuf_seen;
sys/dev/cxgbe/tom/t4_cpl_io.c
1241
bool iso, nomap_mbuf_seen;
sys/dev/cxgbe/tom/t4_cpl_io.c
2537
bool moretocome, sendmore;
sys/dev/cxgbe/tom/t4_cpl_io.c
624
bool
sys/dev/cxgbe/tom/t4_cpl_io.c
701
bool nomap_mbuf_seen;
sys/dev/cxgbe/tom/t4_ddp.c
1102
bool ddp_rcvbuf;
sys/dev/cxgbe/tom/t4_ddp.c
1224
static bool
sys/dev/cxgbe/tom/t4_ddp.c
474
bool ddp_rcvbuf;
sys/dev/cxgbe/tom/t4_ddp.c
762
static bool
sys/dev/cxgbe/tom/t4_ddp.c
868
bool invalidated;
sys/dev/cxgbe/tom/t4_listen.c
1158
static bool
sys/dev/cxgbe/tom/t4_listen.c
203
alloc_stid(struct adapter *sc, bool isipv6, void *ctx)
sys/dev/cxgbe/tom/t4_listen.c
302
free_stid(struct adapter *sc, int stid, bool isipv6)
sys/dev/cxgbe/tom/t4_listen.c
75
static int alloc_stid(struct adapter *, bool, void *);
sys/dev/cxgbe/tom/t4_listen.c
77
static void free_stid(struct adapter *, int , bool);
sys/dev/cxgbe/tom/t4_tls.c
1313
bool have_header;
sys/dev/cxgbe/tom/t4_tls.c
514
bool tls13;
sys/dev/cxgbe/tom/t4_tls.c
82
bool
sys/dev/cxgbe/tom/t4_tls.h
77
bool tls13;
sys/dev/cxgbe/tom/t4_tom.c
2391
bool *ok_to_unload = arg;
sys/dev/cxgbe/tom/t4_tom.c
2406
bool ok_to_unload = true;
sys/dev/cxgbe/tom/t4_tom.c
262
restore_so_proto(struct socket *so, bool v6)
sys/dev/cxgbe/tom/t4_tom.c
594
lookup_tcb_histent(struct adapter *sc, u_int tid, bool addrem)
sys/dev/cxgbe/tom/t4_tom.c
711
bool remove;
sys/dev/cxgbe/tom/t4_tom.c
999
bool need_wakeup;
sys/dev/cxgbe/tom/t4_tom.h
302
bool isipv6;
sys/dev/cxgbe/tom/t4_tom.h
380
set_mbuf_raw_wr(struct mbuf *m, bool raw)
sys/dev/cxgbe/tom/t4_tom.h
387
static inline bool
sys/dev/cxgbe/tom/t4_tom.h
412
set_mbuf_iscsi_iso(struct mbuf *m, bool iso)
sys/dev/cxgbe/tom/t4_tom.h
419
static inline bool
sys/dev/cxgbe/tom/t4_tom.h
469
void restore_so_proto(struct socket *, bool);
sys/dev/cxgbe/tom/t4_tom.h
536
bool t4_push_raw_wr(struct adapter *, struct toepcb *, struct mbuf *);
sys/dev/cxgbe/tom/t4_tom.h
577
bool can_tls_offload(struct adapter *);
sys/dev/cxgbe/tom/t4_tom_l2t.c
323
const bool sync = GET_TID(rpl) & F_SYNC_WR;
sys/dev/dpaa/bman.h
61
bool sc_regs_mapped[MAXCPU]; /* register mapping status */
sys/dev/dpaa/if_dtsec.c
847
bool duplex;
sys/dev/dpaa/if_dtsec.h
107
bool sc_tx_fqr_full;
sys/dev/dpaa/if_dtsec.h
76
bool sc_hidden;
sys/dev/dpaa/if_dtsec_rm.c
271
dtsec_rm_pool_rx_depleted(t_Handle h_App, bool in)
sys/dev/dpaa/portals.h
31
bool dp_regs_mapped; /* register mapping status */
sys/dev/dpaa/qman.c
297
bool force_fqid, uint32_t fqid_or_align, bool init_parked,
sys/dev/dpaa/qman.c
298
bool hold_active, bool prefer_in_cache, bool congst_avoid_ena,
sys/dev/dpaa/qman.h
153
bool force_fqid, uint32_t fqid_or_align, bool init_parked,
sys/dev/dpaa/qman.h
154
bool hold_active, bool prefer_in_cache, bool congst_avoid_ena,
sys/dev/dpaa/qman.h
73
bool sc_regs_mapped[MAXCPU];
sys/dev/dpaa2/dpaa2_buf.c
134
bool map_created = false;
sys/dev/dpaa2/dpaa2_buf.c
135
bool mbuf_alloc = false;
sys/dev/dpaa2/dpaa2_buf.c
213
bool map_created = false;
sys/dev/dpaa2/dpaa2_frame.c
128
bool
sys/dev/dpaa2/dpaa2_frame.h
168
bool dpaa2_fd_short_len(struct dpaa2_fd *);
sys/dev/dpaa2/dpaa2_io.h
82
bool cdan_en;
sys/dev/dpaa2/dpaa2_mac.h
94
bool up;
sys/dev/dpaa2/dpaa2_mac.h
95
bool state_valid;
sys/dev/dpaa2/dpaa2_mc.h
102
bool msi_allocated;
sys/dev/dpaa2/dpaa2_mc.h
83
bool acpi_based;
sys/dev/dpaa2/dpaa2_mc_acpi.c
132
static bool
sys/dev/dpaa2/dpaa2_mc_fdt.c
157
static bool
sys/dev/dpaa2/dpaa2_ni.c
1562
bool en_rxcsum, en_txcsum;
sys/dev/dpaa2/dpaa2_ni.c
1655
const bool en_promisc = if_getflags(sc->ifp) & IFF_PROMISC;
sys/dev/dpaa2/dpaa2_ni.c
1656
const bool en_allmulti = if_getflags(sc->ifp) & IFF_ALLMULTI;
sys/dev/dpaa2/dpaa2_ni.c
2487
bool found = false;
sys/dev/dpaa2/dpaa2_ni.c
2927
bool mcast;
sys/dev/dpaa2/dpaa2_ni.c
382
bool last;
sys/dev/dpaa2/dpaa2_ni.h
290
bool cgid_valid;
sys/dev/dpaa2/dpaa2_ni.h
291
bool stash_control;
sys/dev/dpaa2/dpaa2_ni.h
292
bool hold_active;
sys/dev/dpaa2/dpaa2_ni.h
315
bool pass_timestamp;
sys/dev/dpaa2/dpaa2_ni.h
316
bool pass_parser_result;
sys/dev/dpaa2/dpaa2_ni.h
317
bool pass_frame_status;
sys/dev/dpaa2/dpaa2_ni.h
318
bool pass_sw_opaque;
sys/dev/dpaa2/dpaa2_ni.h
345
bool set_err_fas;
sys/dev/dpaa2/dpaa2_ni.h
376
bool link_up;
sys/dev/dpaa2/dpaa2_ni.h
377
bool state_valid;
sys/dev/dpaa2/dpaa2_ni.h
396
bool discard_on_miss;
sys/dev/dpaa2/dpaa2_ni.h
397
bool keep_entries;
sys/dev/dpaa2/dpaa2_ni.h
479
bool fixed_link;
sys/dev/dpaa2/dpaa2_rc.c
1705
struct dpaa2_cmd *cmd, bool rm_uni, bool rm_multi)
sys/dev/dpaa2/dpaa2_rc.c
1746
enum dpaa2_ni_ofl_type ofl_type, bool en)
sys/dev/dpaa2/dpaa2_rc.c
1791
uint8_t irq_idx, bool en)
sys/dev/dpaa2/dpaa2_rc.c
1845
bool en)
sys/dev/dpaa2/dpaa2_rc.c
1865
struct dpaa2_cmd *cmd, bool en)
sys/dev/dpaa2/dpaa2_rc.c
2109
uint8_t irq_idx, bool en)
sys/dev/dpaa2/dpaa2_rc.c
2472
uint8_t irq_idx, bool en)
sys/dev/dpaa2/dpaa2_rc.c
3162
uint8_t irq_idx, bool enable, uint16_t cmdid)
sys/dev/dpaa2/dpaa2_rc.c
3291
bool shared = false;
sys/dev/dpaa2/dpaa2_rc.c
80
bool, uint16_t);
sys/dev/dpaa2/dpaa2_swp.c
371
dpaa2_swp_set_ed_norp(struct dpaa2_eq_desc *ed, bool resp_always)
sys/dev/dpaa2/dpaa2_swp.c
440
dpaa2_swp_set_push_dequeue(struct dpaa2_swp *swp, uint8_t chan_idx, bool en)
sys/dev/dpaa2/dpaa2_swp.c
511
uint8_t we_mask, bool cdan_en, uint64_t ctx)
sys/dev/dpaa2/dpaa2_swp.h
352
bool has_notif;
sys/dev/dpaa2/dpaa2_swp.h
353
bool has_8prio;
sys/dev/dpaa2/dpaa2_swp.h
409
bool atomic;
sys/dev/dpaa2/dpaa2_swp.h
410
bool writes_cinh;
sys/dev/dpaa2/dpaa2_swp.h
411
bool mem_backed;
sys/dev/dpaa2/dpaa2_swp.h
426
bool reset_bug; /* dqrr reset workaround */
sys/dev/dpaa2/dpaa2_swp.h
456
void dpaa2_swp_set_ed_norp(struct dpaa2_eq_desc *ed, bool resp_always);
sys/dev/dpaa2/dpaa2_swp.h
463
bool en);
sys/dev/dpaa2/dpaa2_swp.h
469
uint8_t we_mask, bool cdan_en, uint64_t ctx);
sys/dev/dpaa2/memac_mdio.h
51
bool is_little_endian;
sys/dev/drm2/drmP.h
1325
extern bool drm_handle_vblank(struct drm_device *dev, int crtc);
sys/dev/drm2/drmP.h
1339
extern bool
sys/dev/drm2/drmP.h
1735
bool dmi_check_system(const struct dmi_system_id *);
sys/dev/drm2/drmP.h
596
bool on_map;
sys/dev/drm2/drmP.h
853
bool from_open);
sys/dev/drm2/drmP.h
855
bool from_release);
sys/dev/drm2/drmP.h
946
bool specified;
sys/dev/drm2/drmP.h
947
bool refresh_specified;
sys/dev/drm2/drmP.h
948
bool bpp_specified;
sys/dev/drm2/drmP.h
952
bool rb;
sys/dev/drm2/drmP.h
953
bool interlace;
sys/dev/drm2/drmP.h
954
bool cvt;
sys/dev/drm2/drmP.h
955
bool margins;
sys/dev/drm2/drm_crtc.c
3163
static bool drm_property_change_is_valid(struct drm_property *property,
sys/dev/drm2/drm_crtc.c
650
bool priv)
sys/dev/drm2/drm_crtc.h
1038
extern bool drm_detect_hdmi_monitor(struct edid *edid);
sys/dev/drm2/drm_crtc.h
1039
extern bool drm_detect_monitor_audio(struct edid *edid);
sys/dev/drm2/drm_crtc.h
1044
bool reduced, bool interlaced, bool margins);
sys/dev/drm2/drm_crtc.h
1047
bool interlaced, int margins);
sys/dev/drm2/drm_crtc.h
1050
bool interlaced, int margins, int GTF_M,
sys/dev/drm2/drm_crtc.h
1057
extern bool drm_edid_block_valid(u8 *raw_edid, int block, bool print_bad_edid);
sys/dev/drm2/drm_crtc.h
1058
extern bool drm_edid_is_valid(struct edid *edid);
sys/dev/drm2/drm_crtc.h
1061
bool rb);
sys/dev/drm2/drm_crtc.h
393
bool enabled;
sys/dev/drm2/drm_crtc.h
403
bool invert_dimensions;
sys/dev/drm2/drm_crtc.h
451
bool force);
sys/dev/drm2/drm_crtc.h
572
bool interlace_allowed;
sys/dev/drm2/drm_crtc.h
573
bool doublescan_allowed;
sys/dev/drm2/drm_crtc.h
602
bool dvi_dual;
sys/dev/drm2/drm_crtc.h
604
bool latency_present[2];
sys/dev/drm2/drm_crtc.h
666
bool enabled;
sys/dev/drm2/drm_crtc.h
791
bool poll_enabled;
sys/dev/drm2/drm_crtc.h
792
bool poll_running;
sys/dev/drm2/drm_crtc.h
866
bool priv);
sys/dev/drm2/drm_crtc.h
883
extern bool drm_probe_ddc(device_t adapter);
sys/dev/drm2/drm_crtc.h
897
extern bool drm_mode_equal(const struct drm_display_mode *mode1, const struct drm_display_mode *mode2);
sys/dev/drm2/drm_crtc.h
918
struct list_head *mode_list, bool verbose);
sys/dev/drm2/drm_crtc.h
946
extern bool drm_crtc_in_use(struct drm_crtc *crtc);
sys/dev/drm2/drm_crtc_helper.c
1038
bool poll = false;
sys/dev/drm2/drm_crtc_helper.c
1076
bool changed = false;
sys/dev/drm2/drm_crtc_helper.c
218
bool drm_helper_encoder_in_use(struct drm_encoder *encoder)
sys/dev/drm2/drm_crtc_helper.c
241
bool drm_helper_crtc_in_use(struct drm_crtc *crtc)
sys/dev/drm2/drm_crtc_helper.c
316
static bool drm_encoder_crtc_ok(struct drm_encoder *encoder,
sys/dev/drm2/drm_crtc_helper.c
385
bool drm_crtc_helper_set_mode(struct drm_crtc *crtc,
sys/dev/drm2/drm_crtc_helper.c
396
bool ret = true;
sys/dev/drm2/drm_crtc_helper.c
556
bool mode_changed = false; /* if true do a full mode set */
sys/dev/drm2/drm_crtc_helper.c
557
bool fb_changed = false; /* if true and !mode_changed just do a flip */
sys/dev/drm2/drm_crtc_helper.c
69
static bool drm_kms_helper_poll = true;
sys/dev/drm2/drm_crtc_helper.c
70
module_param_named(poll, drm_kms_helper_poll, bool, 0600);
sys/dev/drm2/drm_crtc_helper.c
981
bool repoll = false, changed = false;
sys/dev/drm2/drm_crtc_helper.h
125
extern bool drm_crtc_helper_set_mode(struct drm_crtc *crtc,
sys/dev/drm2/drm_crtc_helper.h
129
extern bool drm_helper_crtc_in_use(struct drm_crtc *crtc);
sys/dev/drm2/drm_crtc_helper.h
130
extern bool drm_helper_encoder_in_use(struct drm_encoder *encoder);
sys/dev/drm2/drm_crtc_helper.h
58
bool (*mode_fixup)(struct drm_crtc *crtc,
sys/dev/drm2/drm_crtc_helper.h
92
bool (*mode_fixup)(struct drm_encoder *encoder,
sys/dev/drm2/drm_dp_helper.c
51
bool drm_dp_channel_eq_ok(u8 link_status[DP_LINK_STATUS_SIZE],
sys/dev/drm2/drm_dp_helper.c
71
bool drm_dp_clock_recovery_ok(u8 link_status[DP_LINK_STATUS_SIZE],
sys/dev/drm2/drm_dp_helper.h
312
bool running;
sys/dev/drm2/drm_dp_helper.h
326
bool drm_dp_channel_eq_ok(u8 link_status[DP_LINK_STATUS_SIZE],
sys/dev/drm2/drm_dp_helper.h
328
bool drm_dp_clock_recovery_ok(u8 link_status[DP_LINK_STATUS_SIZE],
sys/dev/drm2/drm_dp_iic_helper.c
139
bool reading;
sys/dev/drm2/drm_dp_iic_helper.c
56
iic_dp_aux_address(device_t idev, u16 address, bool reading)
sys/dev/drm2/drm_dp_iic_helper.c
78
iic_dp_aux_stop(device_t idev, bool reading)
sys/dev/drm2/drm_edid.c
1016
static bool
sys/dev/drm2/drm_edid.c
1048
static bool
sys/dev/drm2/drm_edid.c
1076
static bool valid_inferred_mode(const struct drm_connector *connector,
sys/dev/drm2/drm_edid.c
1080
bool ok = false;
sys/dev/drm2/drm_edid.c
1164
bool rb = drm_monitor_supports_rb(edid);
sys/dev/drm2/drm_edid.c
162
bool drm_edid_block_valid(u8 *raw_edid, int block, bool print_bad_edid)
sys/dev/drm2/drm_edid.c
1681
static bool cea_db_is_hdmi_vsdb(const u8 *db)
sys/dev/drm2/drm_edid.c
1850
bool drm_detect_hdmi_monitor(struct edid *edid)
sys/dev/drm2/drm_edid.c
1886
bool drm_detect_monitor_audio(struct edid *edid)
sys/dev/drm2/drm_edid.c
1890
bool has_audio = false;
sys/dev/drm2/drm_edid.c
236
bool drm_edid_is_valid(struct edid *edid)
sys/dev/drm2/drm_edid.c
312
static bool drm_edid_is_zero(u8 *in_edid, int length)
sys/dev/drm2/drm_edid.c
329
bool print_bad_edid = !connector->bad_edid_counter || (drm_debug & DRM_DEBUGBITS_KMS);
sys/dev/drm2/drm_edid.c
411
bool
sys/dev/drm2/drm_edid.c
451
static bool edid_vendor(struct edid *edid, char *vendor)
sys/dev/drm2/drm_edid.c
534
static bool
sys/dev/drm2/drm_edid.c
556
bool rb)
sys/dev/drm2/drm_edid.c
638
*(bool *)data = true;
sys/dev/drm2/drm_edid.c
642
static bool
sys/dev/drm2/drm_edid.c
646
bool ret = false;
sys/dev/drm2/drm_edid.c
76
bool preferred;
sys/dev/drm2/drm_edid.c
999
static bool
sys/dev/drm2/drm_fb_helper.c
1052
static bool drm_has_cmdline_mode(struct drm_fb_helper_connector *fb_connector)
sys/dev/drm2/drm_fb_helper.c
1100
static bool drm_connector_enabled(struct drm_connector *connector, bool strict)
sys/dev/drm2/drm_fb_helper.c
1102
bool enable;
sys/dev/drm2/drm_fb_helper.c
1113
bool *enabled)
sys/dev/drm2/drm_fb_helper.c
1115
bool any_enabled = false;
sys/dev/drm2/drm_fb_helper.c
1136
static bool drm_target_cloned(struct drm_fb_helper *fb_helper,
sys/dev/drm2/drm_fb_helper.c
1138
bool *enabled, int width, int height)
sys/dev/drm2/drm_fb_helper.c
1141
bool can_clone = false;
sys/dev/drm2/drm_fb_helper.c
1209
static bool drm_target_preferred(struct drm_fb_helper *fb_helper,
sys/dev/drm2/drm_fb_helper.c
1211
bool *enabled, int width, int height)
sys/dev/drm2/drm_fb_helper.c
1329
bool *enabled;
sys/dev/drm2/drm_fb_helper.c
1343
sizeof(bool), DRM_MEM_KMS, M_NOWAIT | M_ZERO);
sys/dev/drm2/drm_fb_helper.c
1409
bool drm_fb_helper_initial_config(struct drm_fb_helper *fb_helper, int bpp_sel)
sys/dev/drm2/drm_fb_helper.c
336
bool drm_fb_helper_restore_fbdev_mode(struct drm_fb_helper *fb_helper)
sys/dev/drm2/drm_fb_helper.c
338
bool error = false;
sys/dev/drm2/drm_fb_helper.c
351
static bool drm_fb_helper_force_kernel_mode(void)
sys/dev/drm2/drm_fb_helper.c
353
bool ret, error = false;
sys/dev/drm2/drm_fb_helper.c
398
bool ret;
sys/dev/drm2/drm_fb_helper.h
107
bool drm_fb_helper_restore_fbdev_mode(struct drm_fb_helper *fb_helper);
sys/dev/drm2/drm_fb_helper.h
119
bool drm_fb_helper_initial_config(struct drm_fb_helper *fb_helper, int bpp_sel);
sys/dev/drm2/drm_fb_helper.h
80
bool delayed_hotplug;
sys/dev/drm2/drm_fops.c
462
static bool
sys/dev/drm2/drm_fops.c
467
bool ret = false;
sys/dev/drm2/drm_irq.c
1339
bool drm_handle_vblank(struct drm_device *dev, int crtc)
sys/dev/drm2/drm_irq.c
554
bool invbl;
sys/dev/drm2/drm_mm.c
384
bool best_match)
sys/dev/drm2/drm_mm.c
428
bool best_match)
sys/dev/drm2/drm_mm.h
189
bool best_match);
sys/dev/drm2/drm_mm.h
197
bool best_match);
sys/dev/drm2/drm_mm.h
201
bool best_match)
sys/dev/drm2/drm_mm.h
211
bool best_match)
sys/dev/drm2/drm_mm.h
220
bool best_match)
sys/dev/drm2/drm_mm.h
231
bool best_match)
sys/dev/drm2/drm_mm.h
81
static inline bool drm_mm_node_allocated(struct drm_mm_node *node)
sys/dev/drm2/drm_mm.h
86
static inline bool drm_mm_initialized(struct drm_mm *mm)
sys/dev/drm2/drm_modes.c
1000
bool interlace = false, margins = false, was_digit = false;
sys/dev/drm2/drm_modes.c
298
int vrefresh, bool interlaced, int margins,
sys/dev/drm2/drm_modes.c
482
bool lace, int margins)
sys/dev/drm2/drm_modes.c
500
bool interlaced = !!(mode->flags & DRM_MODE_FLAG_INTERLACE);
sys/dev/drm2/drm_modes.c
753
bool drm_mode_equal(const struct drm_display_mode *mode1, const struct drm_display_mode *mode2)
sys/dev/drm2/drm_modes.c
838
bool good = false;
sys/dev/drm2/drm_modes.c
85
bool reduced, bool interlaced, bool margins)
sys/dev/drm2/drm_modes.c
865
struct list_head *mode_list, bool verbose)
sys/dev/drm2/drm_modes.c
991
bool drm_mode_parse_command_line_for_connector(const char *mode_option,
sys/dev/drm2/drm_modes.c
997
bool res_specified = false, bpp_specified = false, refresh_specified = false;
sys/dev/drm2/drm_modes.c
999
bool yres_specified = false, cvt = false, rb = false;
sys/dev/drm2/drm_os_freebsd.c
288
static bool
sys/dev/drm2/drm_os_freebsd.c
293
bool res;
sys/dev/drm2/drm_os_freebsd.c
333
bool
sys/dev/drm2/drm_os_freebsd.c
337
bool res;
sys/dev/drm2/drm_os_freebsd.c
405
char *linebuf, size_t linebuflen, bool ascii __unused)
sys/dev/drm2/drm_os_freebsd.h
419
static inline bool
sys/dev/drm2/drm_os_freebsd.h
493
bool timeout_expired = false, awakened = false;
sys/dev/drm2/drm_os_freebsd.h
681
int groupsize, char *linebuf, size_t linebuflen, bool ascii);
sys/dev/drm2/ttm/ttm_bo.c
1000
bool interruptible,
sys/dev/drm2/ttm/ttm_bo.c
1001
bool no_wait_gpu)
sys/dev/drm2/ttm/ttm_bo.c
1007
bool type_found = false;
sys/dev/drm2/ttm/ttm_bo.c
1008
bool type_ok = false;
sys/dev/drm2/ttm/ttm_bo.c
1009
bool has_erestartsys = false;
sys/dev/drm2/ttm/ttm_bo.c
1106
bool interruptible,
sys/dev/drm2/ttm/ttm_bo.c
1107
bool no_wait_gpu)
sys/dev/drm2/ttm/ttm_bo.c
1167
bool interruptible,
sys/dev/drm2/ttm/ttm_bo.c
1168
bool no_wait_gpu)
sys/dev/drm2/ttm/ttm_bo.c
1221
bool interruptible,
sys/dev/drm2/ttm/ttm_bo.c
134
ttm_bo_wait_unreserved_locked(struct ttm_buffer_object *bo, bool interruptible)
sys/dev/drm2/ttm/ttm_bo.c
1341
bool interruptible,
sys/dev/drm2/ttm/ttm_bo.c
1361
unsigned mem_type, bool allow_errors)
sys/dev/drm2/ttm/ttm_bo.c
1582
bool need_dma32)
sys/dev/drm2/ttm/ttm_bo.c
1627
bool ttm_mem_reg_is_pci(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem)
sys/dev/drm2/ttm/ttm_bo.c
1718
bool lazy, bool interruptible, bool no_wait)
sys/dev/drm2/ttm/ttm_bo.c
1771
int ttm_bo_synccpu_write_grab(struct ttm_buffer_object *bo, bool no_wait)
sys/dev/drm2/ttm/ttm_bo.c
201
bool interruptible,
sys/dev/drm2/ttm/ttm_bo.c
202
bool no_wait, bool use_sequence, uint32_t sequence)
sys/dev/drm2/ttm/ttm_bo.c
234
bool wake_up = false;
sys/dev/drm2/ttm/ttm_bo.c
265
bool never_free)
sys/dev/drm2/ttm/ttm_bo.c
278
bool interruptible,
sys/dev/drm2/ttm/ttm_bo.c
279
bool no_wait, bool use_sequence, uint32_t sequence)
sys/dev/drm2/ttm/ttm_bo.c
299
bool interruptible, uint32_t sequence)
sys/dev/drm2/ttm/ttm_bo.c
301
bool wake_up = false;
sys/dev/drm2/ttm/ttm_bo.c
333
bool interruptible, uint32_t sequence)
sys/dev/drm2/ttm/ttm_bo.c
368
static int ttm_bo_add_ttm(struct ttm_buffer_object *bo, bool zero_alloc)
sys/dev/drm2/ttm/ttm_bo.c
412
bool evict, bool interruptible,
sys/dev/drm2/ttm/ttm_bo.c
413
bool no_wait_gpu)
sys/dev/drm2/ttm/ttm_bo.c
416
bool old_is_pci = ttm_mem_reg_is_pci(bdev, &bo->mem);
sys/dev/drm2/ttm/ttm_bo.c
417
bool new_is_pci = ttm_mem_reg_is_pci(bdev, mem);
sys/dev/drm2/ttm/ttm_bo.c
437
bool zero = !(old_man->flags & TTM_MEMTYPE_FLAG_FIXED);
sys/dev/drm2/ttm/ttm_bo.c
607
bool interruptible,
sys/dev/drm2/ttm/ttm_bo.c
608
bool no_wait_gpu)
sys/dev/drm2/ttm/ttm_bo.c
691
static int ttm_bo_delayed_delete(struct ttm_bo_device *bdev, bool remove_all)
sys/dev/drm2/ttm/ttm_bo.c
803
static int ttm_bo_evict(struct ttm_buffer_object *bo, bool interruptible,
sys/dev/drm2/ttm/ttm_bo.c
804
bool no_wait_gpu)
sys/dev/drm2/ttm/ttm_bo.c
860
bool interruptible,
sys/dev/drm2/ttm/ttm_bo.c
861
bool no_wait_gpu)
sys/dev/drm2/ttm/ttm_bo.c
921
bool interruptible,
sys/dev/drm2/ttm/ttm_bo.c
922
bool no_wait_gpu)
sys/dev/drm2/ttm/ttm_bo.c
970
static bool ttm_bo_mt_compatible(struct ttm_mem_type_manager *man,
sys/dev/drm2/ttm/ttm_bo_api.h
214
bool evicted;
sys/dev/drm2/ttm/ttm_bo_api.h
231
bool seq_valid;
sys/dev/drm2/ttm/ttm_bo_api.h
328
extern int ttm_bo_wait(struct ttm_buffer_object *bo, bool lazy,
sys/dev/drm2/ttm/ttm_bo_api.h
329
bool interruptible, bool no_wait);
sys/dev/drm2/ttm/ttm_bo_api.h
348
bool interruptible,
sys/dev/drm2/ttm/ttm_bo_api.h
349
bool no_wait_gpu);
sys/dev/drm2/ttm/ttm_bo_api.h
371
bool never_free);
sys/dev/drm2/ttm/ttm_bo_api.h
430
ttm_bo_synccpu_write_grab(struct ttm_buffer_object *bo, bool no_wait);
sys/dev/drm2/ttm/ttm_bo_api.h
497
bool interrubtible,
sys/dev/drm2/ttm/ttm_bo_api.h
534
bool interruptible,
sys/dev/drm2/ttm/ttm_bo_api.h
633
bool *is_iomem)
sys/dev/drm2/ttm/ttm_bo_api.h
721
size_t count, off_t *f_pos, bool write);
sys/dev/drm2/ttm/ttm_bo_api.h
734
static inline bool ttm_bo_is_reserved(struct ttm_buffer_object *bo)
sys/dev/drm2/ttm/ttm_bo_api.h
80
bool is_iomem;
sys/dev/drm2/ttm/ttm_bo_api.h
81
bool io_reserved_vm;
sys/dev/drm2/ttm/ttm_bo_driver.h
271
bool has_type;
sys/dev/drm2/ttm/ttm_bo_driver.h
272
bool use_type;
sys/dev/drm2/ttm/ttm_bo_driver.h
281
bool use_io_reserve_lru;
sys/dev/drm2/ttm/ttm_bo_driver.h
282
bool io_reserve_fastpath;
sys/dev/drm2/ttm/ttm_bo_driver.h
396
bool evict, bool interruptible,
sys/dev/drm2/ttm/ttm_bo_driver.h
397
bool no_wait_gpu,
sys/dev/drm2/ttm/ttm_bo_driver.h
425
bool (*sync_obj_signaled) (void *sync_obj);
sys/dev/drm2/ttm/ttm_bo_driver.h
427
bool lazy, bool interruptible);
sys/dev/drm2/ttm/ttm_bo_driver.h
565
bool need_dma32;
sys/dev/drm2/ttm/ttm_bo_driver.h
695
extern bool ttm_mem_reg_is_pci(struct ttm_bo_device *bdev,
sys/dev/drm2/ttm/ttm_bo_driver.h
720
bool interruptible,
sys/dev/drm2/ttm/ttm_bo_driver.h
721
bool no_wait_gpu);
sys/dev/drm2/ttm/ttm_bo_driver.h
750
uint64_t file_page_offset, bool need_dma32);
sys/dev/drm2/ttm/ttm_bo_driver.h
771
bool interruptible);
sys/dev/drm2/ttm/ttm_bo_driver.h
821
bool interruptible,
sys/dev/drm2/ttm/ttm_bo_driver.h
822
bool no_wait, bool use_sequence, uint32_t sequence);
sys/dev/drm2/ttm/ttm_bo_driver.h
838
bool interruptible,
sys/dev/drm2/ttm/ttm_bo_driver.h
853
bool interruptible, uint32_t sequence);
sys/dev/drm2/ttm/ttm_bo_driver.h
878
bool interruptible,
sys/dev/drm2/ttm/ttm_bo_driver.h
879
bool no_wait, bool use_sequence,
sys/dev/drm2/ttm/ttm_bo_driver.h
924
bool evict, bool no_wait_gpu,
sys/dev/drm2/ttm/ttm_bo_driver.h
946
bool evict, bool no_wait_gpu,
sys/dev/drm2/ttm/ttm_bo_driver.h
977
bool evict, bool no_wait_gpu,
sys/dev/drm2/ttm/ttm_bo_util.c
292
bool evict, bool no_wait_gpu,
sys/dev/drm2/ttm/ttm_bo_util.c
43
bool evict,
sys/dev/drm2/ttm/ttm_bo_util.c
44
bool no_wait_gpu, struct ttm_mem_reg *new_mem)
sys/dev/drm2/ttm/ttm_bo_util.c
596
bool evict,
sys/dev/drm2/ttm/ttm_bo_util.c
597
bool no_wait_gpu,
sys/dev/drm2/ttm/ttm_bo_util.c
74
int ttm_mem_io_lock(struct ttm_mem_type_manager *man, bool interruptible)
sys/dev/drm2/ttm/ttm_bo_vm.c
391
loff_t *f_pos, bool write)
sys/dev/drm2/ttm/ttm_bo_vm.c
404
bool no_wait = false;
sys/dev/drm2/ttm/ttm_bo_vm.c
405
bool dummy;
sys/dev/drm2/ttm/ttm_bo_vm.c
484
bool write)
sys/dev/drm2/ttm/ttm_bo_vm.c
494
bool no_wait = false;
sys/dev/drm2/ttm/ttm_bo_vm.c
495
bool dummy;
sys/dev/drm2/ttm/ttm_execbuf_util.h
50
bool reserved;
sys/dev/drm2/ttm/ttm_execbuf_util.h
51
bool removed;
sys/dev/drm2/ttm/ttm_lock.c
116
static bool __ttm_read_trylock(struct ttm_lock *lock, bool *locked)
sys/dev/drm2/ttm/ttm_lock.c
118
bool block = true;
sys/dev/drm2/ttm/ttm_lock.c
137
int ttm_read_trylock(struct ttm_lock *lock, bool interruptible)
sys/dev/drm2/ttm/ttm_lock.c
141
bool locked;
sys/dev/drm2/ttm/ttm_lock.c
173
static bool __ttm_write_lock(struct ttm_lock *lock)
sys/dev/drm2/ttm/ttm_lock.c
175
bool locked = false;
sys/dev/drm2/ttm/ttm_lock.c
192
ttm_write_lock(struct ttm_lock *lock, bool interruptible)
sys/dev/drm2/ttm/ttm_lock.c
255
static bool __ttm_vt_lock(struct ttm_lock *lock)
sys/dev/drm2/ttm/ttm_lock.c
257
bool locked = false;
sys/dev/drm2/ttm/ttm_lock.c
270
bool interruptible,
sys/dev/drm2/ttm/ttm_lock.c
326
static bool __ttm_suspend_lock(struct ttm_lock *lock)
sys/dev/drm2/ttm/ttm_lock.c
328
bool locked = false;
sys/dev/drm2/ttm/ttm_lock.c
76
static bool __ttm_read_lock(struct ttm_lock *lock)
sys/dev/drm2/ttm/ttm_lock.c
78
bool locked = false;
sys/dev/drm2/ttm/ttm_lock.c
92
ttm_read_lock(struct ttm_lock *lock, bool interruptible)
sys/dev/drm2/ttm/ttm_lock.h
107
extern int ttm_read_lock(struct ttm_lock *lock, bool interruptible);
sys/dev/drm2/ttm/ttm_lock.h
124
extern int ttm_read_trylock(struct ttm_lock *lock, bool interruptible);
sys/dev/drm2/ttm/ttm_lock.h
165
extern int ttm_vt_lock(struct ttm_lock *lock, bool interruptible,
sys/dev/drm2/ttm/ttm_lock.h
198
extern int ttm_write_lock(struct ttm_lock *lock, bool interruptible);
sys/dev/drm2/ttm/ttm_lock.h
219
static inline void ttm_lock_set_kill(struct ttm_lock *lock, bool val,
sys/dev/drm2/ttm/ttm_lock.h
74
bool kill_takers;
sys/dev/drm2/ttm/ttm_memory.c
128
static bool ttm_zones_above_swap_target(struct ttm_mem_global *glob,
sys/dev/drm2/ttm/ttm_memory.c
129
bool from_wq, uint64_t extra)
sys/dev/drm2/ttm/ttm_memory.c
160
static void ttm_shrink(struct ttm_mem_global *glob, bool from_wq,
sys/dev/drm2/ttm/ttm_memory.c
306
bool needs_swapping = false;
sys/dev/drm2/ttm/ttm_memory.c
351
uint64_t amount, bool reserve)
sys/dev/drm2/ttm/ttm_memory.c
392
bool no_wait, bool interruptible)
sys/dev/drm2/ttm/ttm_memory.c
411
bool no_wait, bool interruptible)
sys/dev/drm2/ttm/ttm_memory.c
426
bool no_wait, bool interruptible)
sys/dev/drm2/ttm/ttm_memory.h
139
bool no_wait, bool interruptible);
sys/dev/drm2/ttm/ttm_memory.h
144
bool no_wait, bool interruptible);
sys/dev/drm2/ttm/ttm_object.c
147
bool shareable,
sys/dev/drm2/ttm/ttm_object.c
257
enum ttm_ref_type ref_type, bool *existed)
sys/dev/drm2/ttm/ttm_object.h
124
bool shareable;
sys/dev/drm2/ttm/ttm_object.h
148
bool shareable,
sys/dev/drm2/ttm/ttm_object.h
203
enum ttm_ref_type ref_type, bool *existed);
sys/dev/drm2/ttm/ttm_page_alloc.c
67
bool fill_lock;
sys/dev/drm2/ttm/ttm_page_alloc.c
68
bool dma32;
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
942
bool is_cached = false;
sys/dev/dwc/dwc1000_core.c
221
dwc1000_enable_mac(struct dwc_softc *sc, bool enable)
sys/dev/dwc/dwc1000_core.h
38
void dwc1000_enable_mac(struct dwc_softc *sc, bool enable);
sys/dev/dwc/dwc1000_dma.c
195
uint32_t len, uint32_t flags, bool first, bool last)
sys/dev/dwc/dwc1000_dma.c
421
bool map_finished;
sys/dev/dwc/if_dwc_rk.c
124
bool integrated_phy;
sys/dev/dwc/if_dwc_rk.c
125
bool clock_in;
sys/dev/dwc/if_dwcvar.h
72
bool link_is_up;
sys/dev/dwc/if_dwcvar.h
73
bool is_attached;
sys/dev/dwc/if_dwcvar.h
74
bool is_detaching;
sys/dev/dwc/if_dwcvar.h
88
bool nopblx8;
sys/dev/dwc/if_dwcvar.h
89
bool fixed_burst;
sys/dev/dwc/if_dwcvar.h
90
bool mixed_burst;
sys/dev/dwc/if_dwcvar.h
91
bool aal;
sys/dev/dwc/if_dwcvar.h
92
bool dma_ext_desc;
sys/dev/dwwdt/dwwdt.c
100
static bool dwwdt_debug_enabled = false;
sys/dev/dwwdt/dwwdt.c
104
static bool dwwdt_panic_first = true;
sys/dev/dwwdt/dwwdt.c
119
static inline bool dwwdt_started(const struct dwwdt_softc *sc);
sys/dev/dwwdt/dwwdt.c
143
static inline bool
sys/dev/dwwdt/dwwdt.c
96
static bool dwwdt_prevent_restart = false;
sys/dev/e1000/e1000_80003es2lan.c
593
bool link;
sys/dev/e1000/e1000_82541.c
1204
void e1000_init_script_state_82541(struct e1000_hw *hw, bool state)
sys/dev/e1000/e1000_82541.c
58
bool active);
sys/dev/e1000/e1000_82541.c
588
bool link;
sys/dev/e1000/e1000_82541.c
64
bool link_up);
sys/dev/e1000/e1000_82541.c
669
bool link_up)
sys/dev/e1000/e1000_82541.c
945
static s32 e1000_set_d3_lplu_state_82541(struct e1000_hw *hw, bool active)
sys/dev/e1000/e1000_82541.h
91
void e1000_init_script_state_82541(struct e1000_hw *hw, bool state);
sys/dev/e1000/e1000_82543.c
1064
bool link = true;
sys/dev/e1000/e1000_82543.c
1203
bool link;
sys/dev/e1000/e1000_82543.c
285
static bool e1000_tbi_compatibility_enabled_82543(struct e1000_hw *hw)
sys/dev/e1000/e1000_82543.c
288
bool state = false;
sys/dev/e1000/e1000_82543.c
310
void e1000_set_tbi_compatibility_82543(struct e1000_hw *hw, bool state)
sys/dev/e1000/e1000_82543.c
337
bool e1000_tbi_sbp_enabled_82543(struct e1000_hw *hw)
sys/dev/e1000/e1000_82543.c
340
bool state = false;
sys/dev/e1000/e1000_82543.c
362
static void e1000_set_tbi_sbp_82543(struct e1000_hw *hw, bool state)
sys/dev/e1000/e1000_82543.c
383
static bool e1000_init_phy_disabled_82543(struct e1000_hw *hw)
sys/dev/e1000/e1000_82543.c
386
bool ret_val;
sys/dev/e1000/e1000_82543.c
68
static bool e1000_init_phy_disabled_82543(struct e1000_hw *hw);
sys/dev/e1000/e1000_82543.c
75
static bool e1000_tbi_compatibility_enabled_82543(struct e1000_hw *hw);
sys/dev/e1000/e1000_82543.c
76
static void e1000_set_tbi_sbp_82543(struct e1000_hw *hw, bool state);
sys/dev/e1000/e1000_82543.c
772
bool link;
sys/dev/e1000/e1000_82543.h
54
bool state);
sys/dev/e1000/e1000_82543.h
55
bool e1000_tbi_sbp_enabled_82543(struct e1000_hw *hw);
sys/dev/e1000/e1000_82571.c
1333
static bool e1000_check_mng_mode_82574(struct e1000_hw *hw)
sys/dev/e1000/e1000_82571.c
1381
bool e1000_check_phy_82574(struct e1000_hw *hw)
sys/dev/e1000/e1000_82571.c
1726
bool e1000_get_laa_state_82571(struct e1000_hw *hw)
sys/dev/e1000/e1000_82571.c
1743
void e1000_set_laa_state_82571(struct e1000_hw *hw, bool state)
sys/dev/e1000/e1000_82571.c
287
bool force_clear_smbi = false;
sys/dev/e1000/e1000_82571.c
574
static s32 e1000_set_d0_lplu_state_82574(struct e1000_hw *hw, bool active)
sys/dev/e1000/e1000_82571.c
600
static s32 e1000_set_d3_lplu_state_82574(struct e1000_hw *hw, bool active)
sys/dev/e1000/e1000_82571.c
61
bool active);
sys/dev/e1000/e1000_82571.c
65
static bool e1000_check_mng_mode_82574(struct e1000_hw *hw);
sys/dev/e1000/e1000_82571.c
78
bool active);
sys/dev/e1000/e1000_82571.c
80
bool active);
sys/dev/e1000/e1000_82571.c
870
static s32 e1000_set_d0_lplu_state_82571(struct e1000_hw *hw, bool active)
sys/dev/e1000/e1000_82571.h
62
bool e1000_check_phy_82574(struct e1000_hw *hw);
sys/dev/e1000/e1000_82571.h
63
bool e1000_get_laa_state_82571(struct e1000_hw *hw);
sys/dev/e1000/e1000_82571.h
64
void e1000_set_laa_state_82571(struct e1000_hw *hw, bool state);
sys/dev/e1000/e1000_82575.c
106
static void e1000_clock_in_i2c_bit(struct e1000_hw *hw, bool *data);
sys/dev/e1000/e1000_82575.c
107
static s32 e1000_clock_out_i2c_bit(struct e1000_hw *hw, bool data);
sys/dev/e1000/e1000_82575.c
110
static s32 e1000_set_i2c_data(struct e1000_hw *hw, u32 *i2cctl, bool data);
sys/dev/e1000/e1000_82575.c
111
static bool e1000_get_i2c_data(u32 *i2cctl);
sys/dev/e1000/e1000_82575.c
127
static bool e1000_sgmii_uses_mdio_82575(struct e1000_hw *hw)
sys/dev/e1000/e1000_82575.c
130
bool ext_mdio = false;
sys/dev/e1000/e1000_82575.c
1497
bool pcs_autoneg;
sys/dev/e1000/e1000_82575.c
1823
static bool e1000_sgmii_active_82575(struct e1000_hw *hw)
sys/dev/e1000/e1000_82575.c
2038
void e1000_vmdq_set_anti_spoofing_pf(struct e1000_hw *hw, bool enable, int pf)
sys/dev/e1000/e1000_82575.c
2076
void e1000_vmdq_set_loopback_pf(struct e1000_hw *hw, bool enable)
sys/dev/e1000/e1000_82575.c
2113
void e1000_vmdq_set_replication_pf(struct e1000_hw *hw, bool enable)
sys/dev/e1000/e1000_82575.c
2230
bool global_device_reset = hw->dev_spec._82575.global_device_reset;
sys/dev/e1000/e1000_82575.c
2554
u16 *data, bool read)
sys/dev/e1000/e1000_82575.c
2782
s32 e1000_set_eee_i350(struct e1000_hw *hw, bool adv1G, bool adv100M)
sys/dev/e1000/e1000_82575.c
2837
s32 e1000_set_eee_i354(struct e1000_hw *hw, bool adv1G, bool adv100M)
sys/dev/e1000/e1000_82575.c
2919
s32 e1000_get_eee_status_i354(struct e1000_hw *hw, bool *status)
sys/dev/e1000/e1000_82575.c
3042
bool nack = true;
sys/dev/e1000/e1000_82575.c
3252
bool bit = 0;
sys/dev/e1000/e1000_82575.c
3275
bool bit = 0;
sys/dev/e1000/e1000_82575.c
3309
bool ack = true;
sys/dev/e1000/e1000_82575.c
3349
static void e1000_clock_in_i2c_bit(struct e1000_hw *hw, bool *data)
sys/dev/e1000/e1000_82575.c
3376
static s32 e1000_clock_out_i2c_bit(struct e1000_hw *hw, bool data)
sys/dev/e1000/e1000_82575.c
3452
static s32 e1000_set_i2c_data(struct e1000_hw *hw, u32 *i2cctl, bool data)
sys/dev/e1000/e1000_82575.c
3486
static bool e1000_get_i2c_data(u32 *i2cctl)
sys/dev/e1000/e1000_82575.c
3488
bool data;
sys/dev/e1000/e1000_82575.c
68
bool active);
sys/dev/e1000/e1000_82575.c
70
bool active);
sys/dev/e1000/e1000_82575.c
72
bool active);
sys/dev/e1000/e1000_82575.c
758
static s32 e1000_set_d0_lplu_state_82575(struct e1000_hw *hw, bool active)
sys/dev/e1000/e1000_82575.c
84
static bool e1000_sgmii_active_82575(struct e1000_hw *hw);
sys/dev/e1000/e1000_82575.c
844
static s32 e1000_set_d0_lplu_state_82580(struct e1000_hw *hw, bool active)
sys/dev/e1000/e1000_82575.c
891
s32 e1000_set_d3_lplu_state_82580(struct e1000_hw *hw, bool active)
sys/dev/e1000/e1000_82575.h
393
void e1000_vmdq_set_loopback_pf(struct e1000_hw *hw, bool enable);
sys/dev/e1000/e1000_82575.h
394
void e1000_vmdq_set_anti_spoofing_pf(struct e1000_hw *hw, bool enable, int pf);
sys/dev/e1000/e1000_82575.h
395
void e1000_vmdq_set_replication_pf(struct e1000_hw *hw, bool enable);
sys/dev/e1000/e1000_82575.h
405
void e1000_vfta_set_vf(struct e1000_hw *, u16, bool);
sys/dev/e1000/e1000_82575.h
411
s32 e1000_set_eee_i350(struct e1000_hw *hw, bool adv1G, bool adv100M);
sys/dev/e1000/e1000_82575.h
412
s32 e1000_set_eee_i354(struct e1000_hw *hw, bool adv1G, bool adv100M);
sys/dev/e1000/e1000_82575.h
413
s32 e1000_get_eee_status_i354(struct e1000_hw *, bool *);
sys/dev/e1000/e1000_api.c
1213
s32 e1000_set_d0_lplu_state(struct e1000_hw *hw, bool active)
sys/dev/e1000/e1000_api.c
1235
s32 e1000_set_d3_lplu_state(struct e1000_hw *hw, bool active)
sys/dev/e1000/e1000_api.c
450
s32 e1000_setup_init_funcs(struct e1000_hw *hw, bool init_device)
sys/dev/e1000/e1000_api.c
672
bool e1000_check_mng_mode(struct e1000_hw *hw)
sys/dev/e1000/e1000_api.c
952
bool e1000_enable_tx_pkt_filtering(struct e1000_hw *hw)
sys/dev/e1000/e1000_api.h
109
s32 e1000_set_d3_lplu_state(struct e1000_hw *hw, bool active);
sys/dev/e1000/e1000_api.h
110
s32 e1000_set_d0_lplu_state(struct e1000_hw *hw, bool active);
sys/dev/e1000/e1000_api.h
111
bool e1000_check_mng_mode(struct e1000_hw *hw);
sys/dev/e1000/e1000_api.h
112
bool e1000_enable_tx_pkt_filtering(struct e1000_hw *hw);
sys/dev/e1000/e1000_api.h
55
s32 e1000_setup_init_funcs(struct e1000_hw *hw, bool init_device);
sys/dev/e1000/e1000_hw.h
1008
bool kmrn_lock_loss_workaround_enabled;
sys/dev/e1000/e1000_hw.h
1010
bool nvm_k1_enabled;
sys/dev/e1000/e1000_hw.h
1011
bool disable_k1_off;
sys/dev/e1000/e1000_hw.h
1012
bool eee_disable;
sys/dev/e1000/e1000_hw.h
1015
bool ulp_capability_disabled;
sys/dev/e1000/e1000_hw.h
1016
bool during_suspend_flow;
sys/dev/e1000/e1000_hw.h
1017
bool smbus_disable;
sys/dev/e1000/e1000_hw.h
1021
bool sgmii_active;
sys/dev/e1000/e1000_hw.h
1022
bool global_device_reset;
sys/dev/e1000/e1000_hw.h
1023
bool eee_disable;
sys/dev/e1000/e1000_hw.h
1024
bool module_plugged;
sys/dev/e1000/e1000_hw.h
1025
bool clear_semaphore_once;
sys/dev/e1000/e1000_hw.h
1029
bool media_changed;
sys/dev/e1000/e1000_hw.h
743
bool (*check_mng_mode)(struct e1000_hw *);
sys/dev/e1000/e1000_hw.h
802
s32 (*set_d0_lplu_state)(struct e1000_hw *, bool);
sys/dev/e1000/e1000_hw.h
803
s32 (*set_d3_lplu_state)(struct e1000_hw *, bool);
sys/dev/e1000/e1000_hw.h
856
bool adaptive_ifs;
sys/dev/e1000/e1000_hw.h
857
bool has_fwsm;
sys/dev/e1000/e1000_hw.h
858
bool arc_subsystem_valid;
sys/dev/e1000/e1000_hw.h
859
bool asf_firmware_present;
sys/dev/e1000/e1000_hw.h
860
bool autoneg;
sys/dev/e1000/e1000_hw.h
861
bool autoneg_failed;
sys/dev/e1000/e1000_hw.h
862
bool get_link_status;
sys/dev/e1000/e1000_hw.h
863
bool in_ifs_mode;
sys/dev/e1000/e1000_hw.h
864
bool report_tx_early;
sys/dev/e1000/e1000_hw.h
866
bool serdes_has_link;
sys/dev/e1000/e1000_hw.h
867
bool tx_pkt_filtering;
sys/dev/e1000/e1000_hw.h
897
bool disable_polarity_correction;
sys/dev/e1000/e1000_hw.h
898
bool is_mdix;
sys/dev/e1000/e1000_hw.h
899
bool polarity_correction;
sys/dev/e1000/e1000_hw.h
900
bool speed_downgraded;
sys/dev/e1000/e1000_hw.h
901
bool autoneg_wait_to_complete;
sys/dev/e1000/e1000_hw.h
933
bool send_xon; /* Flow control send XON */
sys/dev/e1000/e1000_hw.h
934
bool strict_ieee; /* Strict IEEE mode */
sys/dev/e1000/e1000_hw.h
971
bool phy_init_script;
sys/dev/e1000/e1000_hw.h
975
bool dma_fairness;
sys/dev/e1000/e1000_hw.h
980
bool dma_fairness;
sys/dev/e1000/e1000_hw.h
981
bool init_phy_disabled;
sys/dev/e1000/e1000_hw.h
985
bool laa_is_present;
sys/dev/e1000/e1000_hw.h
990
bool mdic_wa_enable;
sys/dev/e1000/e1000_hw.h
995
bool modified;
sys/dev/e1000/e1000_i210.c
551
bool e1000_get_flash_presence_i210(struct e1000_hw *hw)
sys/dev/e1000/e1000_i210.c
554
bool ret_val = false;
sys/dev/e1000/e1000_i210.h
38
bool e1000_get_flash_presence_i210(struct e1000_hw *hw);
sys/dev/e1000/e1000_ich8lan.c
1021
static s32 e1000_k1_workaround_lpt_lp(struct e1000_hw *hw, bool link)
sys/dev/e1000/e1000_ich8lan.c
1130
static s32 e1000_platform_pm_pch_lpt(struct e1000_hw *hw, bool link)
sys/dev/e1000/e1000_ich8lan.c
117
static s32 e1000_k1_gig_workaround_hv(struct e1000_hw *hw, bool link);
sys/dev/e1000/e1000_ich8lan.c
1272
s32 e1000_enable_ulp_lpt_lp(struct e1000_hw *hw, bool to_sx)
sys/dev/e1000/e1000_ich8lan.c
1419
s32 e1000_disable_ulp_lpt_lp(struct e1000_hw *hw, bool force)
sys/dev/e1000/e1000_ich8lan.c
147
static void e1000_gate_hw_phy_config_ich8lan(struct e1000_hw *hw, bool gate);
sys/dev/e1000/e1000_ich8lan.c
1565
bool link;
sys/dev/e1000/e1000_ich8lan.c
1981
static bool e1000_check_mng_mode_ich8lan(struct e1000_hw *hw)
sys/dev/e1000/e1000_ich8lan.c
2002
static bool e1000_check_mng_mode_pchlan(struct e1000_hw *hw)
sys/dev/e1000/e1000_ich8lan.c
201
static bool e1000_phy_is_accessible_pchlan(struct e1000_hw *hw)
sys/dev/e1000/e1000_ich8lan.c
2217
bool blocked = false;
sys/dev/e1000/e1000_ich8lan.c
2413
static s32 e1000_k1_gig_workaround_hv(struct e1000_hw *hw, bool link)
sys/dev/e1000/e1000_ich8lan.c
2417
bool k1_enable = hw->dev_spec.ich8lan.nvm_k1_enabled;
sys/dev/e1000/e1000_ich8lan.c
2495
s32 e1000_configure_k1_ich8lan(struct e1000_hw *hw, bool k1_enable)
sys/dev/e1000/e1000_ich8lan.c
2548
static s32 e1000_oem_bits_config_ich8lan(struct e1000_hw *hw, bool d0_state)
sys/dev/e1000/e1000_ich8lan.c
2786
s32 e1000_lv_jumbo_workaround_ich8lan(struct e1000_hw *hw, bool enable)
sys/dev/e1000/e1000_ich8lan.c
3047
static void e1000_gate_hw_phy_config_ich8lan(struct e1000_hw *hw, bool gate)
sys/dev/e1000/e1000_ich8lan.c
3205
static s32 e1000_set_lplu_state_pchlan(struct e1000_hw *hw, bool active)
sys/dev/e1000/e1000_ich8lan.c
3239
static s32 e1000_set_d0_lplu_state_ich8lan(struct e1000_hw *hw, bool active)
sys/dev/e1000/e1000_ich8lan.c
3335
static s32 e1000_set_d3_lplu_state_ich8lan(struct e1000_hw *hw, bool active)
sys/dev/e1000/e1000_ich8lan.c
5502
bool link;
sys/dev/e1000/e1000_ich8lan.c
5559
bool state)
sys/dev/e1000/e1000_ich8lan.c
74
static s32 e1000_oem_bits_config_ich8lan(struct e1000_hw *hw, bool d0_state);
sys/dev/e1000/e1000_ich8lan.c
79
static bool e1000_check_mng_mode_ich8lan(struct e1000_hw *hw);
sys/dev/e1000/e1000_ich8lan.c
80
static bool e1000_check_mng_mode_pchlan(struct e1000_hw *hw);
sys/dev/e1000/e1000_ich8lan.c
856
u16 *data, bool read)
sys/dev/e1000/e1000_ich8lan.c
89
static s32 e1000_set_lplu_state_pchlan(struct e1000_hw *hw, bool active);
sys/dev/e1000/e1000_ich8lan.c
91
bool active);
sys/dev/e1000/e1000_ich8lan.c
93
bool active);
sys/dev/e1000/e1000_ich8lan.h
333
bool state);
sys/dev/e1000/e1000_ich8lan.h
338
s32 e1000_configure_k1_ich8lan(struct e1000_hw *hw, bool k1_enable);
sys/dev/e1000/e1000_ich8lan.h
341
s32 e1000_lv_jumbo_workaround_ich8lan(struct e1000_hw *hw, bool enable);
sys/dev/e1000/e1000_ich8lan.h
345
s32 e1000_enable_ulp_lpt_lp(struct e1000_hw *hw, bool to_sx);
sys/dev/e1000/e1000_ich8lan.h
346
s32 e1000_disable_ulp_lpt_lp(struct e1000_hw *hw, bool force);
sys/dev/e1000/e1000_mac.c
120
bool e1000_null_mng_mode(struct e1000_hw E1000_UNUSEDARG *hw)
sys/dev/e1000/e1000_mac.c
720
bool link;
sys/dev/e1000/e1000_mac.h
43
bool e1000_null_mng_mode(struct e1000_hw *hw);
sys/dev/e1000/e1000_manage.c
113
bool e1000_check_mng_mode_generic(struct e1000_hw *hw)
sys/dev/e1000/e1000_manage.c
131
bool e1000_enable_tx_pkt_filtering_generic(struct e1000_hw *hw)
sys/dev/e1000/e1000_manage.c
342
bool e1000_enable_mng_pass_thru(struct e1000_hw *hw)
sys/dev/e1000/e1000_manage.h
38
bool e1000_check_mng_mode_generic(struct e1000_hw *hw);
sys/dev/e1000/e1000_manage.h
39
bool e1000_enable_tx_pkt_filtering_generic(struct e1000_hw *hw);
sys/dev/e1000/e1000_manage.h
47
bool e1000_enable_mng_pass_thru(struct e1000_hw *hw);
sys/dev/e1000/e1000_nvm.h
53
bool or_valid;
sys/dev/e1000/e1000_phy.c
144
bool E1000_UNUSEDARG active)
sys/dev/e1000/e1000_phy.c
1701
bool link = true;
sys/dev/e1000/e1000_phy.c
1756
bool link;
sys/dev/e1000/e1000_phy.c
1822
bool link;
sys/dev/e1000/e1000_phy.c
1869
bool reset_dsp = true;
sys/dev/e1000/e1000_phy.c
1961
bool link;
sys/dev/e1000/e1000_phy.c
2087
s32 e1000_set_d3_lplu_state_generic(struct e1000_hw *hw, bool active)
sys/dev/e1000/e1000_phy.c
2360
u32 usec_interval, bool *success)
sys/dev/e1000/e1000_phy.c
2641
bool link;
sys/dev/e1000/e1000_phy.c
2716
bool link;
sys/dev/e1000/e1000_phy.c
2778
bool link;
sys/dev/e1000/e1000_phy.c
3441
u16 *data, bool read, bool page_set)
sys/dev/e1000/e1000_phy.c
3545
bool locked, bool page_set)
sys/dev/e1000/e1000_phy.c
3655
bool locked, bool page_set)
sys/dev/e1000/e1000_phy.c
3796
u16 *data, bool read)
sys/dev/e1000/e1000_phy.c
39
u16 *data, bool read, bool page_set);
sys/dev/e1000/e1000_phy.c
3919
bool link;
sys/dev/e1000/e1000_phy.c
3968
bool link;
sys/dev/e1000/e1000_phy.c
4124
bool locked = false;
sys/dev/e1000/e1000_phy.c
4125
bool ready;
sys/dev/e1000/e1000_phy.c
4183
bool line_override)
sys/dev/e1000/e1000_phy.c
4186
bool locked = false;
sys/dev/e1000/e1000_phy.c
4187
bool ready;
sys/dev/e1000/e1000_phy.c
42
u16 *data, bool read);
sys/dev/e1000/e1000_phy.c
4244
bool e1000_is_mphy_ready(struct e1000_hw *hw)
sys/dev/e1000/e1000_phy.c
4248
bool ready = false;
sys/dev/e1000/e1000_phy.c
4276
u8 dev_addr, u16 *data, bool read)
sys/dev/e1000/e1000_phy.c
737
bool locked)
sys/dev/e1000/e1000_phy.c
806
bool locked)
sys/dev/e1000/e1000_phy.c
875
bool locked)
sys/dev/e1000/e1000_phy.c
950
bool locked)
sys/dev/e1000/e1000_phy.h
121
bool line_override);
sys/dev/e1000/e1000_phy.h
122
bool e1000_is_mphy_ready(struct e1000_hw *hw);
sys/dev/e1000/e1000_phy.h
41
s32 e1000_null_lplu_state(struct e1000_hw *hw, bool active);
sys/dev/e1000/e1000_phy.h
79
s32 e1000_set_d3_lplu_state_generic(struct e1000_hw *hw, bool active);
sys/dev/e1000/e1000_phy.h
87
u32 usec_interval, bool *success);
sys/dev/e1000/e1000_vf.c
446
void e1000_vfta_set_vf(struct e1000_hw *hw, u16 vid, bool set)
sys/dev/e1000/e1000_vf.h
225
bool get_link_status;
sys/dev/e1000/e1000_vf.h
293
void e1000_vfta_set_vf(struct e1000_hw *, u16, bool);
sys/dev/e1000/em_txrx.c
355
bool do_tso, tso_desc;
sys/dev/e1000/em_txrx.c
482
em_isc_txd_credits_update(void *arg, uint16_t txqid, bool clear)
sys/dev/e1000/em_txrx.c
50
static int em_isc_txd_credits_update(void *, uint16_t, bool);
sys/dev/e1000/em_txrx.c
666
bool eop;
sys/dev/e1000/em_txrx.c
732
bool eop;
sys/dev/e1000/if_em.c
2222
bool automasked = false;
sys/dev/e1000/if_em.c
4053
static bool
sys/dev/e1000/if_em.c
4065
static bool
sys/dev/e1000/if_em.c
421
static bool em_if_needs_restart(if_ctx_t, enum iflib_restart_event);
sys/dev/e1000/if_em.c
4339
static bool
sys/dev/e1000/if_em.c
448
static bool em_if_vlan_filter_capable(if_ctx_t);
sys/dev/e1000/if_em.c
449
static bool em_if_vlan_filter_used(if_ctx_t);
sys/dev/e1000/if_em.c
466
static bool em_automask_tso(if_ctx_t);
sys/dev/e1000/if_em.c
4878
static bool
sys/dev/e1000/if_em.c
4910
bool tx = oidp->oid_arg2;
sys/dev/e1000/if_em.c
670
static bool em_unsupported_tso = false;
sys/dev/e1000/if_em.h
400
bool tx_tso; /* last tx was tso */
sys/dev/e1000/if_em.h
441
bool discard;
sys/dev/e1000/if_em.h
504
bool in_detach;
sys/dev/e1000/if_em.h
518
bool has_manage;
sys/dev/e1000/if_em.h
519
bool has_amt;
sys/dev/e1000/igb_txrx.c
310
igb_isc_txd_credits_update(void *arg, uint16_t txqid, bool clear)
sys/dev/e1000/igb_txrx.c
444
bool eop;
sys/dev/e1000/igb_txrx.c
45
static int igb_isc_txd_credits_update(void *, uint16_t, bool);
sys/dev/efidev/efirt.c
129
static bool efi_poweroff = true;
sys/dev/efidev/efirt.c
142
static bool
sys/dev/efidev/efirtc.c
41
static bool efirtc_zeroes_subseconds;
sys/dev/ena/ena.c
1188
bool dev_was_up;
sys/dev/ena/ena.c
1243
bool dev_was_up;
sys/dev/ena/ena.c
1315
bool dev_was_up;
sys/dev/ena/ena.c
1354
bool dev_was_up;
sys/dev/ena/ena.c
1394
bool dev_was_up;
sys/dev/ena/ena.c
1503
bool print_once = true;
sys/dev/ena/ena.c
2762
bool use_large_llq;
sys/dev/ena/ena.c
2952
bool readless_supported;
sys/dev/ena/ena.c
3209
bool cleanup_scheduled, cleanup_running;
sys/dev/ena/ena.c
3435
static bool print_once = true;
sys/dev/ena/ena.c
3544
ena_destroy_device(struct ena_adapter *adapter, bool graceful)
sys/dev/ena/ena.c
3548
bool dev_up;
sys/dev/ena/ena.h
215
bool requested;
sys/dev/ena/ena.h
267
bool print_once;
sys/dev/ena/ena.h
375
bool running;
sys/dev/ena/ena.h
387
bool initialized;
sys/dev/ena/ena.h
508
bool disable_meta_caching;
sys/dev/ena/ena.h
557
bool has_counter;
sys/dev/ena/ena.h
579
void ena_destroy_device(struct ena_adapter *adapter, bool graceful);
sys/dev/ena/ena_datapath.c
252
bool above_thresh;
sys/dev/ena/ena_datapath.c
55
static void ena_tx_csum(struct ena_com_tx_ctx *, struct mbuf *, bool);
sys/dev/ena/ena_datapath.c
705
bool disable_meta_caching)
sys/dev/ena/ena_datapath.c
711
bool offload;
sys/dev/ena/ena_netmap.c
218
static bool
sys/dev/ena/ena_netmap.c
235
bool
sys/dev/ena/ena_netmap.c
241
bool
sys/dev/ena/ena_netmap.h
54
bool ena_rx_ring_in_netmap(struct ena_adapter *adapter, int qid);
sys/dev/ena/ena_netmap.h
55
bool ena_tx_ring_in_netmap(struct ena_adapter *adapter, int qid);
sys/dev/ena/ena_rss.c
45
static bool key_generated;
sys/dev/enetc/enetc.h
100
bool fixed_link;
sys/dev/enetc/enetc.h
43
bool enabled;
sys/dev/enetc/if_enetc.c
1158
enetc_isc_txd_credits_update(void *data, uint16_t qid, bool clear)
sys/dev/enetc/if_enetc.c
1415
static bool
sys/dev/enetc/if_enetc.c
798
bool bit;
sys/dev/enetc/if_enetc.c
83
static int enetc_isc_txd_credits_update(void*, uint16_t, bool);
sys/dev/enetc/if_enetc.c
848
bool bit;
sys/dev/enetc/if_enetc.c
98
static bool enetc_if_needs_restart(if_ctx_t, enum iflib_restart_event);
sys/dev/enic/enic.h
216
bool overlay_offload;
sys/dev/enic/enic.h
231
bool vxlan;
sys/dev/enic/enic.h
232
bool disable_overlay; /* devargs disable_overlay=1 */
sys/dev/enic/enic.h
234
bool nic_cfg_chk; /* NIC_CFG_CHK available */
sys/dev/enic/enic.h
235
bool udp_rss_weak; /* Bodega style UDP RSS */
sys/dev/enic/enic.h
366
bool enic_use_vector_rx_handler(struct enic *enic);
sys/dev/enic/enic.h
383
bool v_bit; /* Value of valid bit */
sys/dev/enic/enic_txrx.c
169
enic_isc_txd_credits_update(void *vsc, uint16_t txqid, bool clear)
sys/dev/enic/enic_txrx.c
59
static int enic_isc_txd_credits_update(void *, uint16_t, bool);
sys/dev/enic/if_enic.c
118
static int enic_map_bar(struct enic_softc *, struct enic_bar_info *, int, bool);
sys/dev/enic/if_enic.c
120
static bool enic_if_needs_restart(if_ctx_t, enum iflib_restart_event);
sys/dev/enic/if_enic.c
1587
bool shareable)
sys/dev/enic/if_enic.c
1706
static bool
sys/dev/enic/vnic_dev.c
1145
bool vnic_dev_counter_alloc(struct vnic_dev *vdev, uint32_t *idx)
sys/dev/enic/vnic_dev.c
1157
bool vnic_dev_counter_free(struct vnic_dev *vdev, uint32_t idx)
sys/dev/enic/vnic_dev.c
1167
bool vnic_dev_counter_query(struct vnic_dev *vdev, uint32_t idx,
sys/dev/enic/vnic_dev.c
1168
bool reset, uint64_t *packets, uint64_t *bytes)
sys/dev/enic/vnic_dev.c
496
void vnic_dev_capable_udp_rss_weak(struct vnic_dev *vdev, bool *cfg_chk,
sys/dev/enic/vnic_dev.c
497
bool *weak)
sys/dev/enic/vnic_dev.h
167
bool vnic_dev_counter_alloc(struct vnic_dev *vdev, uint32_t *idx);
sys/dev/enic/vnic_dev.h
168
bool vnic_dev_counter_free(struct vnic_dev *vdev, uint32_t idx);
sys/dev/enic/vnic_dev.h
169
bool vnic_dev_counter_query(struct vnic_dev *vdev, uint32_t idx,
sys/dev/enic/vnic_dev.h
170
bool reset, uint64_t *packets, uint64_t *bytes);
sys/dev/enic/vnic_dev.h
89
void vnic_dev_capable_udp_rss_weak(struct vnic_dev *vdev, bool *cfg_chk,
sys/dev/enic/vnic_dev.h
90
bool *weak);
sys/dev/enic/vnic_rq.h
77
bool need_initial_post;
sys/dev/eqos/if_eqos.c
822
bool link_status;
sys/dev/eqos/if_eqos_var.h
85
bool link_up;
sys/dev/eqos/if_eqos_var.h
88
bool thresh_dma_mode;
sys/dev/eqos/if_eqos_var.h
89
bool pblx8;
sys/dev/etherswitch/ar40xx/ar40xx_var.h
102
bool vlan;
sys/dev/etherswitch/ar40xx/ar40xx_var.h
114
bool mirror_rx;
sys/dev/etherswitch/ar40xx/ar40xx_var.h
115
bool mirror_tx;
sys/dev/etherswitch/e6000sw/e6000sw.c
1509
static __inline bool
sys/dev/etherswitch/e6000sw/e6000sw.c
1516
static __inline bool
sys/dev/etherswitch/e6000sw/e6000sw.c
1523
static __inline bool
sys/dev/etherswitch/e6000sw/e6000sw.c
1530
static __inline bool
sys/dev/etherswitch/e6000sw/e6000sw.c
1539
static __inline bool
sys/dev/etherswitch/e6000sw/e6000sw.c
155
static __inline bool e6000sw_is_cpuport(e6000sw_softc_t *, int);
sys/dev/etherswitch/e6000sw/e6000sw.c
156
static __inline bool e6000sw_is_fixedport(e6000sw_softc_t *, int);
sys/dev/etherswitch/e6000sw/e6000sw.c
157
static __inline bool e6000sw_is_fixed25port(e6000sw_softc_t *, int);
sys/dev/etherswitch/e6000sw/e6000sw.c
158
static __inline bool e6000sw_is_phyport(e6000sw_softc_t *, int);
sys/dev/etherswitch/e6000sw/e6000sw.c
159
static __inline bool e6000sw_is_portenabled(e6000sw_softc_t *, int);
sys/dev/etherswitch/e6000sw/e6000sw.c
502
e6000sw_serdes_power(device_t dev, int port, bool sgmii)
sys/dev/etherswitch/e6000sw/e6000sw.c
530
bool sgmii;
sys/dev/etherswitch/e6000sw/e6000sw.c
92
bool is_shutdown;
sys/dev/etherswitch/felix/felix.c
94
static bool felix_is_phyport(felix_softc_t, int);
sys/dev/etherswitch/felix/felix.c
990
static bool
sys/dev/etherswitch/felix/felix_var.h
89
bool fixed_port;
sys/dev/etherswitch/felix/felix_var.h
90
bool cpu_port;
sys/dev/evdev/cdev.c
913
bool last_was_syn = false;
sys/dev/evdev/evdev.c
1110
bool
sys/dev/evdev/evdev.c
549
bool
sys/dev/evdev/evdev.h
158
bool evdev_is_grabbed(struct evdev_dev *);
sys/dev/evdev/evdev_mt.c
111
bool type_a;
sys/dev/evdev/evdev_mt.c
173
bool type_a = !bit_test(evdev->ev_abs_flags, ABS_MT_SLOT);
sys/dev/evdev/evdev_mt.c
198
bool type_a = !bit_test(evdev->ev_abs_flags, ABS_MT_SLOT);
sys/dev/evdev/evdev_mt.c
402
bool
sys/dev/evdev/evdev_mt.c
80
bool type_a;
sys/dev/evdev/evdev_private.h
149
bool ev_report_opened; /* (s) */
sys/dev/evdev/evdev_private.h
152
bool ev_kdb_active;
sys/dev/evdev/evdev_private.h
231
bool ec_async; /* (q) */
sys/dev/evdev/evdev_private.h
232
bool ec_revoked; /* (l) */
sys/dev/evdev/evdev_private.h
233
bool ec_blocked; /* (q) */
sys/dev/evdev/evdev_private.h
234
bool ec_selected; /* (q) */
sys/dev/evdev/evdev_private.h
266
bool evdev_event_supported(struct evdev_dev *, uint16_t);
sys/dev/evdev/evdev_private.h
289
bool evdev_mt_record_event(struct evdev_dev *, uint16_t, uint16_t, int32_t);
sys/dev/evdev/uinput.c
118
bool ucs_blocked;
sys/dev/evdev/uinput.c
119
bool ucs_selected;
sys/dev/fdc/fdc.c
260
bool gone;
sys/dev/fdt/fdt_arm_platform.c
73
static bool
sys/dev/firmware/arm/scmi.c
122
bool timed_out;
sys/dev/firmware/arm/scmi.c
123
bool use_polling;
sys/dev/firmware/arm/scmi.c
124
bool done;
sys/dev/firmware/arm/scmi.c
125
bool is_raw;
sys/dev/firmware/arm/scmi.c
446
bool ok;
sys/dev/firmware/arm/scmi.c
615
bool timed_out = false;
sys/dev/firmware/arm/scmi.c
689
bool needs_drop;
sys/dev/firmware/arm/scmi.h
55
bool no_completion_irq;
sys/dev/firmware/arm/scmi.h
73
bool polling;
sys/dev/firmware/arm/scmi_shmem.c
196
bool polling)
sys/dev/firmware/arm/scmi_shmem.c
297
bool scmi_shmem_poll_msg(device_t dev, uint32_t *msg_header, uint32_t *rx_len)
sys/dev/firmware/arm/scmi_shmem.c
300
bool ret;
sys/dev/firmware/arm/scmi_shmem.h
65
bool polling);
sys/dev/firmware/arm/scmi_shmem.h
66
bool scmi_shmem_poll_msg(device_t dev, uint32_t *msg_header, uint32_t *rx_len);
sys/dev/firmware/xilinx/zynqmp_firmware.c
100
zynqmp_call_smc(uint32_t id, uint32_t a0, uint32_t a1, uint32_t a2, uint32_t a3, uint32_t *payload, bool ignore_error)
sys/dev/firmware/xilinx/zynqmp_firmware.c
204
zynqmp_firmware_clock_getstate(device_t dev, uint32_t clkid, bool *enabled)
sys/dev/firmware/xilinx/zynqmp_firmware.c
362
zynqmp_firmware_reset_assert(device_t dev, uint32_t resetid, bool enable)
sys/dev/firmware/xilinx/zynqmp_firmware.c
376
zynqmp_firmware_reset_get_status(device_t dev, uint32_t resetid, bool *status)
sys/dev/flash/flexspi/flex_spi.c
148
uint32_t delay_us, uint32_t iterations, bool positive)
sys/dev/ftgpio/ftgpio.c
162
ftgpio_pin_write(struct ftgpio_softc *sc, uint32_t pin_num, bool pin_value)
sys/dev/ftgpio/ftgpio.c
189
static bool
sys/dev/ftgpio/ftgpio.c
195
bool pin_value;
sys/dev/ftgpio/ftgpio.c
223
ftgpio_pin_set_drive(struct ftgpio_softc *sc, uint32_t pin_num, bool pin_drive)
sys/dev/ftgpio/ftgpio.c
242
static bool
sys/dev/ftgpio/ftgpio.c
247
bool is_pushpull;
sys/dev/ftgpio/ftgpio.c
265
ftgpio_pin_set_io(struct ftgpio_softc *sc, uint32_t pin_num, bool pin_io)
sys/dev/ftgpio/ftgpio.c
288
static bool
sys/dev/ftgpio/ftgpio.c
292
bool is_output;
sys/dev/ftgpio/ftgpio.c
484
bool pin_value;
sys/dev/gpio/bytgpio.c
342
static bool
sys/dev/gpio/gpiobacklight.c
50
bool sc_brightness;
sys/dev/gpio/gpiobus.c
1053
static bool
sys/dev/gpio/gpiobus.c
196
gpio_pin_is_active(gpio_pin_t pin, bool *active)
sys/dev/gpio/gpiobus.c
253
gpio_pin_set_active(gpio_pin_t pin, bool active)
sys/dev/gpio/gpiobusvar.h
166
int gpio_pin_is_active(gpio_pin_t pin, bool *active);
sys/dev/gpio/gpiobusvar.h
167
int gpio_pin_set_active(gpio_pin_t pin, bool active);
sys/dev/gpio/gpioc.c
110
bool event_pin_state;
sys/dev/gpio/gpioc.c
123
static bool gpioc_intr_reconfig_allowed(struct gpioc_cdevpriv*,
sys/dev/gpio/gpioc.c
381
static bool
sys/dev/gpio/gpioc.c
500
bool pin_state;
sys/dev/gpio/gpioc.c
72
bool config_locked;
sys/dev/gpio/gpioc.c
84
bool async;
sys/dev/gpio/gpioiic.c
220
bool val;
sys/dev/gpio/gpioiic.c
231
bool val;
sys/dev/gpio/gpiokeys.c
235
bool active;
sys/dev/gpio/gpiopps.c
59
bool falling_edge;
sys/dev/gpio/gpioregulator.c
100
gpioregulator_regnode_enable(struct regnode *regnode, bool enable, int *udelay)
sys/dev/gpio/gpioregulator.c
103
bool active;
sys/dev/gpio/gpioregulator.c
161
bool active;
sys/dev/gpio/gpioths.c
119
gpioths_dht_timeuntil(struct gpioths_softc *sc, bool lev, uint32_t *time)
sys/dev/gpio/gpioths.c
121
bool cur_level;
sys/dev/gpio/gpioths.c
92
bool detaching;
sys/dev/gve/gve.h
196
bool is_tcp;
sys/dev/gve/gve.h
197
bool drop_pkt;
sys/dev/gve/gve.h
280
bool mapped;
sys/dev/gve/gve.h
428
bool stopped;
sys/dev/gve/gve.h
586
bool modify_ringsize_enabled;
sys/dev/gve/gve.h
645
static inline bool
sys/dev/gve/gve.h
663
static inline bool
sys/dev/gve/gve.h
669
static inline bool
sys/dev/gve/gve.h
676
static inline bool
sys/dev/gve/gve.h
692
int gve_adjust_ring_sizes(struct gve_priv *priv, uint16_t new_desc_cnt, bool is_rx);
sys/dev/gve/gve.h
702
int npages, bool single_kva);
sys/dev/gve/gve.h
764
bool gve_timestamp_valid(int64_t *timestamp_sec);
sys/dev/gve/gve.h
767
extern bool gve_disable_hw_lro;
sys/dev/gve/gve.h
768
extern bool gve_allow_4k_rx_buffers;
sys/dev/gve/gve_adminq.c
822
static bool
sys/dev/gve/gve_main.c
338
gve_adjust_ring_sizes(struct gve_priv *priv, uint16_t new_desc_cnt, bool is_rx)
sys/dev/gve/gve_main.c
971
bool link_up = status & GVE_DEVICE_STATUS_LINK_STATUS;
sys/dev/gve/gve_qpl.c
81
gve_alloc_qpl(struct gve_priv *priv, uint32_t id, int npages, bool single_kva)
sys/dev/gve/gve_rx.c
426
union gve_rx_data_slot *data_slot, bool is_only_frag)
sys/dev/gve/gve_rx.c
431
bool can_flip;
sys/dev/gve/gve_rx.c
518
static inline bool
sys/dev/gve/gve_rx.c
538
bool do_if_input;
sys/dev/gve/gve_rx.c
541
bool is_first_frag = ctx->frag_cnt == 0;
sys/dev/gve/gve_rx.c
542
bool is_last_frag = !(GVE_RXF_PKT_CONT & desc->flags_seq);
sys/dev/gve/gve_rx.c
543
bool is_only_frag = is_first_frag && is_last_frag;
sys/dev/gve/gve_rx.c
625
static bool
sys/dev/gve/gve_rx_dqo.c
384
gve_rx_maybe_extract_from_used_bufs(struct gve_rx_ring *rx, bool just_one)
sys/dev/gve/gve_rx_dqo.c
480
gve_rx_set_hashtype_dqo(struct mbuf *mbuf, struct gve_ptype *ptype, bool *is_tcp)
sys/dev/gve/gve_rx_dqo.c
559
bool do_if_input = true;
sys/dev/gve/gve_rx_dqo.c
560
bool is_tcp = false;
sys/dev/gve/gve_rx_dqo.c
617
bool is_last_frag = compl_desc->end_of_packet != 0;
sys/dev/gve/gve_rx_dqo.c
839
bool is_last_frag = compl_desc->end_of_packet != 0;
sys/dev/gve/gve_rx_dqo.c
982
static bool
sys/dev/gve/gve_sysctl.c
297
gve_check_num_queues(struct gve_priv *priv, int val, bool is_rx)
sys/dev/gve/gve_sysctl.c
36
bool gve_disable_hw_lro = false;
sys/dev/gve/gve_sysctl.c
366
gve_check_ring_size(struct gve_priv *priv, int val, bool is_rx)
sys/dev/gve/gve_sysctl.c
40
bool gve_allow_4k_rx_buffers = false;
sys/dev/gve/gve_tx.c
494
gve_tx_fill_pkt_desc(struct gve_tx_pkt_desc *pkt_desc, bool is_tso,
sys/dev/gve/gve_tx.c
496
uint16_t first_seg_len, uint64_t addr, bool has_csum_flag,
sys/dev/gve/gve_tx.c
520
bool is_tso, uint16_t len, uint64_t addr,
sys/dev/gve/gve_tx.c
521
bool is_ipv6, uint8_t l3_off, uint16_t tso_mss)
sys/dev/gve/gve_tx.c
540
static bool
sys/dev/gve/gve_tx.c
546
static inline bool
sys/dev/gve/gve_tx.c
632
bool is_tso, has_csum_flag, is_ipv6 = false, is_tcp = false, is_udp = false;
sys/dev/gve/gve_tx.c
880
static bool
sys/dev/gve/gve_tx.c
894
bool is_br_empty;
sys/dev/gve/gve_tx_dqo.c
1074
static bool
sys/dev/gve/gve_tx_dqo.c
265
int16_t compl_tag, bool eop, bool csum_enabled)
sys/dev/gve/gve_tx_dqo.c
271
bool cur_eop = eop && cur_len == len;
sys/dev/gve/gve_tx_dqo.c
392
bool is_tso, uint32_t *desc_idx)
sys/dev/gve/gve_tx_dqo.c
562
static bool
sys/dev/gve/gve_tx_dqo.c
597
static bool
sys/dev/gve/gve_tx_dqo.c
662
bool csum_enabled, int16_t completion_tag,
sys/dev/gve/gve_tx_dqo.c
715
bool has_csum_flag;
sys/dev/gve/gve_tx_dqo.c
717
bool is_tso;
sys/dev/gve/gve_tx_dqo.c
787
bool has_csum_flag;
sys/dev/gve/gve_tx_dqo.c
789
bool is_tso;
sys/dev/gve/gve_utils.c
480
bool
sys/dev/hid/bcm5974.c
499
bool sc_saved_mode;
sys/dev/hid/bcm5974.c
543
bcm5974_set_device_mode_usb(struct bcm5974_softc *sc, bool on)
sys/dev/hid/bcm5974.c
586
bcm5974_set_device_mode_hid(struct bcm5974_softc *sc, bool on)
sys/dev/hid/bcm5974.c
615
bcm5974_set_device_mode(struct bcm5974_softc *sc, bool on)
sys/dev/hid/hgame.h
40
bool dpad_up;
sys/dev/hid/hgame.h
41
bool dpad_down;
sys/dev/hid/hgame.h
42
bool dpad_right;
sys/dev/hid/hgame.h
43
bool dpad_left;
sys/dev/hid/hid.c
977
bool
sys/dev/hid/hid.c
980
bool found;
sys/dev/hid/hid.c
998
static bool
sys/dev/hid/hid.h
309
typedef bool hid_test_quirk_t(const struct hid_device_info *dev_info,
sys/dev/hid/hid.h
336
bool hid_test_quirk(const struct hid_device_info *dev_info, uint16_t quirk);
sys/dev/hid/hidbus.c
172
bool
sys/dev/hid/hidbus.c
178
bool ret = false;
sys/dev/hid/hidbus.c
287
bool is_bus;
sys/dev/hid/hidbus.c
625
bool active = false;
sys/dev/hid/hidbus.c
68
bool active; /* protected by mtx */
sys/dev/hid/hidbus.c
704
bool is_bus;
sys/dev/hid/hidbus.c
78
bool nowrite;
sys/dev/hid/hidbus.c
81
bool overloaded;
sys/dev/hid/hidbus.c
828
bool is_child;
sys/dev/hid/hidbus.h
155
bool hidbus_is_collection(const void *, hid_size_t, int32_t, uint8_t);
sys/dev/hid/hidmap.c
163
bool press, rel;
sys/dev/hid/hidmap.c
189
bool found, do_sync = false;
sys/dev/hid/hidmap.c
338
static inline bool
sys/dev/hid/hidmap.c
349
static inline bool
sys/dev/hid/hidmap.c
360
static inline bool
sys/dev/hid/hidmap.c
372
static inline bool
sys/dev/hid/hidmap.c
383
static bool
sys/dev/hid/hidmap.c
389
bool found = false;
sys/dev/hid/hidmap.c
449
bool do_free = false;
sys/dev/hid/hidmap.c
537
static bool
sys/dev/hid/hidmap.c
545
bool found = false;
sys/dev/hid/hidmap.c
74
static inline bool
sys/dev/hid/hidmap.h
100
bool has_cb:1;
sys/dev/hid/hidmap.h
101
bool final_cb:1;
sys/dev/hid/hidmap.h
102
bool invert_value:1;
sys/dev/hid/hidmap.h
103
bool forbidden:1; /* Forbidden by driver */
sys/dev/hid/hidmap.h
187
bool invert_value;
sys/dev/hid/hidmap.h
221
static inline bool
sys/dev/hid/hidmap.h
98
bool required:1; /* Required by driver */
sys/dev/hid/hidquirk.c
210
bool
sys/dev/hid/hidraw.c
111
bool open:1; /* device is open */
sys/dev/hid/hidraw.c
112
bool aslp:1; /* waiting for device data in read() */
sys/dev/hid/hidraw.c
113
bool sel:1; /* waiting for device data in poll() */
sys/dev/hid/hidraw.c
114
bool quiet:1; /* Ignore input data */
sys/dev/hid/hidraw.c
115
bool immed:1; /* return read data immediately */
sys/dev/hid/hidraw.c
116
bool uhid:1; /* driver switched in to uhid mode */
sys/dev/hid/hidraw.c
117
bool lock:1; /* input queue sleepable lock */
sys/dev/hid/hidraw.c
118
bool flush:1; /* do not wait for data in read() */
sys/dev/hid/hidraw.c
306
hidraw_lock_queue(struct hidraw_softc *sc, bool flush)
sys/dev/hid/hkbd.c
338
static bool
sys/dev/hid/hkbd.c
347
static bool
sys/dev/hid/hkbd.c
356
static bool
sys/dev/hid/hms.c
119
bool iichid_sampling;
sys/dev/hid/hms.c
255
bool set_report_proto;
sys/dev/hid/hmt.c
100
bool required; /* Required for MT Digitizers */
sys/dev/hid/hmt.c
192
bool touch;
sys/dev/hid/hmt.c
193
bool prev_touch;
sys/dev/hid/hmt.c
204
bool has_int_button;
sys/dev/hid/hmt.c
205
bool has_cont_count;
sys/dev/hid/hmt.c
206
bool has_scan_time;
sys/dev/hid/hmt.c
207
bool is_clickpad;
sys/dev/hid/hmt.c
208
bool do_timestamps;
sys/dev/hid/hmt.c
210
bool iichid_sampling;
sys/dev/hid/hmt.c
65
static bool hmt_timestamps = 0;
sys/dev/hid/hmt.c
668
bool finger_coll = false;
sys/dev/hid/hmt.c
669
bool cont_count_found = false;
sys/dev/hid/hmt.c
670
bool scan_time_found = false;
sys/dev/hid/hmt.c
671
bool has_int_button = false;
sys/dev/hid/hmt.c
99
bool reported; /* Item value is passed to evdev */
sys/dev/hid/ietp.c
105
bool open;
sys/dev/hid/ietp.c
119
bool hi_precision;
sys/dev/hid/ietp.c
120
bool is_clickpad;
sys/dev/hid/ietp.c
121
bool has_3buttons;
sys/dev/hid/ietp.c
131
static int32_t ietp_res2dpmm(uint8_t, bool);
sys/dev/hid/ietp.c
141
static int ietp_iic_set_absolute_mode(device_t, bool);
sys/dev/hid/ietp.c
439
ietp_res2dpmm(uint8_t res, bool hi_precision)
sys/dev/hid/ietp.c
605
ietp_iic_set_absolute_mode(device_t dev, bool enable)
sys/dev/hid/ietp.c
617
bool require_wakeup;
sys/dev/hid/ps4dshock.c
1040
bool led_on, led_blinks;
sys/dev/hid/ps4dshock.c
663
bool is_bluetooth;
sys/dev/hid/ps4dshock.c
692
bool do_tstamps;
sys/dev/hid/ps4dshock.c
695
bool touch;
sys/dev/hid/ps4dshock.c
933
bool touch;
sys/dev/hid/u2f.c
480
bool start_intr = false;
sys/dev/hid/u2f.c
89
bool open:1; /* device is open */
sys/dev/hid/u2f.c
90
bool aslp:1; /* waiting for device data in read() */
sys/dev/hid/u2f.c
91
bool sel:1; /* waiting for device data in poll() */
sys/dev/hid/u2f.c
92
bool data:1; /* input report is stored in sc_buf */
sys/dev/hwpmc/hwpmc_arm64.c
42
static bool arm64_64bit_events __read_mostly = false;
sys/dev/hwpmc/hwpmc_core.c
105
static bool pmc_tsx_force_abort_set;
sys/dev/hwpmc/hwpmc_e500.c
428
e500_resume_pmc(bool ie)
sys/dev/hwpmc/hwpmc_logging.c
297
bool exit;
sys/dev/hwpmc/hwpmc_logging.c
298
bool acted;
sys/dev/hwpmc/hwpmc_mod.c
1035
static bool
sys/dev/hwpmc/hwpmc_mod.c
1040
bool decline_attach;
sys/dev/hwpmc/hwpmc_mod.c
1338
bool is_using_hwpmcs;
sys/dev/hwpmc/hwpmc_mod.c
215
static bool pmc_can_allocate_row(int ri, enum pmc_mode mode);
sys/dev/hwpmc/hwpmc_mod.c
216
static bool pmc_can_allocate_rowindex(struct proc *p, unsigned int ri,
sys/dev/hwpmc/hwpmc_mod.c
218
static bool pmc_can_attach(struct pmc *pm, struct proc *p);
sys/dev/hwpmc/hwpmc_mod.c
2907
static bool
sys/dev/hwpmc/hwpmc_mod.c
2955
static bool
sys/dev/hwpmc/hwpmc_mod.c
3771
bool is_sx_downgraded;
sys/dev/hwpmc/hwpmc_mod.c
4696
bool inuserspace;
sys/dev/hwpmc/hwpmc_mod.c
5083
bool is_using_hwpmcs;
sys/dev/hwpmc/hwpmc_mod.c
5249
bool is_using_hwpmcs, do_descendants;
sys/dev/hwpmc/hwpmc_mpc7xxx.c
423
mpc7xxx_resume_pmc(bool ie)
sys/dev/hwpmc/hwpmc_power8.c
140
power8_resume_pmc(bool ie)
sys/dev/hwpmc/hwpmc_powerpc.c
64
void (*powerpc_resume_pmc)(bool ie);
sys/dev/hwpmc/hwpmc_powerpc.h
88
extern void (*powerpc_resume_pmc)(bool ie);
sys/dev/hwpmc/hwpmc_ppc970.c
329
ppc970_resume_pmc(bool ie)
sys/dev/hwreset/hwreset.c
66
hwreset_is_asserted(hwreset_t rst, bool *value)
sys/dev/hwreset/hwreset.h
55
int hwreset_is_asserted(hwreset_t rst, bool *value);
sys/dev/hwt/hwt_backend.h
58
bool kva_req;
sys/dev/hyperv/hvsock/hv_sock.c
1078
static bool
sys/dev/hyperv/hvsock/hv_sock.c
1553
bool conn_from_host;
sys/dev/hyperv/hvsock/hv_sock.c
157
static bool
sys/dev/hyperv/hvsock/hv_sock.c
501
bool found_auto_bound_port = false;
sys/dev/hyperv/hvsock/hv_sock.h
85
bool rb_init;
sys/dev/hyperv/include/hyperv.h
90
bool hyperv_identify_features(void);
sys/dev/hyperv/include/vmbus.h
185
struct vmbus_xact *xact, size_t *resp_len, bool can_sleep);
sys/dev/hyperv/include/vmbus.h
194
void vmbus_chan_set_readbatch(struct vmbus_channel *chan, bool on);
sys/dev/hyperv/include/vmbus.h
229
bool vmbus_chan_write_signal(struct vmbus_channel *chan,
sys/dev/hyperv/include/vmbus.h
236
bool vmbus_chan_is_primary(const struct vmbus_channel *chan);
sys/dev/hyperv/include/vmbus.h
237
bool vmbus_chan_is_revoked(const struct vmbus_channel *chan);
sys/dev/hyperv/include/vmbus.h
238
bool vmbus_chan_is_hvs(const struct vmbus_channel *chan);
sys/dev/hyperv/include/vmbus.h
239
bool vmbus_chan_is_hvs_conn_from_host(
sys/dev/hyperv/include/vmbus.h
250
bool vmbus_chan_rx_empty(const struct vmbus_channel *chan);
sys/dev/hyperv/include/vmbus.h
251
bool vmbus_chan_tx_empty(const struct vmbus_channel *chan);
sys/dev/hyperv/include/vmbus_xact.h
40
bool vmbus_xact_ctx_orphan(struct vmbus_xact_ctx *ctx);
sys/dev/hyperv/input/hv_hid.c
69
bool intr_on;
sys/dev/hyperv/netvsc/if_hn.c
1146
static bool
sys/dev/hyperv/netvsc/if_hn.c
1178
hn_rxvf_change(struct hn_softc *sc, if_t ifp, bool rxvf)
sys/dev/hyperv/netvsc/if_hn.c
1435
hn_vf_rss_fixup(struct hn_softc *sc, bool reconf)
sys/dev/hyperv/netvsc/if_hn.c
1709
static bool
sys/dev/hyperv/netvsc/if_hn.c
1746
hn_xpnt_vf_setdisable(struct hn_softc *sc, bool clear_vf)
sys/dev/hyperv/netvsc/if_hn.c
2810
static bool
sys/dev/hyperv/netvsc/if_hn.c
2813
bool pending = false;
sys/dev/hyperv/netvsc/if_hn.c
289
static bool hn_ismyvf(const struct hn_softc *,
sys/dev/hyperv/netvsc/if_hn.c
292
if_t, bool);
sys/dev/hyperv/netvsc/if_hn.c
300
static bool hn_xpnt_vf_isready(struct hn_softc *);
sys/dev/hyperv/netvsc/if_hn.c
305
static void hn_xpnt_vf_setdisable(struct hn_softc *, bool);
sys/dev/hyperv/netvsc/if_hn.c
306
static void hn_vf_rss_fixup(struct hn_softc *, bool);
sys/dev/hyperv/netvsc/if_hn.c
359
static void hn_stop(struct hn_softc *, bool);
sys/dev/hyperv/netvsc/if_hn.c
374
static bool hn_synth_attachable(const struct hn_softc *);
sys/dev/hyperv/netvsc/if_hn.c
4037
hn_stop(struct hn_softc *sc, bool detaching)
sys/dev/hyperv/netvsc/if_hn.c
425
static bool hn_tx_ring_pending(struct hn_tx_ring *);
sys/dev/hyperv/netvsc/if_hn.c
4688
bool first;
sys/dev/hyperv/netvsc/if_hn.c
4733
bool first;
sys/dev/hyperv/netvsc/if_hn.c
6403
static bool
sys/dev/hyperv/netvsc/if_hn.c
7115
static __inline bool
sys/dev/hyperv/netvsc/if_hn.c
7156
bool rsc_more= false;
sys/dev/hyperv/netvsc/if_hn.c
7270
bool overlap;
sys/dev/hyperv/pcib/vmbus_pcib.c
449
bool reported_missing;
sys/dev/hyperv/pcib/vmbus_pcib.c
726
bool found;
sys/dev/hyperv/pcib/vmbus_pcib.c
730
bool need_rescan = false;
sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
2208
bool log_error = true;
sys/dev/hyperv/utilities/hv_snapshot.c
263
static bool
sys/dev/hyperv/utilities/vmbus_ic.c
57
bool has_fw_ver, has_msg_ver;
sys/dev/hyperv/vmbus/aarch64/hyperv_aarch64.c
112
bool
sys/dev/hyperv/vmbus/aarch64/hyperv_aarch64.c
55
bool hyperv_identify_features(void);
sys/dev/hyperv/vmbus/aarch64/hyperv_aarch64.c
57
static bool is_hyperv(void);
sys/dev/hyperv/vmbus/aarch64/hyperv_aarch64.c
88
static bool
sys/dev/hyperv/vmbus/aarch64/hyperv_aarch64.c
94
bool ret;
sys/dev/hyperv/vmbus/hyperv.c
102
static inline bool hv_result_success(uint64_t status)
sys/dev/hyperv/vmbus/hyperv.c
169
static bool
sys/dev/hyperv/vmbus/hyperv.c
78
static bool hyperv_identify(void);
sys/dev/hyperv/vmbus/vmbus_brvar.h
104
static __inline bool
sys/dev/hyperv/vmbus/vmbus_brvar.h
96
static __inline bool
sys/dev/hyperv/vmbus/vmbus_chan.c
1037
bool
sys/dev/hyperv/vmbus/vmbus_chan.c
1481
static bool
sys/dev/hyperv/vmbus/vmbus_chan.c
2188
vmbus_chan_set_readbatch(struct vmbus_channel *chan, bool on)
sys/dev/hyperv/vmbus/vmbus_chan.c
2208
bool
sys/dev/hyperv/vmbus/vmbus_chan.c
2217
bool
sys/dev/hyperv/vmbus/vmbus_chan.c
2223
bool
sys/dev/hyperv/vmbus/vmbus_chan.c
2259
bool
sys/dev/hyperv/vmbus/vmbus_chan.c
2266
bool
sys/dev/hyperv/vmbus/vmbus_chan.c
2308
bool
sys/dev/hyperv/vmbus/vmbus_chan.c
2337
struct vmbus_xact *xact, size_t *resp_len, bool can_sleep)
sys/dev/hyperv/vmbus/vmbus_chan.c
690
static bool
sys/dev/hyperv/vmbus/vmbus_chan.c
691
vmbus_chan_wait_revoke(const struct vmbus_channel *chan, bool can_sleep)
sys/dev/hyperv/vmbus/vmbus_chan.c
75
static bool vmbus_chan_wait_revoke(
sys/dev/hyperv/vmbus/vmbus_chan.c
76
const struct vmbus_channel *, bool);
sys/dev/hyperv/vmbus/vmbus_chan.c
78
static bool vmbus_chan_poll_cancel_intq(
sys/dev/hyperv/vmbus/vmbus_chanvar.h
150
bool ch_is_hvs;
sys/dev/hyperv/vmbus/vmbus_var.h
114
bool vmbus_scandone;
sys/dev/hyperv/vmbus/vmbus_xact.c
163
bool
sys/dev/hyperv/vmbus/vmbus_xact.c
312
bool can_sleep)
sys/dev/hyperv/vmbus/vmbus_xact.c
74
bool);
sys/dev/hyperv/vmbus/x86/hyperv_x86.c
150
bool
sys/dev/hyperv/vmbus/x86/hyperv_x86.c
58
bool hyperv_identify_features(void);
sys/dev/iavf/iavf_adminq.c
650
bool iavf_asq_done(struct iavf_hw *hw)
sys/dev/iavf/iavf_adminq.c
680
bool cmd_completed = false;
sys/dev/iavf/iavf_adminq.h
75
bool async;
sys/dev/iavf/iavf_adminq.h
76
bool postpone;
sys/dev/iavf/iavf_common.c
357
bool iavf_check_asq_alive(struct iavf_hw *hw)
sys/dev/iavf/iavf_common.c
375
bool unloading)
sys/dev/iavf/iavf_common.c
404
u16 vsi_id, bool pf_lut,
sys/dev/iavf/iavf_common.c
406
bool set)
sys/dev/iavf/iavf_common.c
457
bool pf_lut, u8 *lut, u16 lut_size)
sys/dev/iavf/iavf_common.c
474
bool pf_lut, u8 *lut, u16 lut_size)
sys/dev/iavf/iavf_common.c
491
bool set)
sys/dev/iavf/iavf_iflib.h
175
bool discard;
sys/dev/iavf/iavf_iflib.h
248
bool enable_head_writeback;
sys/dev/iavf/iavf_iflib.h
250
bool link_active;
sys/dev/iavf/iavf_iflib.h
262
bool stat_offsets_loaded;
sys/dev/iavf/iavf_iflib.h
348
bool link_up;
sys/dev/iavf/iavf_lib.c
1352
bool match = FALSE;
sys/dev/iavf/iavf_lib.c
1467
bool in_detach = iavf_driver_is_detaching(sc);
sys/dev/iavf/iavf_lib.c
233
bool send_api_ver_retried = 0;
sys/dev/iavf/iavf_lib.h
414
static inline bool
sys/dev/iavf/iavf_lib.h
417
bool cmp = FALSE;
sys/dev/iavf/iavf_lib.h
430
bool iavf_driver_is_detaching(struct iavf_sc *sc);
sys/dev/iavf/iavf_prototype.h
68
bool iavf_asq_done(struct iavf_hw *hw);
sys/dev/iavf/iavf_prototype.h
75
bool iavf_check_asq_alive(struct iavf_hw *hw);
sys/dev/iavf/iavf_prototype.h
76
enum iavf_status iavf_aq_queue_shutdown(struct iavf_hw *hw, bool unloading);
sys/dev/iavf/iavf_prototype.h
79
bool pf_lut, u8 *lut, u16 lut_size);
sys/dev/iavf/iavf_prototype.h
81
bool pf_lut, u8 *lut, u16 lut_size);
sys/dev/iavf/iavf_txrx_iflib.c
104
static bool
sys/dev/iavf/iavf_txrx_iflib.c
474
iavf_isc_txd_credits_update_hwb(void *arg, uint16_t qid, bool clear)
sys/dev/iavf/iavf_txrx_iflib.c
51
static int iavf_isc_txd_credits_update_hwb(void *arg, uint16_t txqid, bool clear);
sys/dev/iavf/iavf_txrx_iflib.c
510
iavf_isc_txd_credits_update_dwb(void *arg, uint16_t txqid, bool clear)
sys/dev/iavf/iavf_txrx_iflib.c
52
static int iavf_isc_txd_credits_update_dwb(void *arg, uint16_t txqid, bool clear);
sys/dev/iavf/iavf_txrx_iflib.c
520
bool is_done;
sys/dev/iavf/iavf_txrx_iflib.c
675
bool eop;
sys/dev/iavf/iavf_type.h
242
bool dcb;
sys/dev/iavf/iavf_type.h
243
bool fcoe;
sys/dev/iavf/iavf_type.h
244
bool iwarp;
sys/dev/iavf/iavf_type.h
250
bool apm_wol_support;
sys/dev/iavf/iavf_type.h
252
bool proxy_support;
sys/dev/iavf/iavf_type.h
62
#define IAVF_IS_MULTICAST(address) (bool)(((u8 *)(address))[0] & ((u8)0x01))
sys/dev/iavf/iavf_vc_common.c
1209
bool print_error = true;
sys/dev/iavf/if_iavf_iflib.c
1507
static bool
sys/dev/iavf/if_iavf_iflib.c
2015
bool
sys/dev/iavf/if_iavf_iflib.c
77
static bool iavf_if_needs_restart(if_ctx_t, enum iflib_restart_event);
sys/dev/iavf/virtchnl.h
793
bool err_msg_format = false;
sys/dev/ice/ice_bitops.h
103
static inline bool ice_test_and_set_bit_internal(u16 nr, ice_bitmap_t *bitmap)
sys/dev/ice/ice_bitops.h
120
static inline bool ice_is_bit_set(const ice_bitmap_t *bitmap, u16 nr)
sys/dev/ice/ice_bitops.h
160
static inline bool
sys/dev/ice/ice_bitops.h
175
static inline bool
sys/dev/ice/ice_bitops.h
399
static inline bool ice_is_any_bit_set(ice_bitmap_t *bitmap, u16 size)
sys/dev/ice/ice_bitops.h
470
static inline bool
sys/dev/ice/ice_bitops.h
65
static inline bool ice_is_bit_set_internal(u16 nr, const ice_bitmap_t *bitmap)
sys/dev/ice/ice_bitops.h
93
static inline bool ice_test_and_clear_bit_internal(u16 nr,
sys/dev/ice/ice_common.c
1804
u16 flag, bool lock)
sys/dev/ice/ice_common.c
1880
static bool ice_should_retry_sq_send_cmd(u16 opcode)
sys/dev/ice/ice_common.c
1919
bool is_cmd_for_retry;
sys/dev/ice/ice_common.c
2060
int ice_aq_q_shutdown(struct ice_hw *hw, bool unloading)
sys/dev/ice/ice_common.c
2326
ice_alloc_hw_res(struct ice_hw *hw, u16 type, u16 num, bool btm, u16 *res)
sys/dev/ice/ice_common.c
242
bool ice_is_generic_mac(struct ice_hw *hw)
sys/dev/ice/ice_common.c
2422
char const *prefix, bool dbg)
sys/dev/ice/ice_common.c
2455
char const *prefix, bool dbg)
sys/dev/ice/ice_common.c
2492
static bool
sys/dev/ice/ice_common.c
2500
bool found = true;
sys/dev/ice/ice_common.c
255
bool ice_is_e810(struct ice_hw *hw)
sys/dev/ice/ice_common.c
266
bool ice_is_e810t(struct ice_hw *hw)
sys/dev/ice/ice_common.c
2846
bool found;
sys/dev/ice/ice_common.c
3005
bool found;
sys/dev/ice/ice_common.c
301
bool ice_is_e830(struct ice_hw *hw)
sys/dev/ice/ice_common.c
312
bool ice_is_e823(struct ice_hw *hw)
sys/dev/ice/ice_common.c
337
bool ice_is_e825c(struct ice_hw *hw)
sys/dev/ice/ice_common.c
3371
bool save_bad_pac, bool pad_short_pac, bool double_vlan,
sys/dev/ice/ice_common.c
3403
bool ice_is_100m_speed_supported(struct ice_hw *hw)
sys/dev/ice/ice_common.c
3865
ice_set_fc(struct ice_port_info *pi, u8 *aq_failures, bool ena_auto_link_update)
sys/dev/ice/ice_common.c
3948
bool
sys/dev/ice/ice_common.c
4107
int ice_get_link_status(struct ice_port_info *pi, bool *link_up)
sys/dev/ice/ice_common.c
4139
ice_aq_set_link_restart_an(struct ice_port_info *pi, bool ena_link,
sys/dev/ice/ice_common.c
4204
ice_aq_set_mac_loopback(struct ice_hw *hw, bool ena_lpbk, struct ice_sq_cd *cd)
sys/dev/ice/ice_common.c
4227
ice_aq_set_port_id_led(struct ice_port_info *pi, bool is_orig_mode,
sys/dev/ice/ice_common.c
4264
bool write, struct ice_sq_cd *cd)
sys/dev/ice/ice_common.c
435
static bool
sys/dev/ice/ice_common.c
4420
__ice_aq_get_set_rss_lut(struct ice_hw *hw, struct ice_aq_get_set_rss_lut_params *params, bool set)
sys/dev/ice/ice_common.c
4511
bool set)
sys/dev/ice/ice_common.c
4747
ice_aq_move_recfg_lan_txq(struct ice_hw *hw, u8 num_qs, bool is_move,
sys/dev/ice/ice_common.c
4748
bool is_tc_change, bool subseq_call, bool flush_pipe,
sys/dev/ice/ice_common.c
523
ice_aq_get_phy_caps(struct ice_port_info *pi, bool qual_mods, u8 report_mode,
sys/dev/ice/ice_common.c
5811
static bool ice_is_main_vsi(struct ice_hw *hw, u16 vsi_handle)
sys/dev/ice/ice_common.c
5903
ice_stat_update40(struct ice_hw *hw, u32 reg, bool prev_stat_loaded,
sys/dev/ice/ice_common.c
5940
ice_stat_update32(struct ice_hw *hw, u32 reg, bool prev_stat_loaded,
sys/dev/ice/ice_common.c
5993
ice_stat_update_repc(struct ice_hw *hw, u16 vsi_handle, bool prev_stat_loaded,
sys/dev/ice/ice_common.c
6103
ice_aq_alternate_write_done(struct ice_hw *hw, u8 bios_mode, bool *reset_needed)
sys/dev/ice/ice_common.c
6410
ice_aq_set_gpio(struct ice_hw *hw, u16 gpio_ctrl_handle, u8 pin_idx, bool value,
sys/dev/ice/ice_common.c
6438
bool *value, struct ice_sq_cd *cd)
sys/dev/ice/ice_common.c
6466
static bool ice_is_fw_api_min_ver(struct ice_hw *hw, u8 maj, u8 min, u8 patch)
sys/dev/ice/ice_common.c
6490
static bool ice_is_fw_min_ver(struct ice_hw *hw, u8 branch, u8 maj, u8 min,
sys/dev/ice/ice_common.c
6513
bool ice_fw_supports_link_override(struct ice_hw *hw)
sys/dev/ice/ice_common.c
6597
bool ice_is_phy_caps_an_enabled(struct ice_aqc_get_phy_caps_data *caps)
sys/dev/ice/ice_common.c
6615
bool ice_is_fw_health_report_supported(struct ice_hw *hw)
sys/dev/ice/ice_common.c
6676
u8 *option_count, u8 lport, bool lport_valid,
sys/dev/ice/ice_common.c
6677
u8 *active_option_idx, bool *active_option_valid,
sys/dev/ice/ice_common.c
6678
u8 *pending_option_idx, bool *pending_option_valid)
sys/dev/ice/ice_common.c
6803
bool ice_fw_supports_lldp_fltr_ctrl(struct ice_hw *hw)
sys/dev/ice/ice_common.c
681
ice_aq_get_link_info(struct ice_port_info *pi, bool ena_lse,
sys/dev/ice/ice_common.c
6820
ice_lldp_fltr_add_remove(struct ice_hw *hw, u16 vsi_num, bool add)
sys/dev/ice/ice_common.c
6858
bool ice_fw_supports_report_dflt_cfg(struct ice_hw *hw)
sys/dev/ice/ice_common.c
688
bool tx_pause, rx_pause;
sys/dev/ice/ice_common.c
6907
bool ice_fw_supports_fec_dis_auto(struct ice_hw *hw)
sys/dev/ice/ice_common.c
6927
bool ice_is_fw_auto_drop_supported(struct ice_hw *hw)
sys/dev/ice/ice_common.c
828
ice_aq_set_mac_cfg(struct ice_hw *hw, u16 max_frame_size, bool auto_drop,
sys/dev/ice/ice_common.h
156
ice_aq_move_recfg_lan_txq(struct ice_hw *hw, u8 num_qs, bool is_move,
sys/dev/ice/ice_common.h
157
bool is_tc_change, bool subseq_call, bool flush_pipe,
sys/dev/ice/ice_common.h
167
bool ice_check_sq_alive(struct ice_hw *hw, struct ice_ctl_q_info *cq);
sys/dev/ice/ice_common.h
168
int ice_aq_q_shutdown(struct ice_hw *hw, bool unloading);
sys/dev/ice/ice_common.h
187
bool save_bad_pac, bool pad_short_pac, bool double_vlan,
sys/dev/ice/ice_common.h
190
ice_aq_get_phy_caps(struct ice_port_info *pi, bool qual_mods, u8 report_mode,
sys/dev/ice/ice_common.h
213
bool ice_fw_supports_link_override(struct ice_hw *hw);
sys/dev/ice/ice_common.h
214
bool ice_fw_supports_fec_dis_auto(struct ice_hw *hw);
sys/dev/ice/ice_common.h
218
bool ice_is_phy_caps_an_enabled(struct ice_aqc_get_phy_caps_data *caps);
sys/dev/ice/ice_common.h
225
bool ena_auto_link_update);
sys/dev/ice/ice_common.h
226
bool
sys/dev/ice/ice_common.h
237
ice_aq_set_link_restart_an(struct ice_port_info *pi, bool ena_link,
sys/dev/ice/ice_common.h
240
ice_aq_set_mac_cfg(struct ice_hw *hw, u16 max_frame_size, bool auto_drop,
sys/dev/ice/ice_common.h
243
ice_aq_get_link_info(struct ice_port_info *pi, bool ena_lse,
sys/dev/ice/ice_common.h
249
ice_aq_set_mac_loopback(struct ice_hw *hw, bool ena_lpbk, struct ice_sq_cd *cd);
sys/dev/ice/ice_common.h
252
ice_aq_set_port_id_led(struct ice_port_info *pi, bool is_orig_mode,
sys/dev/ice/ice_common.h
257
bool write, struct ice_sq_cd *cd);
sys/dev/ice/ice_common.h
273
u8 *option_count, u8 lport, bool lport_valid,
sys/dev/ice/ice_common.h
274
u8 *active_option_idx, bool *active_option_valid,
sys/dev/ice/ice_common.h
275
u8 *pending_option_idx, bool *pending_option_valid);
sys/dev/ice/ice_common.h
311
u16 flag, bool lock);
sys/dev/ice/ice_common.h
320
ice_stat_update40(struct ice_hw *hw, u32 reg, bool prev_stat_loaded,
sys/dev/ice/ice_common.h
323
ice_stat_update32(struct ice_hw *hw, u32 reg, bool prev_stat_loaded,
sys/dev/ice/ice_common.h
326
ice_stat_update_repc(struct ice_hw *hw, u16 vsi_handle, bool prev_stat_loaded,
sys/dev/ice/ice_common.h
330
bool ice_is_generic_mac(struct ice_hw *hw);
sys/dev/ice/ice_common.h
331
bool ice_is_e810(struct ice_hw *hw);
sys/dev/ice/ice_common.h
332
bool ice_is_e810t(struct ice_hw *hw);
sys/dev/ice/ice_common.h
333
bool ice_is_e830(struct ice_hw *hw);
sys/dev/ice/ice_common.h
334
bool ice_is_e825c(struct ice_hw *hw);
sys/dev/ice/ice_common.h
335
bool ice_is_e823(struct ice_hw *hw);
sys/dev/ice/ice_common.h
344
bool *reset_needed);
sys/dev/ice/ice_common.h
354
ice_aq_set_gpio(struct ice_hw *hw, u16 gpio_ctrl_handle, u8 pin_idx, bool value,
sys/dev/ice/ice_common.h
358
bool *value, struct ice_sq_cd *cd);
sys/dev/ice/ice_common.h
359
bool ice_is_100m_speed_supported(struct ice_hw *hw);
sys/dev/ice/ice_common.h
364
bool ice_fw_supports_lldp_fltr_ctrl(struct ice_hw *hw);
sys/dev/ice/ice_common.h
366
ice_lldp_fltr_add_remove(struct ice_hw *hw, u16 vsi_num, bool add);
sys/dev/ice/ice_common.h
379
bool ice_is_fw_health_report_supported(struct ice_hw *hw);
sys/dev/ice/ice_common.h
380
bool ice_fw_supports_report_dflt_cfg(struct ice_hw *hw);
sys/dev/ice/ice_common.h
382
bool ice_is_fw_auto_drop_supported(struct ice_hw *hw);
sys/dev/ice/ice_common.h
55
bool ice_sq_done(struct ice_hw *hw, struct ice_ctl_q_info *cq);
sys/dev/ice/ice_common.h
66
void ice_shutdown_all_ctrlq(struct ice_hw *hw, bool unloading);
sys/dev/ice/ice_common.h
72
ice_get_link_status(struct ice_port_info *pi, bool *link_up);
sys/dev/ice/ice_common.h
79
ice_alloc_hw_res(struct ice_hw *hw, u16 type, u16 num, bool btm, u16 *res);
sys/dev/ice/ice_common_sysctls.h
105
bool ice_tx_balance_en = true;
sys/dev/ice/ice_common_sysctls.h
54
bool ice_enable_irdma = true;
sys/dev/ice/ice_common_sysctls.h
68
bool ice_enable_tx_fc_filter = true;
sys/dev/ice/ice_common_sysctls.h
82
bool ice_enable_tx_lldp_filter = true;
sys/dev/ice/ice_common_sysctls.h
94
bool ice_enable_health_events = true;
sys/dev/ice/ice_common_txrx.h
282
bool is_ipv4, is_ipv6;
sys/dev/ice/ice_controlq.c
1000
bool ice_sq_done(struct ice_hw *hw, struct ice_ctl_q_info *cq)
sys/dev/ice/ice_controlq.c
1028
bool cmd_completed = false;
sys/dev/ice/ice_controlq.c
106
bool ice_check_sq_alive(struct ice_hw *hw, struct ice_ctl_q_info *cq)
sys/dev/ice/ice_controlq.c
507
static bool ice_aq_ver_check(struct ice_hw *hw)
sys/dev/ice/ice_controlq.c
688
static bool ice_is_sbq_supported(struct ice_hw *hw)
sys/dev/ice/ice_controlq.c
703
bool unloading)
sys/dev/ice/ice_controlq.c
738
void ice_shutdown_all_ctrlq(struct ice_hw *hw, bool unloading)
sys/dev/ice/ice_controlq.c
953
void *desc, void *buf, u16 buf_len, bool response)
sys/dev/ice/ice_dcb.c
1237
int ice_init_dcb(struct ice_hw *hw, bool enable_mib_change)
sys/dev/ice/ice_dcb.c
1279
int ice_cfg_lldp_mib_change(struct ice_hw *hw, bool ena_mib)
sys/dev/ice/ice_dcb.c
134
ice_aq_add_delete_lldp_tlv(struct ice_hw *hw, u8 bridge_type, bool add_lldp_tlv,
sys/dev/ice/ice_dcb.c
225
ice_aq_stop_lldp(struct ice_hw *hw, bool shutdown_lldp_agent, bool persist,
sys/dev/ice/ice_dcb.c
253
ice_aq_start_lldp(struct ice_hw *hw, bool persist, struct ice_sq_cd *cd)
sys/dev/ice/ice_dcb.c
819
ice_aq_dcb_ignore_pfc(struct ice_hw *hw, u8 tcmap, bool request, u8 *tcmap_ret,
sys/dev/ice/ice_dcb.c
858
ice_aq_start_stop_dcbx(struct ice_hw *hw, bool start_dcbx_agent,
sys/dev/ice/ice_dcb.c
859
bool *dcbx_agent_status, struct ice_sq_cd *cd)
sys/dev/ice/ice_dcb.c
92
ice_aq_cfg_lldp_mib_change(struct ice_hw *hw, bool ena_update,
sys/dev/ice/ice_dcb.c
984
ice_aq_set_dcb_parameters(struct ice_hw *hw, bool dcb_enable,
sys/dev/ice/ice_dcb.h
223
ice_aq_add_delete_lldp_tlv(struct ice_hw *hw, u8 bridge_type, bool add_lldp_tlv,
sys/dev/ice/ice_dcb.h
231
ice_aq_dcb_ignore_pfc(struct ice_hw *hw, u8 tcmap, bool request, u8 *tcmap_ret,
sys/dev/ice/ice_dcb.h
240
ice_aq_set_dcb_parameters(struct ice_hw *hw, bool dcb_enable,
sys/dev/ice/ice_dcb.h
253
int ice_init_dcb(struct ice_hw *hw, bool enable_mib_change);
sys/dev/ice/ice_dcb.h
267
ice_aq_stop_lldp(struct ice_hw *hw, bool shutdown_lldp_agent, bool persist,
sys/dev/ice/ice_dcb.h
270
ice_aq_start_lldp(struct ice_hw *hw, bool persist, struct ice_sq_cd *cd);
sys/dev/ice/ice_dcb.h
272
ice_aq_start_stop_dcbx(struct ice_hw *hw, bool start_dcbx_agent,
sys/dev/ice/ice_dcb.h
273
bool *dcbx_agent_status, struct ice_sq_cd *cd);
sys/dev/ice/ice_dcb.h
274
int ice_cfg_lldp_mib_change(struct ice_hw *hw, bool ena_mib);
sys/dev/ice/ice_dcb.h
276
ice_aq_cfg_lldp_mib_change(struct ice_hw *hw, bool ena_update,
sys/dev/ice/ice_ddp_common.c
120
bool last_buf, u32 *error_offset, u32 *error_info,
sys/dev/ice/ice_ddp_common.c
1217
bool flag = false;
sys/dev/ice/ice_ddp_common.c
1262
ice_get_ddp_pkg_state(struct ice_hw *hw, bool already_loaded)
sys/dev/ice/ice_ddp_common.c
1323
bool already_loaded = false;
sys/dev/ice/ice_ddp_common.c
1437
bool ice_is_init_pkg_successful(enum ice_ddp_state state)
sys/dev/ice/ice_ddp_common.c
1471
static bool ice_is_gtp_u_profile(u32 prof_idx)
sys/dev/ice/ice_ddp_common.c
1478
static bool ice_is_gtp_c_profile(u32 prof_idx)
sys/dev/ice/ice_ddp_common.c
1500
bool valid_prof = false;
sys/dev/ice/ice_ddp_common.c
2010
bool
sys/dev/ice/ice_ddp_common.c
212
static bool ice_is_signing_seg_at_idx(struct ice_pkg_hdr *pkg_hdr, u32 idx)
sys/dev/ice/ice_ddp_common.c
215
bool retval = false;
sys/dev/ice/ice_ddp_common.c
233
static bool
sys/dev/ice/ice_ddp_common.c
2337
static bool
sys/dev/ice/ice_ddp_common.c
2360
struct ice_sq_cd *cd, u8 *flags, bool set)
sys/dev/ice/ice_ddp_common.c
237
bool result = false;
sys/dev/ice/ice_ddp_common.c
266
bool last = ((i + 1) == count);
sys/dev/ice/ice_ddp_common.c
329
static bool ice_is_buffer_metadata(struct ice_buf_hdr *buf)
sys/dev/ice/ice_ddp_common.c
331
bool metadata = false;
sys/dev/ice/ice_ddp_common.c
347
static bool
sys/dev/ice/ice_ddp_common.c
350
bool last = ((idx + 1) == count);
sys/dev/ice/ice_ddp_common.c
378
u32 count, bool indicate_last)
sys/dev/ice/ice_ddp_common.c
397
bool last = false;
sys/dev/ice/ice_ddp_common.c
51
u16 buf_size, bool last_buf, u32 *error_offset,
sys/dev/ice/ice_ddp_common.c
535
u32 idx, u32 start, u32 count, bool last_seg)
sys/dev/ice/ice_ddp_common.c
572
bool last_seg = true;
sys/dev/ice/ice_ddp_common.c
617
static bool
sys/dev/ice/ice_ddp_common.c
620
bool match = false;
sys/dev/ice/ice_ddp_common.h
458
bool
sys/dev/ice/ice_ddp_common.h
471
bool ice_is_init_pkg_successful(enum ice_ddp_state state);
sys/dev/ice/ice_flex_pipe.c
1382
static bool ice_prof_id_rsrc_type(enum ice_block blk, u16 *rsrc_type)
sys/dev/ice/ice_flex_pipe.c
1402
static bool ice_tcam_ent_rsrc_type(enum ice_block blk, u16 *rsrc_type)
sys/dev/ice/ice_flex_pipe.c
1428
ice_alloc_tcam_ent(struct ice_hw *hw, enum ice_block blk, bool btm,
sys/dev/ice/ice_flex_pipe.c
2256
static bool
sys/dev/ice/ice_flex_pipe.c
253
static bool ice_bits_max_set(const u8 *mask, u16 size, u16 max)
sys/dev/ice/ice_flex_pipe.c
3128
ice_prof_tcam_ena_dis(struct ice_hw *hw, enum ice_block blk, bool enable,
sys/dev/ice/ice_flex_pipe.c
3221
bool used;
sys/dev/ice/ice_flex_pipe.c
3270
bool rev, struct LIST_HEAD_TYPE *chg)
sys/dev/ice/ice_flex_pipe.c
339
static bool ice_tunnel_port_in_use_hlpr(struct ice_hw *hw, u16 port, u16 *index)
sys/dev/ice/ice_flex_pipe.c
3461
static bool
sys/dev/ice/ice_flex_pipe.c
3558
bool only_vsi;
sys/dev/ice/ice_flex_pipe.c
362
bool ice_tunnel_port_in_use(struct ice_hw *hw, u16 port, u16 *index)
sys/dev/ice/ice_flex_pipe.c
364
bool res;
sys/dev/ice/ice_flex_pipe.c
3748
bool last_profile;
sys/dev/ice/ice_flex_pipe.c
3749
bool only_vsi;
sys/dev/ice/ice_flex_pipe.c
381
bool
sys/dev/ice/ice_flex_pipe.c
384
bool res = false;
sys/dev/ice/ice_flex_pipe.c
409
static bool
sys/dev/ice/ice_flex_pipe.c
432
bool
sys/dev/ice/ice_flex_pipe.c
436
bool res = false;
sys/dev/ice/ice_flex_pipe.c
551
int ice_destroy_tunnel(struct ice_hw *hw, u16 port, bool all)
sys/dev/ice/ice_flex_pipe.c
974
static bool
sys/dev/ice/ice_flex_pipe.h
51
bool
sys/dev/ice/ice_flex_pipe.h
56
int ice_destroy_tunnel(struct ice_hw *hw, u16 port, bool all);
sys/dev/ice/ice_flex_pipe.h
57
bool ice_tunnel_port_in_use(struct ice_hw *hw, u16 port, u16 *index);
sys/dev/ice/ice_flex_pipe.h
58
bool
sys/dev/ice/ice_flow.c
1220
u16 val_loc, u16 mask_loc, u16 last_loc, bool range)
sys/dev/ice/ice_flow.h
207
bool symm; /* symmetric or asymmetric hash */
sys/dev/ice/ice_flow.h
289
bool symm; /* Symmetric Hash for RSS */
sys/dev/ice/ice_fw_logging.c
156
bool enabled;
sys/dev/ice/ice_fw_logging.c
283
bool sev_set = false;
sys/dev/ice/ice_fwlog.c
194
bool ice_fwlog_supported(struct ice_hw *hw)
sys/dev/ice/ice_fwlog.c
309
static int ice_aq_fwlog_register(struct ice_hw *hw, bool reg)
sys/dev/ice/ice_fwlog.c
52
static bool
sys/dev/ice/ice_fwlog.c
93
static bool valid_cfg(struct ice_hw *hw, struct ice_fwlog_cfg *cfg)
sys/dev/ice/ice_fwlog.h
78
bool ice_fwlog_supported(struct ice_hw *hw);
sys/dev/ice/ice_iflib.h
226
bool if_attached;
sys/dev/ice/ice_iflib.h
316
bool link_up;
sys/dev/ice/ice_iflib.h
319
bool enable_tx_fc_filter;
sys/dev/ice/ice_iflib.h
320
bool enable_tx_lldp_filter;
sys/dev/ice/ice_iflib.h
323
bool enable_health_events;
sys/dev/ice/ice_iflib.h
326
bool tx_balance_en;
sys/dev/ice/ice_iflib.h
329
bool allow_no_fec_mod_in_auto;
sys/dev/ice/ice_iflib_recovery_txrx.c
118
bool __unused clear)
sys/dev/ice/ice_iflib_recovery_txrx.c
50
static int ice_recovery_txd_credits_update(void *arg, uint16_t txqid, bool clear);
sys/dev/ice/ice_iflib_txrx.c
250
_ice_ift_txd_credits_update(struct ice_softc *sc __unused, struct ice_tx_queue *txq, bool clear)
sys/dev/ice/ice_iflib_txrx.c
255
bool is_done;
sys/dev/ice/ice_iflib_txrx.c
305
ice_ift_txd_credits_update(void *arg, uint16_t txqid, bool clear)
sys/dev/ice/ice_iflib_txrx.c
396
bool eop;
sys/dev/ice/ice_iflib_txrx.c
51
static int _ice_ift_txd_credits_update(struct ice_softc *sc, struct ice_tx_queue *txq, bool clear);
sys/dev/ice/ice_iflib_txrx.c
621
ice_ift_txd_credits_update_subif(void *arg, uint16_t txqid, bool clear)
sys/dev/ice/ice_iflib_txrx.c
65
static int ice_ift_txd_credits_update(void *arg, uint16_t txqid, bool clear);
sys/dev/ice/ice_iflib_txrx.c
70
static int ice_ift_txd_credits_update_subif(void *arg, uint16_t txqid, bool clear);
sys/dev/ice/ice_iov.c
45
bool trigger_vflr);
sys/dev/ice/ice_iov.c
541
ice_reset_vf(struct ice_softc *sc, struct ice_vf *vf, bool trigger_vflr)
sys/dev/ice/ice_iov.c
56
static bool ice_vc_isvalid_ring_len(u16 ring_len);
sys/dev/ice/ice_iov.c
952
static bool
sys/dev/ice/ice_lib.c
11158
static bool
sys/dev/ice/ice_lib.c
11175
bool active_valid, pending_valid;
sys/dev/ice/ice_lib.c
11207
bool is_muxed)
sys/dev/ice/ice_lib.c
11275
bool is_muxed = false;
sys/dev/ice/ice_lib.c
11513
static bool
sys/dev/ice/ice_lib.c
11880
if (user_flag == (bool)sc->allow_no_fec_mod_in_auto)
sys/dev/ice/ice_lib.c
122
bool dynamic);
sys/dev/ice/ice_lib.c
164
static bool ice_check_ets_bw(u8 *table);
sys/dev/ice/ice_lib.c
166
static bool
sys/dev/ice/ice_lib.c
183
static bool ice_dscp_is_mapped(struct ice_dcbx_cfg *dcbcfg);
sys/dev/ice/ice_lib.c
1872
ice_control_rx_queue(struct ice_vsi *vsi, u16 qidx, bool enable)
sys/dev/ice/ice_lib.c
1930
ice_control_all_rx_queues(struct ice_vsi *vsi, bool enable)
sys/dev/ice/ice_lib.c
196
static bool ice_is_serdes_muxed(struct ice_hw *hw);
sys/dev/ice/ice_lib.c
200
bool is_muxed);
sys/dev/ice/ice_lib.c
210
static bool pkg_ver_empty(struct ice_pkg_ver *pkg_ver, u8 *pkg_name);
sys/dev/ice/ice_lib.c
233
bool is_phy_type_high);
sys/dev/ice/ice_lib.c
2396
static bool
sys/dev/ice/ice_lib.c
3230
bool apply_speed_filter = false;
sys/dev/ice/ice_lib.c
3482
bool mode_set = false;
sys/dev/ice/ice_lib.c
3630
__ice_sysctl_phy_type_handler(SYSCTL_HANDLER_ARGS, bool is_phy_type_high)
sys/dev/ice/ice_lib.c
375
enum ice_vsi_type type, int idx, bool dynamic)
sys/dev/ice/ice_lib.c
3961
static bool
sys/dev/ice/ice_lib.c
3997
bool retried_start_lldp = false;
sys/dev/ice/ice_lib.c
4537
bool mode;
sys/dev/ice/ice_lib.c
4569
bool mode;
sys/dev/ice/ice_lib.c
4739
bool isvf;
sys/dev/ice/ice_lib.c
5312
static bool
sys/dev/ice/ice_lib.c
6218
bool at_least_one = false;
sys/dev/ice/ice_lib.c
6636
bool same_table_next = (table_id == ret_next_table);
sys/dev/ice/ice_lib.c
6637
bool last_table_next;
sys/dev/ice/ice_lib.c
6644
bool last_offset_next = (ret_next_index == 0xffffffff || ret_next_index == 0);
sys/dev/ice/ice_lib.c
701
bool keep_alloc = false;
sys/dev/ice/ice_lib.c
8335
bool mdd_detected = false, request_reinit = false;
sys/dev/ice/ice_lib.c
8449
bool dcbx_agent_status;
sys/dev/ice/ice_lib.c
8678
static bool
sys/dev/ice/ice_lib.c
8683
bool needs_reconfig = false;
sys/dev/ice/ice_lib.c
88
static bool ice_filter_is_mcast(struct ice_vsi *vsi, struct ice_fltr_info *info);
sys/dev/ice/ice_lib.c
8930
bool tc_unused = false;
sys/dev/ice/ice_lib.c
9045
ice_do_dcb_reconfig(struct ice_softc *sc, bool pending_mib)
sys/dev/ice/ice_lib.c
9125
bool needs_reconfig, mib_is_pending;
sys/dev/ice/ice_lib.c
9912
ice_set_link(struct ice_softc *sc, bool enabled)
sys/dev/ice/ice_lib.h
1025
void ice_set_link(struct ice_softc *sc, bool enabled);
sys/dev/ice/ice_lib.h
1031
void ice_do_dcb_reconfig(struct ice_softc *sc, bool pending_mib);
sys/dev/ice/ice_lib.h
117
extern bool ice_enable_tx_fc_filter;
sys/dev/ice/ice_lib.h
120
extern bool ice_enable_tx_lldp_filter;
sys/dev/ice/ice_lib.h
123
extern bool ice_enable_health_events;
sys/dev/ice/ice_lib.h
126
extern bool ice_tx_balance_en;
sys/dev/ice/ice_lib.h
501
bool offsets_loaded;
sys/dev/ice/ice_lib.h
513
bool offsets_loaded;
sys/dev/ice/ice_lib.h
560
bool dynamic; /* if true, dynamically allocated */
sys/dev/ice/ice_lib.h
883
static inline bool
sys/dev/ice/ice_lib.h
913
bool ice_driver_is_detaching(struct ice_softc *sc);
sys/dev/ice/ice_lib.h
954
int ice_control_rx_queue(struct ice_vsi *vsi, u16 qidx, bool enable);
sys/dev/ice/ice_lib.h
955
int ice_control_all_rx_queues(struct ice_vsi *vsi, bool enable);
sys/dev/ice/ice_nvm.c
101
bool last_cmd;
sys/dev/ice/ice_nvm.c
162
u16 length, void *data, bool last_command, u8 command_flags,
sys/dev/ice/ice_nvm.c
369
bool last_command)
sys/dev/ice/ice_nvm.c
464
bool second_bank_active;
sys/dev/ice/ice_nvm.c
51
void *data, bool last_command, bool read_shadow_ram,
sys/dev/ice/ice_nvm.c
97
bool read_shadow_ram)
sys/dev/ice/ice_nvm.h
117
void *data, bool last_command, bool read_shadow_ram,
sys/dev/ice/ice_nvm.h
121
bool read_shadow_ram);
sys/dev/ice/ice_nvm.h
146
u16 length, void *data, bool last_command, u8 command_flags,
sys/dev/ice/ice_osdep.c
286
ice_usec_delay(uint32_t time, bool sleep)
sys/dev/ice/ice_osdep.c
304
ice_msec_delay(uint32_t time, bool sleep)
sys/dev/ice/ice_osdep.h
165
void ice_usec_delay(uint32_t time, bool sleep);
sys/dev/ice/ice_osdep.h
166
void ice_msec_delay(uint32_t time, bool sleep);
sys/dev/ice/ice_osdep.h
518
static inline bool
sys/dev/ice/ice_rdma.c
298
bool enable)
sys/dev/ice/ice_rdma.c
84
bool enable);
sys/dev/ice/ice_rdma.h
352
bool prep;
sys/dev/ice/ice_rdma.h
375
bool enable_filter;
sys/dev/ice/ice_rdma_internal.h
102
bool registered;
sys/dev/ice/ice_rdma_internal.h
49
extern bool ice_enable_irdma;
sys/dev/ice/ice_rdma_internal.h
68
bool attached;
sys/dev/ice/ice_rdma_internal.h
69
bool initiated;
sys/dev/ice/ice_resmgr.h
80
bool contig_only;
sys/dev/ice/ice_sched.c
1534
bool
sys/dev/ice/ice_sched.c
1724
static bool ice_sched_check_node(struct ice_hw *hw, struct ice_sched_node *node)
sys/dev/ice/ice_sched.c
2043
u8 owner, bool enable)
sys/dev/ice/ice_sched.c
2146
static bool ice_sched_is_leaf_node_present(struct ice_sched_node *node)
sys/dev/ice/ice_sched.c
2264
bool ice_sched_is_tree_balanced(struct ice_hw *hw, struct ice_sched_node *node)
sys/dev/ice/ice_sched.c
2559
bool rm_vsi_info)
sys/dev/ice/ice_sched.c
2595
static bool
sys/dev/ice/ice_sched.c
2670
u8 tc, bool rm_vsi_info)
sys/dev/ice/ice_sched.c
3775
bool agg_id_present = false;
sys/dev/ice/ice_sched.c
3803
bool vsi_handle_valid = false;
sys/dev/ice/ice_sched.c
3911
bool agg_id_present = false;
sys/dev/ice/ice_sched.c
4014
bool found = false;
sys/dev/ice/ice_sched.c
5249
bool agg_id_present = false;
sys/dev/ice/ice_sched.c
5304
bool agg_id_present = false;
sys/dev/ice/ice_sched.c
559
bool suspend)
sys/dev/ice/ice_sched.h
187
u8 owner, bool enable);
sys/dev/ice/ice_sched.h
193
bool ice_sched_is_tree_balanced(struct ice_hw *hw, struct ice_sched_node *node);
sys/dev/ice/ice_sched.h
260
bool
sys/dev/ice/ice_switch.c
1049
u16 swid, u16 pf_vf_num, bool is_vf)
sys/dev/ice/ice_switch.c
1101
bool is_vf = false;
sys/dev/ice/ice_switch.c
152
int ice_alloc_rss_global_lut(struct ice_hw *hw, bool shared_res, u16 *global_lut_id)
sys/dev/ice/ice_switch.c
1596
u16 vsi_list_id, bool remove, enum ice_adminq_opc opc,
sys/dev/ice/ice_switch.c
2182
bool remove_rule = false;
sys/dev/ice/ice_switch.c
222
ice_alloc_sw(struct ice_hw *hw, bool ena_stats, bool shared_res, u16 *sw_id,
sys/dev/ice/ice_switch.c
2313
bool res_shared, u16 *desc_id, struct ice_sq_cd *cd)
sys/dev/ice/ice_switch.c
2940
ice_cfg_dflt_vsi(struct ice_port_info *pi, u16 vsi_handle, bool set,
sys/dev/ice/ice_switch.c
2994
bool ice_check_if_dflt_vsi(struct ice_port_info *pi, u16 vsi_handle,
sys/dev/ice/ice_switch.c
2995
bool *rule_exists)
sys/dev/ice/ice_switch.c
3001
bool ret = false;
sys/dev/ice/ice_switch.c
3176
static bool
sys/dev/ice/ice_switch.c
3282
bool is_rx_lb_fltr = false;
sys/dev/ice/ice_switch.c
3283
bool is_tx_fltr = false;
sys/dev/ice/ice_switch.c
3538
bool is_tx_fltr, is_rx_lb_fltr;
sys/dev/ice/ice_switch.c
3687
ice_bitmap_t *promisc_mask, bool rm_vlan_promisc,
sys/dev/ice/ice_switch.c
3749
ice_bitmap_t *promisc_mask, bool rm_vlan_promisc)
sys/dev/ice/ice_switch.c
3975
bool entry_exists;
sys/dev/ice/ice_switch.c
4070
bool entry_exist;
sys/dev/ice/ice_switch.c
413
bool keep_vsi_alloc, struct ice_sq_cd *cd)
sys/dev/ice/ice_switch.c
482
bool ice_is_vsi_valid(struct ice_hw *hw, u16 vsi_handle)
sys/dev/ice/ice_switch.c
637
bool keep_vsi_alloc, struct ice_sq_cd *cd)
sys/dev/ice/ice_switch.c
64
static bool
sys/dev/ice/ice_switch.c
676
ice_cfg_iwarp_fltr(struct ice_hw *hw, u16 vsi_handle, bool enable)
sys/dev/ice/ice_switch.c
858
ice_aq_delete_mir_rule(struct ice_hw *hw, u16 rule_id, bool keep_allocd,
sys/dev/ice/ice_switch.h
467
bool keep_vsi_alloc, struct ice_sq_cd *cd);
sys/dev/ice/ice_switch.h
476
bool keep_vsi_alloc, struct ice_sq_cd *cd);
sys/dev/ice/ice_switch.h
491
ice_aq_delete_mir_rule(struct ice_hw *hw, u16 rule_id, bool keep_allocd,
sys/dev/ice/ice_switch.h
507
int ice_alloc_rss_global_lut(struct ice_hw *hw, bool shared_res, u16 *global_lut_id);
sys/dev/ice/ice_switch.h
510
ice_alloc_sw(struct ice_hw *hw, bool ena_stats, bool shared_res, u16 *sw_id,
sys/dev/ice/ice_switch.h
521
bool res_shared, u16 *desc_id, struct ice_sq_cd *cd);
sys/dev/ice/ice_switch.h
533
ice_cfg_iwarp_fltr(struct ice_hw *hw, u16 vsi_handle, bool enable);
sys/dev/ice/ice_switch.h
544
ice_cfg_dflt_vsi(struct ice_port_info *pi, u16 vsi_handle, bool set,
sys/dev/ice/ice_switch.h
546
bool ice_check_if_dflt_vsi(struct ice_port_info *pi, u16 vsi_handle,
sys/dev/ice/ice_switch.h
547
bool *rule_exists);
sys/dev/ice/ice_switch.h
556
ice_bitmap_t *promisc_mask, bool rm_vlan_promisc);
sys/dev/ice/ice_switch.h
571
bool ice_is_vsi_valid(struct ice_hw *hw, u16 vsi_handle);
sys/dev/ice/ice_type.h
1133
bool fwlog_support_ena; /* does hardware support FW logging? */
sys/dev/ice/ice_type.h
1202
bool subscribable_recipes_supported;
sys/dev/ice/ice_type.h
1203
bool skip_clear_pf;
sys/dev/ice/ice_type.h
142
((bool)((((u8 *)(addr))[0] % ((u8)0x2)) == 0))
sys/dev/ice/ice_type.h
145
((bool)((((u8 *)(addr))[0] % ((u8)0x2)) == 1))
sys/dev/ice/ice_type.h
1480
static inline bool
sys/dev/ice/ice_type.h
149
((bool)((((u16 *)(addr))[0] == ((u16)0xffff))))
sys/dev/ice/ice_type.h
152
(((bool)((((u16 *)(addr))[0] == ((u16)0x0)))) && \
sys/dev/ice/ice_type.h
153
((bool)((((u16 *)(addr))[1] == ((u16)0x0)))) && \
sys/dev/ice/ice_type.h
154
((bool)((((u16 *)(addr))[2] == ((u16)0x0)))))
sys/dev/ice/ice_type.h
158
(((bool)((((u16 *)(addr1))[0] == ((u16 *)(addr2))[0]))) && \
sys/dev/ice/ice_type.h
159
((bool)((((u16 *)(addr1))[1] == ((u16 *)(addr2))[1]))) && \
sys/dev/ice/ice_type.h
160
((bool)((((u16 *)(addr1))[2] == ((u16 *)(addr2))[2]))))
sys/dev/ice/ice_type.h
491
bool sec_rev_disabled;
sys/dev/ice/ice_type.h
492
bool update_disabled;
sys/dev/ice/ice_type.h
493
bool nvm_unified_update;
sys/dev/ice/ice_type.h
494
bool netlist_auth;
sys/dev/ice/ice_type.h
50
static inline bool ice_is_tc_ena(ice_bitmap_t bitmap, u8 tc)
sys/dev/ice/ice_type.h
500
bool pcie_reset_avoidance; /* false: not supported, true: supported */
sys/dev/ice/ice_type.h
502
bool reset_restrict_support; /* false: not supported, true: supported */
sys/dev/ice/ice_type.h
512
bool ext_topo_dev_img_load_en[ICE_EXT_TOPO_DEV_IMG_COUNT];
sys/dev/ice/ice_type.h
514
bool ext_topo_dev_img_prog_en[ICE_EXT_TOPO_DEV_IMG_COUNT];
sys/dev/ice/ice_type.h
516
bool ext_topo_dev_img_ver_schema[ICE_EXT_TOPO_DEV_IMG_COUNT];
sys/dev/ice/ice_type.h
518
bool tx_sched_topo_comp_mode_en;
sys/dev/ice/ice_type.h
519
bool dyn_flattening_en;
sys/dev/ice/ice_type.h
521
bool orom_recovery_update;
sys/dev/ice/ice_type.h
522
bool next_cluster_id_support;
sys/dev/ice/ice_vf_mbx.c
127
u32 ice_conv_link_speed_to_virtchnl(bool adv_link_support, u16 link_speed)
sys/dev/ice/ice_vf_mbx.c
258
bool *is_malvf)
sys/dev/ice/ice_vf_mbx.c
329
struct ice_mbx_vf_info *vf_info, bool *report_malvf)
sys/dev/ice/ice_vf_mbx.c
336
bool is_malvf = false;
sys/dev/ice/ice_vf_mbx.h
56
u32 ice_conv_link_speed_to_virtchnl(bool adv_link_support, u16 link_speed);
sys/dev/ice/ice_vf_mbx.h
63
struct ice_mbx_vf_info *vf_info, bool *report_malvf);
sys/dev/ice/ice_vlan_mode.c
118
static bool ice_aq_is_dvm_ena(struct ice_hw *hw)
sys/dev/ice/ice_vlan_mode.c
142
bool ice_is_dvm_ena(struct ice_hw *hw)
sys/dev/ice/ice_vlan_mode.c
164
static bool ice_pkg_supports_dvm(struct ice_hw *hw)
sys/dev/ice/ice_vlan_mode.c
167
bool pkg_supports_dvm;
sys/dev/ice/ice_vlan_mode.c
183
static bool ice_fw_supports_dvm(struct ice_hw *hw)
sys/dev/ice/ice_vlan_mode.c
211
static bool ice_is_dvm_supported(struct ice_hw *hw)
sys/dev/ice/ice_vlan_mode.c
41
ice_pkg_get_supported_vlan_mode(struct ice_hw *hw, bool *dvm)
sys/dev/ice/ice_vlan_mode.h
39
bool ice_is_dvm_ena(struct ice_hw *hw);
sys/dev/ice/if_ice_iflib.c
130
static void ice_update_link_status(struct ice_softc *sc, bool update_media);
sys/dev/ice/if_ice_iflib.c
1426
bool iflib_override_queue_count = false;
sys/dev/ice/if_ice_iflib.c
1900
bool promisc_enable = flags & IFF_PROMISC;
sys/dev/ice/if_ice_iflib.c
1901
bool multi_enable = flags & IFF_ALLMULTI;
sys/dev/ice/if_ice_iflib.c
2416
bool reschedule = false;
sys/dev/ice/if_ice_iflib.c
3246
bool
sys/dev/ice/if_ice_iflib.c
3380
static bool
sys/dev/ice/if_ice_iflib.c
3662
bool is_locked = false;
sys/dev/ice/if_ice_iflib.c
392
bool safe_mode, recovery_mode;
sys/dev/ice/if_ice_iflib.c
731
ice_update_link_status(struct ice_softc *sc, bool update_media)
sys/dev/ice/if_ice_iflib.c
89
static bool ice_if_needs_restart(if_ctx_t ctx, enum iflib_restart_event event);
sys/dev/ice/virtchnl.h
1414
bool link_status;
sys/dev/ice/virtchnl.h
2124
bool err_msg_format = false;
sys/dev/ichiic/ig4_iic.c
137
static int ig4iic_set_config(ig4iic_softc_t *sc, bool reset);
sys/dev/ichiic/ig4_iic.c
341
bool use_10bit;
sys/dev/ichiic/ig4_iic.c
377
ig4iic_xfer_start(ig4iic_softc_t *sc, uint16_t slave, bool repeated_start)
sys/dev/ichiic/ig4_iic.c
392
static bool
sys/dev/ichiic/ig4_iic.c
429
bool repeated_start, bool stop)
sys/dev/ichiic/ig4_iic.c
492
bool repeated_start, bool stop)
sys/dev/ichiic/ig4_iic.c
538
bool rpstart;
sys/dev/ichiic/ig4_iic.c
539
bool stop;
sys/dev/ichiic/ig4_iic.c
540
bool allocated;
sys/dev/ichiic/ig4_iic.c
691
bool allocated;
sys/dev/ichiic/ig4_iic.c
913
ig4iic_set_config(ig4iic_softc_t *sc, bool reset)
sys/dev/ichiic/ig4_var.h
93
bool platform_attached : 1;
sys/dev/ichiic/ig4_var.h
94
bool use_10bit : 1;
sys/dev/ichiic/ig4_var.h
95
bool slave_valid : 1;
sys/dev/ichsmb/ichsmb_var.h
61
bool block_write; /* block write or block read */
sys/dev/ichsmb/ichsmb_var.h
63
bool killed; /* killed current transfer */
sys/dev/ichwd/i6300esbwd.c
38
bool locked;
sys/dev/igc/if_igc.c
112
static bool igc_if_needs_restart(if_ctx_t, enum iflib_restart_event);
sys/dev/igc/if_igc.c
2612
static bool
sys/dev/igc/if_igc.c
2644
bool tx = oidp->oid_arg2;
sys/dev/igc/igc_api.c
144
s32 igc_setup_init_funcs(struct igc_hw *hw, bool init_device)
sys/dev/igc/igc_api.c
552
s32 igc_set_d0_lplu_state(struct igc_hw *hw, bool active)
sys/dev/igc/igc_api.c
574
s32 igc_set_d3_lplu_state(struct igc_hw *hw, bool active)
sys/dev/igc/igc_api.h
15
s32 igc_setup_init_funcs(struct igc_hw *hw, bool init_device);
sys/dev/igc/igc_api.h
52
s32 igc_set_d3_lplu_state(struct igc_hw *hw, bool active);
sys/dev/igc/igc_api.h
53
s32 igc_set_d0_lplu_state(struct igc_hw *hw, bool active);
sys/dev/igc/igc_hw.h
392
s32 (*set_d0_lplu_state)(struct igc_hw *, bool);
sys/dev/igc/igc_hw.h
393
s32 (*set_d3_lplu_state)(struct igc_hw *, bool);
sys/dev/igc/igc_hw.h
446
bool asf_firmware_present;
sys/dev/igc/igc_hw.h
447
bool autoneg;
sys/dev/igc/igc_hw.h
448
bool get_link_status;
sys/dev/igc/igc_hw.h
470
bool polarity_correction;
sys/dev/igc/igc_hw.h
471
bool speed_downgraded;
sys/dev/igc/igc_hw.h
472
bool autoneg_wait_to_complete;
sys/dev/igc/igc_hw.h
500
bool send_xon; /* Flow control send XON */
sys/dev/igc/igc_hw.h
501
bool strict_ieee; /* Strict IEEE mode */
sys/dev/igc/igc_hw.h
507
bool eee_disable;
sys/dev/igc/igc_hw.h
508
bool clear_semaphore_once;
sys/dev/igc/igc_i225.c
1102
s32 igc_set_d0_lplu_state_i225(struct igc_hw *hw, bool active)
sys/dev/igc/igc_i225.c
1130
s32 igc_set_d3_lplu_state_i225(struct igc_hw *hw, bool active)
sys/dev/igc/igc_i225.c
1162
s32 igc_set_eee_i225(struct igc_hw *hw, bool adv2p5G, bool adv1G,
sys/dev/igc/igc_i225.c
1163
bool adv100M)
sys/dev/igc/igc_i225.c
673
bool igc_get_flash_presence_i225(struct igc_hw *hw)
sys/dev/igc/igc_i225.c
676
bool ret_val = false;
sys/dev/igc/igc_i225.c
886
static s32 igc_set_ltr_i225(struct igc_hw *hw, bool link)
sys/dev/igc/igc_i225.c
992
bool link = false;
sys/dev/igc/igc_i225.h
10
bool igc_get_flash_presence_i225(struct igc_hw *hw);
sys/dev/igc/igc_i225.h
27
s32 igc_set_d0_lplu_state_i225(struct igc_hw *hw, bool active);
sys/dev/igc/igc_i225.h
28
s32 igc_set_d3_lplu_state_i225(struct igc_hw *hw, bool active);
sys/dev/igc/igc_i225.h
29
s32 igc_set_eee_i225(struct igc_hw *hw, bool adv2p5G, bool adv1G,
sys/dev/igc/igc_i225.h
30
bool adv100M);
sys/dev/igc/igc_mac.c
463
bool link = false;
sys/dev/igc/igc_mac.c
66
bool igc_null_mng_mode(struct igc_hw IGC_UNUSEDARG *hw)
sys/dev/igc/igc_mac.h
14
bool igc_null_mng_mode(struct igc_hw *hw);
sys/dev/igc/igc_nvm.h
20
bool or_valid;
sys/dev/igc/igc_phy.c
1012
u8 dev_addr, u16 *data, bool read)
sys/dev/igc/igc_phy.c
537
bool link;
sys/dev/igc/igc_phy.c
654
s32 igc_set_d3_lplu_state_generic(struct igc_hw *hw, bool active)
sys/dev/igc/igc_phy.c
802
u32 usec_interval, bool *success)
sys/dev/igc/igc_phy.c
85
bool IGC_UNUSEDARG active)
sys/dev/igc/igc_phy.h
13
s32 igc_null_lplu_state(struct igc_hw *hw, bool active);
sys/dev/igc/igc_phy.h
22
s32 igc_set_d3_lplu_state_generic(struct igc_hw *hw, bool active);
sys/dev/igc/igc_phy.h
25
u32 usec_interval, bool *success);
sys/dev/igc/igc_txrx.c
338
igc_isc_txd_credits_update(void *arg, uint16_t txqid, bool clear)
sys/dev/igc/igc_txrx.c
47
static int igc_isc_txd_credits_update(void *, uint16_t, bool);
sys/dev/igc/igc_txrx.c
472
bool eop;
sys/dev/iicbus/acpi_iicbus.c
545
acpi_iicbus_set_power_children(device_t dev, int state, bool all_children)
sys/dev/iicbus/acpi_iicbus.c
70
bool space_handler_installed;
sys/dev/iicbus/acpi_iicbus.c
81
static inline bool
sys/dev/iicbus/adc/ads111x.c
121
bool configured; /* Channel has been configured */
sys/dev/iicbus/adc/ads111x.c
429
bool found;
sys/dev/iicbus/controller/opencores/iicoc.c
146
iicoc_iicbus_start_common(device_t dev, u_char slave, int timeout, bool repeat)
sys/dev/iicbus/controller/qcom/geni_iic.c
241
uint8_t slave, uint8_t *buf, uint16_t len, bool nonfinal)
sys/dev/iicbus/controller/qcom/geni_iic.c
336
uint8_t slave, uint8_t *buf, uint16_t len, bool nonfinal)
sys/dev/iicbus/controller/qcom/geni_iic.c
418
bool nonfinal =
sys/dev/iicbus/controller/qcom/geni_iic_var.h
47
bool bus_locked;
sys/dev/iicbus/controller/qcom/geni_iic_var.h
49
bool platform_attached;
sys/dev/iicbus/controller/qcom/geni_iic_var.h
55
bool rx_complete;
sys/dev/iicbus/controller/qcom/geni_iic_var.h
56
bool rx_fifo;
sys/dev/iicbus/controller/rockchip/rk_i2c.c
133
bool transfer_done;
sys/dev/iicbus/controller/rockchip/rk_i2c.c
134
bool nak_recv;
sys/dev/iicbus/controller/rockchip/rk_i2c.c
135
bool tx_slave_addr;
sys/dev/iicbus/controller/rockchip/rk_i2c.c
480
bool last_msg;
sys/dev/iicbus/controller/twsi/twsi.c
551
bool message_done;
sys/dev/iicbus/controller/twsi/twsi.c
552
bool send_start;
sys/dev/iicbus/controller/twsi/twsi.h
52
bool have_intr;
sys/dev/iicbus/controller/twsi/twsi.h
63
bool iflag_w1c;
sys/dev/iicbus/controller/vybrid/vf_i2c.c
278
static bool
sys/dev/iicbus/gpio/pcf8574.c
238
bool update_needed;
sys/dev/iicbus/iic.c
344
bool compat32 __unused)
sys/dev/iicbus/iic.c
442
bool compat32;
sys/dev/iicbus/iic.c
58
bool started;
sys/dev/iicbus/iic.c
99
static int iicrdwr(struct iic_cdevpriv *priv, struct iic_rdwr_data *d, int flags, bool compat32);
sys/dev/iicbus/iicbb.c
376
iicbb_readbyte(device_t dev, bool last, uint8_t *data)
sys/dev/iicbus/iicbb.c
425
iicbb_start_impl(device_t dev, u_char slave, bool repstart)
sys/dev/iicbus/iichid.c
163
bool probe_done;
sys/dev/iicbus/iichid.c
186
bool callout_setup; /* iicbus lock */
sys/dev/iicbus/iichid.c
193
bool open; /* iicbus lock */
sys/dev/iicbus/iichid.c
194
bool suspend; /* iicbus lock */
sys/dev/iicbus/iichid.c
195
bool power_on; /* iicbus lock */
sys/dev/iicbus/iichid.c
196
bool reset_acked; /* iichid mtx */
sys/dev/iicbus/iichid.c
531
bool bus_requested;
sys/dev/iicbus/iichid.c
633
bool power_on;
sys/dev/iicbus/iiconf.c
470
bool started;
sys/dev/iicbus/mux/ltc430x.c
71
bool idle_disconnect;
sys/dev/iicbus/mux/pca9547.c
58
bool idle_disconnect;
sys/dev/iicbus/mux/pca954x.c
115
bool idle_disconnect;
sys/dev/iicbus/pmic/act8846_regulator.c
275
act8846_regnode_enable(struct regnode *regnode, bool enable, int *udelay)
sys/dev/iicbus/pmic/fan53555.c
202
fan53555_regnode_enable(struct regnode *regnode, bool enable, int *udelay)
sys/dev/iicbus/pmic/rockchip/rk8xx_clocks.c
50
rk8xx_clk_set_gate_1(struct clknode *clk, bool enable)
sys/dev/iicbus/pmic/rockchip/rk8xx_regulators.c
88
rk8xx_regnode_enable(struct regnode *regnode, bool enable, int *udelay)
sys/dev/iicbus/pmic/silergy/sy8106a.c
125
sy8106a_regnode_enable(struct regnode *regnode, bool enable, int *udelay)
sys/dev/iicbus/pmic/silergy/syr827.c
106
syr827_regnode_enable(struct regnode *regnode, bool enable, int *udelay)
sys/dev/iicbus/rtc/ds1307.c
294
static bool
sys/dev/iicbus/rtc/ds1307.c
364
static bool is_dev_time_valid(struct ds1307_softc *sc)
sys/dev/iicbus/rtc/ds1307.c
69
bool sc_use_ampm;
sys/dev/iicbus/rtc/ds13rtc.c
167
bool use_ampm; /* Use AM/PM mode. */
sys/dev/iicbus/rtc/ds13rtc.c
168
bool use_century; /* Use the Century bit. */
sys/dev/iicbus/rtc/ds13rtc.c
169
bool is_binary_counter; /* Chip has 32-bit binary counter. */
sys/dev/iicbus/rtc/ds3231.c
63
bool sc_use_ampm;
sys/dev/iicbus/rtc/hym8563.c
136
hym8563_clk_set_gate(struct clknode *clk, bool enable)
sys/dev/iicbus/rtc/isl12xx.c
126
bool use_ampm;
sys/dev/iicbus/rtc/nxprtc.c
212
bool use_timer; /* Use timer for fractional sec */
sys/dev/iicbus/rtc/nxprtc.c
213
bool use_ampm; /* Chip is set to use am/pm mode */
sys/dev/iicbus/rtc/nxprtc.c
214
bool is212x; /* Chip type is 2127 or 2129 */
sys/dev/iicbus/sensor/htu21.c
79
bool sc_hold;
sys/dev/iicbus/sensor/tmp461.c
227
tmp461_read_temperature(device_t dev, int32_t *temperature, bool remote_measure)
sys/dev/iicbus/sensor/tmp461.c
300
bool mode;
sys/dev/iicbus/sensor/tmp461.c
79
static int tmp461_read_temperature(device_t dev, int32_t *temperature, bool mode);
sys/dev/intel/spi.c
347
bool restart = false;
sys/dev/intpm/intpm.c
142
bool enabled;
sys/dev/ioat/ioat_test.c
139
static bool
sys/dev/ioat/ioat_test.c
541
enable_ioat_test(bool enable)
sys/dev/ioat/ioat_test.h
70
bool verify;
sys/dev/ioat/ioat_test.h
75
bool raw_write;
sys/dev/ioat/ioat_test.h
76
bool raw_is_virtual;
sys/dev/ioat/ioat_test.h
78
bool zero_stats;
sys/dev/ioat/ioat_test.h
85
volatile bool too_late;
sys/dev/iommu/busdma_iommu.c
1047
bool waitok;
sys/dev/iommu/busdma_iommu.c
124
bool bridge_is_pcie;
sys/dev/iommu/busdma_iommu.c
261
iommu_instantiate_ctx(struct iommu_unit *unit, device_t dev, bool rmrr)
sys/dev/iommu/busdma_iommu.c
266
bool disabled;
sys/dev/iommu/busdma_iommu.c
336
bool
sys/dev/iommu/busdma_iommu.c
375
bool
sys/dev/iommu/busdma_iommu.c
457
static bool
sys/dev/iommu/busdma_iommu.c
71
static bool
sys/dev/iommu/busdma_iommu.c
76
bool ret;
sys/dev/iommu/busdma_iommu.h
53
bool locked;
sys/dev/iommu/busdma_iommu.h
54
bool cansleep;
sys/dev/iommu/iommu.h
163
uint16_t rid, bool id_mapped, bool rmrr_init);
sys/dev/iommu/iommu.h
164
struct iommu_unit *iommu_find(device_t dev, bool verbose);
sys/dev/iommu/iommu.h
165
void iommu_domain_unload_entry(struct iommu_map_entry *entry, bool free,
sys/dev/iommu/iommu.h
166
bool cansleep);
sys/dev/iommu/iommu.h
168
struct iommu_map_entries_tailq *entries, bool cansleep);
sys/dev/iommu/iommu.h
172
device_t dev, bool rmrr);
sys/dev/iommu/iommu.h
197
bool iommu_is_buswide_ctx(struct iommu_unit *unit, u_int busno);
sys/dev/iommu/iommu.h
202
bool bus_dma_iommu_set_buswide(device_t dev);
sys/dev/iommu/iommu_gas.c
154
static bool
sys/dev/iommu/iommu_gas.c
316
static bool
sys/dev/iommu/iommu_gas.c
681
static bool
sys/dev/ipmi/ipmi.c
84
static bool wd_in_shutdown = false;
sys/dev/ipmi/ipmi_kcs.c
54
static int kcs_wait_for_ibf(struct ipmi_softc *, bool);
sys/dev/ipmi/ipmi_kcs.c
55
static int kcs_wait_for_obf(struct ipmi_softc *, bool);
sys/dev/ipmi/ipmi_kcs.c
78
kcs_wait_for_ibf(struct ipmi_softc *sc, bool level)
sys/dev/ipmi/ipmi_kcs.c
85
kcs_wait_for_obf(struct ipmi_softc *sc, bool level)
sys/dev/ipmi/ipmivars.h
55
bool ir_ipmb;
sys/dev/irdma/fbsd_kcompat.c
368
struct ifnet **ifp, struct sockaddr **nexthop, bool *gateway)
sys/dev/irdma/fbsd_kcompat.c
409
bool gateway;
sys/dev/irdma/fbsd_kcompat.c
47
bool irdma_upload_context = false;
sys/dev/irdma/fbsd_kcompat.c
504
bool is_lpb = false;
sys/dev/irdma/icrdma.c
761
bool hdl_valid;
sys/dev/irdma/icrdma_hw.c
133
bool enable)
sys/dev/irdma/icrdma_hw.c
258
static bool
sys/dev/irdma/icrdma_hw.c
287
static bool
sys/dev/irdma/icrdma_hw.c
302
static bool
sys/dev/irdma/icrdma_hw.c
326
bool
sys/dev/irdma/icrdma_hw.h
145
bool irdma_is_config_ok(struct irdma_config_check *cc, struct irdma_sc_vsi *vsi);
sys/dev/irdma/irdma.h
164
bool valid_entry;
sys/dev/irdma/irdma.h
173
bool ipv4_valid:1;
sys/dev/irdma/irdma.h
174
bool vlan_valid:1;
sys/dev/irdma/irdma_cm.c
1640
irdma_find_listener(struct irdma_cm_core *cm_core, u32 *dst_addr, bool ipv4, u16 dst_port,
sys/dev/irdma/irdma_cm.c
1729
static u8 irdma_iw_get_vlan_prio(u32 *loc_addr, u8 prio, bool ipv4)
sys/dev/irdma/irdma_cm.c
1964
int free_hanging_nodes, bool apbvt_del)
sys/dev/irdma/irdma_cm.c
2055
bool apbvt_del)
sys/dev/irdma/irdma_cm.c
2122
bool
sys/dev/irdma/irdma_cm.c
2133
bool
sys/dev/irdma/irdma_cm.c
2149
irdma_cm_create_ah(struct irdma_cm_node *cm_node, bool wait)
sys/dev/irdma/irdma_cm.c
2383
bool
sys/dev/irdma/irdma_cm.c
3243
irdma_add_qh(struct irdma_cm_node *cm_node, bool active)
sys/dev/irdma/irdma_cm.c
4031
bool wildcard = false;
sys/dev/irdma/irdma_cm.c
4174
bool disconnect_all)
sys/dev/irdma/irdma_cm.c
4188
static inline bool
sys/dev/irdma/irdma_cm.c
4190
bool check_vlan, u32 *ip2,
sys/dev/irdma/irdma_cm.c
4191
u16 vlan_id2, bool ipv4)
sys/dev/irdma/irdma_cm.c
4211
bool disconnect_all)
sys/dev/irdma/irdma_cm.c
4271
bool read0;
sys/dev/irdma/irdma_cm.c
4424
bool disconnect_all)
sys/dev/irdma/irdma_cm.c
50
static bool
sys/dev/irdma/irdma_cm.c
755
irdma_active_open_err(struct irdma_cm_node *cm_node, bool reset)
sys/dev/irdma/irdma_cm.c
777
irdma_passive_open_err(struct irdma_cm_node *cm_node, bool reset)
sys/dev/irdma/irdma_cm.h
293
bool qhash_set:1;
sys/dev/irdma/irdma_cm.h
294
bool ipv4:1;
sys/dev/irdma/irdma_cm.h
347
bool ack_rcvd:1;
sys/dev/irdma/irdma_cm.h
348
bool qhash_set:1;
sys/dev/irdma/irdma_cm.h
349
bool ipv4:1;
sys/dev/irdma/irdma_cm.h
350
bool snd_mark_en:1;
sys/dev/irdma/irdma_cm.h
351
bool rcv_mark_en:1;
sys/dev/irdma/irdma_cm.h
352
bool do_lpb:1;
sys/dev/irdma/irdma_cm.h
353
bool accelerated:1;
sys/dev/irdma/irdma_cm.h
370
bool ipv4;
sys/dev/irdma/irdma_cm.h
409
int (*cm_create_ah)(struct irdma_cm_node *cm_node, bool wait);
sys/dev/irdma/irdma_cm.h
439
bool irdma_ipv4_is_lpb(u32 loc_addr, u32 rem_addr);
sys/dev/irdma/irdma_cm.h
440
bool irdma_ipv6_is_lpb(u32 *loc_addr, u32 *rem_addr);
sys/dev/irdma/irdma_cm.h
443
bool irdma_port_in_use(struct irdma_cm_core *cm_core, u16 port);
sys/dev/irdma/irdma_cm.h
446
bool irdma_add_ref_cmnode(struct irdma_cm_node *cm_node);
sys/dev/irdma/irdma_ctrl.c
1161
u64 scratch, bool post_sq)
sys/dev/irdma/irdma_ctrl.c
1226
u64 scratch, bool post_sq)
sys/dev/irdma/irdma_ctrl.c
1233
bool remote_access;
sys/dev/irdma/irdma_ctrl.c
1315
u64 scratch, bool post_sq)
sys/dev/irdma/irdma_ctrl.c
1357
bool post_sq)
sys/dev/irdma/irdma_ctrl.c
1399
bool post_sq)
sys/dev/irdma/irdma_ctrl.c
1563
irdma_sc_send_rtt(struct irdma_sc_qp *qp, bool read)
sys/dev/irdma/irdma_ctrl.c
2228
bool post_sq)
sys/dev/irdma/irdma_ctrl.c
2234
bool flush_sq = false, flush_rq = false;
sys/dev/irdma/irdma_ctrl.c
2302
bool post_sq)
sys/dev/irdma/irdma_ctrl.c
2343
u64 scratch, bool post_sq)
sys/dev/irdma/irdma_ctrl.c
2384
u64 scratch, bool post_sq)
sys/dev/irdma/irdma_ctrl.c
2538
bool check_overflow, bool post_sq)
sys/dev/irdma/irdma_ctrl.c
2613
irdma_sc_cq_destroy(struct irdma_sc_cq *cq, u64 scratch, bool post_sq)
sys/dev/irdma/irdma_ctrl.c
268
u64 scratch, bool post_sq)
sys/dev/irdma/irdma_ctrl.c
2683
bool post_sq)
sys/dev/irdma/irdma_ctrl.c
306
u16 arp_index, bool post_sq)
sys/dev/irdma/irdma_ctrl.c
3343
irdma_sc_cqp_destroy(struct irdma_sc_cqp *cqp, bool free_hwcqp)
sys/dev/irdma/irdma_ctrl.c
340
u64 scratch, bool post_sq)
sys/dev/irdma/irdma_ctrl.c
3429
info->error = (bool)FIELD_GET(IRDMA_CQ_ERROR, temp);
sys/dev/irdma/irdma_ctrl.c
3521
u64 scratch, bool post_sq)
sys/dev/irdma/irdma_ctrl.c
3573
bool post_sq, u8 wait_type)
sys/dev/irdma/irdma_ctrl.c
3636
bool post_sq, u8 wait_type)
sys/dev/irdma/irdma_ctrl.c
3726
bool post_sq)
sys/dev/irdma/irdma_ctrl.c
3825
irdma_sc_ceq_destroy(struct irdma_sc_ceq *ceq, u64 scratch, bool post_sq)
sys/dev/irdma/irdma_ctrl.c
388
u64 scratch, bool post_sq)
sys/dev/irdma/irdma_ctrl.c
3995
bool post_sq)
sys/dev/irdma/irdma_ctrl.c
4034
irdma_sc_aeq_destroy(struct irdma_sc_aeq *aeq, u64 scratch, bool post_sq)
sys/dev/irdma/irdma_ctrl.c
4103
info->aeqe_overflow = (bool)FIELD_GET(IRDMA_AEQE_OVERFLOW, temp);
sys/dev/irdma/irdma_ctrl.c
4320
bool check_overflow, bool post_sq)
sys/dev/irdma/irdma_ctrl.c
4345
irdma_sc_ccq_destroy(struct irdma_sc_cq *ccq, u64 scratch, bool post_sq)
sys/dev/irdma/irdma_ctrl.c
4627
u16 hmc_fn_id, bool post_sq,
sys/dev/irdma/irdma_ctrl.c
4628
bool poll_registers)
sys/dev/irdma/irdma_ctrl.c
4671
static bool
sys/dev/irdma/irdma_ctrl.c
5389
irdma_cfg_aeq(struct irdma_sc_dev *dev, u32 idx, bool enable)
sys/dev/irdma/irdma_ctrl.c
541
u64 scratch, bool post_sq)
sys/dev/irdma/irdma_ctrl.c
594
u64 scratch, bool post_sq)
sys/dev/irdma/irdma_ctrl.c
666
bool remove_hash_idx, bool ignore_mw_bnd, bool post_sq)
sys/dev/irdma/irdma_ctrl.c
862
bool post_sq)
sys/dev/irdma/irdma_ctrl.c
897
u64 scratch, bool post_sq)
sys/dev/irdma/irdma_ctrl.c
936
bool post_sq)
sys/dev/irdma/irdma_hmc.c
164
enum irdma_sd_entry_type type, bool setsd)
sys/dev/irdma/irdma_hmc.c
188
u32 sd_cnt, bool setsd)
sys/dev/irdma/irdma_hmc.c
271
bool pd_error = false;
sys/dev/irdma/irdma_hmc.c
376
bool reset)
sys/dev/irdma/irdma_hmc.c
420
struct irdma_hmc_del_obj_info *info, bool reset)
sys/dev/irdma/irdma_hmc.h
100
bool rsrc_pg:1;
sys/dev/irdma/irdma_hmc.h
101
bool valid:1;
sys/dev/irdma/irdma_hmc.h
114
bool valid;
sys/dev/irdma/irdma_hmc.h
163
bool privileged;
sys/dev/irdma/irdma_hmc.h
173
bool privileged;
sys/dev/irdma/irdma_hmc.h
181
struct irdma_hmc_del_obj_info *info, bool reset);
sys/dev/irdma/irdma_hmc.h
184
bool setsd);
sys/dev/irdma/irdma_hw.c
210
static bool
sys/dev/irdma/irdma_hw.c
2452
u16 accel_local_port, bool add_port)
sys/dev/irdma/irdma_hw.c
2745
bool wait)
sys/dev/irdma/irdma_hw.c
2809
struct irdma_qp_flush_info *info, bool wait)
sys/dev/irdma/irdma_hw.c
2875
struct irdma_gen_ae_info *info, bool wait)
sys/dev/irdma/irdma_hw.c
635
irdma_destroy_cqp(struct irdma_pci_f *rf, bool free_hwcqp)
sys/dev/irdma/irdma_hw.c
829
bool privileged, bool reset)
sys/dev/irdma/irdma_hw.c
852
struct irdma_hmc_info *hmc_info, bool privileged,
sys/dev/irdma/irdma_hw.c
853
bool reset, enum irdma_vers vers)
sys/dev/irdma/irdma_hw.c
888
irdma_create_hmc_objs(struct irdma_pci_f *rf, bool privileged,
sys/dev/irdma/irdma_kcompat.c
357
bool qs_change;
sys/dev/irdma/irdma_kcompat.c
468
struct irdma_sc_ah *sc_ah, bool sleep)
sys/dev/irdma/irdma_kcompat.c
473
bool timeout = false;
sys/dev/irdma/irdma_kcompat.c
546
bool sleep = (flags & RDMA_CREATE_AH_SLEEPABLE) != 0;
sys/dev/irdma/irdma_main.h
175
bool error;
sys/dev/irdma/irdma_main.h
188
bool waiting:1;
sys/dev/irdma/irdma_main.h
189
bool dynamic:1;
sys/dev/irdma/irdma_main.h
226
bool virtual_map;
sys/dev/irdma/irdma_main.h
233
bool delete_pending:1;
sys/dev/irdma/irdma_main.h
249
bool lan_fwd:1;
sys/dev/irdma/irdma_main.h
250
bool ipv4_valid:1;
sys/dev/irdma/irdma_main.h
280
bool reset:1;
sys/dev/irdma/irdma_main.h
281
bool rsrc_created:1;
sys/dev/irdma/irdma_main.h
282
bool msix_shared:1;
sys/dev/irdma/irdma_main.h
283
bool ftype:1;
sys/dev/irdma/irdma_main.h
292
bool en_rem_endpoint_trk:1;
sys/dev/irdma/irdma_main.h
293
bool dcqcn_ena:1;
sys/dev/irdma/irdma_main.h
398
bool override_rcv_wnd:1;
sys/dev/irdma/irdma_main.h
399
bool override_cwnd:1;
sys/dev/irdma/irdma_main.h
400
bool override_ackcreds:1;
sys/dev/irdma/irdma_main.h
401
bool override_ooo:1;
sys/dev/irdma/irdma_main.h
402
bool override_rd_fence_rate:1;
sys/dev/irdma/irdma_main.h
403
bool override_rtomin:1;
sys/dev/irdma/irdma_main.h
404
bool push_mode:1;
sys/dev/irdma/irdma_main.h
405
bool roce_mode:1;
sys/dev/irdma/irdma_main.h
406
bool roce_dcqcn_en:1;
sys/dev/irdma/irdma_main.h
407
bool dcb_vlan_mode:1;
sys/dev/irdma/irdma_main.h
408
bool iw_ooo:1;
sys/dev/irdma/irdma_main.h
418
bool shared_res_created;
sys/dev/irdma/irdma_main.h
544
bool wait);
sys/dev/irdma/irdma_main.h
558
bool irdma_cqp_crit_err(struct irdma_sc_dev *dev, u8 cqp_cmd,
sys/dev/irdma/irdma_main.h
575
struct irdma_modify_qp_info *info, bool wait);
sys/dev/irdma/irdma_main.h
576
int irdma_qp_suspend_resume(struct irdma_sc_qp *qp, bool suspend);
sys/dev/irdma/irdma_main.h
580
bool wait);
sys/dev/irdma/irdma_main.h
595
struct irdma_qp_flush_info *info, bool wait);
sys/dev/irdma/irdma_main.h
597
struct irdma_gen_ae_info *info, bool wait);
sys/dev/irdma/irdma_main.h
604
int acc, u64 *iova_start, bool dma_mr);
sys/dev/irdma/irdma_main.h
606
u8 qp_type, bool freeze, bool raw);
sys/dev/irdma/irdma_main.h
608
struct irdma_hmc_info *hmc_info, bool privileged,
sys/dev/irdma/irdma_main.h
609
bool reset, enum irdma_vers vers);
sys/dev/irdma/irdma_main.h
612
bool wait,
sys/dev/irdma/irdma_main.h
72
extern bool irdma_upload_context;
sys/dev/irdma/irdma_protos.h
110
u16 hmc_fn_id, bool post_sq,
sys/dev/irdma/irdma_protos.h
111
bool poll_registers);
sys/dev/irdma/irdma_protos.h
52
bool post_sq);
sys/dev/irdma/irdma_protos.h
61
struct irdma_vsi_pestat *pestat, bool wait);
sys/dev/irdma/irdma_puda.c
1027
bool virtdma = false;
sys/dev/irdma/irdma_puda.c
119
struct irdma_puda_buf *buf, bool initial)
sys/dev/irdma/irdma_puda.c
1449
bool done = false;
sys/dev/irdma/irdma_puda.c
155
irdma_puda_replenish_rq(struct irdma_puda_rsrc *rsrc, bool initial)
sys/dev/irdma/irdma_puda.c
1568
bool partial = false;
sys/dev/irdma/irdma_puda.c
260
bool valid_bit;
sys/dev/irdma/irdma_puda.c
261
bool ext_valid = 0;
sys/dev/irdma/irdma_puda.c
264
bool error;
sys/dev/irdma/irdma_puda.c
269
valid_bit = (bool)FIELD_GET(IRDMA_CQ_VALID, qword3);
sys/dev/irdma/irdma_puda.c
277
ext_valid = (bool)FIELD_GET(IRDMA_CQ_EXTCQE, qword3);
sys/dev/irdma/irdma_puda.c
304
error = (bool)FIELD_GET(IRDMA_CQ_ERROR, qword3);
sys/dev/irdma/irdma_puda.c
319
info->ipv4 = (bool)FIELD_GET(IRDMACQ_IPV4, qword3);
sys/dev/irdma/irdma_puda.c
327
info->vlan_valid = (bool)FIELD_GET(IRDMA_CQ_UDVLANVALID, qword7);
sys/dev/irdma/irdma_puda.c
332
info->smac_valid = (bool)FIELD_GET(IRDMA_CQ_UDSMACVALID, qword7);
sys/dev/irdma/irdma_puda.c
345
info->vlan_valid = (bool)FIELD_GET(IRDMA_VLAN_TAG_VALID, qword3);
sys/dev/irdma/irdma_puda.c
945
bool reset)
sys/dev/irdma/irdma_puda.h
106
bool virtdma:1;
sys/dev/irdma/irdma_puda.h
107
bool ipv4:1;
sys/dev/irdma/irdma_puda.h
108
bool vlan_valid:1;
sys/dev/irdma/irdma_puda.h
109
bool do_lpb:1; /* Loopback buffer */
sys/dev/irdma/irdma_puda.h
110
bool smac_valid:1;
sys/dev/irdma/irdma_puda.h
111
bool queued:1;
sys/dev/irdma/irdma_puda.h
131
bool stats_idx_valid:1;
sys/dev/irdma/irdma_puda.h
182
bool check_crc:1;
sys/dev/irdma/irdma_puda.h
183
bool stats_idx_valid:1;
sys/dev/irdma/irdma_puda.h
195
bool reset);
sys/dev/irdma/irdma_puda.h
215
struct irdma_ah_info *ah_info, bool wait,
sys/dev/irdma/irdma_puda.h
71
bool ipv4:1;
sys/dev/irdma/irdma_puda.h
72
bool smac_valid:1;
sys/dev/irdma/irdma_puda.h
73
bool vlan_valid:1;
sys/dev/irdma/irdma_puda.h
83
bool ipv4:1;
sys/dev/irdma/irdma_puda.h
84
bool do_lpb:1;
sys/dev/irdma/irdma_type.h
1008
bool remote_access:1;
sys/dev/irdma/irdma_type.h
1009
bool use_hmc_fcn_index:1;
sys/dev/irdma/irdma_type.h
1010
bool all_memory:1;
sys/dev/irdma/irdma_type.h
1018
bool remote_access:1;
sys/dev/irdma/irdma_type.h
1019
bool mw_wide:1;
sys/dev/irdma/irdma_type.h
1020
bool mw1_bind_dont_vldt_key:1;
sys/dev/irdma/irdma_type.h
1035
bool use_hmc_fcn_index:1;
sys/dev/irdma/irdma_type.h
1037
bool all_memory:1;
sys/dev/irdma/irdma_type.h
1054
bool local_fence:1;
sys/dev/irdma/irdma_type.h
1055
bool read_fence:1;
sys/dev/irdma/irdma_type.h
1056
bool signaled:1;
sys/dev/irdma/irdma_type.h
1057
bool push_wqe:1;
sys/dev/irdma/irdma_type.h
1058
bool use_hmc_fcn_index:1;
sys/dev/irdma/irdma_type.h
1060
bool defer_flag:1;
sys/dev/irdma/irdma_type.h
1066
bool mr:1;
sys/dev/irdma/irdma_type.h
1067
bool dealloc_pbl:1;
sys/dev/irdma/irdma_type.h
1068
bool skip_flush_markers:1;
sys/dev/irdma/irdma_type.h
1095
bool sq_tph_en:1;
sys/dev/irdma/irdma_type.h
1096
bool rq_tph_en:1;
sys/dev/irdma/irdma_type.h
1097
bool rcv_tph_en:1;
sys/dev/irdma/irdma_type.h
1098
bool xmit_tph_en:1;
sys/dev/irdma/irdma_type.h
1099
bool virtual_map:1;
sys/dev/irdma/irdma_type.h
1110
bool virtual_map:1;
sys/dev/irdma/irdma_type.h
1111
bool ceqe_mask:1;
sys/dev/irdma/irdma_type.h
1112
bool ceq_id_valid:1;
sys/dev/irdma/irdma_type.h
1113
bool tph_en:1;
sys/dev/irdma/irdma_type.h
1124
bool freeze_qp:1;
sys/dev/irdma/irdma_type.h
1125
bool raw_format:1;
sys/dev/irdma/irdma_type.h
1137
bool permanent:1;
sys/dev/irdma/irdma_type.h
1142
bool add:1;
sys/dev/irdma/irdma_type.h
1149
bool vlan_valid:1;
sys/dev/irdma/irdma_type.h
1150
bool ipv4_valid:1;
sys/dev/irdma/irdma_type.h
1175
bool sq:1;
sys/dev/irdma/irdma_type.h
1176
bool rq:1;
sys/dev/irdma/irdma_type.h
1177
bool userflushcode:1;
sys/dev/irdma/irdma_type.h
1178
bool generate_ae:1;
sys/dev/irdma/irdma_type.h
1192
void (*irdma_cfg_aeq)(struct irdma_sc_dev *dev, u32 idx, bool enable);
sys/dev/irdma/irdma_type.h
1194
bool enable);
sys/dev/irdma/irdma_type.h
1201
bool check_overflow, bool post_sq);
sys/dev/irdma/irdma_type.h
1202
int irdma_sc_ccq_destroy(struct irdma_sc_cq *ccq, u64 scratch, bool post_sq);
sys/dev/irdma/irdma_type.h
1211
int irdma_sc_ceq_destroy(struct irdma_sc_ceq *ceq, u64 scratch, bool post_sq);
sys/dev/irdma/irdma_type.h
1225
void irdma_cfg_aeq(struct irdma_sc_dev *dev, u32 idx, bool enable);
sys/dev/irdma/irdma_type.h
1229
int irdma_sc_cqp_destroy(struct irdma_sc_cqp *cqp, bool free_hwcqp);
sys/dev/irdma/irdma_type.h
1237
bool post_sq);
sys/dev/irdma/irdma_type.h
1239
bool remove_hash_idx, bool ignore_mw_bnd, bool post_sq);
sys/dev/irdma/irdma_type.h
1242
bool post_sq);
sys/dev/irdma/irdma_type.h
1246
bool post_sq);
sys/dev/irdma/irdma_type.h
1249
void irdma_sc_send_rtt(struct irdma_sc_qp *qp, bool read);
sys/dev/irdma/irdma_type.h
1254
int irdma_sc_cq_destroy(struct irdma_sc_cq *cq, u64 scratch, bool post_sq);
sys/dev/irdma/irdma_type.h
1257
int irdma_sc_aeq_destroy(struct irdma_sc_aeq *aeq, u64 scratch, bool post_sq);
sys/dev/irdma/irdma_type.h
1259
u16 hmc_fn_id, bool post_sq,
sys/dev/irdma/irdma_type.h
1260
bool poll_registers);
sys/dev/irdma/irdma_type.h
1280
bool remove_hash_idx;
sys/dev/irdma/irdma_type.h
1281
bool ignore_mw_bnd;
sys/dev/irdma/irdma_type.h
1287
bool check_overflow;
sys/dev/irdma/irdma_type.h
1513
bool create;
sys/dev/irdma/irdma_type.h
283
bool en_datacenter_tcp:1;
sys/dev/irdma/irdma_type.h
284
bool disable_packed:1;
sys/dev/irdma/irdma_type.h
285
bool rocev2_rto_policy:1;
sys/dev/irdma/irdma_type.h
286
bool en_rem_endpoint_trk:1;
sys/dev/irdma/irdma_type.h
332
bool use_hmc_fcn_index:1;
sys/dev/irdma/irdma_type.h
333
bool use_stats_inst:1;
sys/dev/irdma/irdma_type.h
364
bool mode:1;
sys/dev/irdma/irdma_type.h
365
bool mpa_crc_err:1;
sys/dev/irdma/irdma_type.h
419
bool en_datacenter_tcp:1;
sys/dev/irdma/irdma_type.h
420
bool disable_packed:1;
sys/dev/irdma/irdma_type.h
421
bool rocev2_rto_policy:1;
sys/dev/irdma/irdma_type.h
422
bool en_rem_endpoint_trk:1;
sys/dev/irdma/irdma_type.h
438
bool virtual_map:1;
sys/dev/irdma/irdma_type.h
458
bool virtual_map:1;
sys/dev/irdma/irdma_type.h
459
bool tph_en:1;
sys/dev/irdma/irdma_type.h
460
bool itr_no_expire:1;
sys/dev/irdma/irdma_type.h
477
bool ceqe_mask:1;
sys/dev/irdma/irdma_type.h
478
bool virtual_map:1;
sys/dev/irdma/irdma_type.h
479
bool check_overflow:1;
sys/dev/irdma/irdma_type.h
480
bool ceq_id_valid:1;
sys/dev/irdma/irdma_type.h
481
bool tph_en:1;
sys/dev/irdma/irdma_type.h
510
bool suspended:1;
sys/dev/irdma/irdma_type.h
511
bool on_qoslist:1;
sys/dev/irdma/irdma_type.h
512
bool ieq_pass_thru:1;
sys/dev/irdma/irdma_type.h
513
bool sq_tph_en:1;
sys/dev/irdma/irdma_type.h
514
bool rq_tph_en:1;
sys/dev/irdma/irdma_type.h
515
bool rcv_tph_en:1;
sys/dev/irdma/irdma_type.h
516
bool xmit_tph_en:1;
sys/dev/irdma/irdma_type.h
517
bool virtual_map:1;
sys/dev/irdma/irdma_type.h
518
bool flush_sq:1;
sys/dev/irdma/irdma_type.h
519
bool flush_rq:1;
sys/dev/irdma/irdma_type.h
520
bool sq_flush_code:1;
sys/dev/irdma/irdma_type.h
521
bool rq_flush_code:1;
sys/dev/irdma/irdma_type.h
533
bool use_vlan:1;
sys/dev/irdma/irdma_type.h
534
bool use_cnp_up_override:1;
sys/dev/irdma/irdma_type.h
544
bool resume_traffic:1;
sys/dev/irdma/irdma_type.h
552
bool type_leaf:1;
sys/dev/irdma/irdma_type.h
553
bool enable:1;
sys/dev/irdma/irdma_type.h
581
bool valid:1;
sys/dev/irdma/irdma_type.h
585
bool config_ok:1;
sys/dev/irdma/irdma_type.h
586
bool lfc_set:1;
sys/dev/irdma/irdma_type.h
587
bool pfc_set:1;
sys/dev/irdma/irdma_type.h
607
bool tc_change_pending:1;
sys/dev/irdma/irdma_type.h
608
bool mtu_change_pending:1;
sys/dev/irdma/irdma_type.h
616
bool tc_print_warning[IRDMA_MAX_TRAFFIC_CLASS];
sys/dev/irdma/irdma_type.h
622
bool dscp_mode:1;
sys/dev/irdma/irdma_type.h
659
bool ceq_valid:1;
sys/dev/irdma/irdma_type.h
672
bool virtual_map:1;
sys/dev/irdma/irdma_type.h
673
bool check_overflow:1;
sys/dev/irdma/irdma_type.h
674
bool cq_resize:1;
sys/dev/irdma/irdma_type.h
678
bool ord_valid:1;
sys/dev/irdma/irdma_type.h
679
bool tcp_ctx_valid:1;
sys/dev/irdma/irdma_type.h
680
bool cq_num_valid:1;
sys/dev/irdma/irdma_type.h
681
bool arp_cache_idx_valid:1;
sys/dev/irdma/irdma_type.h
682
bool mac_valid:1;
sys/dev/irdma/irdma_type.h
683
bool force_lpb:1;
sys/dev/irdma/irdma_type.h
694
bool ord_valid:1;
sys/dev/irdma/irdma_type.h
695
bool tcp_ctx_valid:1;
sys/dev/irdma/irdma_type.h
696
bool udp_ctx_valid:1;
sys/dev/irdma/irdma_type.h
697
bool cq_num_valid:1;
sys/dev/irdma/irdma_type.h
698
bool arp_cache_idx_valid:1;
sys/dev/irdma/irdma_type.h
699
bool reset_tcp_conn:1;
sys/dev/irdma/irdma_type.h
700
bool remove_hash_idx:1;
sys/dev/irdma/irdma_type.h
701
bool dont_send_term:1;
sys/dev/irdma/irdma_type.h
702
bool dont_send_fin:1;
sys/dev/irdma/irdma_type.h
703
bool cached_var_valid:1;
sys/dev/irdma/irdma_type.h
704
bool mss_change:1;
sys/dev/irdma/irdma_type.h
705
bool force_lpb:1;
sys/dev/irdma/irdma_type.h
706
bool mac_valid:1;
sys/dev/irdma/irdma_type.h
716
bool error:1;
sys/dev/irdma/irdma_type.h
737
bool mtu_changed:1;
sys/dev/irdma/irdma_type.h
738
bool tc_changed:1;
sys/dev/irdma/irdma_type.h
739
bool dscp_mode:1;
sys/dev/irdma/irdma_type.h
758
bool alloc_stats_inst:1;
sys/dev/irdma/irdma_type.h
780
bool virtual_map:1;
sys/dev/irdma/irdma_type.h
781
bool tph_en:1;
sys/dev/irdma/irdma_type.h
782
bool itr_no_expire:1;
sys/dev/irdma/irdma_type.h
796
bool virtual_map:1;
sys/dev/irdma/irdma_type.h
812
bool ceqe_mask:1;
sys/dev/irdma/irdma_type.h
813
bool ceq_id_valid:1;
sys/dev/irdma/irdma_type.h
814
bool avoid_mem_cflct:1;
sys/dev/irdma/irdma_type.h
815
bool virtual_map:1;
sys/dev/irdma/irdma_type.h
816
bool tph_en:1;
sys/dev/irdma/irdma_type.h
824
bool ipv4:1;
sys/dev/irdma/irdma_type.h
825
bool insert_vlan_tag:1;
sys/dev/irdma/irdma_type.h
858
bool is_qp1:1;
sys/dev/irdma/irdma_type.h
859
bool udprivcq_en:1;
sys/dev/irdma/irdma_type.h
860
bool dcqcn_en:1;
sys/dev/irdma/irdma_type.h
861
bool rcv_no_icrc:1;
sys/dev/irdma/irdma_type.h
862
bool wr_rdresp_en:1;
sys/dev/irdma/irdma_type.h
863
bool fast_reg_en:1;
sys/dev/irdma/irdma_type.h
864
bool priv_mode_en:1;
sys/dev/irdma/irdma_type.h
865
bool rd_en:1;
sys/dev/irdma/irdma_type.h
866
bool timely_en:1;
sys/dev/irdma/irdma_type.h
867
bool dctcp_en:1;
sys/dev/irdma/irdma_type.h
868
bool fw_cc_enable:1;
sys/dev/irdma/irdma_type.h
869
bool use_stats_inst:1;
sys/dev/irdma/irdma_type.h
887
bool ib_rd_en:1;
sys/dev/irdma/irdma_type.h
888
bool align_hdrs:1;
sys/dev/irdma/irdma_type.h
889
bool rcv_no_mpa_crc:1;
sys/dev/irdma/irdma_type.h
890
bool err_rq_idx_valid:1;
sys/dev/irdma/irdma_type.h
891
bool snd_mark_en:1;
sys/dev/irdma/irdma_type.h
892
bool rcv_mark_en:1;
sys/dev/irdma/irdma_type.h
893
bool wr_rdresp_en:1;
sys/dev/irdma/irdma_type.h
894
bool fast_reg_en:1;
sys/dev/irdma/irdma_type.h
895
bool priv_mode_en:1;
sys/dev/irdma/irdma_type.h
896
bool rd_en:1;
sys/dev/irdma/irdma_type.h
897
bool timely_en:1;
sys/dev/irdma/irdma_type.h
898
bool use_stats_inst:1;
sys/dev/irdma/irdma_type.h
899
bool ecn_en:1;
sys/dev/irdma/irdma_type.h
900
bool dctcp_en:1;
sys/dev/irdma/irdma_type.h
909
bool ipv4:1;
sys/dev/irdma/irdma_type.h
910
bool no_nagle:1;
sys/dev/irdma/irdma_type.h
911
bool insert_vlan_tag:1;
sys/dev/irdma/irdma_type.h
912
bool time_stamp:1;
sys/dev/irdma/irdma_type.h
913
bool drop_ooo_seg:1;
sys/dev/irdma/irdma_type.h
914
bool avoid_stretch_ack:1;
sys/dev/irdma/irdma_type.h
915
bool wscale:1;
sys/dev/irdma/irdma_type.h
916
bool ignore_tcp_opt:1;
sys/dev/irdma/irdma_type.h
917
bool ignore_tcp_uns_opt:1;
sys/dev/irdma/irdma_type.h
971
bool tcp_info_valid:1;
sys/dev/irdma/irdma_type.h
972
bool iwarp_info_valid:1;
sys/dev/irdma/irdma_type.h
973
bool stats_idx_valid:1;
sys/dev/irdma/irdma_type.h
984
bool qp:1;
sys/dev/irdma/irdma_type.h
985
bool cq:1;
sys/dev/irdma/irdma_type.h
986
bool sq:1;
sys/dev/irdma/irdma_type.h
987
bool rq:1;
sys/dev/irdma/irdma_type.h
988
bool in_rdrsp_wr:1;
sys/dev/irdma/irdma_type.h
989
bool out_rdrsp:1;
sys/dev/irdma/irdma_type.h
990
bool aeqe_overflow:1;
sys/dev/irdma/irdma_type.h
995
bool err_rq_idx_valid:1;
sys/dev/irdma/irdma_uda.c
212
static bool
sys/dev/irdma/irdma_uda.c
233
bool free_entry_found = false;
sys/dev/irdma/irdma_uda.h
59
bool ah_valid:1;
sys/dev/irdma/irdma_uda.h
60
bool ipv4_valid:1;
sys/dev/irdma/irdma_uda.h
61
bool do_lpbk:1;
sys/dev/irdma/irdma_uk.c
1173
bool
sys/dev/irdma/irdma_uk.c
1206
bool move_cq_head = true;
sys/dev/irdma/irdma_uk.c
1208
bool ext_valid;
sys/dev/irdma/irdma_uk.c
1225
ext_valid = (bool)FIELD_GET(IRDMA_CQ_EXTCQE, qword3);
sys/dev/irdma/irdma_uk.c
1248
info->imm_valid = (bool)FIELD_GET(IRDMA_CQ_IMMVALID, qword7);
sys/dev/irdma/irdma_uk.c
1255
info->ud_smac_valid = (bool)FIELD_GET(IRDMA_CQ_UDSMACVALID, qword7);
sys/dev/irdma/irdma_uk.c
1256
info->ud_vlan_valid = (bool)FIELD_GET(IRDMA_CQ_UDVLANVALID, qword7);
sys/dev/irdma/irdma_uk.c
1277
info->error = (bool)FIELD_GET(IRDMA_CQ_ERROR, qword3);
sys/dev/irdma/irdma_uk.c
1278
info->push_dropped = (bool)FIELD_GET(IRDMACQ_PSHDROP, qword3);
sys/dev/irdma/irdma_uk.c
1279
info->ipv4 = (bool)FIELD_GET(IRDMACQ_IPV4, qword3);
sys/dev/irdma/irdma_uk.c
1313
info->solicited_event = (bool)FIELD_GET(IRDMACQ_SOEVENT, qword3);
sys/dev/irdma/irdma_uk.c
1594
bool imm_support = ukinfo->uk_attrs->hw_rev >= IRDMA_GEN_2 ? true : false;
sys/dev/irdma/irdma_uk.c
1620
bool imm_support = ukinfo->uk_attrs->hw_rev >= IRDMA_GEN_2 ? true : false;
sys/dev/irdma/irdma_uk.c
215
u32 wqe_idx, bool push_wqe)
sys/dev/irdma/irdma_uk.c
237
static inline bool
sys/dev/irdma/irdma_uk.c
256
static inline bool
sys/dev/irdma/irdma_uk.c
367
bool post_sq)
sys/dev/irdma/irdma_uk.c
376
bool read_fence = false;
sys/dev/irdma/irdma_uk.c
467
bool inv_stag, bool post_sq)
sys/dev/irdma/irdma_uk.c
472
bool local_fence = false;
sys/dev/irdma/irdma_uk.c
473
bool ord_fence = false;
sys/dev/irdma/irdma_uk.c
556
bool post_sq)
sys/dev/irdma/irdma_uk.c
564
bool read_fence = false;
sys/dev/irdma/irdma_uk.c
709
bool first_quanta = true;
sys/dev/irdma/irdma_uk.c
778
struct irdma_post_sq_info *info, bool post_sq)
sys/dev/irdma/irdma_uk.c
784
bool read_fence = false;
sys/dev/irdma/irdma_uk.c
849
struct irdma_post_sq_info *info, bool post_sq)
sys/dev/irdma/irdma_uk.c
855
bool read_fence = false;
sys/dev/irdma/irdma_uk.c
924
bool post_sq)
sys/dev/irdma/irdma_uk.c
930
bool local_fence = false;
sys/dev/irdma/irdma_user.h
328
bool ena_reads:1;
sys/dev/irdma/irdma_user.h
329
bool ena_writes:1;
sys/dev/irdma/irdma_user.h
331
bool mem_window_type_1:1;
sys/dev/irdma/irdma_user.h
342
bool signaled:1;
sys/dev/irdma/irdma_user.h
343
bool read_fence:1;
sys/dev/irdma/irdma_user.h
344
bool local_fence:1;
sys/dev/irdma/irdma_user.h
345
bool inline_data:1;
sys/dev/irdma/irdma_user.h
346
bool imm_data_valid:1;
sys/dev/irdma/irdma_user.h
347
bool push_wqe:1;
sys/dev/irdma/irdma_user.h
348
bool report_rtt:1;
sys/dev/irdma/irdma_user.h
349
bool udp_hdr:1;
sys/dev/irdma/irdma_user.h
350
bool defer_flag:1;
sys/dev/irdma/irdma_user.h
377
bool stag_invalid_set:1; /* or L_R_Key set */
sys/dev/irdma/irdma_user.h
378
bool push_dropped:1;
sys/dev/irdma/irdma_user.h
379
bool error:1;
sys/dev/irdma/irdma_user.h
380
bool solicited_event:1;
sys/dev/irdma/irdma_user.h
381
bool ipv4:1;
sys/dev/irdma/irdma_user.h
382
bool ud_vlan_valid:1;
sys/dev/irdma/irdma_user.h
383
bool ud_smac_valid:1;
sys/dev/irdma/irdma_user.h
384
bool imm_valid:1;
sys/dev/irdma/irdma_user.h
385
bool signaled:1;
sys/dev/irdma/irdma_user.h
394
struct irdma_post_sq_info *info, bool post_sq);
sys/dev/irdma/irdma_user.h
396
struct irdma_post_sq_info *info, bool post_sq);
sys/dev/irdma/irdma_user.h
397
int irdma_uk_post_nop(struct irdma_qp_uk *qp, u64 wr_id, bool signaled,
sys/dev/irdma/irdma_user.h
398
bool post_sq);
sys/dev/irdma/irdma_user.h
403
bool inv_stag, bool post_sq);
sys/dev/irdma/irdma_user.h
405
bool post_sq);
sys/dev/irdma/irdma_user.h
407
bool post_sq);
sys/dev/irdma/irdma_user.h
410
bool post_sq);
sys/dev/irdma/irdma_user.h
421
bool irdma_uk_cq_empty(struct irdma_cq_uk *cq);
sys/dev/irdma/irdma_user.h
485
bool deferred_flag:1;
sys/dev/irdma/irdma_user.h
486
bool push_mode:1; /* whether the last post wqe was pushed */
sys/dev/irdma/irdma_user.h
487
bool push_dropped:1;
sys/dev/irdma/irdma_user.h
488
bool first_sq_wq:1;
sys/dev/irdma/irdma_user.h
489
bool sq_flush_complete:1; /* Indicates flush was seen and SQ was empty after the flush */
sys/dev/irdma/irdma_user.h
490
bool rq_flush_complete:1; /* Indicates flush was seen and RQ was empty after the flush */
sys/dev/irdma/irdma_user.h
491
bool destroy_pending:1; /* Indicates the QP is being destroyed */
sys/dev/irdma/irdma_user.h
492
bool last_push_db:1; /* Indicates last DB was push DB */
sys/dev/irdma/irdma_user.h
509
bool avoid_mem_cflct:1;
sys/dev/irdma/irdma_user.h
537
bool legacy_mode;
sys/dev/irdma/irdma_user.h
547
bool avoid_mem_cflct;
sys/dev/irdma/irdma_user.h
555
int irdma_nop(struct irdma_qp_uk *qp, u64 wr_id, bool signaled, bool post_sq);
sys/dev/irdma/irdma_user.h
565
u32 wqe_idx, bool push_wqe);
sys/dev/irdma/irdma_utils.c
1214
struct irdma_modify_qp_info *info, bool wait)
sys/dev/irdma/irdma_utils.c
1661
struct irdma_vsi_pestat *pestat, bool wait)
sys/dev/irdma/irdma_utils.c
1769
bool poll;
sys/dev/irdma/irdma_utils.c
1823
bool wait,
sys/dev/irdma/irdma_utils.c
1874
bool wait,
sys/dev/irdma/irdma_utils.c
1956
struct irdma_ah_info *ah_info, bool wait,
sys/dev/irdma/irdma_utils.c
2322
u8 qp_type, bool freeze, bool raw)
sys/dev/irdma/irdma_utils.c
2383
static bool
sys/dev/irdma/irdma_utils.c
2502
bool compl_generated = false;
sys/dev/irdma/irdma_utils.c
2600
irdma_udqp_qs_change(struct irdma_qp *iwqp, u8 user_prio, bool qs_change)
sys/dev/irdma/irdma_utils.c
401
bool wait)
sys/dev/irdma/irdma_utils.c
545
bool cqp_error = false;
sys/dev/irdma/irdma_utils.c
665
bool
sys/dev/irdma/irdma_utils.c
697
bool put_cqp_request = true;
sys/dev/irdma/irdma_utils.c
927
bool first_time;
sys/dev/irdma/irdma_verbs.c
1691
static bool
sys/dev/irdma/irdma_verbs.c
1709
static bool
sys/dev/irdma/irdma_verbs.c
1718
bool ret;
sys/dev/irdma/irdma_verbs.c
1801
bool ret = true;
sys/dev/irdma/irdma_verbs.c
2104
bool create_stag)
sys/dev/irdma/irdma_verbs.c
2335
u64 *iova_start, bool dma_mr)
sys/dev/irdma/irdma_verbs.c
2446
bool inv_stag;
sys/dev/irdma/irdma_verbs.c
2801
bool cq_new_cqe = false;
sys/dev/irdma/irdma_verbs.c
2912
bool promo_event = false;
sys/dev/irdma/irdma_verbs.c
3041
bool ipv4;
sys/dev/irdma/irdma_verbs.h
104
bool split;
sys/dev/irdma/irdma_verbs.h
129
bool pbl_allocated:1;
sys/dev/irdma/irdma_verbs.h
130
bool on_list:1;
sys/dev/irdma/irdma_verbs.h
145
bool dma_mr:1;
sys/dev/irdma/irdma_verbs.h
160
bool user_mode;
sys/dev/irdma/irdma_verbs.h
188
bool ipv4:1;
sys/dev/irdma/irdma_verbs.h
189
bool ifup:1;
sys/dev/irdma/irdma_verbs.h
260
bool active_conn:1;
sys/dev/irdma/irdma_verbs.h
261
bool user_mode:1;
sys/dev/irdma/irdma_verbs.h
262
bool hte_added:1;
sys/dev/irdma/irdma_verbs.h
263
bool sig_all:1;
sys/dev/irdma/irdma_verbs.h
264
bool pau_mode:1;
sys/dev/irdma/irdma_verbs.h
265
bool suspend_pending:1;
sys/dev/irdma/irdma_verbs.h
272
bool qs_change:1;
sys/dev/irdma/irdma_verbs.h
331
struct ib_wc *entry, bool send_imm_support)
sys/dev/irdma/irdma_verbs.h
390
bool create_stag);
sys/dev/irdma/irdma_verbs.h
61
bool legacy_mode:1;
sys/dev/irdma/irdma_verbs.h
62
bool use_raw_attrs:1;
sys/dev/irdma/irdma_ws.c
190
static bool
sys/dev/irdma/irdma_ws.h
63
bool type_leaf:1;
sys/dev/irdma/irdma_ws.h
64
bool enable:1;
sys/dev/irdma/osdep.h
186
#define between(a, b, c) (bool)(c-a >= b-a)
sys/dev/iscsi/icl.c
117
icl_find(const char *name, bool iser, bool quiet)
sys/dev/iscsi/icl.c
166
icl_new_conn(const char *offload, bool iser, const char *name, struct mtx *lock)
sys/dev/iscsi/icl.c
185
icl_limits(const char *offload, bool iser, int socket,
sys/dev/iscsi/icl.c
233
icl_register(const char *offload, bool iser, int priority,
sys/dev/iscsi/icl.c
262
icl_unregister(const char *offload, bool rdma)
sys/dev/iscsi/icl.c
58
bool im_iser;
sys/dev/iscsi/icl.c
94
bool iser = arg2;
sys/dev/iscsi/icl.h
104
bool ic_header_crc32c;
sys/dev/iscsi/icl.h
105
bool ic_data_crc32c;
sys/dev/iscsi/icl.h
106
bool ic_disconnecting;
sys/dev/iscsi/icl.h
107
bool ic_iser;
sys/dev/iscsi/icl.h
108
bool ic_unmapped;
sys/dev/iscsi/icl.h
136
struct icl_conn *icl_new_conn(const char *offload, bool iser, const char *name,
sys/dev/iscsi/icl.h
138
int icl_limits(const char *offload, bool iser, int socket,
sys/dev/iscsi/icl.h
140
int icl_register(const char *offload, bool iser, int priority,
sys/dev/iscsi/icl.h
143
int icl_unregister(const char *offload, bool rdma);
sys/dev/iscsi/icl.h
156
int icl_listen_add(struct icl_listen *il, bool rdma,
sys/dev/iscsi/icl_soft.c
466
size_t *rs, bool *more_neededp)
sys/dev/iscsi/icl_soft.c
570
bool more_needed;
sys/dev/iscsi/icl_soft.c
81
bool receive_running;
sys/dev/iscsi/icl_soft.c
82
bool check_send_space;
sys/dev/iscsi/icl_soft.c
83
bool send_running;
sys/dev/iscsi/icl_soft_proxy.c
311
icl_listen_add(struct icl_listen *il, bool rdma, int domain, int socktype,
sys/dev/iscsi/icl_soft_proxy.c
90
bool ils_running;
sys/dev/iscsi/iscsi.c
1440
struct iscsi_daemon_request *request, bool freebsd13)
sys/dev/iscsi/iscsi.c
1934
static bool
sys/dev/iscsi/iscsi.c
200
static bool
sys/dev/iscsi/iscsi.c
2075
static bool
sys/dev/iscsi/iscsi.c
2096
bool found = false;
sys/dev/iscsi/iscsi.c
249
bool postpone;
sys/dev/iscsi/iscsi.c
269
bool postpone;
sys/dev/iscsi/iscsi.c
344
iscsi_session_cleanup(struct iscsi_session *is, bool destroy_sim)
sys/dev/iscsi/iscsi.c
586
bool reconnect_needed = false;
sys/dev/iscsi/iscsi.h
100
bool is_terminating;
sys/dev/iscsi/iscsi.h
106
bool is_reconnecting;
sys/dev/iscsi/iscsi.h
108
bool is_connected;
sys/dev/iscsi/iscsi.h
117
bool is_simq_frozen;
sys/dev/iscsi/iscsi.h
134
bool sc_unloading;
sys/dev/iscsi/iscsi.h
68
bool is_immediate_data;
sys/dev/iscsi/iscsi.h
88
bool is_waiting_for_iscsid;
sys/dev/iscsi/iscsi.h
95
bool is_login_phase;
sys/dev/iser/icl_iser.c
220
static bool
sys/dev/iser/icl_iser.c
223
bool is_control = false;
sys/dev/iser/icl_iser.h
279
bool mapped;
sys/dev/iser/icl_iser.h
447
bool handoff_done;
sys/dev/iser/icl_iser.h
487
iser_post_send(struct ib_conn *, struct iser_tx_desc *, bool);
sys/dev/iser/icl_iser.h
538
iser_free_ib_conn_res(struct iser_conn *, bool);
sys/dev/iser/iser_initiator.c
351
static inline bool
sys/dev/iser/iser_verbs.c
567
bool destroy)
sys/dev/iser/iser_verbs.c
63
static inline bool
sys/dev/iser/iser_verbs.c
797
iser_cleanup_handler(struct rdma_cm_id *cma_id, bool destroy)
sys/dev/iser/iser_verbs.c
915
bool signal)
sys/dev/isp/isp.c
134
static bool isp_check_aux_image_status_signature(struct isp_image_status *);
sys/dev/isp/isp.c
135
static bool isp_check_image_status_signature(struct isp_image_status *);
sys/dev/isp/isp.c
141
static bool isp_risc_firmware_invalid(ispsoftc_t *, uint32_t *);
sys/dev/isp/isp.c
4887
static bool
sys/dev/isp/isp.c
4895
static bool
sys/dev/isp/isp.c
4963
bool valid_pri_image = false, valid_sec_image = false;
sys/dev/isp/isp.c
4964
bool active_pri_image = false, active_sec_image = false;
sys/dev/isp/isp.c
5062
bool valid_pri_image = false, valid_sec_image = false;
sys/dev/isp/isp.c
5063
bool active_pri_image = false, active_sec_image = false;
sys/dev/isp/isp.c
5155
static bool isp_risc_firmware_invalid(ispsoftc_t *isp, uint32_t *dword)
sys/dev/iwm/if_iwm.c
3179
static bool
sys/dev/iwm/if_iwm.c
3181
bool stolen)
sys/dev/iwm/if_iwm.c
3293
static bool
sys/dev/iwm/if_iwm.c
3295
bool stolen)
sys/dev/iwm/if_iwm.c
3403
static bool
sys/dev/iwm/if_iwm.c
3405
bool stolen)
sys/dev/iwm/if_iwm.c
3410
bool ret;
sys/dev/iwm/if_iwm.c
357
static bool iwm_rx_mpdu(struct iwm_softc *, struct mbuf *,
sys/dev/iwm/if_iwm.c
358
uint32_t, bool);
sys/dev/iwm/if_iwmvar.h
570
static inline bool
sys/dev/iwm/if_iwmvar.h
576
static inline bool
sys/dev/iwn/if_iwn_chip_cfg.h
100
const bool shadow_reg_enable;
sys/dev/iwn/if_iwn_chip_cfg.h
101
const bool bt_session_2;
sys/dev/iwn/if_iwn_chip_cfg.h
102
const bool bt_sco_disable;
sys/dev/iwn/if_iwn_chip_cfg.h
103
const bool additional_nic_config;
sys/dev/iwn/if_iwn_chip_cfg.h
105
const bool enhanced_TX_power;
sys/dev/iwn/if_iwn_chip_cfg.h
107
const bool support_hostap;
sys/dev/iwn/if_iwn_chip_cfg.h
108
const bool no_multi_vaps;
sys/dev/iwn/if_iwn_chip_cfg.h
99
const bool shadow_ram_support;
sys/dev/iwx/if_iwx.c
7375
static bool
sys/dev/ixgbe/if_ix.c
1409
static bool
sys/dev/ixgbe/if_ix.c
1764
static inline bool
sys/dev/ixgbe/if_ix.c
1800
bool sfp, negotiate;
sys/dev/ixgbe/if_ix.c
192
static bool ixgbe_if_needs_restart(if_ctx_t, enum iflib_restart_event);
sys/dev/ixgbe/if_ix.c
212
static bool ixgbe_sfp_probe(if_ctx_t);
sys/dev/ixgbe/if_ix.c
224
static void ixgbe_check_fan_failure(struct ixgbe_softc *, u32, bool);
sys/dev/ixgbe/if_ix.c
3221
bool last_index = (ret_next_index == 0xffffffff);
sys/dev/ixgbe/if_ix.c
3222
bool last_table = ((ret_next_table == 0xff ||
sys/dev/ixgbe/if_ix.c
4298
static bool
sys/dev/ixgbe/if_ix.c
4304
bool result = false;
sys/dev/ixgbe/if_ix.c
4395
bool negotiate;
sys/dev/ixgbe/if_ix.c
4480
bool pending = false;
sys/dev/ixgbe/if_ix.c
5118
bool negotiate = false;
sys/dev/ixgbe/if_ix.c
5238
bool negotiate = false;
sys/dev/ixgbe/if_ix.c
5810
ixgbe_check_fan_failure(struct ixgbe_softc *sc, u32 reg, bool in_interrupt)
sys/dev/ixgbe/if_ixv.c
121
static bool ixv_if_needs_restart(if_ctx_t, enum iflib_restart_event);
sys/dev/ixgbe/if_ixv.c
1226
static bool
sys/dev/ixgbe/ix_txrx.c
267
ixgbe_isc_txd_credits_update(void *arg, uint16_t txqid, bool clear)
sys/dev/ixgbe/ix_txrx.c
408
bool eop;
sys/dev/ixgbe/ix_txrx.c
47
static int ixgbe_isc_txd_credits_update(void *, uint16_t, bool);
sys/dev/ixgbe/ixgbe.h
304
bool hw_rsc;
sys/dev/ixgbe/ixgbe.h
305
bool vtag_strip;
sys/dev/ixgbe/ixgbe.h
403
bool link_active;
sys/dev/ixgbe/ixgbe.h
406
bool link_up;
sys/dev/ixgbe/ixgbe.h
407
bool link_enabled;
sys/dev/ixgbe/ixgbe.h
413
bool wol_support;
sys/dev/ixgbe/ixgbe.h
420
bool sfp_probe;
sys/dev/ixgbe/ixgbe.h
482
bool do_debug_dump;
sys/dev/ixgbe/ixgbe.h
587
static inline bool
sys/dev/ixgbe/ixgbe.h
590
bool status = true;
sys/dev/ixgbe/ixgbe_82598.c
1005
bool vlan_on, bool vlvf_bypass)
sys/dev/ixgbe/ixgbe_82598.c
298
bool *autoneg)
sys/dev/ixgbe/ixgbe_82598.c
417
bool link_up;
sys/dev/ixgbe/ixgbe_82598.c
50
bool *autoneg);
sys/dev/ixgbe/ixgbe_82598.c
53
bool autoneg_wait_to_complete);
sys/dev/ixgbe/ixgbe_82598.c
55
ixgbe_link_speed *speed, bool *link_up,
sys/dev/ixgbe/ixgbe_82598.c
558
bool autoneg_wait_to_complete)
sys/dev/ixgbe/ixgbe_82598.c
56
bool link_up_wait_to_complete);
sys/dev/ixgbe/ixgbe_82598.c
59
bool autoneg_wait_to_complete);
sys/dev/ixgbe/ixgbe_82598.c
62
bool autoneg_wait_to_complete);
sys/dev/ixgbe/ixgbe_82598.c
643
ixgbe_link_speed *speed, bool *link_up,
sys/dev/ixgbe/ixgbe_82598.c
644
bool link_up_wait_to_complete)
sys/dev/ixgbe/ixgbe_82598.c
733
bool autoneg_wait_to_complete)
sys/dev/ixgbe/ixgbe_82598.c
735
bool autoneg = false;
sys/dev/ixgbe/ixgbe_82598.c
787
bool autoneg_wait_to_complete)
sys/dev/ixgbe/ixgbe_82598.h
43
s32 ixgbe_set_vfta_82598(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on,
sys/dev/ixgbe/ixgbe_82598.h
44
bool vlvf_bypass);
sys/dev/ixgbe/ixgbe_82599.c
1032
bool autoneg_wait_to_complete)
sys/dev/ixgbe/ixgbe_82599.c
1062
bool link_up = false;
sys/dev/ixgbe/ixgbe_82599.c
1396
bool cloud_mode)
sys/dev/ixgbe/ixgbe_82599.c
1569
bool tunnel;
sys/dev/ixgbe/ixgbe_82599.c
1722
union ixgbe_atr_input *input_mask, bool cloud_mode)
sys/dev/ixgbe/ixgbe_82599.c
1902
u16 soft_id, u8 queue, bool cloud_mode)
sys/dev/ixgbe/ixgbe_82599.c
2041
u16 soft_id, u8 queue, bool cloud_mode)
sys/dev/ixgbe/ixgbe_82599.c
2396
bool ixgbe_verify_lesm_fw_enabled_82599(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_82599.c
2398
bool lesm_enabled = false;
sys/dev/ixgbe/ixgbe_82599.c
250
s32 prot_autoc_read_82599(struct ixgbe_hw *hw, bool *locked, u32 *reg_val)
sys/dev/ixgbe/ixgbe_82599.c
279
s32 prot_autoc_write_82599(struct ixgbe_hw *hw, u32 autoc, bool locked)
sys/dev/ixgbe/ixgbe_82599.c
424
bool *autoneg)
sys/dev/ixgbe/ixgbe_82599.c
50
bool autoneg_wait_to_complete);
sys/dev/ixgbe/ixgbe_82599.c
635
bool autoneg_wait_to_complete)
sys/dev/ixgbe/ixgbe_82599.c
641
bool got_lock = false;
sys/dev/ixgbe/ixgbe_82599.c
802
bool autoneg_wait_to_complete)
sys/dev/ixgbe/ixgbe_82599.c
807
bool link_up = false;
sys/dev/ixgbe/ixgbe_82599.c
914
bool autoneg_wait_to_complete)
sys/dev/ixgbe/ixgbe_82599.c
916
bool autoneg = false;
sys/dev/ixgbe/ixgbe_82599.h
39
ixgbe_link_speed *speed, bool *autoneg);
sys/dev/ixgbe/ixgbe_82599.h
48
bool autoneg_wait_to_complete);
sys/dev/ixgbe/ixgbe_82599.h
50
bool autoneg_wait_to_complete);
sys/dev/ixgbe/ixgbe_82599.h
52
bool autoneg_wait_to_complete);
sys/dev/ixgbe/ixgbe_82599.h
63
s32 prot_autoc_read_82599(struct ixgbe_hw *hw, bool *locked, u32 *reg_val);
sys/dev/ixgbe/ixgbe_82599.h
64
s32 prot_autoc_write_82599(struct ixgbe_hw *hw, u32 reg_val, bool locked);
sys/dev/ixgbe/ixgbe_api.c
1071
bool clear)
sys/dev/ixgbe/ixgbe_api.c
1124
s32 ixgbe_set_vfta(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on,
sys/dev/ixgbe/ixgbe_api.c
1125
bool vlvf_bypass)
sys/dev/ixgbe/ixgbe_api.c
1144
s32 ixgbe_set_vlvf(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on,
sys/dev/ixgbe/ixgbe_api.c
1145
u32 *vfta_delta, u32 vfta, bool vlvf_bypass)
sys/dev/ixgbe/ixgbe_api.c
1280
s32 ixgbe_setup_eee(struct ixgbe_hw *hw, bool enable_eee)
sys/dev/ixgbe/ixgbe_api.c
1292
void ixgbe_set_source_address_pruning(struct ixgbe_hw *hw, bool enable,
sys/dev/ixgbe/ixgbe_api.c
1306
void ixgbe_set_ethertype_anti_spoofing(struct ixgbe_hw *hw, bool enable, int vf)
sys/dev/ixgbe/ixgbe_api.c
1396
bool ixgbe_fw_recovery_mode(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_api.c
1459
bool ixgbe_bypass_valid_rd(struct ixgbe_hw *hw, u32 in_reg, u32 out_reg)
sys/dev/ixgbe/ixgbe_api.c
640
bool *link_up)
sys/dev/ixgbe/ixgbe_api.c
655
bool autoneg_wait_to_complete)
sys/dev/ixgbe/ixgbe_api.c
667
s32 ixgbe_set_phy_power(struct ixgbe_hw *hw, bool on)
sys/dev/ixgbe/ixgbe_api.c
683
bool *link_up, bool link_up_wait_to_complete)
sys/dev/ixgbe/ixgbe_api.c
738
bool autoneg_wait_to_complete)
sys/dev/ixgbe/ixgbe_api.c
755
bool autoneg_wait_to_complete)
sys/dev/ixgbe/ixgbe_api.c
771
bool *autoneg)
sys/dev/ixgbe/ixgbe_api.h
125
bool clear);
sys/dev/ixgbe/ixgbe_api.h
131
u32 vind, bool vlan_on, bool vlvf_bypass);
sys/dev/ixgbe/ixgbe_api.h
133
bool vlan_on, u32 *vfta_delta, u32 vfta,
sys/dev/ixgbe/ixgbe_api.h
134
bool vlvf_bypass);
sys/dev/ixgbe/ixgbe_api.h
156
bool cloud_mode);
sys/dev/ixgbe/ixgbe_api.h
162
union ixgbe_atr_input *input_mask, bool cloud_mode);
sys/dev/ixgbe/ixgbe_api.h
165
u16 soft_id, u8 queue, bool cloud_mode);
sys/dev/ixgbe/ixgbe_api.h
174
bool cloud_mode);
sys/dev/ixgbe/ixgbe_api.h
179
bool ixgbe_verify_lesm_fw_enabled_82599(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_api.h
206
bool ixgbe_bypass_valid_rd(struct ixgbe_hw *hw, u32 in_reg, u32 out_reg);
sys/dev/ixgbe/ixgbe_api.h
210
s32 ixgbe_setup_eee(struct ixgbe_hw *hw, bool enable_eee);
sys/dev/ixgbe/ixgbe_api.h
211
void ixgbe_set_source_address_pruning(struct ixgbe_hw *hw, bool enable,
sys/dev/ixgbe/ixgbe_api.h
213
void ixgbe_set_ethertype_anti_spoofing(struct ixgbe_hw *hw, bool enable,
sys/dev/ixgbe/ixgbe_api.h
223
bool ixgbe_fw_recovery_mode(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_api.h
80
bool *link_up);
sys/dev/ixgbe/ixgbe_api.h
83
bool autoneg_wait_to_complete);
sys/dev/ixgbe/ixgbe_api.h
84
s32 ixgbe_set_phy_power(struct ixgbe_hw *, bool on);
sys/dev/ixgbe/ixgbe_api.h
89
bool autoneg_wait_to_complete);
sys/dev/ixgbe/ixgbe_api.h
91
bool autoneg_wait_to_complete);
sys/dev/ixgbe/ixgbe_api.h
93
bool *link_up, bool link_up_wait_to_complete);
sys/dev/ixgbe/ixgbe_api.h
95
bool *autoneg);
sys/dev/ixgbe/ixgbe_common.c
163
bool ixgbe_device_supports_autoneg_fc(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_common.c
165
bool supported = false;
sys/dev/ixgbe/ixgbe_common.c
167
bool link_up;
sys/dev/ixgbe/ixgbe_common.c
244
bool locked = false;
sys/dev/ixgbe/ixgbe_common.c
2737
bool clear)
sys/dev/ixgbe/ixgbe_common.c
3116
bool link_up;
sys/dev/ixgbe/ixgbe_common.c
3402
s32 prot_autoc_read_generic(struct ixgbe_hw *hw, bool *locked, u32 *reg_val)
sys/dev/ixgbe/ixgbe_common.c
3418
s32 prot_autoc_write_generic(struct ixgbe_hw *hw, u32 reg_val, bool locked)
sys/dev/ixgbe/ixgbe_common.c
3473
bool link_up = 0;
sys/dev/ixgbe/ixgbe_common.c
3477
bool locked = false;
sys/dev/ixgbe/ixgbe_common.c
3525
bool locked = false;
sys/dev/ixgbe/ixgbe_common.c
3936
s32 ixgbe_find_vlvf_slot(struct ixgbe_hw *hw, u32 vlan, bool vlvf_bypass)
sys/dev/ixgbe/ixgbe_common.c
3987
bool vlan_on, bool vlvf_bypass)
sys/dev/ixgbe/ixgbe_common.c
4054
bool vlan_on, u32 *vfta_delta, u32 vfta,
sys/dev/ixgbe/ixgbe_common.c
4055
bool vlvf_bypass)
sys/dev/ixgbe/ixgbe_common.c
4215
static bool ixgbe_need_crosstalk_fix(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_common.c
4244
bool *link_up, bool link_up_wait_to_complete)
sys/dev/ixgbe/ixgbe_common.c
4469
void ixgbe_set_mac_anti_spoofing(struct ixgbe_hw *hw, bool enable, int vf)
sys/dev/ixgbe/ixgbe_common.c
4493
void ixgbe_set_vlan_anti_spoofing(struct ixgbe_hw *hw, bool enable, int vf)
sys/dev/ixgbe/ixgbe_common.c
4678
u32 length, u32 timeout, bool return_data)
sys/dev/ixgbe/ixgbe_common.c
5231
bool ixgbe_bypass_valid_rd_generic(u32 in_reg, u32 out_reg)
sys/dev/ixgbe/ixgbe_common.c
5627
bool ixgbe_mng_present(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_common.c
5645
bool ixgbe_mng_enabled(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_common.c
5676
bool autoneg_wait_to_complete)
sys/dev/ixgbe/ixgbe_common.c
5683
bool autoneg, link_up = false;
sys/dev/ixgbe/ixgbe_common.h
104
ixgbe_mc_addr_itr func, bool clear);
sys/dev/ixgbe/ixgbe_common.h
114
bool ixgbe_device_supports_autoneg_fc(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_common.h
123
s32 prot_autoc_read_generic(struct ixgbe_hw *hw, bool *, u32 *reg_val);
sys/dev/ixgbe/ixgbe_common.h
124
s32 prot_autoc_write_generic(struct ixgbe_hw *hw, u32 reg_val, bool locked);
sys/dev/ixgbe/ixgbe_common.h
138
u32 vind, bool vlan_on, bool vlvf_bypass);
sys/dev/ixgbe/ixgbe_common.h
140
bool vlan_on, u32 *vfta_delta, u32 vfta,
sys/dev/ixgbe/ixgbe_common.h
141
bool vlvf_bypass);
sys/dev/ixgbe/ixgbe_common.h
143
s32 ixgbe_find_vlvf_slot(struct ixgbe_hw *hw, u32 vlan, bool vlvf_bypass);
sys/dev/ixgbe/ixgbe_common.h
148
bool *link_up, bool link_up_wait_to_complete);
sys/dev/ixgbe/ixgbe_common.h
154
void ixgbe_set_mac_anti_spoofing(struct ixgbe_hw *hw, bool enable, int vf);
sys/dev/ixgbe/ixgbe_common.h
155
void ixgbe_set_vlan_anti_spoofing(struct ixgbe_hw *hw, bool enable, int vf);
sys/dev/ixgbe/ixgbe_common.h
164
u32 length, u32 timeout, bool return_data);
sys/dev/ixgbe/ixgbe_common.h
171
bool ixgbe_bypass_valid_rd_generic(u32 in_reg, u32 out_reg);
sys/dev/ixgbe/ixgbe_common.h
178
bool ixgbe_mng_present(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_common.h
179
bool ixgbe_mng_enabled(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_common.h
205
bool autoneg_wait_to_complete);
sys/dev/ixgbe/ixgbe_dcb.c
315
bool link_strict[2][IXGBE_DCB_MAX_BW_GROUP];
sys/dev/ixgbe/ixgbe_dcb.h
126
bool pfc_mode_enable;
sys/dev/ixgbe/ixgbe_dcb.h
127
bool round_robin_enable;
sys/dev/ixgbe/ixgbe_dcb.h
133
bool vt_mode;
sys/dev/ixgbe/ixgbe_dcb_82599.c
387
bool vt_mode = false;
sys/dev/ixgbe/ixgbe_e610.c
116
bool valid_buf = false;
sys/dev/ixgbe/ixgbe_e610.c
1244
s32 ixgbe_aci_get_phy_caps(struct ixgbe_hw *hw, bool qual_mods, u8 report_mode,
sys/dev/ixgbe/ixgbe_e610.c
1286
bool
sys/dev/ixgbe/ixgbe_e610.c
1359
bool use_1p40_buff;
sys/dev/ixgbe/ixgbe_e610.c
1401
s32 ixgbe_aci_set_link_restart_an(struct ixgbe_hw *hw, bool ena_link)
sys/dev/ixgbe/ixgbe_e610.c
1543
s32 ixgbe_get_link_status(struct ixgbe_hw *hw, bool *link_up)
sys/dev/ixgbe/ixgbe_e610.c
1574
s32 ixgbe_aci_get_link_info(struct ixgbe_hw *hw, bool ena_lse,
sys/dev/ixgbe/ixgbe_e610.c
1582
bool tx_pause, rx_pause;
sys/dev/ixgbe/ixgbe_e610.c
1679
s32 ixgbe_configure_lse(struct ixgbe_hw *hw, bool activate, u16 mask)
sys/dev/ixgbe/ixgbe_e610.c
1882
s32 ixgbe_aci_set_port_id_led(struct ixgbe_hw *hw, bool orig_mode)
sys/dev/ixgbe/ixgbe_e610.c
1915
bool value)
sys/dev/ixgbe/ixgbe_e610.c
1942
bool *value)
sys/dev/ixgbe/ixgbe_e610.c
1979
u8 length, bool write)
sys/dev/ixgbe/ixgbe_e610.c
2130
u16 length, void *data, bool last_command,
sys/dev/ixgbe/ixgbe_e610.c
2131
bool read_shadow_ram)
sys/dev/ixgbe/ixgbe_e610.c
2209
bool last_command, u8 command_flags)
sys/dev/ixgbe/ixgbe_e610.c
2435
bool second_bank_active;
sys/dev/ixgbe/ixgbe_e610.c
299
bool is_cmd_for_retry;
sys/dev/ixgbe/ixgbe_e610.c
3348
u8 *data, bool read_shadow_ram)
sys/dev/ixgbe/ixgbe_e610.c
3352
bool last_cmd;
sys/dev/ixgbe/ixgbe_e610.c
350
bool ixgbe_aci_check_event_pending(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_e610.c
3591
bool *reset_needed)
sys/dev/ixgbe/ixgbe_e610.c
376
bool *pending)
sys/dev/ixgbe/ixgbe_e610.c
3857
static bool ixgbe_fwlog_valid_module_entries(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.c
3897
static bool ixgbe_fwlog_valid_cfg(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.c
3999
bool ixgbe_fwlog_supported(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_e610.c
4121
static s32 ixgbe_aci_fwlog_register(struct ixgbe_hw *hw, bool reg)
sys/dev/ixgbe/ixgbe_e610.c
4662
bool autoneg_wait)
sys/dev/ixgbe/ixgbe_e610.c
4681
bool *link_up, bool link_up_wait_to_complete)
sys/dev/ixgbe/ixgbe_e610.c
4759
bool *autoneg)
sys/dev/ixgbe/ixgbe_e610.c
5008
s32 ixgbe_setup_eee_E610(struct ixgbe_hw *hw, bool enable_eee)
sys/dev/ixgbe/ixgbe_e610.c
5056
bool ixgbe_fw_recovery_mode_E610(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_e610.c
5072
bool ixgbe_fw_rollback_mode_E610(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_e610.c
5088
bool ixgbe_get_fw_tsam_mode_E610(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_e610.c
5244
bool media_available;
sys/dev/ixgbe/ixgbe_e610.c
5518
s32 ixgbe_set_phy_power_E610(struct ixgbe_hw *hw, bool on)
sys/dev/ixgbe/ixgbe_e610.c
5763
bool nvm_acquired = false;
sys/dev/ixgbe/ixgbe_e610.c
684
static bool
sys/dev/ixgbe/ixgbe_e610.c
693
bool found = true;
sys/dev/ixgbe/ixgbe_e610.c
74
static bool ixgbe_should_retry_aci_send_cmd_execute(u16 opcode)
sys/dev/ixgbe/ixgbe_e610.c
935
bool found;
sys/dev/ixgbe/ixgbe_e610.h
100
u8 length, bool write);
sys/dev/ixgbe/ixgbe_e610.h
112
u16 length, void *data, bool last_command,
sys/dev/ixgbe/ixgbe_e610.h
113
bool read_shadow_ram);
sys/dev/ixgbe/ixgbe_e610.h
118
bool last_command, u8 command_flags);
sys/dev/ixgbe/ixgbe_e610.h
147
u8 *data, bool read_shadow_ram);
sys/dev/ixgbe/ixgbe_e610.h
157
bool *reset_needed);
sys/dev/ixgbe/ixgbe_e610.h
173
bool ixgbe_fwlog_supported(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_e610.h
192
bool autoneg_wait);
sys/dev/ixgbe/ixgbe_e610.h
194
bool *link_up, bool link_up_wait_to_complete);
sys/dev/ixgbe/ixgbe_e610.h
197
bool *autoneg);
sys/dev/ixgbe/ixgbe_e610.h
206
s32 ixgbe_setup_eee_E610(struct ixgbe_hw *hw, bool enable_eee);
sys/dev/ixgbe/ixgbe_e610.h
207
bool ixgbe_fw_recovery_mode_E610(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_e610.h
208
bool ixgbe_fw_rollback_mode_E610(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_e610.h
209
bool ixgbe_get_fw_tsam_mode_E610(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_e610.h
223
s32 ixgbe_set_phy_power_E610(struct ixgbe_hw *hw, bool on);
sys/dev/ixgbe/ixgbe_e610.h
44
bool ixgbe_aci_check_event_pending(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_e610.h
46
bool *pending);
sys/dev/ixgbe/ixgbe_e610.h
65
s32 ixgbe_aci_get_phy_caps(struct ixgbe_hw *hw, bool qual_mods, u8 report_mode,
sys/dev/ixgbe/ixgbe_e610.h
67
bool ixgbe_phy_caps_equals_cfg(struct ixgbe_aci_cmd_get_phy_caps_data *caps,
sys/dev/ixgbe/ixgbe_e610.h
73
s32 ixgbe_aci_set_link_restart_an(struct ixgbe_hw *hw, bool ena_link);
sys/dev/ixgbe/ixgbe_e610.h
75
s32 ixgbe_get_link_status(struct ixgbe_hw *hw, bool *link_up);
sys/dev/ixgbe/ixgbe_e610.h
76
s32 ixgbe_aci_get_link_info(struct ixgbe_hw *hw, bool ena_lse,
sys/dev/ixgbe/ixgbe_e610.h
79
s32 ixgbe_configure_lse(struct ixgbe_hw *hw, bool activate, u16 mask);
sys/dev/ixgbe/ixgbe_e610.h
93
s32 ixgbe_aci_set_port_id_led(struct ixgbe_hw *hw, bool orig_mode);
sys/dev/ixgbe/ixgbe_e610.h
95
bool value);
sys/dev/ixgbe/ixgbe_e610.h
97
bool *value);
sys/dev/ixgbe/ixgbe_fw_logging.c
225
bool sev_set = false;
sys/dev/ixgbe/ixgbe_fw_logging.c
59
bool enabled;
sys/dev/ixgbe/ixgbe_phy.c
1045
bool autoneg = false;
sys/dev/ixgbe/ixgbe_phy.c
110
u16 *val, bool lock)
sys/dev/ixgbe/ixgbe_phy.c
1146
bool end_data = false;
sys/dev/ixgbe/ixgbe_phy.c
1303
static bool warned_once = false;
sys/dev/ixgbe/ixgbe_phy.c
1667
bool active_cable = false;
sys/dev/ixgbe/ixgbe_phy.c
1668
static bool warned_once = false;
sys/dev/ixgbe/ixgbe_phy.c
187
u16 val, bool lock)
sys/dev/ixgbe/ixgbe_phy.c
1999
static bool ixgbe_is_sfp_probe(struct ixgbe_hw *hw, u8 offset, u8 addr)
sys/dev/ixgbe/ixgbe_phy.c
2020
u8 dev_addr, u8 *data, bool lock)
sys/dev/ixgbe/ixgbe_phy.c
2026
bool nack = 1;
sys/dev/ixgbe/ixgbe_phy.c
2143
u8 dev_addr, u8 data, bool lock)
sys/dev/ixgbe/ixgbe_phy.c
2318
bool bit = 0;
sys/dev/ixgbe/ixgbe_phy.c
2341
bool bit;
sys/dev/ixgbe/ixgbe_phy.c
2376
bool ack = 1;
sys/dev/ixgbe/ixgbe_phy.c
2422
static void ixgbe_clock_in_i2c_bit(struct ixgbe_hw *hw, bool *data)
sys/dev/ixgbe/ixgbe_phy.c
2456
static s32 ixgbe_clock_out_i2c_bit(struct ixgbe_hw *hw, bool data)
sys/dev/ixgbe/ixgbe_phy.c
2552
static s32 ixgbe_set_i2c_data(struct ixgbe_hw *hw, u32 *i2cctl, bool data)
sys/dev/ixgbe/ixgbe_phy.c
2599
static bool ixgbe_get_i2c_data(struct ixgbe_hw *hw, u32 *i2cctl)
sys/dev/ixgbe/ixgbe_phy.c
2602
bool data;
sys/dev/ixgbe/ixgbe_phy.c
2692
s32 ixgbe_set_copper_phy_power(struct ixgbe_hw *hw, bool on)
sys/dev/ixgbe/ixgbe_phy.c
286
static bool ixgbe_probe_phy(struct ixgbe_hw *hw, u16 phy_addr)
sys/dev/ixgbe/ixgbe_phy.c
400
bool ixgbe_validate_phy_addr(struct ixgbe_hw *hw, u32 phy_addr)
sys/dev/ixgbe/ixgbe_phy.c
403
bool valid = false;
sys/dev/ixgbe/ixgbe_phy.c
44
static void ixgbe_clock_in_i2c_bit(struct ixgbe_hw *hw, bool *data);
sys/dev/ixgbe/ixgbe_phy.c
45
static s32 ixgbe_clock_out_i2c_bit(struct ixgbe_hw *hw, bool data);
sys/dev/ixgbe/ixgbe_phy.c
48
static s32 ixgbe_set_i2c_data(struct ixgbe_hw *hw, u32 *i2cctl, bool data);
sys/dev/ixgbe/ixgbe_phy.c
49
static bool ixgbe_get_i2c_data(struct ixgbe_hw *hw, u32 *i2cctl);
sys/dev/ixgbe/ixgbe_phy.c
808
bool autoneg = false;
sys/dev/ixgbe/ixgbe_phy.c
885
bool autoneg_wait_to_complete)
sys/dev/ixgbe/ixgbe_phy.c
970
bool *autoneg)
sys/dev/ixgbe/ixgbe_phy.c
994
bool *link_up)
sys/dev/ixgbe/ixgbe_phy.h
160
bool ixgbe_validate_phy_addr(struct ixgbe_hw *hw, u32 phy_addr);
sys/dev/ixgbe/ixgbe_phy.h
177
bool autoneg_wait_to_complete);
sys/dev/ixgbe/ixgbe_phy.h
180
bool *autoneg);
sys/dev/ixgbe/ixgbe_phy.h
186
bool *link_up);
sys/dev/ixgbe/ixgbe_phy.h
194
s32 ixgbe_set_copper_phy_power(struct ixgbe_hw *hw, bool on);
sys/dev/ixgbe/ixgbe_phy.h
217
u16 *val, bool lock);
sys/dev/ixgbe/ixgbe_phy.h
219
u16 val, bool lock);
sys/dev/ixgbe/ixgbe_type.h
2619
(bool)(((u8 *)(Address))[0] & ((u8)0x01))
sys/dev/ixgbe/ixgbe_type.h
384
bool oem_valid;
sys/dev/ixgbe/ixgbe_type.h
389
bool or_valid;
sys/dev/ixgbe/ixgbe_type.h
3907
bool user_set_promisc;
sys/dev/ixgbe/ixgbe_type.h
3926
bool send_xon; /* Flow control send XON */
sys/dev/ixgbe/ixgbe_type.h
3927
bool strict_ieee; /* Strict IEEE mode */
sys/dev/ixgbe/ixgbe_type.h
3928
bool disable_fc_autoneg; /* Do not autonegotiate FC */
sys/dev/ixgbe/ixgbe_type.h
3929
bool fc_was_autonegged; /* Is current_mode the result of autonegging? */
sys/dev/ixgbe/ixgbe_type.h
4060
s32 (*prot_autoc_read)(struct ixgbe_hw *, bool *, u32 *);
sys/dev/ixgbe/ixgbe_type.h
4061
s32 (*prot_autoc_write)(struct ixgbe_hw *, u32, bool);
sys/dev/ixgbe/ixgbe_type.h
4068
s32 (*setup_link)(struct ixgbe_hw *, ixgbe_link_speed, bool);
sys/dev/ixgbe/ixgbe_type.h
4069
s32 (*setup_mac_link)(struct ixgbe_hw *, ixgbe_link_speed, bool);
sys/dev/ixgbe/ixgbe_type.h
4070
s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool);
sys/dev/ixgbe/ixgbe_type.h
4072
bool *);
sys/dev/ixgbe/ixgbe_type.h
4097
ixgbe_mc_addr_itr, bool clear);
sys/dev/ixgbe/ixgbe_type.h
4098
s32 (*get_link_state)(struct ixgbe_hw *hw, bool *link_state);
sys/dev/ixgbe/ixgbe_type.h
4102
s32 (*set_vfta)(struct ixgbe_hw *, u32, u32, bool, bool);
sys/dev/ixgbe/ixgbe_type.h
4103
s32 (*set_vlvf)(struct ixgbe_hw *, u32, u32, bool, u32 *, u32,
sys/dev/ixgbe/ixgbe_type.h
4104
bool);
sys/dev/ixgbe/ixgbe_type.h
4106
void (*set_mac_anti_spoofing)(struct ixgbe_hw *, bool, int);
sys/dev/ixgbe/ixgbe_type.h
4107
void (*set_vlan_anti_spoofing)(struct ixgbe_hw *, bool, int);
sys/dev/ixgbe/ixgbe_type.h
4123
bool (*bypass_valid_rd) (u32 in_reg, u32 out_reg);
sys/dev/ixgbe/ixgbe_type.h
4129
void (*set_source_address_pruning)(struct ixgbe_hw *, bool,
sys/dev/ixgbe/ixgbe_type.h
4131
void (*set_ethertype_anti_spoofing)(struct ixgbe_hw *, bool, int);
sys/dev/ixgbe/ixgbe_type.h
4135
s32 (*setup_eee)(struct ixgbe_hw *hw, bool enable_eee);
sys/dev/ixgbe/ixgbe_type.h
4142
bool (*fw_recovery_mode)(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_type.h
4143
bool (*fw_rollback_mode)(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_type.h
4144
bool (*get_fw_tsam_mode)(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_type.h
4160
s32 (*setup_link_speed)(struct ixgbe_hw *, ixgbe_link_speed, bool);
sys/dev/ixgbe/ixgbe_type.h
4161
s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *);
sys/dev/ixgbe/ixgbe_type.h
4170
s32 (*set_phy_power)(struct ixgbe_hw *, bool on);
sys/dev/ixgbe/ixgbe_type.h
4229
bool get_link_status;
sys/dev/ixgbe/ixgbe_type.h
4232
bool arc_subsystem_valid;
sys/dev/ixgbe/ixgbe_type.h
4233
bool orig_link_settings_stored;
sys/dev/ixgbe/ixgbe_type.h
4234
bool autotry_restart;
sys/dev/ixgbe/ixgbe_type.h
4237
bool thermal_sensor_enabled;
sys/dev/ixgbe/ixgbe_type.h
4239
bool set_lben;
sys/dev/ixgbe/ixgbe_type.h
4250
bool sfp_setup_needed;
sys/dev/ixgbe/ixgbe_type.h
4254
bool reset_disable;
sys/dev/ixgbe/ixgbe_type.h
4260
bool smart_speed_active;
sys/dev/ixgbe/ixgbe_type.h
4261
bool multispeed_fiber;
sys/dev/ixgbe/ixgbe_type.h
4262
bool reset_if_overtemp;
sys/dev/ixgbe/ixgbe_type.h
4263
bool qsfp_shared_i2c_bus;
sys/dev/ixgbe/ixgbe_type.h
4289
bool adapter_stopped;
sys/dev/ixgbe/ixgbe_type.h
4291
bool force_full_reset;
sys/dev/ixgbe/ixgbe_type.h
4292
bool allow_unsupported_sfp;
sys/dev/ixgbe/ixgbe_type.h
4293
bool wol_enabled;
sys/dev/ixgbe/ixgbe_type.h
4294
bool need_crosstalk_fix;
sys/dev/ixgbe/ixgbe_type.h
4310
bool fwlog_support_ena;
sys/dev/ixgbe/ixgbe_type.h
788
bool fcoe_en;
sys/dev/ixgbe/ixgbe_type_e610.h
2144
bool sec_rev_disabled;
sys/dev/ixgbe/ixgbe_type_e610.h
2145
bool update_disabled;
sys/dev/ixgbe/ixgbe_type_e610.h
2146
bool nvm_unified_update;
sys/dev/ixgbe/ixgbe_type_e610.h
2147
bool netlist_auth;
sys/dev/ixgbe/ixgbe_type_e610.h
2152
bool no_drop_policy_support;
sys/dev/ixgbe/ixgbe_type_e610.h
2154
bool pcie_reset_avoidance; /* false: not supported, true: supported */
sys/dev/ixgbe/ixgbe_type_e610.h
2156
bool reset_restrict_support; /* false: not supported, true: supported */
sys/dev/ixgbe/ixgbe_type_e610.h
2166
bool ext_topo_dev_img_load_en[IXGBE_EXT_TOPO_DEV_IMG_COUNT];
sys/dev/ixgbe/ixgbe_type_e610.h
2168
bool ext_topo_dev_img_prog_en[IXGBE_EXT_TOPO_DEV_IMG_COUNT];
sys/dev/ixgbe/ixgbe_type_e610.h
2171
bool orom_recovery_update;
sys/dev/ixgbe/ixgbe_type_e610.h
2172
bool next_cluster_id_support;
sys/dev/ixgbe/ixgbe_type_e610.h
2191
bool no_drop_policy_ena;
sys/dev/ixgbe/ixgbe_vf.c
384
bool clear)
sys/dev/ixgbe/ixgbe_vf.c
465
s32 ixgbe_get_link_state_vf(struct ixgbe_hw *hw, bool *link_state)
sys/dev/ixgbe/ixgbe_vf.c
497
bool vlan_on, bool vlvf_bypass)
sys/dev/ixgbe/ixgbe_vf.c
593
bool autoneg_wait_to_complete)
sys/dev/ixgbe/ixgbe_vf.c
609
bool *link_up, bool autoneg_wait_to_complete)
sys/dev/ixgbe/ixgbe_vf.h
127
bool autoneg_wait_to_complete);
sys/dev/ixgbe/ixgbe_vf.h
129
bool *link_up, bool autoneg_wait_to_complete);
sys/dev/ixgbe/ixgbe_vf.h
135
bool clear);
sys/dev/ixgbe/ixgbe_vf.h
137
s32 ixgbe_get_link_state_vf(struct ixgbe_hw *hw, bool *link_state);
sys/dev/ixgbe/ixgbe_vf.h
139
bool vlan_on, bool vlvf_bypass);
sys/dev/ixgbe/ixgbe_x540.c
1010
bool link_up;
sys/dev/ixgbe/ixgbe_x540.c
174
bool *autoneg)
sys/dev/ixgbe/ixgbe_x540.c
201
bool autoneg_wait_to_complete)
sys/dev/ixgbe/ixgbe_x540.h
41
ixgbe_link_speed *speed, bool *autoneg);
sys/dev/ixgbe/ixgbe_x540.h
44
bool link_up_wait_to_complete);
sys/dev/ixgbe/ixgbe_x550.c
1043
void ixgbe_set_source_address_pruning_X550(struct ixgbe_hw *hw, bool enable,
sys/dev/ixgbe/ixgbe_x550.c
1072
bool enable, int vf)
sys/dev/ixgbe/ixgbe_x550.c
1480
static s32 ixgbe_supported_sfp_modules_X550em(struct ixgbe_hw *hw, bool *linear)
sys/dev/ixgbe/ixgbe_x550.c
1522
bool linear;
sys/dev/ixgbe/ixgbe_x550.c
1544
bool linear;
sys/dev/ixgbe/ixgbe_x550.c
1614
bool autoneg_wait)
sys/dev/ixgbe/ixgbe_x550.c
1683
bool autoneg_wait)
sys/dev/ixgbe/ixgbe_x550.c
1815
bool *autoneg)
sys/dev/ixgbe/ixgbe_x550.c
1900
static s32 ixgbe_get_lasi_ext_t_x550em(struct ixgbe_hw *hw, bool *lsc)
sys/dev/ixgbe/ixgbe_x550.c
1991
bool lsc;
sys/dev/ixgbe/ixgbe_x550.c
2373
bool link_up = false;
sys/dev/ixgbe/ixgbe_x550.c
2565
bool autoneg_wait_to_complete)
sys/dev/ixgbe/ixgbe_x550.c
2569
bool setup_linear = false;
sys/dev/ixgbe/ixgbe_x550.c
2659
bool autoneg_wait_to_complete)
sys/dev/ixgbe/ixgbe_x550.c
2663
bool setup_linear = false;
sys/dev/ixgbe/ixgbe_x550.c
2890
static s32 ixgbe_ext_phy_t_x550em_get_link(struct ixgbe_hw *hw, bool *link_up)
sys/dev/ixgbe/ixgbe_x550.c
2930
bool link_up;
sys/dev/ixgbe/ixgbe_x550.c
3720
bool link_up;
sys/dev/ixgbe/ixgbe_x550.c
3953
bool link_up;
sys/dev/ixgbe/ixgbe_x550.c
4042
bool link_up;
sys/dev/ixgbe/ixgbe_x550.c
4378
bool lsc;
sys/dev/ixgbe/ixgbe_x550.c
4405
bool autoneg_wait_to_complete)
sys/dev/ixgbe/ixgbe_x550.c
4410
bool link_up = false;
sys/dev/ixgbe/ixgbe_x550.c
4458
bool *link_up, bool link_up_wait_to_complete)
sys/dev/ixgbe/ixgbe_x550.c
4628
bool ixgbe_fw_recovery_mode_X550(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x550.c
773
static s32 ixgbe_setup_eee_fw(struct ixgbe_hw *hw, bool enable_eee)
sys/dev/ixgbe/ixgbe_x550.h
112
bool autoneg_wait_to_complete);
sys/dev/ixgbe/ixgbe_x550.h
114
bool *link_up, bool link_up_wait_to_complete);
sys/dev/ixgbe/ixgbe_x550.h
119
bool ixgbe_fw_recovery_mode_X550(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_x550.h
60
void ixgbe_set_source_address_pruning_X550(struct ixgbe_hw *hw, bool enable,
sys/dev/ixgbe/ixgbe_x550.h
63
bool enable, int vf);
sys/dev/ixgbe/ixgbe_x550.h
79
ixgbe_link_speed *speed, bool *autoneg);
sys/dev/ixgbe/ixgbe_x550.h
96
bool autoneg_wait_to_complete);
sys/dev/ixgbe/ixgbe_x550.h
99
bool autoneg_wait_to_complete);
sys/dev/ixl/i40e_adminq.c
821
bool i40e_asq_done(struct i40e_hw *hw)
sys/dev/ixl/i40e_adminq.c
851
bool cmd_completed = FALSE;
sys/dev/ixl/i40e_adminq.h
77
bool async;
sys/dev/ixl/i40e_adminq.h
78
bool postpone;
sys/dev/ixl/i40e_common.c
1155
void i40e_pre_tx_queue_cfg(struct i40e_hw *hw, u32 queue, bool enable)
sys/dev/ixl/i40e_common.c
1596
void i40e_led_set(struct i40e_hw *hw, u32 mode, bool blink)
sys/dev/ixl/i40e_common.c
1656
bool qualified_modules, bool report_init,
sys/dev/ixl/i40e_common.c
1765
bool atomic_restart)
sys/dev/ixl/i40e_common.c
1853
bool crc_en, u16 pacing,
sys/dev/ixl/i40e_common.c
1854
bool auto_drop_blocking_packets,
sys/dev/ixl/i40e_common.c
1927
bool enable_link, struct i40e_asq_cmd_details *cmd_details)
sys/dev/ixl/i40e_common.c
1958
bool enable_lse, struct i40e_link_status *link,
sys/dev/ixl/i40e_common.c
1966
bool tx_pause, rx_pause;
sys/dev/ixl/i40e_common.c
2235
static bool i40e_hw_ver_ge(struct i40e_hw *hw, u16 maj, u16 min)
sys/dev/ixl/i40e_common.c
2353
u16 seid, bool set,
sys/dev/ixl/i40e_common.c
2355
bool rx_only_promisc)
sys/dev/ixl/i40e_common.c
2393
u16 seid, bool set, struct i40e_asq_cmd_details *cmd_details)
sys/dev/ixl/i40e_common.c
2425
u16 seid, bool set,
sys/dev/ixl/i40e_common.c
2463
u16 seid, bool enable, u16 vid,
sys/dev/ixl/i40e_common.c
2497
u16 seid, bool enable, u16 vid,
sys/dev/ixl/i40e_common.c
2537
u16 seid, bool enable, u16 vid,
sys/dev/ixl/i40e_common.c
2572
u16 seid, bool set_filter,
sys/dev/ixl/i40e_common.c
2605
u16 seid, bool enable,
sys/dev/ixl/i40e_common.c
2871
enum i40e_status_code i40e_get_link_status(struct i40e_hw *hw, bool *link_up)
sys/dev/ixl/i40e_common.c
2971
bool default_port, u16 *veb_seid,
sys/dev/ixl/i40e_common.c
2972
bool enable_stats,
sys/dev/ixl/i40e_common.c
3029
bool *floating, u16 *statistic_index,
sys/dev/ixl/i40e_common.c
3559
bool last_command,
sys/dev/ixl/i40e_common.c
3674
bool update_flow_state,
sys/dev/ixl/i40e_common.c
3758
u32 offset, u16 length, bool last_command,
sys/dev/ixl/i40e_common.c
395
bool i40e_check_asq_alive(struct i40e_hw *hw)
sys/dev/ixl/i40e_common.c
4058
p->dis_unused_ports = (bool)number;
sys/dev/ixl/i40e_common.c
417
bool unloading)
sys/dev/ixl/i40e_common.c
4211
bool last_command, u8 preservation_flags,
sys/dev/ixl/i40e_common.c
4358
bool enable_update,
sys/dev/ixl/i40e_common.c
4387
i40e_aq_restore_lldp(struct i40e_hw *hw, u8 *setting, bool restore,
sys/dev/ixl/i40e_common.c
4423
enum i40e_status_code i40e_aq_stop_lldp(struct i40e_hw *hw, bool shutdown_agent,
sys/dev/ixl/i40e_common.c
4424
bool persist,
sys/dev/ixl/i40e_common.c
4459
bool persist,
sys/dev/ixl/i40e_common.c
446
u16 vsi_id, bool pf_lut,
sys/dev/ixl/i40e_common.c
448
bool set)
sys/dev/ixl/i40e_common.c
4492
i40e_aq_set_dcb_parameters(struct i40e_hw *hw, bool dcb_enable,
sys/dev/ixl/i40e_common.c
4553
bool start_agent,
sys/dev/ixl/i40e_common.c
4752
enum i40e_status_code i40e_aq_add_tag(struct i40e_hw *hw, bool direct_to_queue,
sys/dev/ixl/i40e_common.c
499
bool pf_lut, u8 *lut, u16 lut_size)
sys/dev/ixl/i40e_common.c
4992
bool request, u8 *tcmap_ret,
sys/dev/ixl/i40e_common.c
5130
u16 bad_frame_vsi, bool save_bad_pac,
sys/dev/ixl/i40e_common.c
5131
bool pad_short_pac, bool double_vlan,
sys/dev/ixl/i40e_common.c
516
bool pf_lut, u8 *lut, u16 lut_size)
sys/dev/ixl/i40e_common.c
5178
bool cmd_param_flag = FALSE;
sys/dev/ixl/i40e_common.c
533
bool set)
sys/dev/ixl/i40e_common.c
5589
u16 vsi_seid, u16 queue, bool is_add,
sys/dev/ixl/i40e_common.c
6113
u8 bios_mode, bool *reset_needed)
sys/dev/ixl/i40e_common.c
6295
enum i40e_status_code i40e_enable_eee(struct i40e_hw *hw, bool enable)
sys/dev/ixl/i40e_common.c
6363
bool *min_valid, bool *max_valid)
sys/dev/ixl/i40e_common.c
6930
enum i40e_status_code i40e_led_set_phy(struct i40e_hw *hw, bool on,
sys/dev/ixl/i40e_common.c
6980
bool eee_mrvl_phy;
sys/dev/ixl/i40e_common.c
6981
bool eee_bcm_phy;
sys/dev/ixl/i40e_common.c
7034
bool *is_clear)
sys/dev/ixl/i40e_common.c
7134
bool offset_loaded, u64 *tx_offset,
sys/dev/ixl/i40e_common.c
7140
bool is_clear;
sys/dev/ixl/i40e_common.c
7208
bool use_register;
sys/dev/ixl/i40e_common.c
7270
bool use_register;
sys/dev/ixl/i40e_common.c
7300
i40e_mdio_if_number_selection(struct i40e_hw *hw, bool set_mdio, u8 mdio_num,
sys/dev/ixl/i40e_common.c
7334
u8 phy_select, u8 dev_addr, bool page_change,
sys/dev/ixl/i40e_common.c
7335
bool set_mdio, u8 mdio_num,
sys/dev/ixl/i40e_common.c
7380
u8 phy_select, u8 dev_addr, bool page_change,
sys/dev/ixl/i40e_common.c
7381
bool set_mdio, u8 mdio_num,
sys/dev/ixl/i40e_common.c
7641
bool set_filter, bool no_wol_tco,
sys/dev/ixl/i40e_common.c
7642
bool filter_valid, bool no_wol_tco_valid,
sys/dev/ixl/i40e_dcb.c
905
enum i40e_status_code i40e_init_dcb(struct i40e_hw *hw, bool enable_mib_change)
sys/dev/ixl/i40e_dcb.h
230
bool enable_mib_change);
sys/dev/ixl/i40e_hmc.c
309
u32 idx, bool is_pf)
sys/dev/ixl/i40e_hmc.c
358
u32 idx, bool is_pf)
sys/dev/ixl/i40e_hmc.c
58
bool dma_mem_alloc_done = FALSE;
sys/dev/ixl/i40e_hmc.h
238
u32 idx, bool is_pf);
sys/dev/ixl/i40e_hmc.h
243
u32 idx, bool is_pf);
sys/dev/ixl/i40e_hmc.h
72
bool rsrc_pg;
sys/dev/ixl/i40e_hmc.h
73
bool valid;
sys/dev/ixl/i40e_hmc.h
87
bool valid;
sys/dev/ixl/i40e_lan_hmc.c
320
bool pd_error = FALSE;
sys/dev/ixl/i40e_nvm.c
1248
bool retry_attempt = FALSE;
sys/dev/ixl/i40e_nvm.c
1719
bool last;
sys/dev/ixl/i40e_nvm.c
1758
bool last;
sys/dev/ixl/i40e_nvm.c
1799
bool last;
sys/dev/ixl/i40e_nvm.c
263
bool last_command)
sys/dev/ixl/i40e_nvm.c
490
bool last_cmd = FALSE;
sys/dev/ixl/i40e_nvm.c
596
bool last_command)
sys/dev/ixl/i40e_prototype.h
109
u32 *rx_counter, bool *is_clear);
sys/dev/ixl/i40e_prototype.h
111
bool offset_loaded, u64 *tx_offset,
sys/dev/ixl/i40e_prototype.h
137
bool qualified_modules, bool report_init,
sys/dev/ixl/i40e_prototype.h
144
bool atomic_reset);
sys/dev/ixl/i40e_prototype.h
148
u16 max_frame_size, bool crc_en, u16 pacing,
sys/dev/ixl/i40e_prototype.h
149
bool auto_drop_blocking_packets,
sys/dev/ixl/i40e_prototype.h
163
bool enable_link, struct i40e_asq_cmd_details *cmd_details);
sys/dev/ixl/i40e_prototype.h
165
bool enable_lse, struct i40e_link_status *link,
sys/dev/ixl/i40e_prototype.h
177
u16 vsi_id, bool set_filter,
sys/dev/ixl/i40e_prototype.h
180
u16 vsi_id, bool set, struct i40e_asq_cmd_details *cmd_details,
sys/dev/ixl/i40e_prototype.h
181
bool rx_only_promisc);
sys/dev/ixl/i40e_prototype.h
183
u16 vsi_id, bool set, struct i40e_asq_cmd_details *cmd_details);
sys/dev/ixl/i40e_prototype.h
185
u16 seid, bool set,
sys/dev/ixl/i40e_prototype.h
188
u16 seid, bool enable, u16 vid,
sys/dev/ixl/i40e_prototype.h
191
u16 seid, bool enable, u16 vid,
sys/dev/ixl/i40e_prototype.h
194
u16 seid, bool enable, u16 vid,
sys/dev/ixl/i40e_prototype.h
197
u16 seid, bool enable,
sys/dev/ixl/i40e_prototype.h
207
bool default_port, u16 *pveb_seid,
sys/dev/ixl/i40e_prototype.h
208
bool enable_stats,
sys/dev/ixl/i40e_prototype.h
211
u16 veb_seid, u16 *switch_id, bool *floating,
sys/dev/ixl/i40e_prototype.h
257
bool last_command,
sys/dev/ixl/i40e_prototype.h
260
u32 offset, u16 length, bool last_command,
sys/dev/ixl/i40e_prototype.h
283
bool last_command, u8 preservation_flags,
sys/dev/ixl/i40e_prototype.h
289
bool update_flow_state,
sys/dev/ixl/i40e_prototype.h
299
bool enable_update,
sys/dev/ixl/i40e_prototype.h
302
i40e_aq_restore_lldp(struct i40e_hw *hw, u8 *setting, bool restore,
sys/dev/ixl/i40e_prototype.h
304
enum i40e_status_code i40e_aq_stop_lldp(struct i40e_hw *hw, bool shutdown_agent,
sys/dev/ixl/i40e_prototype.h
305
bool persist,
sys/dev/ixl/i40e_prototype.h
308
bool dcb_enable,
sys/dev/ixl/i40e_prototype.h
312
bool persist,
sys/dev/ixl/i40e_prototype.h
318
bool start_agent,
sys/dev/ixl/i40e_prototype.h
334
enum i40e_status_code i40e_aq_add_tag(struct i40e_hw *hw, bool direct_to_queue,
sys/dev/ixl/i40e_prototype.h
359
u16 bad_frame_vsi, bool save_bad_pac,
sys/dev/ixl/i40e_prototype.h
360
bool pad_short_pac, bool double_vlan,
sys/dev/ixl/i40e_prototype.h
371
u8 tcmap, bool request, u8 *tcmap_ret,
sys/dev/ixl/i40e_prototype.h
444
u8 bios_mode, bool *reset_needed);
sys/dev/ixl/i40e_prototype.h
453
enum i40e_status_code i40e_get_link_status(struct i40e_hw *hw, bool *link_up);
sys/dev/ixl/i40e_prototype.h
457
u32 *max_bw, u32 *min_bw, bool *min_valid, bool *max_valid);
sys/dev/ixl/i40e_prototype.h
464
void i40e_pre_tx_queue_cfg(struct i40e_hw *hw, u32 queue, bool enable);
sys/dev/ixl/i40e_prototype.h
480
bool last_command);
sys/dev/ixl/i40e_prototype.h
500
enum i40e_status_code i40e_enable_eee(struct i40e_hw *hw, bool enable);
sys/dev/ixl/i40e_prototype.h
565
u16 vsi_seid, u16 queue, bool is_add,
sys/dev/ixl/i40e_prototype.h
585
u8 phy_select, u8 dev_addr, bool page_change,
sys/dev/ixl/i40e_prototype.h
586
bool set_mdio, u8 mdio_num,
sys/dev/ixl/i40e_prototype.h
591
u8 phy_select, u8 dev_addr, bool page_change,
sys/dev/ixl/i40e_prototype.h
592
bool set_mdio, u8 mdio_num,
sys/dev/ixl/i40e_prototype.h
616
bool set_filter, bool no_wol_tco,
sys/dev/ixl/i40e_prototype.h
617
bool filter_valid, bool no_wol_tco_valid,
sys/dev/ixl/i40e_prototype.h
70
bool i40e_asq_done(struct i40e_hw *hw);
sys/dev/ixl/i40e_prototype.h
77
bool i40e_check_asq_alive(struct i40e_hw *hw);
sys/dev/ixl/i40e_prototype.h
78
enum i40e_status_code i40e_aq_queue_shutdown(struct i40e_hw *hw, bool unloading);
sys/dev/ixl/i40e_prototype.h
81
bool pf_lut, u8 *lut, u16 lut_size);
sys/dev/ixl/i40e_prototype.h
83
bool pf_lut, u8 *lut, u16 lut_size);
sys/dev/ixl/i40e_prototype.h
95
void i40e_led_set(struct i40e_hw *hw, u32 mode, bool blink);
sys/dev/ixl/i40e_prototype.h
96
enum i40e_status_code i40e_led_set_phy(struct i40e_hw *hw, bool on,
sys/dev/ixl/i40e_type.h
1658
bool enable_fdir;
sys/dev/ixl/i40e_type.h
1660
bool enable_ethtype;
sys/dev/ixl/i40e_type.h
1662
bool enable_macvlan;
sys/dev/ixl/i40e_type.h
266
bool lse_enable;
sys/dev/ixl/i40e_type.h
268
bool crc_enable;
sys/dev/ixl/i40e_type.h
294
bool get_link_info;
sys/dev/ixl/i40e_type.h
389
bool sr_iov_1_1;
sys/dev/ixl/i40e_type.h
390
bool vmdq;
sys/dev/ixl/i40e_type.h
391
bool evb_802_1_qbg; /* Edge Virtual Bridging */
sys/dev/ixl/i40e_type.h
392
bool evb_802_1_qbh; /* Bridge Port Extension */
sys/dev/ixl/i40e_type.h
393
bool dcb;
sys/dev/ixl/i40e_type.h
394
bool fcoe;
sys/dev/ixl/i40e_type.h
395
bool iscsi; /* Indicates iSCSI enabled */
sys/dev/ixl/i40e_type.h
396
bool flex10_enable;
sys/dev/ixl/i40e_type.h
397
bool flex10_capable;
sys/dev/ixl/i40e_type.h
407
bool sec_rev_disabled;
sys/dev/ixl/i40e_type.h
408
bool update_disabled;
sys/dev/ixl/i40e_type.h
412
bool mgmt_cem;
sys/dev/ixl/i40e_type.h
413
bool ieee_1588;
sys/dev/ixl/i40e_type.h
414
bool iwarp;
sys/dev/ixl/i40e_type.h
415
bool fd;
sys/dev/ixl/i40e_type.h
418
bool rss;
sys/dev/ixl/i40e_type.h
421
bool led[I40E_HW_CAP_MAX_GPIO];
sys/dev/ixl/i40e_type.h
422
bool sdp[I40E_HW_CAP_MAX_GPIO];
sys/dev/ixl/i40e_type.h
441
bool dis_unused_ports;
sys/dev/ixl/i40e_type.h
442
bool apm_wol_support;
sys/dev/ixl/i40e_type.h
444
bool proxy_support;
sys/dev/ixl/i40e_type.h
469
bool blank_nvm_mode; /* is NVM empty (no FW present)*/
sys/dev/ixl/i40e_type.h
703
bool adapter_stopped;
sys/dev/ixl/i40e_type.h
72
#define I40E_IS_MULTICAST(address) (bool)(((u8 *)(address))[0] & ((u8)0x01))
sys/dev/ixl/i40e_type.h
732
bool nvm_release_on_done;
sys/dev/ixl/i40e_type.h
774
static INLINE bool i40e_is_vf(struct i40e_hw *hw)
sys/dev/ixl/if_ixl.c
124
static bool ixl_if_needs_restart(if_ctx_t ctx, enum iflib_restart_event event);
sys/dev/ixl/if_ixl.c
1698
bool uni = FALSE, multi = FALSE;
sys/dev/ixl/if_ixl.c
1901
static bool
sys/dev/ixl/ixl.h
360
bool discard;
sys/dev/ixl/ixl.h
420
bool enable_head_writeback;
sys/dev/ixl/ixl.h
423
bool link_active;
sys/dev/ixl/ixl.h
448
bool stat_offsets_loaded;
sys/dev/ixl/ixl.h
477
static inline bool
sys/dev/ixl/ixl_iw.c
70
bool initialize;
sys/dev/ixl/ixl_iw_int.h
59
bool registered;
sys/dev/ixl/ixl_pf.h
124
bool iw_enabled;
sys/dev/ixl/ixl_pf.h
138
bool enable_tx_fc_filter;
sys/dev/ixl/ixl_pf.h
141
bool recovery_mode;
sys/dev/ixl/ixl_pf.h
149
bool link_up;
sys/dev/ixl/ixl_pf.h
153
bool has_i2c;
sys/dev/ixl/ixl_pf.h
161
bool stat_offsets_loaded;
sys/dev/ixl/ixl_pf.h
292
bool ixl_test_state(volatile u32 *s, enum ixl_state bit);
sys/dev/ixl/ixl_pf.h
321
void ixl_stat_update64(struct i40e_hw *, u32, bool,
sys/dev/ixl/ixl_pf.h
323
void ixl_stat_update48(struct i40e_hw *, u32, bool,
sys/dev/ixl/ixl_pf.h
325
void ixl_stat_update32(struct i40e_hw *, u32, bool,
sys/dev/ixl/ixl_pf.h
329
void ixl_vsi_add_sysctls(struct ixl_vsi *, const char *, bool);
sys/dev/ixl/ixl_pf.h
356
int ixl_set_advertised_speeds(struct ixl_pf *, int, bool);
sys/dev/ixl/ixl_pf.h
368
void ixl_set_link(struct ixl_pf *, bool);
sys/dev/ixl/ixl_pf.h
376
int ixl_prepare_for_reset(struct ixl_pf *pf, bool is_up);
sys/dev/ixl/ixl_pf.h
377
int ixl_rebuild_hw_structs_after_reset(struct ixl_pf *, bool is_up);
sys/dev/ixl/ixl_pf.h
411
void ixl_del_multi(struct ixl_vsi *, bool);
sys/dev/ixl/ixl_pf_i2c.c
142
bool bit = 0;
sys/dev/ixl/ixl_pf_i2c.c
162
ixl_clock_in_i2c_bit(struct ixl_pf *pf, bool *data)
sys/dev/ixl/ixl_pf_i2c.c
204
bool ack = 1;
sys/dev/ixl/ixl_pf_i2c.c
248
ixl_clock_out_i2c_bit(struct ixl_pf *pf, bool data)
sys/dev/ixl/ixl_pf_i2c.c
289
bool bit;
sys/dev/ixl/ixl_pf_i2c.c
370
static bool
sys/dev/ixl/ixl_pf_i2c.c
373
bool data;
sys/dev/ixl/ixl_pf_i2c.c
392
ixl_set_i2c_data(struct ixl_pf *pf, u32 *i2cctl, bool data)
sys/dev/ixl/ixl_pf_i2c.c
462
bool nack = 1;
sys/dev/ixl/ixl_pf_i2c.c
51
static s32 ixl_set_i2c_data(struct ixl_pf *pf, u32 *i2cctl, bool data);
sys/dev/ixl/ixl_pf_i2c.c
52
static bool ixl_get_i2c_data(struct ixl_pf *pf, u32 *i2cctl);
sys/dev/ixl/ixl_pf_i2c.c
55
static s32 ixl_clock_out_i2c_bit(struct ixl_pf *pf, bool data);
sys/dev/ixl/ixl_pf_i2c.c
58
static s32 ixl_clock_in_i2c_bit(struct ixl_pf *pf, bool *data);
sys/dev/ixl/ixl_pf_iflib.c
139
bool do_task = FALSE;
sys/dev/ixl/ixl_pf_iflib.c
927
ixl_prepare_for_reset(struct ixl_pf *pf, bool is_up)
sys/dev/ixl/ixl_pf_iflib.c
950
ixl_rebuild_hw_structs_after_reset(struct ixl_pf *pf, bool is_up)
sys/dev/ixl/ixl_pf_iov.c
1617
ixl_config_pf_vsi_loopback(struct ixl_pf *pf, bool enable)
sys/dev/ixl/ixl_pf_iov.c
76
static int ixl_config_pf_vsi_loopback(struct ixl_pf *pf, bool enable);
sys/dev/ixl/ixl_pf_main.c
163
inline bool
sys/dev/ixl/ixl_pf_main.c
1845
bool mdd_detected = false;
sys/dev/ixl/ixl_pf_main.c
1846
bool pf_mdd_detected = false;
sys/dev/ixl/ixl_pf_main.c
1847
bool vf_mdd_detected = false;
sys/dev/ixl/ixl_pf_main.c
1918
bool mdd_detected = false;
sys/dev/ixl/ixl_pf_main.c
1919
bool pf_mdd_detected = false;
sys/dev/ixl/ixl_pf_main.c
1920
bool vf_mdd_detected = false;
sys/dev/ixl/ixl_pf_main.c
2060
bool is_up = !!(if_getdrvflags(vsi->ifp) & IFF_DRV_RUNNING);
sys/dev/ixl/ixl_pf_main.c
2402
bool offset_loaded, u64 mask, u64 *offset, u64 *stat)
sys/dev/ixl/ixl_pf_main.c
2420
bool offset_loaded, u64 *offset, u64 *stat)
sys/dev/ixl/ixl_pf_main.c
2435
bool offset_loaded, u64 *offset, u64 *stat)
sys/dev/ixl/ixl_pf_main.c
2450
bool offset_loaded, u64 *offset, u64 *stat)
sys/dev/ixl/ixl_pf_main.c
2875
ixl_convert_sysctl_aq_link_speed(u8 speeds, bool to_aq)
sys/dev/ixl/ixl_pf_main.c
2901
ixl_set_advertised_speeds(struct ixl_pf *pf, int speeds, bool from_aq)
sys/dev/ixl/ixl_pf_main.c
3272
bool i2c_en, port_matched;
sys/dev/ixl/ixl_pf_main.c
3289
ixl_set_link(struct ixl_pf *pf, bool enable)
sys/dev/ixl/ixl_pf_main.c
3379
ixl_phy_type_string(u32 bit_pos, bool ext)
sys/dev/ixl/ixl_pf_main.c
385
bool again = TRUE;
sys/dev/ixl/ixl_pf_main.c
4101
ixl_sbuf_print_bytes(struct sbuf *sb, u8 *buf, int length, int label_offset, bool text)
sys/dev/ixl/ixl_pf_main.c
4580
bool more = true;
sys/dev/ixl/ixl_pf_main.c
46
static u8 ixl_convert_sysctl_aq_link_speed(u8, bool);
sys/dev/ixl/ixl_pf_main.c
47
static void ixl_sbuf_print_bytes(struct sbuf *, u8 *, int, int, bool);
sys/dev/ixl/ixl_pf_main.c
4757
cmd_status = i40e_enable_eee(&pf->hw, (bool)(!!new_state));
sys/dev/ixl/ixl_pf_main.c
704
ixl_del_multi(struct ixl_vsi *vsi, bool all)
sys/dev/ixl/ixl_pf_main.c
945
ixl_vsi_add_sysctls(struct ixl_vsi * vsi, const char * sysctl_name, bool queues_sysctls)
sys/dev/ixl/ixl_pf_qmgr.c
204
ixl_pf_qmgr_mark_queue_enabled(struct ixl_pf_qtag *qtag, u16 vsi_qidx, bool tx)
sys/dev/ixl/ixl_pf_qmgr.c
217
ixl_pf_qmgr_mark_queue_disabled(struct ixl_pf_qtag *qtag, u16 vsi_qidx, bool tx)
sys/dev/ixl/ixl_pf_qmgr.c
230
ixl_pf_qmgr_mark_queue_configured(struct ixl_pf_qtag *qtag, u16 vsi_qidx, bool tx)
sys/dev/ixl/ixl_pf_qmgr.c
242
bool
sys/dev/ixl/ixl_pf_qmgr.c
243
ixl_pf_qmgr_is_queue_enabled(struct ixl_pf_qtag *qtag, u16 vsi_qidx, bool tx)
sys/dev/ixl/ixl_pf_qmgr.c
255
bool
sys/dev/ixl/ixl_pf_qmgr.c
256
ixl_pf_qmgr_is_queue_configured(struct ixl_pf_qtag *qtag, u16 vsi_qidx, bool tx)
sys/dev/ixl/ixl_pf_qmgr.c
302
bool block_started = false;
sys/dev/ixl/ixl_pf_qmgr.h
101
void ixl_pf_qmgr_mark_queue_enabled(struct ixl_pf_qtag *qtag, u16 vsi_qidx, bool tx);
sys/dev/ixl/ixl_pf_qmgr.h
102
void ixl_pf_qmgr_mark_queue_disabled(struct ixl_pf_qtag *qtag, u16 vsi_qidx, bool tx);
sys/dev/ixl/ixl_pf_qmgr.h
103
void ixl_pf_qmgr_mark_queue_configured(struct ixl_pf_qtag *qtag, u16 vsi_qidx, bool tx);
sys/dev/ixl/ixl_pf_qmgr.h
104
bool ixl_pf_qmgr_is_queue_enabled(struct ixl_pf_qtag *qtag, u16 vsi_qidx, bool tx);
sys/dev/ixl/ixl_pf_qmgr.h
105
bool ixl_pf_qmgr_is_queue_configured(struct ixl_pf_qtag *qtag, u16 vsi_qidx, bool tx);
sys/dev/ixl/ixl_txrx.c
148
static bool
sys/dev/ixl/ixl_txrx.c
462
ixl_isc_txd_credits_update_hwb(void *arg, uint16_t qid, bool clear)
sys/dev/ixl/ixl_txrx.c
483
ixl_isc_txd_credits_update_dwb(void *arg, uint16_t txqid, bool clear)
sys/dev/ixl/ixl_txrx.c
493
bool is_done;
sys/dev/ixl/ixl_txrx.c
57
static int ixl_isc_txd_credits_update_hwb(void *arg, uint16_t txqid, bool clear);
sys/dev/ixl/ixl_txrx.c
58
static int ixl_isc_txd_credits_update_dwb(void *arg, uint16_t txqid, bool clear);
sys/dev/ixl/ixl_txrx.c
668
bool eop;
sys/dev/ixl/virtchnl.h
534
bool link_status;
sys/dev/ixl/virtchnl.h
610
bool err_msg_format = FALSE;
sys/dev/jedec_dimm/jedec_dimm.c
146
uint16_t orig_offset, uint16_t *new_offset, bool *page_changed);
sys/dev/jedec_dimm/jedec_dimm.c
158
size_t dstsz, uint16_t offset, uint16_t len, bool ascii);
sys/dev/jedec_dimm/jedec_dimm.c
198
uint16_t *new_offset, bool *page_changed)
sys/dev/jedec_dimm/jedec_dimm.c
266
bool tsod_present;
sys/dev/jedec_dimm/jedec_dimm.c
681
bool page_changed;
sys/dev/jedec_dimm/jedec_dimm.c
768
uint16_t offset, uint16_t len, bool ascii)
sys/dev/jedec_dimm/jedec_dimm.c
774
bool page_changed;
sys/dev/jedec_dimm/jedec_dimm.c
896
bool page_changed;
sys/dev/ksyms/ksyms.c
195
bool fixup;
sys/dev/kvm_clock/kvm_clock.c
161
bool stable_flag_supported;
sys/dev/liquidio/base/lio_device.h
520
volatile bool cores_crashed;
sys/dev/liquidio/base/lio_droq.c
645
bool secondary_frag = false;
sys/dev/liquidio/lio_core.c
97
bool mac_is_admin_assigned = nctrl->ncmd.s.param2;
sys/dev/liquidio/lio_ioctl.c
56
static inline bool
sys/dev/liquidio/lio_main.c
416
static bool
sys/dev/liquidio/lio_main.c
748
bool err_msg_was_printed[12];
sys/dev/liquidio/lio_main.c
767
bool core_crashed_or_got_stuck;
sys/dev/mana/gdma.h
296
bool is_sq;
sys/dev/mana/gdma.h
336
bool monitor_avl_buf;
sys/dev/mana/gdma.h
344
bool disable_needed;
sys/dev/mana/gdma.h
366
bool monitor_avl_buf;
sys/dev/mana/gdma.h
398
bool requested;
sys/dev/mana/gdma.h
447
static inline bool mana_gd_is_mana(struct gdma_dev *gd)
sys/dev/mana/gdma.h
452
static inline bool mana_gd_is_hwc(struct gdma_dev *gd)
sys/dev/mana/gdma_main.c
1250
bool oob_in_sgl = !!(wqe_req->flags & GDMA_WR_OOB_IN_SGL);
sys/dev/mana/gdma_main.c
1251
bool pad_data = !!(wqe_req->flags & GDMA_WR_PAD_BY_SGE0);
sys/dev/mana/gdma_main.c
768
mana_gd_destroy_eq(struct gdma_context *gc, bool flush_evenets,
sys/dev/mana/gdma_main.c
788
bool create_hwq, struct gdma_queue *queue)
sys/dev/mana/hw_channel.c
582
bool dest_pf)
sys/dev/mana/mana.h
391
bool do_not_ring_db;
sys/dev/mana/mana.h
503
bool tx_shortform_allowed;
sys/dev/mana/mana.h
538
bool port_is_up;
sys/dev/mana/mana.h
539
bool port_st_save; /* Saved port state */
sys/dev/mana/mana.h
541
bool enable_tx_altq;
sys/dev/mana/mana.h
543
bool bind_cleanup_thread_cpu;
sys/dev/mana/mana.h
560
bool update_hash, bool update_tab);
sys/dev/mana/mana_en.c
1147
bool update_default_rxobj, bool update_key,
sys/dev/mana/mana_en.c
1148
bool update_tab)
sys/dev/mana/mana_en.c
1444
bool txq_full = false;
sys/dev/mana/mana_en.c
1627
bool do_lro = false;
sys/dev/mana/mana_en.c
1628
bool do_if_input;
sys/dev/mana/mana_en.c
2250
bool validate_state)
sys/dev/mana/mana_en.c
2625
bool update_hash, bool update_tab)
sys/dev/mana/mana_en.c
347
static bool
sys/dev/mana/mana_en.c
416
struct mana_recv_buf_oob *rx_oob, bool alloc_mbuf)
sys/dev/mana/mana_en.c
467
struct mana_recv_buf_oob *rx_oob, bool free_mbuf)
sys/dev/mana/mana_en.c
504
bool is_tso;
sys/dev/mana/mana_en.c
77
static bool rss_key_generated = false;
sys/dev/mana/mana_sysctl.c
358
bool bind_cpu = false;
sys/dev/mana/shm_channel.c
127
uint32_t msg_version, bool reset_vf)
sys/dev/mana/shm_channel.c
172
mana_smc_setup_hwc(struct shm_channel *sc, bool reset_vf, uint64_t eq_addr,
sys/dev/mana/shm_channel.c
298
mana_smc_teardown_hwc(struct shm_channel *sc, bool reset_vf)
sys/dev/mana/shm_channel.c
98
mana_smc_poll_register(void __iomem *base, bool reset)
sys/dev/mana/shm_channel.h
44
int mana_smc_setup_hwc(struct shm_channel *sc, bool reset_vf,
sys/dev/mana/shm_channel.h
48
int mana_smc_teardown_hwc(struct shm_channel *sc, bool reset_vf);
sys/dev/md/md.c
269
bool candelete;
sys/dev/md/md.c
906
bool mapped;
sys/dev/mgb/if_mgb.c
1019
mgb_isc_txd_credits_update(void *xsc, uint16_t txqid, bool clear)
sys/dev/mgb/if_mgb.c
124
uint16_t, bool);
sys/dev/mgb/if_mgb.c
138
static bool mgb_intr_test(struct mgb_softc *);
sys/dev/mgb/if_mgb.c
935
static bool
sys/dev/mgb/if_mgb.h
309
bool isr_test_flag;
sys/dev/mii/mcommphy.c
112
bool tx_10_inv;
sys/dev/mii/mcommphy.c
113
bool tx_100_inv;
sys/dev/mii/mcommphy.c
114
bool tx_1000_inv;
sys/dev/mii/mcommphy.c
218
bool tx_clk_inv = false;
sys/dev/mii/mcommphy.c
253
bool rxc_dly_en_off = false;
sys/dev/mii/miivar.h
198
static inline bool
sys/dev/mii/vscphy.c
96
bool laneswap;
sys/dev/mlx4/cmd.h
314
int mlx4_set_vf_spoofchk(struct mlx4_dev *dev, int port, int vf, bool setting);
sys/dev/mlx4/cmd.h
324
bool mlx4_get_slave_default_vlan(struct mlx4_dev *dev, int port, int slave,
sys/dev/mlx4/device.h
1254
bool exclusive;
sys/dev/mlx4/device.h
1255
bool allow_loopback;
sys/dev/mlx4/device.h
1390
bool *vlan_offload_disabled);
sys/dev/mlx4/device.h
1411
bool mlx4_is_eq_vector_valid(struct mlx4_dev *dev, u8 port, int vector);
sys/dev/mlx4/device.h
1498
int mlx4_disable_rx_port_check(struct mlx4_dev *dev, bool dis);
sys/dev/mlx4/device.h
1526
static inline bool mlx4_low_memory_profile(void)
sys/dev/mlx4/device.h
627
bool map_clock_to_user;
sys/dev/mlx4/mlx4_core/fw.h
132
bool map_clock_to_user;
sys/dev/mlx4/mlx4_core/mlx4.h
1392
int mlx4_do_bond(struct mlx4_dev *dev, bool enable);
sys/dev/mlx4/mlx4_core/mlx4.h
200
bool has_inbox;
sys/dev/mlx4/mlx4_core/mlx4.h
201
bool has_outbox;
sys/dev/mlx4/mlx4_core/mlx4.h
202
bool out_is_imm;
sys/dev/mlx4/mlx4_core/mlx4.h
203
bool encode_slave_id;
sys/dev/mlx4/mlx4_core/mlx4.h
476
bool active;
sys/dev/mlx4/mlx4_core/mlx4.h
477
bool old_vlan_api;
sys/dev/mlx4/mlx4_core/mlx4.h
478
bool vst_qinq_supported;
sys/dev/mlx4/mlx4_core/mlx4.h
506
bool spoofchk;
sys/dev/mlx4/mlx4_core/mlx4.h
738
bool is_dup[MLX4_MAX_MAC_NUM];
sys/dev/mlx4/mlx4_core/mlx4_cmd.c
2920
static bool mlx4_is_vf_vst_and_prio_qos(struct mlx4_dev *dev, int port,
sys/dev/mlx4/mlx4_core/mlx4_cmd.c
2939
static bool mlx4_valid_vf_state_change(struct mlx4_dev *dev, int port,
sys/dev/mlx4/mlx4_core/mlx4_cmd.c
3133
bool mlx4_get_slave_default_vlan(struct mlx4_dev *dev, int port, int slave,
sys/dev/mlx4/mlx4_core/mlx4_cmd.c
3154
int mlx4_set_vf_spoofchk(struct mlx4_dev *dev, int port, int vf, bool setting)
sys/dev/mlx4/mlx4_core/mlx4_eq.c
1382
bool mlx4_is_eq_vector_valid(struct mlx4_dev *dev, u8 port, int vector)
sys/dev/mlx4/mlx4_core/mlx4_fw.c
2491
int mlx4_disable_rx_port_check(struct mlx4_dev *dev, bool dis)
sys/dev/mlx4/mlx4_core/mlx4_fw.c
56
static bool enable_qos;
sys/dev/mlx4/mlx4_core/mlx4_fw.c
57
module_param(enable_qos, bool, 0444);
sys/dev/mlx4/mlx4_core/mlx4_intf.c
130
int mlx4_do_bond(struct mlx4_dev *dev, bool enable)
sys/dev/mlx4/mlx4_core/mlx4_main.c
108
static bool enable_64b_cqe_eqe = true;
sys/dev/mlx4/mlx4_core/mlx4_main.c
109
module_param(enable_64b_cqe_eqe, bool, 0444);
sys/dev/mlx4/mlx4_core/mlx4_main.c
113
static bool enable_4k_uar;
sys/dev/mlx4/mlx4_core/mlx4_main.c
114
module_param(enable_4k_uar, bool, 0444);
sys/dev/mlx4/mlx4_core/mlx4_main.c
163
static bool use_prio;
sys/dev/mlx4/mlx4_core/mlx4_main.c
164
module_param_named(use_prio, use_prio, bool, 0444);
sys/dev/mlx4/mlx4_core/mlx4_mcg.c
1225
bool removed_entry = false;
sys/dev/mlx4/mlx4_core/mlx4_mcg.c
288
static bool check_duplicate_entry(struct mlx4_dev *dev, u8 port,
sys/dev/mlx4/mlx4_core/mlx4_mcg.c
329
static bool promisc_steering_entry(struct mlx4_dev *dev, u8 port,
sys/dev/mlx4/mlx4_core/mlx4_mcg.c
337
bool ret = false;
sys/dev/mlx4/mlx4_core/mlx4_mcg.c
368
static bool can_remove_steering_entry(struct mlx4_dev *dev, u8 port,
sys/dev/mlx4/mlx4_core/mlx4_mcg.c
375
bool ret = false;
sys/dev/mlx4/mlx4_core/mlx4_mcg.c
430
bool found;
sys/dev/mlx4/mlx4_core/mlx4_mcg.c
559
bool found;
sys/dev/mlx4/mlx4_core/mlx4_mcg.c
560
bool back_to_list = false;
sys/dev/mlx4/mlx4_core/mlx4_port.c
1010
bool update1 = false;
sys/dev/mlx4/mlx4_core/mlx4_port.c
1011
bool update2 = false;
sys/dev/mlx4/mlx4_core/mlx4_port.c
170
static bool mlx4_need_mf_bond(struct mlx4_dev *dev)
sys/dev/mlx4/mlx4_core/mlx4_port.c
189
bool dup = mlx4_is_mf_bonded(dev);
sys/dev/mlx4/mlx4_core/mlx4_port.c
192
bool need_mf_bond = mlx4_need_mf_bond(dev);
sys/dev/mlx4/mlx4_core/mlx4_port.c
193
bool can_mf_bond = true;
sys/dev/mlx4/mlx4_core/mlx4_port.c
384
bool dup = mlx4_is_mf_bonded(dev);
sys/dev/mlx4/mlx4_core/mlx4_port.c
480
bool dup = mlx4_is_mf_bonded(dev);
sys/dev/mlx4/mlx4_core/mlx4_port.c
584
bool dup = mlx4_is_mf_bonded(dev);
sys/dev/mlx4/mlx4_core/mlx4_port.c
587
bool need_mf_bond = mlx4_need_mf_bond(dev);
sys/dev/mlx4/mlx4_core/mlx4_port.c
588
bool can_mf_bond = true;
sys/dev/mlx4/mlx4_core/mlx4_port.c
766
bool dup = mlx4_is_mf_bonded(dev);
sys/dev/mlx4/mlx4_core/mlx4_port.c
848
bool update1 = false;
sys/dev/mlx4/mlx4_core/mlx4_port.c
849
bool update2 = false;
sys/dev/mlx4/mlx4_core/mlx4_port.c
903
bool update1 = false;
sys/dev/mlx4/mlx4_core/mlx4_port.c
904
bool update2 = false;
sys/dev/mlx4/mlx4_core/mlx4_port.c
955
bool update1 = false;
sys/dev/mlx4/mlx4_core/mlx4_port.c
956
bool update2 = false;
sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c
4174
bool last_rule = next_rule->size == 0 && next_rule->id == 0 &&
sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c
4993
static int mlx4_mirror_fs_rules(struct mlx4_dev *dev, bool bond)
sys/dev/mlx4/mlx4_en/en.h
308
bool bf_enabled;
sys/dev/mlx4/mlx4_en/en.h
457
bool device_up;
sys/dev/mlx4/mlx4_en/en.h
575
bool port_up;
sys/dev/mlx4/mlx4_en/en.h
621
bool wol;
sys/dev/mlx4/mlx4_en/en.h
683
static inline bool mlx4_en_cq_lock_napi(struct mlx4_en_cq *cq)
sys/dev/mlx4/mlx4_en/en.h
699
static inline bool mlx4_en_cq_unlock_napi(struct mlx4_en_cq *cq)
sys/dev/mlx4/mlx4_en/en.h
714
static inline bool mlx4_en_cq_lock_poll(struct mlx4_en_cq *cq)
sys/dev/mlx4/mlx4_en/en.h
736
static inline bool mlx4_en_cq_unlock_poll(struct mlx4_en_cq *cq)
sys/dev/mlx4/mlx4_en/en.h
750
static inline bool mlx4_en_cq_busy_polling(struct mlx4_en_cq *cq)
sys/dev/mlx4/mlx4_en/en.h
760
static inline bool mlx4_en_cq_lock_napi(struct mlx4_en_cq *cq)
sys/dev/mlx4/mlx4_en/en.h
765
static inline bool mlx4_en_cq_unlock_napi(struct mlx4_en_cq *cq)
sys/dev/mlx4/mlx4_en/en.h
770
static inline bool mlx4_en_cq_lock_poll(struct mlx4_en_cq *cq)
sys/dev/mlx4/mlx4_en/en.h
775
static inline bool mlx4_en_cq_unlock_poll(struct mlx4_en_cq *cq)
sys/dev/mlx4/mlx4_en/en.h
780
static inline bool mlx4_en_cq_busy_polling(struct mlx4_en_cq *cq)
sys/dev/mlx4/mlx4_en/mlx4_en_cq.c
119
bool assigned_eq = false;
sys/dev/mlx4/mlx4_en/mlx4_en_netdev.c
687
bool found;
sys/dev/mlx4/mlx4_en/mlx4_en_tx.c
339
static bool
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
577
bool ib_active;
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
797
static inline bool mlx4_ib_ah_grh_present(struct mlx4_ib_ah *ah)
sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c
2086
bool port)
sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c
2118
bool port)
sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c
2148
bool per_port = !!(ibdev->dev->caps.flags2 &
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
2443
bool is_eth;
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
2444
bool is_vlan = false;
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
2445
bool is_grh;
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
2446
bool is_udp = false;
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
426
bool shrink_wqe)
sys/dev/mlx5/cmd.h
46
bool reset, void *out, int out_size);
sys/dev/mlx5/device.h
739
static inline bool get_cqe_lro_timestamp_valid(struct mlx5_cqe64 *cqe)
sys/dev/mlx5/device.h
744
static inline bool get_cqe_lro_tcppsh(struct mlx5_cqe64 *cqe)
sys/dev/mlx5/device.h
765
static inline bool cqe_has_vlan(struct mlx5_cqe64 *cqe)
sys/dev/mlx5/device.h
770
static inline bool cqe_is_tunneled(struct mlx5_cqe64 *cqe)
sys/dev/mlx5/driver.h
1025
bool map_wc, bool fast_path);
sys/dev/mlx5/driver.h
1032
void mlx5_stop_health_poll(struct mlx5_core_dev *dev, bool disable_health);
sys/dev/mlx5/driver.h
1219
const u8 *mac, bool vlan, u16 vlan_id);
sys/dev/mlx5/driver.h
1247
bool mlx5_rl_is_in_range(const struct mlx5_core_dev *dev, u32 rate, u32 burst);
sys/dev/mlx5/driver.h
1258
static inline bool mlx5_rl_is_supported(struct mlx5_core_dev *dev)
sys/dev/mlx5/driver.h
298
bool bulk_query_alloc_failed;
sys/dev/mlx5/driver.h
413
bool sig_status_checked;
sys/dev/mlx5/driver.h
414
bool sig_err_exists;
sys/dev/mlx5/driver.h
450
bool wc;
sys/dev/mlx5/driver.h
476
bool wc;
sys/dev/mlx5/driver.h
504
bool (*cb)(struct mlx5_core_dev *mdev,
sys/dev/mlx5/driver.h
675
bool enabled;
sys/dev/mlx5/driver.h
742
bool dump_valid;
sys/dev/mlx5/driver.h
743
bool dump_copyout;
sys/dev/mlx5/driver.h
746
bool iov_pf;
sys/dev/mlx5/driver.h
892
bool polling;
sys/dev/mlx5/fs.h
241
static inline bool outer_header_zero(u32 *match_criteria)
sys/dev/mlx5/fs.h
323
bool ctx_changed,
sys/dev/mlx5/fs.h
379
bool fs_match_exact_val(
sys/dev/mlx5/fs.h
384
bool fs_match_exact_mask(
sys/dev/mlx5/fs.h
412
struct mlx5_fc *mlx5_fc_create(struct mlx5_core_dev *dev, bool aging);
sys/dev/mlx5/fs.h
415
struct mlx5_fc *mlx5_fc_create_ex(struct mlx5_core_dev *dev, bool aging);
sys/dev/mlx5/mlx5_accel/mlx5_ipsec_fs.c
182
static void setup_fte_spi(struct mlx5_flow_spec *spec, u32 spi, bool encap)
sys/dev/mlx5/mlx5_core/eswitch.h
117
bool enabled;
sys/dev/mlx5/mlx5_core/eswitch.h
55
bool found = false; \
sys/dev/mlx5/mlx5_core/fs_chains.h
26
bool
sys/dev/mlx5/mlx5_core/fs_chains.h
28
bool mlx5_chains_ignore_flow_level_supported(struct mlx5_fs_chains *chains);
sys/dev/mlx5/mlx5_core/fs_chains.h
29
bool
sys/dev/mlx5/mlx5_core/fs_cmd.h
77
bool disconnect);
sys/dev/mlx5/mlx5_core/fs_core.h
147
bool active;
sys/dev/mlx5/mlx5_core/fs_core.h
179
bool active;
sys/dev/mlx5/mlx5_core/mlx5_cmd.c
1209
bool triggered = (vector_flags & MLX5_TRIGGERED_CMD_COMP) ? 1 : 0;
sys/dev/mlx5/mlx5_core/mlx5_cmd.c
1299
bool force_polling)
sys/dev/mlx5/mlx5_core/mlx5_cmd.c
1659
bool reset, void *out, int out_size)
sys/dev/mlx5/mlx5_core/mlx5_cmd.c
885
bool poll_cmd = ent->polling;
sys/dev/mlx5/mlx5_core/mlx5_cmd.c
996
bool force_polling)
sys/dev/mlx5/mlx5_core/mlx5_core.h
125
void mlx5_enter_error_state(struct mlx5_core_dev *dev, bool force);
sys/dev/mlx5/mlx5_core/mlx5_cq.c
65
bool do_lock;
sys/dev/mlx5/mlx5_core/mlx5_cq.c
99
bool do_lock;
sys/dev/mlx5/mlx5_core/mlx5_eswitch.c
137
bool cvlan_strip;
sys/dev/mlx5/mlx5_core/mlx5_eswitch.c
138
bool cvlan_insert;
sys/dev/mlx5/mlx5_core/mlx5_eswitch.c
186
u16 vlan, u8 qos, bool set)
sys/dev/mlx5/mlx5_core/mlx5_eswitch.c
472
bool is_uc = list_type == MLX5_NIC_VPORT_LIST_TYPE_UC;
sys/dev/mlx5/mlx5_core/mlx5_eswitch.c
507
bool is_uc = list_type == MLX5_NIC_VPORT_LIST_TYPE_UC;
sys/dev/mlx5/mlx5_core/mlx5_fs_chains.c
88
bool mlx5_chains_prios_supported(struct mlx5_fs_chains *chains)
sys/dev/mlx5/mlx5_core/mlx5_fs_chains.c
93
bool mlx5_chains_ignore_flow_level_supported(struct mlx5_fs_chains *chains)
sys/dev/mlx5/mlx5_core/mlx5_fs_chains.c
98
bool mlx5_chains_backwards_supported(struct mlx5_fs_chains *chains)
sys/dev/mlx5/mlx5_core/mlx5_fs_cmd.c
165
bool disconnect)
sys/dev/mlx5/mlx5_core/mlx5_fs_cmd.c
372
struct fs_fte *fte, bool *extended_dest)
sys/dev/mlx5/mlx5_core/mlx5_fs_cmd.c
440
bool extended_dest = false;
sys/dev/mlx5/mlx5_core/mlx5_fs_cmd.c
46
bool disconnect)
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
1121
bool unmanaged = ft_attr->flags & MLX5_FLOW_TABLE_UNMANAGED;
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
1360
bool *new_rule)
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
1423
bool update_action)
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
1430
bool new_rule = false;
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
1550
static bool mlx5_flow_dests_cmp(struct mlx5_flow_destination *d1,
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
1595
static bool check_conflicting_actions_vlan(const struct mlx5_fs_vlan *vlan0,
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
1603
static bool check_conflicting_actions(const struct mlx5_flow_act *act1,
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
1701
static bool counter_is_valid(u32 action)
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
1708
static bool dest_is_valid(struct mlx5_flow_destination *dest,
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
1712
bool ignore_level = flow_act->flags & FLOW_ACT_IGNORE_FLOW_LEVEL;
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
1744
static void free_match_list(struct match_list *head, bool ft_locked)
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
1764
bool ft_locked)
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
1810
bool take_write)
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
1855
bool take_write = false;
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
1954
bool take_write = false;
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
2051
static bool fwd_next_prio_supported(struct mlx5_flow_table *ft)
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
2295
static bool is_nic_rx_ns(enum mlx5_flow_namespace_type type)
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
2510
static bool has_required_caps(struct mlx5_core_dev *dev, struct node_caps *caps)
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
329
static bool mlx5_flow_dests_cmp(struct mlx5_flow_destination *d1,
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
3336
bool found = false;
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
385
static void down_write_ref_node(struct fs_node *node, bool locked)
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
400
static void up_write_ref_node(struct fs_node *node, bool locked)
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
407
static void tree_put_node(struct fs_node *node, bool locked)
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
427
static int tree_remove_node(struct fs_node *node, bool locked)
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
450
static bool is_fwd_next_action(u32 action)
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
456
static bool is_fwd_dest_type(enum mlx5_flow_destination_type type)
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
468
static bool check_valid_spec(const struct mlx5_flow_spec *spec)
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
842
bool reverse)
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
875
static struct mlx5_flow_table *find_closest_ft(struct fs_prio *prio, bool reverse)
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
907
bool next_ns;
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
175
bool query_more_counters = (first->id <= last_id);
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
328
static struct mlx5_fc *mlx5_fc_acquire(struct mlx5_core_dev *dev, bool aging)
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
342
struct mlx5_fc *mlx5_fc_create_ex(struct mlx5_core_dev *dev, bool aging)
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
382
struct mlx5_fc *mlx5_fc_create(struct mlx5_core_dev *dev, bool aging)
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
63
bool aging;
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
682
bool move_non_full_bulk)
sys/dev/mlx5/mlx5_core/mlx5_health.c
129
static bool sensor_fw_synd_rfr(struct mlx5_core_dev *dev)
sys/dev/mlx5/mlx5_core/mlx5_health.c
166
static bool sensor_pci_no_comm(struct mlx5_core_dev *dev)
sys/dev/mlx5/mlx5_core/mlx5_health.c
170
bool err = ioread32be(&h->fw_ver) == 0xffffffff;
sys/dev/mlx5/mlx5_core/mlx5_health.c
175
static bool sensor_nic_disabled(struct mlx5_core_dev *dev)
sys/dev/mlx5/mlx5_core/mlx5_health.c
180
static bool sensor_nic_sw_reset(struct mlx5_core_dev *dev)
sys/dev/mlx5/mlx5_core/mlx5_health.c
203
bool supported;
sys/dev/mlx5/mlx5_core/mlx5_health.c
237
static bool
sys/dev/mlx5/mlx5_core/mlx5_health.c
242
bool ret;
sys/dev/mlx5/mlx5_core/mlx5_health.c
266
void mlx5_enter_error_state(struct mlx5_core_dev *dev, bool force)
sys/dev/mlx5/mlx5_core/mlx5_health.c
371
bool recover = true;
sys/dev/mlx5/mlx5_core/mlx5_health.c
667
void mlx5_stop_health_poll(struct mlx5_core_dev *dev, bool disable_health)
sys/dev/mlx5/mlx5_core/mlx5_main.c
1077
bool boot)
sys/dev/mlx5/mlx5_core/mlx5_main.c
1313
bool cleanup)
sys/dev/mlx5/mlx5_core/mlx5_main.c
2032
bool fast_teardown, force_teardown;
sys/dev/mlx5/mlx5_core/mlx5_port.c
1339
bool ext = MLX5_CAP_PCAM_FEATURE(mdev, ptys_extended_ethernet);
sys/dev/mlx5/mlx5_core/mlx5_port.c
1361
int mlx5_port_query_eth_proto(struct mlx5_core_dev *dev, u8 port, bool ext,
sys/dev/mlx5/mlx5_core/mlx5_port.c
1384
bool ext;
sys/dev/mlx5/mlx5_core/mlx5_port.c
199
int mlx5_set_port_autoneg(struct mlx5_core_dev *dev, bool disable,
sys/dev/mlx5/mlx5_core/mlx5_port.c
264
int proto_mask, bool ext)
sys/dev/mlx5/mlx5_core/mlx5_rl.c
93
bool mlx5_rl_is_in_range(const struct mlx5_core_dev *dev, u32 rate, u32 burst)
sys/dev/mlx5/mlx5_core/mlx5_uar.c
202
bool map_wc, bool fast_path)
sys/dev/mlx5/mlx5_core/mlx5_uar.c
255
bool map_wc, bool fast_path)
sys/dev/mlx5/mlx5_core/mlx5_uar.c
292
bool fp;
sys/dev/mlx5/mlx5_core/mlx5_uar.c
94
bool map_wc)
sys/dev/mlx5/mlx5_core/mlx5_vport.c
1511
int mlx5_nic_vport_update_local_lb(struct mlx5_core_dev *mdev, bool enable)
sys/dev/mlx5/mlx5_core/mlx5_vport.c
465
bool other_vport, u8 *addr)
sys/dev/mlx5/mlx5_core/mlx5_vport.c
686
bool promisc_mc, bool promisc_uc,
sys/dev/mlx5/mlx5_core/mlx5_vport.c
687
bool promisc_all)
sys/dev/mlx5/mlx5_en/en.h
1000
bool filter_disabled;
sys/dev/mlx5/mlx5_en/en.h
1007
bool installed;
sys/dev/mlx5/mlx5_en/en.h
1148
bool sw_is_port_buf_owner;
sys/dev/mlx5/mlx5_en/en.h
1200
bool mlx5e_do_send_cqe(struct mlx5e_sq *);
sys/dev/mlx5/mlx5_en/en.h
1236
mlx5e_tx_notify_hw(struct mlx5e_sq *sq, bool force)
sys/dev/mlx5/mlx5_en/en.h
673
bool hw_lro_en;
sys/dev/mlx5/mlx5_en/en.h
674
bool cqe_zipping_en;
sys/dev/mlx5/mlx5_en/en.h
897
static inline bool
sys/dev/mlx5/mlx5_en/en.h
977
bool broadcast_enabled;
sys/dev/mlx5/mlx5_en/en.h
978
bool allmulti_enabled;
sys/dev/mlx5/mlx5_en/en.h
979
bool promisc_enabled;
sys/dev/mlx5/mlx5_en/mlx5_en_ethtool.c
1293
bool opened;
sys/dev/mlx5/mlx5_en/mlx5_en_flow_table.c
1038
bool is_uc = (list_type == MLX5_NIC_VPORT_LIST_TYPE_UC);
sys/dev/mlx5/mlx5_en/mlx5_en_flow_table.c
1065
bool is_uc = (list_type == MLX5_NIC_VPORT_LIST_TYPE_UC);
sys/dev/mlx5/mlx5_en/mlx5_en_flow_table.c
1135
mlx5e_handle_ifp_addr(struct mlx5e_priv *priv, bool rx_mode_enable)
sys/dev/mlx5/mlx5_en/mlx5_en_flow_table.c
1153
mlx5e_set_rx_mode_core(struct mlx5e_priv *priv, bool rx_mode_enable)
sys/dev/mlx5/mlx5_en/mlx5_en_flow_table.c
1159
bool promisc_enabled = rx_mode_enable && (ndev_flags & IFF_PROMISC);
sys/dev/mlx5/mlx5_en/mlx5_en_flow_table.c
1160
bool allmulti_enabled = rx_mode_enable && (ndev_flags & IFF_ALLMULTI);
sys/dev/mlx5/mlx5_en/mlx5_en_flow_table.c
1161
bool broadcast_enabled = rx_mode_enable;
sys/dev/mlx5/mlx5_en/mlx5_en_flow_table.c
1163
bool enable_promisc = !ea->promisc_enabled && promisc_enabled;
sys/dev/mlx5/mlx5_en/mlx5_en_flow_table.c
1164
bool disable_promisc = ea->promisc_enabled && !promisc_enabled;
sys/dev/mlx5/mlx5_en/mlx5_en_flow_table.c
1165
bool enable_allmulti = !ea->allmulti_enabled && allmulti_enabled;
sys/dev/mlx5/mlx5_en/mlx5_en_flow_table.c
1166
bool disable_allmulti = ea->allmulti_enabled && !allmulti_enabled;
sys/dev/mlx5/mlx5_en/mlx5_en_flow_table.c
1167
bool enable_broadcast = !ea->broadcast_enabled && broadcast_enabled;
sys/dev/mlx5/mlx5_en/mlx5_en_flow_table.c
1168
bool disable_broadcast = ea->broadcast_enabled && !broadcast_enabled;
sys/dev/mlx5/mlx5_en/mlx5_en_flow_table.c
117
static bool
sys/dev/mlx5/mlx5_en/mlx5_en_flow_table.c
1490
mlx5e_create_main_flow_table(struct mlx5e_priv *priv, bool inner_vxlan)
sys/dev/mlx5/mlx5_en/mlx5_en_flow_table.c
942
bool success;
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls.c
717
sbtls_recover_record(struct mbuf *mb, int wait, uint32_t tcp_old, uint32_t *ptcp_seq, bool *pis_start)
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls.c
853
bool is_start;
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls_rx.c
872
static bool
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls_rx.c
89
static bool mlx5e_tls_rx_snd_tag_find_tcp_sn_and_tls_rcd(struct mlx5e_tls_rx_tag *,
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls_rx.c
927
static bool
sys/dev/mlx5/mlx5_en/mlx5_en_iq.c
464
static inline bool
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2941
mlx5e_hw_lro_update_tir(struct mlx5e_priv *priv, int tt, bool inner_vxlan)
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2987
mlx5e_build_tir_ctx(struct mlx5e_priv *priv, u32 * tirc, int tt, bool inner_vxlan)
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
3139
mlx5e_open_tir(struct mlx5e_priv *priv, int tt, bool inner_vxlan)
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
3164
mlx5e_close_tir(struct mlx5e_priv *priv, int tt, bool inner_vxlan)
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
3428
static bool
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
3438
static bool
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
3449
static bool
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
3460
static bool
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
3671
const bool was_enabled =
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
3716
bool was_enabled = (if_getcapenable2(ifp) &
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
378
bool ext;
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
3974
bool ro_pci_enable =
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
3976
bool ro_write = MLX5_CAP_GEN(mdev, relaxed_ordering_write);
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
3977
bool ro_read = MLX5_CAP_GEN(mdev, relaxed_ordering_read);
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
4571
bool ext;
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
463
mlx5e_find_link_mode(u32 subtype, bool ext)
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
536
bool ext;
sys/dev/mlx5/mlx5_en/mlx5_en_port_buffer.c
195
bool *change)
sys/dev/mlx5/mlx5_en/mlx5_en_port_buffer.c
197
bool changed = false;
sys/dev/mlx5/mlx5_en/mlx5_en_port_buffer.c
247
bool update_prio2buffer = false;
sys/dev/mlx5/mlx5_en/mlx5_en_port_buffer.c
249
bool update_buffer = false;
sys/dev/mlx5/mlx5_en/mlx5_en_rl.c
507
bool use_sq_remap;
sys/dev/mlx5/mlx5_en/mlx5_en_tx.c
1036
bool match;
sys/dev/mlx5/mlx5_en/mlx5_en_tx.c
35
static inline bool
sys/dev/mlx5/mlx5_en/mlx5_en_tx.c
361
bool has_outer_vlan_tag;
sys/dev/mlx5/mlx5_en/mlx5_en_tx.c
47
bool
sys/dev/mlx5/mlx5_fpga/cmd.h
65
void *buf, bool write);
sys/dev/mlx5/mlx5_fpga/cmd.h
72
int mlx5_fpga_shell_counters(struct mlx5_core_dev *dev, bool clear,
sys/dev/mlx5/mlx5_fpga/cmd.h
81
bool clear, struct mlx5_fpga_qp_counters *data);
sys/dev/mlx5/mlx5_fpga/conn.h
63
bool active;
sys/dev/mlx5/mlx5_fpga/core.h
46
bool added;
sys/dev/mlx5/mlx5_fpga/mlx5fpga_cmd.c
293
bool clear, struct mlx5_fpga_qp_counters *data)
sys/dev/mlx5/mlx5_fpga/mlx5fpga_cmd.c
322
int mlx5_fpga_shell_counters(struct mlx5_core_dev *dev, bool clear,
sys/dev/mlx5/mlx5_fpga/mlx5fpga_cmd.c
44
void *buf, bool write)
sys/dev/mlx5/mlx5_fpga/mlx5fpga_core.c
456
bool teardown = false;
sys/dev/mlx5/mlx5_fpga/mlx5fpga_core.c
509
bool call_add = false;
sys/dev/mlx5/mlx5_fpga/mlx5fpga_ipsec.c
78
static bool mlx5_fpga_is_ipsec_device(struct mlx5_core_dev *mdev)
sys/dev/mlx5/mlx5_fpga/mlx5fpga_xfer.c
155
bool done = false;
sys/dev/mlx5/mlx5_fpga/mlx5fpga_xfer.c
199
bool done = false;
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
1079
int mlx5_ib_devx_create(struct mlx5_ib_dev *dev, bool is_user);
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
1083
bool mlx5_ib_devx_is_flow_dest(void *obj, int *dest_id, int *dest_type);
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
1084
bool mlx5_ib_devx_is_flow_counter(void *obj, u32 offset, u32 *counter_id);
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
1088
bool is_user) { return -EOPNOTSUPP; }
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
1092
static inline bool mlx5_ib_devx_is_flow_dest(void *obj, int *dest_id,
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
1188
static inline int get_uars_per_sys_page(struct mlx5_ib_dev *dev, bool lib_support)
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
1202
bool dyn_bfreg);
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
400
bool signature_en;
sys/dev/mlx5/mlx5_ib/mlx5_ib_cq.c
173
bool vlan_present;
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
159
int mlx5_ib_devx_create(struct mlx5_ib_dev *dev, bool is_user)
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
1765
bool is_level2,
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
1790
bool is_level2,
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
1838
static bool is_valid_events_legacy(int num_events, u16 *event_type_num_list,
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
1857
static bool is_valid_events(struct mlx5_core_dev *dev,
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
1922
bool use_eventfd = false;
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
203
bool mlx5_ib_devx_is_flow_dest(void *obj, int *dest_id, int *dest_type)
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
2231
static bool is_unaffiliated_event(struct mlx5_core_dev *dev,
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
225
bool mlx5_ib_devx_is_flow_counter(void *obj, u32 offset, u32 *counter_id)
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
2349
static bool mlx5_devx_event_notifier(struct mlx5_core_dev *mdev,
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
2357
bool is_unaffiliated;
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
245
static bool is_legacy_unaffiliated_event_num(u16 event_num)
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
2519
bool omit_data;
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
255
static bool is_legacy_obj_event_num(u16 event_num)
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
2905
static bool devx_is_supported(struct ib_device *device)
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
602
static bool devx_is_valid_obj_id(struct uverbs_attr_bundle *attrs,
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
780
static bool devx_is_obj_create_cmd(const void *in, u16 *opcode)
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
833
static bool devx_is_obj_modify_cmd(const void *in)
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
878
static bool devx_is_obj_query_cmd(const void *in)
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
914
static bool devx_is_whitelist_cmd(void *in)
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
943
static bool devx_is_general_cmd(void *in, struct mlx5_ib_dev *dev)
sys/dev/mlx5/mlx5_ib/mlx5_ib_gsi.c
35
bool completed:1;
sys/dev/mlx5/mlx5_ib/mlx5_ib_gsi.c
63
static bool mlx5_ib_deth_sqpn_cap(struct mlx5_ib_dev *dev)
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
1129
static int calc_total_bfregs(struct mlx5_ib_dev *dev, bool lib_uar_4k,
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
1273
bool lib_uar_4k;
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
1274
bool lib_uar_dyn;
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
2013
static bool flow_is_multicast_only(struct ib_flow_attr *ib_attr)
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
2032
static bool is_valid_attr(const struct ib_flow_attr *flow_attr)
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
2035
bool has_ipv4_spec = false;
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
2036
bool eth_type_ipv4 = true;
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
2055
struct mlx5_ib_flow_prio *prio, bool ft_added)
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
2090
static int ib_prio_to_core_prio(unsigned int priority, bool dont_trap)
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
2109
bool dont_trap = flow_attr->flags & IB_FLOW_ATTR_FLAGS_DONT_TRAP;
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
2662
bool fatal = false;
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
294
bool ext;
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
88
static bool mlx5_netdev_match(if_t ndev,
sys/dev/mlx5/mlx5_ib/mlx5_ib_mem.c
140
const bool odp = umem->odp_data != NULL;
sys/dev/mlx5/mlx5_ib/mlx5_ib_mr.c
74
static bool use_umr_mtt_update(struct mlx5_ib_mr *mr, u64 start, u64 length)
sys/dev/mlx5/mlx5_ib/mlx5_ib_mr.c
882
bool pg_cap = !!(MLX5_CAP_GEN(dev->mdev, pg));
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
2328
bool alt)
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
619
bool dyn_bfreg)
sys/dev/mlx5/mlx5_lib/aso.h
86
void mlx5_aso_post_wqe(struct mlx5_aso *aso, bool with_data,
sys/dev/mlx5/mlx5_lib/aso.h
88
int mlx5_aso_poll_cq(struct mlx5_aso *aso, bool with_data);
sys/dev/mlx5/mlx5_lib/mlx5_aso.c
363
void mlx5_aso_post_wqe(struct mlx5_aso *aso, bool with_data,
sys/dev/mlx5/mlx5_lib/mlx5_aso.c
387
int mlx5_aso_poll_cq(struct mlx5_aso *aso, bool with_data)
sys/dev/mlx5/mlx5_lib/mlx5_gid.c
123
const u8 *mac, bool vlan, u16 vlan_id)
sys/dev/mlx5/port.h
185
int mlx5_set_port_autoneg(struct mlx5_core_dev *dev, bool disable,
sys/dev/mlx5/port.h
192
int proto_mask, bool ext);
sys/dev/mlx5/port.h
244
int mlx5_port_query_eth_proto(struct mlx5_core_dev *dev, u8 port, bool ext,
sys/dev/mlx5/vport.h
102
bool promisc_mc, bool promisc_uc,
sys/dev/mlx5/vport.h
103
bool promisc_all);
sys/dev/mlx5/vport.h
57
int mlx5_nic_vport_update_local_lb(struct mlx5_core_dev *mdev, bool enable);
sys/dev/mlx5/vport.h
87
bool other_vport, u8 *addr);
sys/dev/mlxfw/mlxfw_mfa2.c
113
bool mlxfw_mfa2_check(const struct firmware *fw)
sys/dev/mlxfw/mlxfw_mfa2.c
122
static bool
sys/dev/mlxfw/mlxfw_mfa2.c
139
static bool
sys/dev/mlxfw/mlxfw_mfa2.c
212
static bool
sys/dev/mlxfw/mlxfw_mfa2.c
253
static bool mlxfw_mfa2_file_validate(const struct mlxfw_mfa2_file *mfa2_file)
sys/dev/mlxfw/mlxfw_mfa2.c
419
bool *finished)
sys/dev/mlxfw/mlxfw_mfa2.c
459
bool finished;
sys/dev/mlxfw/mlxfw_mfa2.h
45
bool mlxfw_mfa2_check(const struct firmware *fw);
sys/dev/mlxfw/mlxfw_mfa2_file.h
48
static inline bool mlxfw_mfa2_valid_ptr(const struct mlxfw_mfa2_file *mfa2_file,
sys/dev/mlxfw/mlxfw_mfa2_tlv.h
57
size_t payload_size, bool varsize)
sys/dev/mmc/host/dwmmc.c
157
static void dwmmc_handle_card_present(struct dwmmc_softc *sc, bool is_present);
sys/dev/mmc/host/dwmmc.c
449
dwmmc_handle_card_present(struct dwmmc_softc *sc, bool is_present)
sys/dev/mmc/host/dwmmc.c
451
bool was_present;
sys/dev/mmc/mmc.c
1110
mmc_decode_cid_mmc(uint32_t *raw_cid, struct mmc_cid *cid, bool is_4_41p)
sys/dev/mmc/mmc.c
151
static void mmc_retune_pause(device_t busdev, device_t dev, bool retune);
sys/dev/mmc/mmc.c
1517
static bool
sys/dev/mmc/mmc.c
1525
bool retval; \
sys/dev/mmc/mmc.c
178
bool is_4_41p);
sys/dev/mmc/mmc.c
183
static int mmc_delete_cards(struct mmc_softc *sc, bool final);
sys/dev/mmc/mmc.c
190
static bool mmc_host_timing(device_t dev, enum mmc_bus_timing timing);
sys/dev/mmc/mmc.c
197
static int mmc_retune(device_t busdev, device_t dev, bool reset);
sys/dev/mmc/mmc.c
2007
mmc_delete_cards(struct mmc_softc *sc, bool final)
sys/dev/mmc/mmc.c
2125
bool changed, hs400;
sys/dev/mmc/mmc.c
2364
mmc_retune(device_t busdev, device_t dev, bool reset)
sys/dev/mmc/mmc.c
2416
mmc_retune_pause(device_t busdev, device_t dev, bool retune)
sys/dev/mmc/mmc_fdt_helpers.c
122
bool cd_present;
sys/dev/mmc/mmc_fdt_helpers.c
318
bool
sys/dev/mmc/mmc_fdt_helpers.c
321
bool pinstate;
sys/dev/mmc/mmc_fdt_helpers.c
330
return (pinstate ^ (bool)(helper->props & MMC_PROP_CD_INVERTED));
sys/dev/mmc/mmc_fdt_helpers.c
333
bool
sys/dev/mmc/mmc_fdt_helpers.c
336
bool pinstate;
sys/dev/mmc/mmc_fdt_helpers.c
346
return (pinstate ^ (bool)(helper->props & MMC_PROP_WP_INVERTED));
sys/dev/mmc/mmc_fdt_helpers.h
40
typedef void (*mmc_fdt_cd_handler)(device_t dev, bool present);
sys/dev/mmc/mmc_fdt_helpers.h
45
bool mmc_fdt_gpio_get_present(struct mmc_helper *helper);
sys/dev/mmc/mmc_fdt_helpers.h
46
bool mmc_fdt_gpio_get_readonly(struct mmc_helper *helper);
sys/dev/mmc/mmc_helpers.c
40
bool no_18v = false;
sys/dev/mmc/mmc_helpers.h
42
void (*cd_handler)(device_t, bool);
sys/dev/mmc/mmc_helpers.h
44
bool cd_disabled;
sys/dev/mmc/mmc_helpers.h
45
bool wp_disabled;
sys/dev/mmc/mmc_helpers.h
46
bool cd_present;
sys/dev/mmc/mmc_pwrseq.c
129
mmv_pwrseq_set_power(device_t dev, bool power_on)
sys/dev/mmc/mmc_subr.c
152
uint8_t index, uint8_t value, u_int timeout, bool status)
sys/dev/mmc/mmc_subr.h
62
uint8_t index, uint8_t value, u_int timeout, bool send_status);
sys/dev/mmc/mmcbrvar.h
139
mmcbr_tune(device_t dev, bool hs400)
sys/dev/mmc/mmcbrvar.h
146
mmcbr_retune(device_t dev, bool reset)
sys/dev/mmc/mmcsd.c
1088
mmcsd_set_blockcount(struct mmcsd_softc *sc, u_int count, bool reliable)
sys/dev/mmc/mmcsd.c
111
bool ro;
sys/dev/mmc/mmcsd.c
1246
bool use_trim;
sys/dev/mmc/mmcsd.c
180
const char *name, u_int cnt, off_t media_size, bool ro);
sys/dev/mmc/mmcsd.c
191
static int mmcsd_set_blockcount(struct mmcsd_softc *sc, u_int count, bool rel);
sys/dev/mmc/mmcsd.c
237
bool comp, ro;
sys/dev/mmc/mmcsd.c
479
off_t media_size, bool ro)
sys/dev/mmc/mmcsd.c
491
bool enh;
sys/dev/mpi3mr/mpi3mr.c
1410
static inline bool
sys/dev/mpi3mr/mpi3mr.c
1429
static inline bool mpi3mr_diagfault_success(struct mpi3mr_softc *sc,
sys/dev/mpi3mr/mpi3mr.c
3513
bool is_added)
sys/dev/mpi3mr/mpi3mr.c
367
static inline bool
sys/dev/mpi3mr/mpi3mr.c
371
bool is_qfull = false;
sys/dev/mpi3mr/mpi3mr.c
4333
bool ack_req = 0, process_evt_bh = 0;
sys/dev/mpi3mr/mpi3mr.c
6305
U16 reset_reason, bool snapdump)
sys/dev/mpi3mr/mpi3mr.h
1001
struct mpi3mr_target *tgtdev, Mpi3DevicePage0_t *dev_pg0, bool is_added);
sys/dev/mpi3mr/mpi3mr.h
401
bool in_use;
sys/dev/mpi3mr/mpi3mr.h
480
bool callout_owner;
sys/dev/mpi3mr/mpi3mr.h
545
bool ioctl_reset_snapdump;
sys/dev/mpi3mr/mpi3mr.h
567
bool msix_enable;
sys/dev/mpi3mr/mpi3mr.h
624
bool admin_in_use;
sys/dev/mpi3mr/mpi3mr.h
759
bool allow_ios;
sys/dev/mpi3mr/mpi3mr.h
760
bool secure_ctrl;
sys/dev/mpi3mr/mpi3mr.h
773
bool ioctl_sges_allocated;
sys/dev/mpi3mr/mpi3mr.h
985
U16 reset_reason, bool snapdump);
sys/dev/mpi3mr/mpi3mr.h
999
bool must_delete);
sys/dev/mpi3mr/mpi3mr_app.c
633
bool chain_used = false;
sys/dev/mpi3mr/mpi3mr_cam.c
1879
struct mpi3mr_target *target, bool must_delete)
sys/dev/mpi3mr/mpi3mr_cam.c
315
static bool mpi3mr_allow_unmap_to_fw(struct mpi3mr_softc *sc,
sys/dev/mrsas/mrsas.h
1752
bool callout_owner;
sys/dev/mrsas/mrsas_cam.c
1325
bool build_prp = false;
sys/dev/mthca/mthca_dev.h
362
bool active;
sys/dev/nctgpio/nctgpio.c
1007
static bool
sys/dev/nctgpio/nctgpio.c
1012
bool val;
sys/dev/nctgpio/nctgpio.c
1078
static bool
sys/dev/nctgpio/nctgpio.c
881
nct_set_pin_reg(struct nct_softc *sc, reg_t reg, uint32_t pin_num, bool val)
sys/dev/nctgpio/nctgpio.c
914
nct_set_pin_input(struct nct_softc *sc, uint32_t pin_num, bool val)
sys/dev/nctgpio/nctgpio.c
922
static bool
sys/dev/nctgpio/nctgpio.c
932
nct_set_pin_inverted(struct nct_softc *sc, uint32_t pin_num, bool val)
sys/dev/nctgpio/nctgpio.c
937
static bool
sys/dev/nctgpio/nctgpio.c
951
nct_write_pin(struct nct_softc *sc, uint32_t pin_num, bool val)
sys/dev/nctgpio/nctgpio.c
973
static bool
sys/dev/nctgpio/nctgpio.c
979
bool b;
sys/dev/neta/if_mvneta.c
2048
bool reinit;
sys/dev/netmap/if_ptnet.c
1240
bool notify;
sys/dev/netmap/if_ptnet.c
1255
bool notify;
sys/dev/netmap/if_ptnet.c
1369
bool may_resched)
sys/dev/netmap/if_ptnet.c
1372
bool have_vnet_hdr = sc->vnet_hdr_len;
sys/dev/netmap/if_ptnet.c
1669
ptnet_rx_eof(struct ptnet_queue *pq, unsigned int budget, bool may_resched)
sys/dev/netmap/if_ptnet.c
1672
bool have_vnet_hdr = sc->vnet_hdr_len;
sys/dev/netmap/if_ptnet.c
191
bool may_resched);
sys/dev/netmap/if_ptnet.c
1929
bool borrow = false;
sys/dev/netmap/if_ptnet.c
219
bool may_resched);
sys/dev/netmap/netmap.c
3920
bool changed = false;
sys/dev/netmap/netmap_bdg.c
706
bool configured;
sys/dev/netmap/netmap_bdg.c
707
bool stopped;
sys/dev/netmap/netmap_generic.c
459
bool match = false;
sys/dev/netmap/netmap_kern.h
2378
bool netmap_pt_guest_txsync(struct nm_csb_atok *atok,
sys/dev/netmap/netmap_kern.h
2381
bool netmap_pt_guest_rxsync(struct nm_csb_atok *atok,
sys/dev/netmap/netmap_kloop.c
1041
bool
sys/dev/netmap/netmap_kloop.c
1045
bool notify = false;
sys/dev/netmap/netmap_kloop.c
153
bool busy_wait;
sys/dev/netmap/netmap_kloop.c
155
bool direct;
sys/dev/netmap/netmap_kloop.c
167
bool more_txspace = false;
sys/dev/netmap/netmap_kloop.c
325
bool some_recvd = false;
sys/dev/netmap/netmap_kloop.c
584
bool na_could_sleep = false;
sys/dev/netmap/netmap_kloop.c
585
bool busy_wait = true;
sys/dev/netmap/netmap_kloop.c
586
bool direct_tx = false;
sys/dev/netmap/netmap_kloop.c
587
bool direct_rx = false;
sys/dev/netmap/netmap_kloop.c
737
bool tx_ring = (i < num_tx_rings);
sys/dev/netmap/netmap_kloop.c
918
bool running = true;
sys/dev/netmap/netmap_kloop.c
973
bool
sys/dev/netmap/netmap_kloop.c
977
bool notify = false;
sys/dev/ntb/ntb.c
274
bool
sys/dev/ntb/ntb.c
315
bool
sys/dev/ntb/ntb.h
117
bool ntb_link_is_up(device_t ntb, enum ntb_speed *speed, enum ntb_width *width);
sys/dev/ntb/ntb.h
154
bool ntb_link_enabled(device_t ntb);
sys/dev/ntb/ntb_hw/ntb_hw_amd.c
260
static bool
sys/dev/ntb/ntb_hw/ntb_hw_amd.c
764
static bool
sys/dev/ntb/ntb_hw/ntb_hw_amd.c
858
amd_ntb_setup_isr(struct amd_ntb_softc *ntb, uint16_t num_vectors, bool msi,
sys/dev/ntb/ntb_hw/ntb_hw_amd.c
859
bool intx)
sys/dev/ntb/ntb_hw/ntb_hw_amd.c
938
bool msi = false, intx = false;
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
221
bool peer_msix_good;
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
222
bool peer_msix_done;
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2452
static inline bool
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2461
static inline bool
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2475
static inline bool
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2728
static bool
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2798
static bool
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2812
static bool
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2842
static bool
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2862
static bool
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2865
bool val;
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
318
static bool intel_ntb_link_is_up(device_t dev, enum ntb_speed *speed,
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
328
static inline bool bar_is_64bit(struct ntb_softc *, enum ntb_bar);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
3294
bool db, pci;
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
382
static inline bool link_is_up(struct ntb_softc *ntb);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
383
static inline bool _xeon_link_is_up(struct ntb_softc *ntb);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
384
static inline bool atom_link_is_err(struct ntb_softc *ntb);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
3840
static bool
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
389
static bool intel_ntb_poll_link(struct ntb_softc *ntb);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
829
static inline bool
sys/dev/ntb/ntb_hw/ntb_hw_plx.c
539
static bool
sys/dev/ntb/ntb_hw/ntb_hw_plx.c
594
static bool
sys/dev/ntb/ntb_transport.c
123
bool client_ready;
sys/dev/ntb/ntb_transport.c
124
volatile bool link_is_up;
sys/dev/ntb/ntb_transport.c
1513
bool
sys/dev/ntb/ntb_transport.c
210
volatile bool link_is_up;
sys/dev/ntb/ntb_transport.h
56
bool ntb_transport_link_query(struct ntb_transport_qp *qp);
sys/dev/ntb/test/ntb_tool.c
406
struct sysctl_req *req, char *ubuf, uint64_t *val, bool db_mask_sflag,
sys/dev/ntb/test/ntb_tool.c
453
uint64_t *pattern, bool *s_pflag)
sys/dev/ntb/test/ntb_tool.c
457
bool vs1, vs2, vs3;
sys/dev/ntb/test/ntb_tool.c
580
bool s_pflag = false;
sys/dev/nvdimm/nvdimm.c
180
static bool
sys/dev/nvdimm/nvdimm.c
248
bool index_0_valid, index_1_valid;
sys/dev/nvdimm/nvdimm_e820.c
70
bool printed = false;
sys/dev/nvdimm/nvdimm_spa.c
156
bool
sys/dev/nvdimm/nvdimm_spa.c
86
const bool u_usr_acc;
sys/dev/nvdimm/nvdimm_var.h
133
bool spa_g_proc_run;
sys/dev/nvdimm/nvdimm_var.h
134
bool spa_g_proc_exiting;
sys/dev/nvdimm/nvdimm_var.h
169
bool nvdimm_spa_type_user_accessible(enum SPA_mapping_type);
sys/dev/nvme/nvme.h
1906
void nvme_opcode_sbuf(bool admin, uint8_t opc, struct sbuf *sb);
sys/dev/nvme/nvme.h
1935
uint32_t nsid, bool is_user,
sys/dev/nvme/nvme.h
1936
bool is_admin);
sys/dev/nvme/nvme.h
1977
static inline bool
sys/dev/nvme/nvme_ctrlr.c
1015
nvme_ctrlr_start(void *ctrlr_arg, bool resetting)
sys/dev/nvme/nvme_ctrlr.c
1355
nvme_user_ioctl_req(vm_offset_t addr, size_t len, bool is_read,
sys/dev/nvme/nvme_ctrlr.c
1389
nvme_user_ioctl_free(vm_page_t *pages, int npage, bool freeit)
sys/dev/nvme/nvme_ctrlr.c
1497
struct nvme_passthru_cmd *npc, uint32_t nsid, bool is_user, bool is_admin)
sys/dev/nvme/nvme_ctrlr.c
1768
bool gone;
sys/dev/nvme/nvme_ctrlr.c
240
nvme_ctrlr_fail(struct nvme_controller *ctrlr, bool admin_also)
sys/dev/nvme/nvme_ctrlr.c
602
static bool
sys/dev/nvme/nvme_ctrlr.c
790
bool enable, error = true;
sys/dev/nvme/nvme_ctrlr.c
993
nvme_ctrlr_hmb_enable(struct nvme_controller *ctrlr, bool enable, bool memret)
sys/dev/nvme/nvme_private.h
102
extern bool nvme_verbose_cmd_dump;
sys/dev/nvme/nvme_private.h
118
bool payload_valid;
sys/dev/nvme/nvme_private.h
119
bool timeout;
sys/dev/nvme/nvme_private.h
120
bool spare[2]; /* Future use */
sys/dev/nvme/nvme_private.h
163
bool timer_armed; /* recovery lock */
sys/dev/nvme/nvme_private.h
300
bool fail_on_reset;
sys/dev/nvme/nvme_private.h
301
bool is_failed;
sys/dev/nvme/nvme_private.h
302
bool is_failed_admin;
sys/dev/nvme/nvme_private.h
303
bool is_dying;
sys/dev/nvme/nvme_private.h
304
bool isr_warned;
sys/dev/nvme/nvme_private.h
305
bool is_initialized;
sys/dev/nvme/nvme_private.h
411
bool nvme_qpair_process_completions(struct nvme_qpair *qpair);
sys/dev/nvme/nvme_qpair.c
1128
bool is_admin = qpair == &qpair->ctrlr->adminq;
sys/dev/nvme/nvme_qpair.c
1211
bool is_admin __diagused = qpair == &qpair->ctrlr->adminq;
sys/dev/nvme/nvme_qpair.c
1248
bool rpt;
sys/dev/nvme/nvme_qpair.c
1282
bool report;
sys/dev/nvme/nvme_qpair.c
149
static bool
sys/dev/nvme/nvme_qpair.c
215
bool retry, error, retriable;
sys/dev/nvme/nvme_qpair.c
319
bool error;
sys/dev/nvme/nvme_qpair.c
338
static bool
sys/dev/nvme/nvme_qpair.c
343
bool done = false;
sys/dev/nvme/nvme_qpair.c
344
bool in_panic = dumping || SCHEDULER_STOPPED();
sys/dev/nvme/nvme_qpair.c
48
get_opcode_string(bool admin, uint8_t opc, char *buf, size_t len)
sys/dev/nvme/nvme_qpair.c
486
bool
sys/dev/nvme/nvme_qpair.c
489
bool done = false;
sys/dev/nvme/nvme_qpair.c
843
bool idle = true;
sys/dev/nvme/nvme_qpair.c
844
bool is_admin = qpair == &ctrlr->adminq;
sys/dev/nvme/nvme_qpair.c
845
bool fast;
sys/dev/nvme/nvme_sysctl.c
44
bool nvme_verbose_cmd_dump = false;
sys/dev/nvme/nvme_util.c
197
nvme_opcode_sbuf(bool admin, uint8_t opc, struct sbuf *sb)
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
1138
bool found, match;
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
246
bool admin)
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
696
static bool
sys/dev/nvmf/controller/nvmft_controller.c
388
bool wakeup_np;
sys/dev/nvmf/controller/nvmft_controller.c
559
bool rae;
sys/dev/nvmf/controller/nvmft_controller.c
818
static bool
sys/dev/nvmf/controller/nvmft_controller.c
819
update_cc(struct nvmft_controller *ctrlr, uint32_t new_cc, bool *need_shutdown)
sys/dev/nvmf/controller/nvmft_controller.c
910
bool need_shutdown;
sys/dev/nvmf/controller/nvmft_qpair.c
29
bool admin;
sys/dev/nvmf/controller/nvmft_qpair.c
30
bool sq_flow_control;
sys/dev/nvmf/controller/nvmft_qpair.c
355
const struct nvmf_fabric_connect_cmd *cmd, bool data, uint16_t offset)
sys/dev/nvmf/controller/nvmft_qpair.c
386
bool enqueue_task;
sys/dev/nvmf/controller/nvmft_qpair.c
406
bool abort;
sys/dev/nvmf/controller/nvmft_subr.c
21
bool
sys/dev/nvmf/controller/nvmft_subr.c
64
bool
sys/dev/nvmf/controller/nvmft_subr.h
17
bool nvmf_nqn_valid(const char *nqn);
sys/dev/nvmf/controller/nvmft_subr.h
26
bool _nvmf_validate_cc(uint32_t max_io_qsize, uint64_t cap, uint32_t old_cc,
sys/dev/nvmf/controller/nvmft_var.h
100
bool changed_ns_reported;
sys/dev/nvmf/controller/nvmft_var.h
113
struct nvmf_capsule *nc, bool admin);
sys/dev/nvmf/controller/nvmft_var.h
163
const struct nvmf_fabric_connect_cmd *cmd, bool data, uint16_t offset);
sys/dev/nvmf/controller/nvmft_var.h
37
bool online;
sys/dev/nvmf/controller/nvmft_var.h
51
bool shutdown;
sys/dev/nvmf/controller/nvmft_var.h
58
bool shutdown;
sys/dev/nvmf/controller/nvmft_var.h
59
bool admin_closed;
sys/dev/nvmf/host/nvmf.c
1063
static bool
sys/dev/nvmf/host/nvmf.c
1095
bool admin)
sys/dev/nvmf/host/nvmf.c
32
bool nvmf_fail_disconnect = false;
sys/dev/nvmf/host/nvmf.c
348
typedef bool nvmf_scan_active_ns_cb(struct nvmf_softc *, uint32_t,
sys/dev/nvmf/host/nvmf.c
351
static bool
sys/dev/nvmf/host/nvmf.c
429
static bool
sys/dev/nvmf/host/nvmf.c
436
bool retval;
sys/dev/nvmf/host/nvmf.c
458
static bool
sys/dev/nvmf/host/nvmf.c
485
static bool
sys/dev/nvmf/host/nvmf_cmd.c
116
bool
sys/dev/nvmf/host/nvmf_cmd.c
142
bool
sys/dev/nvmf/host/nvmf_cmd.c
16
bool
sys/dev/nvmf/host/nvmf_cmd.c
44
bool
sys/dev/nvmf/host/nvmf_cmd.c
74
bool
sys/dev/nvmf/host/nvmf_cmd.c
90
bool
sys/dev/nvmf/host/nvmf_ctldev.c
51
static bool
sys/dev/nvmf/host/nvmf_ctldev.c
69
bool found;
sys/dev/nvmf/host/nvmf_ns.c
31
bool disconnected;
sys/dev/nvmf/host/nvmf_ns.c
32
bool shutdown;
sys/dev/nvmf/host/nvmf_ns.c
497
bool
sys/dev/nvmf/host/nvmf_qpair.c
256
bool admin, u_int qid)
sys/dev/nvmf/host/nvmf_qpair.c
291
bool admin;
sys/dev/nvmf/host/nvmf_qpair.c
30
bool sq_flow_control;
sys/dev/nvmf/host/nvmf_qpair.c
31
bool shutting_down;
sys/dev/nvmf/host/nvmf_var.h
106
bool aer;
sys/dev/nvmf/host/nvmf_var.h
113
bool done;
sys/dev/nvmf/host/nvmf_var.h
114
bool io_done;
sys/dev/nvmf/host/nvmf_var.h
125
static __inline bool
sys/dev/nvmf/host/nvmf_var.h
158
extern bool nvmf_fail_disconnect;
sys/dev/nvmf/host/nvmf_var.h
169
bool admin);
sys/dev/nvmf/host/nvmf_var.h
177
bool nvmf_cmd_get_property(struct nvmf_softc *sc, uint32_t offset,
sys/dev/nvmf/host/nvmf_var.h
179
bool nvmf_cmd_set_property(struct nvmf_softc *sc, uint32_t offset,
sys/dev/nvmf/host/nvmf_var.h
182
bool nvmf_cmd_keep_alive(struct nvmf_softc *sc, nvmf_request_complete_t *cb,
sys/dev/nvmf/host/nvmf_var.h
184
bool nvmf_cmd_identify_active_namespaces(struct nvmf_softc *sc, uint32_t id,
sys/dev/nvmf/host/nvmf_var.h
187
bool nvmf_cmd_identify_namespace(struct nvmf_softc *sc, uint32_t id,
sys/dev/nvmf/host/nvmf_var.h
190
bool nvmf_cmd_get_log_page(struct nvmf_softc *sc, uint32_t nsid, uint8_t lid,
sys/dev/nvmf/host/nvmf_var.h
205
bool nvmf_update_ns(struct nvmf_namespace *ns,
sys/dev/nvmf/host/nvmf_var.h
42
bool sim_disconnected;
sys/dev/nvmf/host/nvmf_var.h
43
bool sim_shutdown;
sys/dev/nvmf/host/nvmf_var.h
68
bool ka_traffic; /* Using TKAS? */
sys/dev/nvmf/host/nvmf_var.h
85
bool detaching;
sys/dev/nvmf/host/nvmf_var.h
86
bool controller_timedout;
sys/dev/nvmf/nvmf_tcp.c
1088
bool have_header;
sys/dev/nvmf/nvmf_tcp.c
114
bool data_digest_mismatch;
sys/dev/nvmf/nvmf_tcp.c
1226
bool use_icd;
sys/dev/nvmf/nvmf_tcp.c
1417
tcp_allocate_qpair(bool controller, const nvlist_t *nvl)
sys/dev/nvmf/nvmf_tcp.c
1786
struct mbuf *m, size_t len, bool last_pdu, bool success)
sys/dev/nvmf/nvmf_tcp.c
1812
bool last_pdu, last_xfer;
sys/dev/nvmf/nvmf_tcp.c
72
bool header_digests;
sys/dev/nvmf/nvmf_tcp.c
73
bool data_digests;
sys/dev/nvmf/nvmf_tcp.c
81
bool send_success; /* Controller only */
sys/dev/nvmf/nvmf_tcp.c
86
bool rx_shutdown;
sys/dev/nvmf/nvmf_tcp.c
907
bool can_truncate)
sys/dev/nvmf/nvmf_tcp.c
91
bool tx_shutdown;
sys/dev/nvmf/nvmf_tcp.c
923
uint32_t data_offset, struct mbuf *m, size_t len, bool last_pdu)
sys/dev/nvmf/nvmf_tcp.h
35
bool controller, bool header_digests, bool data_digests, uint8_t rxpda,
sys/dev/nvmf/nvmf_transport.c
134
size_t len, bool send, nvmf_io_complete_t *complete_cb,
sys/dev/nvmf/nvmf_transport.c
183
bool
sys/dev/nvmf/nvmf_transport.c
293
bool
sys/dev/nvmf/nvmf_transport.c
294
nvmf_validate_qpair_nvlist(const nvlist_t *nvl, bool controller)
sys/dev/nvmf/nvmf_transport.c
297
bool admin, valid;
sys/dev/nvmf/nvmf_transport.c
43
static bool
sys/dev/nvmf/nvmf_transport.c
50
nvmf_allocate_qpair(enum nvmf_trtype trtype, bool controller,
sys/dev/nvmf/nvmf_transport.h
173
bool nvmf_validate_qpair_nvlist(const nvlist_t *nvl, bool controller);
sys/dev/nvmf/nvmf_transport.h
58
bool controller, const nvlist_t *params,
sys/dev/nvmf/nvmf_transport.h
76
struct memdesc *mem, size_t len, bool send,
sys/dev/nvmf/nvmf_transport.h
82
bool nvmf_sqhd_valid(struct nvmf_capsule *nc);
sys/dev/nvmf/nvmf_transport_internal.h
101
bool nc_send_data;
sys/dev/nvmf/nvmf_transport_internal.h
24
struct nvmf_qpair *(*allocate_qpair)(bool controller,
sys/dev/nvmf/nvmf_transport_internal.h
56
bool nq_controller;
sys/dev/nvmf/nvmf_transport_internal.h
66
bool nq_admin;
sys/dev/nvmf/nvmf_transport_internal.h
99
bool nc_sqhd_valid;
sys/dev/oce/oce_sysctl.c
73
bool skip_image;
sys/dev/ocs_fc/ocs.h
210
bool attached;
sys/dev/ocs_fc/ocs_cam.c
1724
bool sendstatus = ccb->ccb_h.flags & CAM_SEND_STATUS;
sys/dev/ocs_fc/ocs_cam.c
2265
bool role_changed = FALSE;
sys/dev/ocs_fc/ocs_cam.h
88
bool sendresp;
sys/dev/ocs_fc/ocs_drv_fc.h
107
bool soft_wwn_enable;
sys/dev/ocs_fc/ocs_drv_fc.h
137
bool enable_hlm; /*>> high login mode is enabled */
sys/dev/ocs_fc/ocs_drv_fc.h
143
bool esoc;
sys/dev/ocs_fc/ocs_drv_fc.h
63
bool enable_ini;
sys/dev/ocs_fc/ocs_drv_fc.h
64
bool enable_tgt;
sys/dev/ocs_fc/ocs_drv_fc.h
97
bool explicit_buffer_list;
sys/dev/ocs_fc/ocs_drv_fc.h
98
bool external_loopback;
sys/dev/ocs_fc/ocs_hw.h
1071
bool expiration_logged;
sys/dev/ocs_fc/ocs_hw.h
1204
bool is_mrq;
sys/dev/ocs_fc/ocs_hw_queues.c
66
bool use_mrq = FALSE;
sys/dev/ocs_fc/sli4.c
4211
bool
sys/dev/ocs_fc/sli4.h
3624
static inline bool
sys/dev/ocs_fc/sli4.h
5608
extern bool sli_persist_topology_enabled(sli4_t *sli4);
sys/dev/ofw/ofw_bus_subr.c
301
bool
sys/dev/ofw/ofw_bus_subr.c
731
bool extended;
sys/dev/ofw/ofw_bus_subr.c
808
bool extended;
sys/dev/ofw/ofw_bus_subr.h
121
bool ofw_bus_is_machine_compatible(const char *);
sys/dev/ofw/ofw_cpu.c
158
bool sc_reg_valid;
sys/dev/ofw/ofw_cpu.c
188
static bool
sys/dev/ofw/ofw_cpu.c
408
ofw_cpu_early_foreach(ofw_cpu_foreach_cb callback, bool only_runnable)
sys/dev/ofw/ofw_cpu.h
32
typedef bool (*ofw_cpu_foreach_cb)(u_int, phandle_t, u_int, pcell_t *);
sys/dev/ofw/ofw_cpu.h
33
int ofw_cpu_early_foreach(ofw_cpu_foreach_cb, bool);
sys/dev/ofw/ofwbus.c
138
bool isdefault, passthrough;
sys/dev/ofw/ofwbus.c
177
bool passthrough;
sys/dev/ofw/openfirm.c
204
bool
sys/dev/ofw/openfirm.c
98
static bool xref_init_done;
sys/dev/ofw/openfirm.h
86
bool OF_install(char *name, int prio);
sys/dev/otus/if_otusreg.h
1021
bool sc_running:1,
sys/dev/ow/owc_gpiobus.c
261
bool sample;
sys/dev/ow/owc_gpiobus.c
323
bool sample;
sys/dev/pci/pci.c
1902
bool run;
sys/dev/pci/pci.c
2020
bool *used;
sys/dev/pci/pci.c
2502
bool found = false;
sys/dev/pci/pci.c
2700
bool run;
sys/dev/pci/pci.c
2991
bool
sys/dev/pci/pci.c
435
static bool pci_enable_mps_tune = true;
sys/dev/pci/pci.c
440
static bool pci_intx_reroute = true;
sys/dev/pci/pci.c
520
bool found = false;
sys/dev/pci/pci.c
542
bool found = false;
sys/dev/pci/pci.c
6583
bool
sys/dev/pci/pci.c
6739
bool
sys/dev/pci/pci.c
6740
pcie_flr(device_t dev, u_int max_delay, bool force)
sys/dev/pci/pci.c
6890
bool match;
sys/dev/pci/pci_dw.c
136
pci_dw_dbi_protect(struct pci_dw_softc *sc, bool protect)
sys/dev/pci/pci_dw.c
148
static bool
sys/dev/pci/pci_dw.c
152
bool status;
sys/dev/pci/pci_dw.c
173
static bool
sys/dev/pci/pci_dw.c
721
bool unroll_mode;
sys/dev/pci/pci_dw.h
115
bool coherent;
sys/dev/pci/pci_dw_mv.c
189
pci_mv_get_link(device_t dev, bool *status)
sys/dev/pci/pci_host_generic.h
74
bool has_pmem;
sys/dev/pci/pci_host_generic_den0115.c
122
static bool
sys/dev/pci/pci_host_generic_den0115.c
134
static bool
sys/dev/pci/pci_host_generic_den0115.c
55
static bool pci_host_acpi_smccc_pci_version(uint32_t *);
sys/dev/pci/pci_iov.c
438
pci_iov_set_ari(device_t bus, bool *ari_enabled)
sys/dev/pci/pci_iov.c
689
bool ari_enabled;
sys/dev/pci/pci_pci.c
938
static bool
sys/dev/pci/pci_pci.c
989
bool schedule_task)
sys/dev/pci/pci_pci.c
991
bool card_inserted, ei_engaged;
sys/dev/pci/pcivar.h
704
bool pci_has_pm(device_t dev);
sys/dev/pci/pcivar.h
710
bool pcie_flr(device_t dev, u_int max_delay, bool force);
sys/dev/pci/pcivar.h
712
bool pcie_wait_for_pending_transactions(device_t dev, u_int max_delay);
sys/dev/phy/phy.c
54
static int phynode_method_enable(struct phynode *phynode, bool disable);
sys/dev/phy/phy.c
88
phynode_method_enable(struct phynode *phynode, bool enable)
sys/dev/psci/psci.c
86
bool psci_present;
sys/dev/psci/psci.h
39
extern bool psci_present;
sys/dev/puc/puc.c
61
bool p_hasintr:1;
sys/dev/puc/puc_bfe.h
65
bool sc_fastintr:1;
sys/dev/puc/puc_bfe.h
66
bool sc_leaving:1;
sys/dev/puc/puc_bfe.h
67
bool sc_polled:1;
sys/dev/puc/puc_bfe.h
68
bool sc_msi:1;
sys/dev/pwm/controller/allwinner/aw_pwm.c
334
aw_pwm_channel_enable(device_t dev, u_int channel, bool enable)
sys/dev/pwm/controller/allwinner/aw_pwm.c
358
aw_pwm_channel_is_enabled(device_t dev, u_int channel, bool *enabled)
sys/dev/pwm/controller/allwinner/aw_pwm.c
87
bool enabled;
sys/dev/pwm/controller/rockchip/rk_pwm.c
119
bool using_scaler;
sys/dev/pwm/controller/rockchip/rk_pwm.c
120
bool enabled;
sys/dev/pwm/controller/rockchip/rk_pwm.c
274
bool using_scaler;
sys/dev/pwm/controller/rockchip/rk_pwm.c
340
rk_pwm_channel_enable(device_t dev, u_int channel, bool enable)
sys/dev/pwm/controller/rockchip/rk_pwm.c
361
rk_pwm_channel_is_enabled(device_t dev, u_int channel, bool *enabled)
sys/dev/pwm/ofw_pwm.h
39
bool enabled;
sys/dev/pwm/ofw_pwmbus.c
123
bool any_children;
sys/dev/pwm/pwm_backlight.c
72
bool enabled;
sys/dev/pwm/pwmbus.c
214
pwmbus_channel_enable(device_t dev, u_int chan, bool enable)
sys/dev/pwm/pwmbus.c
226
pwmbus_channel_is_enabled(device_t dev, u_int chan, bool *enable)
sys/dev/pwm/pwmc.h
37
bool enable;
sys/dev/qat/include/adf_dev_err.h
72
bool adf_handle_slice_hang(struct adf_accel_dev *accel_dev,
sys/dev/qat/include/adf_dev_err.h
76
bool adf_check_slice_hang(struct adf_accel_dev *accel_dev);
sys/dev/qat/include/common/adf_accel_devices.h
352
bool (*get_eth_doorbell_msg)(struct adf_accel_dev *accel_dev);
sys/dev/qat/include/common/adf_accel_devices.h
361
bool (*check_prod_sku)(struct adf_accel_dev *accel_dev);
sys/dev/qat/include/common/adf_accel_devices.h
372
bool (*ras_interrupts)(struct adf_accel_dev *accel_dev,
sys/dev/qat/include/common/adf_accel_devices.h
373
bool *reset_required);
sys/dev/qat/include/common/adf_accel_devices.h
393
bool enable);
sys/dev/qat/include/common/adf_accel_devices.h
395
bool (*check_slice_hang)(struct adf_accel_dev *accel_dev);
sys/dev/qat/include/common/adf_accel_devices.h
437
bool reset_ack;
sys/dev/qat/include/common/adf_accel_devices.h
455
bool get_ring_to_svc_done;
sys/dev/qat/include/common/adf_accel_devices.h
46
static inline bool
sys/dev/qat/include/common/adf_accel_devices.h
634
bool init;
sys/dev/qat/include/common/adf_accel_devices.h
654
bool enabled;
sys/dev/qat/include/common/adf_accel_devices.h
712
bool irq_enabled;
sys/dev/qat/include/common/adf_accel_devices.h
726
bool is_vf;
sys/dev/qat/include/common/adf_cfg.h
22
bool processed;
sys/dev/qat/include/common/adf_cfg.h
23
bool is_derived;
sys/dev/qat/include/common/adf_common_drv.h
184
bool adf_is_bdf_equal(struct adf_pci_address *bdf1,
sys/dev/qat/include/common/adf_common_drv.h
308
bool adf_recv_and_handle_pf2vf_msg(struct adf_accel_dev *accel_dev);
sys/dev/qat/include/common/adf_common_drv.h
92
void adf_clean_vf_map(bool);
sys/dev/qat/include/common/adf_uio_control.h
15
bool used;
sys/dev/qat/include/common/icp_qat_fw_loader_handle.h
33
bool fw_auth;
sys/dev/qat/qat_common/adf_cfg_bundle.c
16
static bool
sys/dev/qat/qat_common/adf_cfg_bundle.c
33
bool
sys/dev/qat/qat_common/adf_cfg_bundle.c
8
static bool
sys/dev/qat/qat_common/adf_cfg_bundle.h
29
bool adf_cfg_is_free(struct adf_cfg_bundle *bundle);
sys/dev/qat/qat_common/adf_cfg_section.c
7
static bool
sys/dev/qat/qat_common/adf_ctl_drv.c
400
bool allowed = false;
sys/dev/qat/qat_common/adf_dev_err.c
221
bool
sys/dev/qat/qat_common/adf_dev_err.c
274
bool
sys/dev/qat/qat_common/adf_dev_err.c
285
bool handled = false;
sys/dev/qat/qat_common/adf_dev_mgr.c
30
bool attached;
sys/dev/qat/qat_common/adf_dev_mgr.c
65
adf_clean_vf_map(bool vf)
sys/dev/qat/qat_common/adf_freebsd_dev_processes.c
186
bool pr_name_available = 1;
sys/dev/qat/qat_common/adf_freebsd_uio_cleanup.c
215
static bool
sys/dev/qat/qat_common/adf_isr.c
114
bool reset_required = false;
sys/dev/qat/qat_common/adf_pfvf_utils.c
52
static bool
sys/dev/qat/qat_common/adf_pfvf_vf_proto.c
120
bool crc,
sys/dev/qat/qat_common/adf_pfvf_vf_proto.c
345
static bool
sys/dev/qat/qat_common/adf_pfvf_vf_proto.c
374
bool
sys/dev/qat/qat_common/qat_uclo.c
421
const bool gen4 =
sys/dev/qat/qat_hw/qat_4xxx/adf_4xxx_hw_data.c
815
static bool
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_hw_data.c
1782
bool asym_en = false, sym_en = false;
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_hw_data.c
2032
bool sym_only_sku = false;
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_hw_data.c
2095
configure_iov_threads(struct adf_accel_dev *accel_dev, bool enable)
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_hw_data.c
246
static bool
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_hw_data.c
258
bool handled = false;
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_hw_data.c
314
static bool
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_hw_data.c
323
bool handled = false;
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_hw_data.c
365
bool sym_only_sku = false;
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_hw_data.c
393
static bool
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_hw_data.c
407
static bool
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_ras.c
1077
static inline bool
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_ras.c
1127
bool *reset_required)
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_ras.c
1145
bool *reset_required)
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_ras.c
1196
bool *reset_required)
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_ras.c
1240
bool *reset_required)
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_ras.c
1272
bool *reset_required)
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_ras.c
1311
bool
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_ras.c
1312
adf_ras_interrupts(struct adf_accel_dev *accel_dev, bool *reset_required)
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_ras.c
1315
bool handled = false;
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_ras.c
405
bool *reset_required)
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_ras.c
515
bool *reset_required)
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_ras.c
626
bool *reset_required)
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_ras.c
639
bool *reset_required)
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_ras.c
644
bool type;
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_ras.c
691
bool *reset_required)
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_ras.c
930
bool *reset_required)
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_ras.c
957
bool *reset_required)
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_ras.h
17
bool adf_ras_interrupts(struct adf_accel_dev *accel_dev, bool *reset_required);
sys/dev/qat_c2xxx/qat.c
1032
bool blocked = false;
sys/dev/qat_c2xxx/qat.c
1771
bool blocked;
sys/dev/qat_c2xxx/qatvar.h
168
bool qr_need_wakeup;
sys/dev/qat_c2xxx/qatvar.h
639
bool qs_need_wakeup;
sys/dev/qat_c2xxx/qatvar.h
699
bool qhw_fw_auth;
sys/dev/qcom_clk/qcom_clk_apssdiv.c
113
static bool
sys/dev/qcom_clk/qcom_clk_apssdiv.c
146
qcom_clk_apssdiv_set_gate(struct clknode *clk, bool enable)
sys/dev/qcom_clk/qcom_clk_branch2.c
106
static bool
sys/dev/qcom_clk/qcom_clk_branch2.c
107
qcom_clk_branch2_check_halt_locked(struct qcom_clk_branch2_sc *sc, bool enable)
sys/dev/qcom_clk/qcom_clk_branch2.c
134
static bool
sys/dev/qcom_clk/qcom_clk_branch2.c
136
uint32_t type, bool voted)
sys/dev/qcom_clk/qcom_clk_branch2.c
142
static bool
sys/dev/qcom_clk/qcom_clk_branch2.c
143
qcom_clk_branch2_wait_locked(struct qcom_clk_branch2_sc *sc, bool enable)
sys/dev/qcom_clk/qcom_clk_branch2.c
181
qcom_clk_branch2_set_gate(struct clknode *clk, bool enable)
sys/dev/qcom_clk/qcom_clk_branch2.c
64
bool halt_check_voted;
sys/dev/qcom_clk/qcom_clk_branch2.c
67
static bool
sys/dev/qcom_clk/qcom_clk_branch2.c
92
static bool
sys/dev/qcom_clk/qcom_clk_branch2.h
62
bool halt_check_voted; /* whether to delay when waiting */
sys/dev/qcom_clk/qcom_clk_rcg2.c
265
bool enabled __unused;
sys/dev/qcom_clk/qcom_clk_rcg2.c
306
qcom_clk_rcg2_set_gate(struct clknode *clk, bool enable)
sys/dev/qcom_clk/qcom_clk_rcg2.c
80
static bool
sys/dev/qcom_ess_edma/qcom_ess_edma_hw.c
211
int rxq, bool state)
sys/dev/qcom_ess_edma/qcom_ess_edma_hw.c
224
int txq, bool state)
sys/dev/qcom_ess_edma/qcom_ess_edma_hw.h
44
struct qcom_ess_edma_softc *sc, int rxq, bool state);
sys/dev/qcom_ess_edma/qcom_ess_edma_hw.h
46
struct qcom_ess_edma_softc *sc, int txq, bool state);
sys/dev/qcom_ess_edma/qcom_ess_edma_rx.c
338
bool rx_checksum = 1;
sys/dev/qcom_ess_edma/qcom_ess_edma_var.h
198
bool enabled;
sys/dev/qcom_ess_edma/qcom_ess_edma_var.h
238
bool rx_buf_ether_align;
sys/dev/qcom_gcc/qcom_gcc_ipq4018_reset.c
131
qcom_gcc_ipq4018_hwreset_assert(device_t dev, intptr_t id, bool reset)
sys/dev/qcom_gcc/qcom_gcc_ipq4018_reset.c
155
qcom_gcc_ipq4018_hwreset_is_asserted(device_t dev, intptr_t id, bool *reset)
sys/dev/qcom_gcc/qcom_gcc_reset.c
52
qcom_gcc_hwreset_assert(device_t dev, intptr_t id, bool reset)
sys/dev/qcom_gcc/qcom_gcc_reset.c
59
qcom_gcc_hwreset_is_asserted(device_t dev, intptr_t id, bool *reset)
sys/dev/qcom_gcc/qcom_gcc_var.h
43
int (*hw_reset_assert)(device_t, intptr_t, bool);
sys/dev/qcom_gcc/qcom_gcc_var.h
44
int (*hw_reset_is_asserted)(device_t, intptr_t, bool *);
sys/dev/qcom_gcc/qcom_gcc_var.h
63
bool reset);
sys/dev/qcom_gcc/qcom_gcc_var.h
65
bool *reset);
sys/dev/qcom_qup/qcom_spi.c
81
qcom_spi_set_chipsel(struct qcom_spi_softc *sc, int cs, bool active)
sys/dev/qcom_qup/qcom_spi.c
83
bool pinactive;
sys/dev/qcom_qup/qcom_spi.c
84
bool invert = !! (cs & SPIBUS_CS_HIGH);
sys/dev/qcom_qup/qcom_spi_hw.c
105
static bool
sys/dev/qcom_qup/qcom_spi_hw.c
135
static bool
sys/dev/qcom_qup/qcom_spi_hw.c
282
qcom_spi_hw_spi_cs_force(struct qcom_spi_softc *sc, int cs, bool enable)
sys/dev/qcom_qup/qcom_spi_hw.c
583
bool cpol)
sys/dev/qcom_qup/qcom_spi_hw.c
607
bool cpha)
sys/dev/qcom_qup/qcom_spi_hw.c
648
qcom_spi_hw_setup_qup_config(struct qcom_spi_softc *sc, bool is_tx, bool is_rx)
sys/dev/qcom_qup/qcom_spi_hw.c
741
static bool
sys/dev/qcom_qup/qcom_spi_hw.c
846
static bool
sys/dev/qcom_qup/qcom_spi_var.h
106
bool done;
sys/dev/qcom_qup/qcom_spi_var.h
135
bool enable);
sys/dev/qcom_qup/qcom_spi_var.h
146
struct qcom_spi_softc *sc, bool cpol);
sys/dev/qcom_qup/qcom_spi_var.h
148
uint32_t clock_val, bool cpha);
sys/dev/qcom_qup/qcom_spi_var.h
150
bool is_tx, bool is_rx);
sys/dev/qcom_qup/qcom_spi_var.h
50
bool sc_busy; /* an SPI transfer (cmd+data)
sys/dev/qcom_qup/qcom_spi_var.h
85
bool cs_high; /* true if CS is high for active */
sys/dev/qcom_qup/qcom_spi_var.h
89
bool tx_dma_done;
sys/dev/qcom_qup/qcom_spi_var.h
90
bool rx_dma_done;
sys/dev/qcom_qup/qcom_spi_var.h
91
bool done;
sys/dev/qcom_qup/qcom_spi_var.h
92
bool do_tx;
sys/dev/qcom_qup/qcom_spi_var.h
93
bool do_rx;
sys/dev/qcom_qup/qcom_spi_var.h
94
bool error;
sys/dev/qcom_qup/qcom_spi_var.h
98
bool active; /* a (sub) transfer is active */
sys/dev/qcom_tlmm/qcom_tlmm_ipq4018_hw.c
171
int pin, bool *is_output)
sys/dev/qcom_tlmm/qcom_tlmm_ipq4018_hw.c
436
struct qcom_tlmm_softc *sc, uint32_t pin, bool enable)
sys/dev/qcom_tlmm/qcom_tlmm_ipq4018_hw.c
463
struct qcom_tlmm_softc *sc, uint32_t pin, bool *enable)
sys/dev/qcom_tlmm/qcom_tlmm_ipq4018_hw.c
485
struct qcom_tlmm_softc *sc, uint32_t pin, bool enable)
sys/dev/qcom_tlmm/qcom_tlmm_ipq4018_hw.c
512
struct qcom_tlmm_softc *sc, uint32_t pin, bool *enable)
sys/dev/qcom_tlmm/qcom_tlmm_ipq4018_hw.h
43
struct qcom_tlmm_softc *sc, int pin, bool *is_output);
sys/dev/qcom_tlmm/qcom_tlmm_ipq4018_hw.h
74
bool enable);
sys/dev/qcom_tlmm/qcom_tlmm_ipq4018_hw.h
77
bool *enable);
sys/dev/qcom_tlmm/qcom_tlmm_ipq4018_hw.h
81
bool enable);
sys/dev/qcom_tlmm/qcom_tlmm_ipq4018_hw.h
84
bool *enable);
sys/dev/qcom_tlmm/qcom_tlmm_pin.c
161
bool is_output;
sys/dev/qlnx/qlnxe/bcm_osal.h
229
static inline bool OSAL_NVM_IS_ACCESS_ENABLED(void *p_hwfn)
sys/dev/qlnx/qlnxe/ecore.h
272
bool *b_valid;
sys/dev/qlnx/qlnxe/ecore.h
293
bool b_update_mode;
sys/dev/qlnx/qlnxe/ecore.h
294
bool b_mode_enabled;
sys/dev/qlnx/qlnxe/ecore.h
299
bool b_update_port;
sys/dev/qlnx/qlnxe/ecore.h
313
bool b_update_rx_cls;
sys/dev/qlnx/qlnxe/ecore.h
314
bool b_update_tx_cls;
sys/dev/qlnx/qlnxe/ecore.h
514
bool b_mem_ready;
sys/dev/qlnx/qlnxe/ecore.h
540
bool configured;
sys/dev/qlnx/qlnxe/ecore.h
562
bool pf_rl_en;
sys/dev/qlnx/qlnxe/ecore.h
563
bool pf_wfq_en;
sys/dev/qlnx/qlnxe/ecore.h
564
bool vport_rl_en;
sys/dev/qlnx/qlnxe/ecore.h
565
bool vport_wfq_en;
sys/dev/qlnx/qlnxe/ecore.h
656
bool b_active;
sys/dev/qlnx/qlnxe/ecore.h
663
bool hw_init_done;
sys/dev/qlnx/qlnxe/ecore.h
699
bool b_sp_dpc_enabled;
sys/dev/qlnx/qlnxe/ecore.h
713
bool using_ll2;
sys/dev/qlnx/qlnxe/ecore.h
721
bool b_rdma_enabled_in_prs;
sys/dev/qlnx/qlnxe/ecore.h
727
bool b_int_enabled;
sys/dev/qlnx/qlnxe/ecore.h
728
bool b_int_requested;
sys/dev/qlnx/qlnxe/ecore.h
731
bool b_drv_link_init;
sys/dev/qlnx/qlnxe/ecore.h
931
bool b_is_vf;
sys/dev/qlnx/qlnxe/ecore.h
932
bool b_dont_override_vf_msix;
sys/dev/qlnx/qlnxe/ecore.h
947
bool recov_in_prog;
sys/dev/qlnx/qlnxe/ecore.h
950
bool attn_clr_en;
sys/dev/qlnx/qlnxe/ecore.h
953
bool allow_mdump;
sys/dev/qlnx/qlnxe/ecore.h
956
bool chk_reg_fifo;
sys/dev/qlnx/qlnxe/ecore.h
959
bool b_is_emul_full;
sys/dev/qlnx/qlnxe/ecore_chain.h
166
bool b_external_pbl;
sys/dev/qlnx/qlnxe/ecore_chain.h
838
bool print_metadata,
sys/dev/qlnx/qlnxe/ecore_cxt.c
131
bool has_fl_mem;
sys/dev/qlnx/qlnxe/ecore_cxt.c
1594
bool is_pf_loading)
sys/dev/qlnx/qlnxe/ecore_cxt.c
165
bool active;
sys/dev/qlnx/qlnxe/ecore_cxt.c
2047
static bool ecore_cxt_test_cid_acquired(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_cxt.c
2093
bool b_acquired;
sys/dev/qlnx/qlnxe/ecore_cxt.c
2130
bool b_acquired;
sys/dev/qlnx/qlnxe/ecore_cxt.c
255
static bool src_proto(enum protocol_type type)
sys/dev/qlnx/qlnxe/ecore_cxt.c
262
static bool tm_cid_proto(enum protocol_type type)
sys/dev/qlnx/qlnxe/ecore_cxt.c
270
static bool tm_tid_proto(enum protocol_type type)
sys/dev/qlnx/qlnxe/ecore_cxt.c
327
bool tm_vf_required = false;
sys/dev/qlnx/qlnxe/ecore_cxt.c
328
bool tm_required = false;
sys/dev/qlnx/qlnxe/ecore_cxt.c
539
bool has_fl)
sys/dev/qlnx/qlnxe/ecore_cxt.h
156
bool is_pf_loading);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
1989
bool dump,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2002
bool dump,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2020
bool dump,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2048
bool dump,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2081
bool dump)
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2091
bool found = false;
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2132
bool dump)
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2165
bool dump,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2178
bool dump,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2205
bool dump)
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2245
bool enable)
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
232
bool has_vfc;
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2351
bool empty_semi_fifos)
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2355
bool is_fifo_empty[MAX_DBG_STORMS] = { false };
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2441
bool is_filter,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2480
bool dump,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2504
bool dump)
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2536
bool dump,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
254
bool exists[MAX_CHIP_IDS];
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
255
bool associated_to_storm;
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2566
bool dump)
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2602
bool dump)
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2645
bool dump)
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
265
bool has_reset_bit;
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
268
bool unreset;
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2693
bool dump)
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2725
static bool ecore_is_mode_match(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2729
bool arg1, arg2;
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2750
static bool ecore_grc_is_included(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2759
static bool ecore_grc_is_storm_included(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2768
static bool ecore_grc_is_mem_included(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
278
bool exists[MAX_CHIP_IDS];
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2833
bool stall)
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
285
bool is_cyclic;
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
291
bool is_fast_dbg;
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2916
bool eval_mode;
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2938
bool dump,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2981
bool dump,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2984
bool wide_bus)
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
299
bool is_preset;
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3016
bool dump,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3032
bool dump,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3035
bool wide_bus)
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3055
bool dump,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3092
bool dump,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3093
bool block_enable[MAX_BLOCK_ID],
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3097
bool mode_match = true;
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3104
bool eval_mode;
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3137
bool dump,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3138
bool block_enable[MAX_BLOCK_ID],
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3165
bool dump,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3166
bool block_enable[MAX_BLOCK_ID],
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3237
bool dump)
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3267
bool dump)
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3287
bool eval_mode;
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3325
bool dump)
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3354
bool dump,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3359
bool packed,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3361
bool is_storm,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3432
bool dump,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3436
bool wide_bus,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3438
bool packed,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3440
bool is_storm,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3456
bool dump)
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3459
bool mode_match = true;
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3465
bool eval_mode;
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3485
bool is_storm = false, mem_wide_bus;
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3544
bool dump)
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3583
bool dump,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3619
bool dump)
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3654
bool dump)
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3680
bool dump,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3716
bool dump,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3753
bool dump)
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3780
bool dump)
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3789
bool packed;
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3822
bool dump,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3859
bool dump)
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3862
bool block_enable[MAX_BLOCK_ID] = { 0 };
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3863
bool halted = false;
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3900
bool dump)
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3965
bool dump)
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4046
bool dump,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4050
bool is_asic, parities_masked = false;
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4107
bool block_enable[MAX_BLOCK_ID];
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4183
bool dump,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4257
bool wide_bus, eval_mode, mode_match = true;
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4295
bool dump,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4313
bool check_rule = true;
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4359
bool wide_bus;
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4397
bool dump)
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4412
bool eval_mode, mode_match = true;
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4606
bool dump,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4614
bool mcp_access;
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4690
bool dump,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4694
bool fifo_has_data;
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4744
bool dump,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4748
bool fifo_has_data;
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4797
bool dump,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4839
bool dump)
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4933
bool one_shot_en,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4935
bool unify_inputs,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4936
bool grc_input_en)
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
5034
bool send_to_other_engine,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
5035
bool rcv_from_other_engine)
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
5077
static bool ecore_is_overlapping_enable_mask(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
5331
bool rec_pre_trigger,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
5333
bool rec_post_trigger,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
5335
bool filter_pre_trigger,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
5336
bool filter_post_trigger)
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
5442
bool compare_frame,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
5446
bool is_mandatory)
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
5672
bool hw_id_per_dword = true;
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
6389
bool clear_status,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
6409
bool eval_mode;
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
6464
bool ecore_is_block_in_reset(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.h
116
bool one_shot_en,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.h
118
bool unify_inputs,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.h
119
bool grc_input_en);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.h
183
bool send_to_other_engine,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.h
184
bool rcv_from_other_engine);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.h
386
bool rec_pre_trigger,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.h
388
bool rec_post_trigger,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.h
390
bool filter_pre_trigger,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.h
391
bool filter_post_trigger);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.h
475
bool compare_frame,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.h
479
bool is_mandatory);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.h
863
bool clear_status,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.h
890
bool ecore_is_block_in_reset(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dcbx.c
105
static bool ecore_dcbx_iscsi_tlv(u32 app_info_bitmap, u16 proto_id, bool ieee)
sys/dev/qlnx/qlnxe/ecore_dcbx.c
107
bool port;
sys/dev/qlnx/qlnxe/ecore_dcbx.c
118
static bool ecore_dcbx_fcoe_tlv(u32 app_info_bitmap, u16 proto_id, bool ieee)
sys/dev/qlnx/qlnxe/ecore_dcbx.c
120
bool ethtype;
sys/dev/qlnx/qlnxe/ecore_dcbx.c
1255
struct ecore_dcbx_params *p_params, bool ieee)
sys/dev/qlnx/qlnxe/ecore_dcbx.c
130
static bool ecore_dcbx_roce_tlv(u32 app_info_bitmap, u16 proto_id, bool ieee)
sys/dev/qlnx/qlnxe/ecore_dcbx.c
132
bool ethtype;
sys/dev/qlnx/qlnxe/ecore_dcbx.c
1330
bool ieee = false;
sys/dev/qlnx/qlnxe/ecore_dcbx.c
1399
bool hw_commit)
sys/dev/qlnx/qlnxe/ecore_dcbx.c
142
static bool ecore_dcbx_roce_v2_tlv(u32 app_info_bitmap, u16 proto_id, bool ieee)
sys/dev/qlnx/qlnxe/ecore_dcbx.c
144
bool port;
sys/dev/qlnx/qlnxe/ecore_dcbx.c
155
static bool ecore_dcbx_iwarp_tlv(struct ecore_hwfn *p_hwfn, u32 app_info_bitmap,
sys/dev/qlnx/qlnxe/ecore_dcbx.c
156
u16 proto_id, bool ieee)
sys/dev/qlnx/qlnxe/ecore_dcbx.c
158
bool port;
sys/dev/qlnx/qlnxe/ecore_dcbx.c
213
bool enable, u8 prio, u8 tc,
sys/dev/qlnx/qlnxe/ecore_dcbx.c
250
bool enable, u8 prio, u8 tc,
sys/dev/qlnx/qlnxe/ecore_dcbx.c
299
static bool
sys/dev/qlnx/qlnxe/ecore_dcbx.c
302
enum dcbx_protocol_type *type, bool ieee)
sys/dev/qlnx/qlnxe/ecore_dcbx.c
337
bool enable, ieee, eth_tlv;
sys/dev/qlnx/qlnxe/ecore_dcbx.c
548
struct ecore_dcbx_params *p_params, bool ieee)
sys/dev/qlnx/qlnxe/ecore_dcbx.c
59
static bool ecore_dcbx_app_ethtype(u32 app_info_bitmap)
sys/dev/qlnx/qlnxe/ecore_dcbx.c
65
static bool ecore_dcbx_ieee_app_ethtype(u32 app_info_bitmap)
sys/dev/qlnx/qlnxe/ecore_dcbx.c
683
bool ieee)
sys/dev/qlnx/qlnxe/ecore_dcbx.c
749
bool enabled, err;
sys/dev/qlnx/qlnxe/ecore_dcbx.c
751
bool val;
sys/dev/qlnx/qlnxe/ecore_dcbx.c
76
static bool ecore_dcbx_app_port(u32 app_info_bitmap)
sys/dev/qlnx/qlnxe/ecore_dcbx.c
82
static bool ecore_dcbx_ieee_app_port(u32 app_info_bitmap, u8 type)
sys/dev/qlnx/qlnxe/ecore_dcbx.c
93
static bool ecore_dcbx_default_tlv(u32 app_info_bitmap, u16 proto_id, bool ieee)
sys/dev/qlnx/qlnxe/ecore_dcbx.c
95
bool ethtype;
sys/dev/qlnx/qlnxe/ecore_dcbx.h
48
bool dscp_nig_update;
sys/dev/qlnx/qlnxe/ecore_dcbx_api.h
109
bool ethtype;
sys/dev/qlnx/qlnxe/ecore_dcbx_api.h
111
bool enabled;
sys/dev/qlnx/qlnxe/ecore_dcbx_api.h
120
bool app_willing;
sys/dev/qlnx/qlnxe/ecore_dcbx_api.h
121
bool app_valid;
sys/dev/qlnx/qlnxe/ecore_dcbx_api.h
122
bool app_error;
sys/dev/qlnx/qlnxe/ecore_dcbx_api.h
123
bool ets_willing;
sys/dev/qlnx/qlnxe/ecore_dcbx_api.h
124
bool ets_enabled;
sys/dev/qlnx/qlnxe/ecore_dcbx_api.h
125
bool ets_cbs;
sys/dev/qlnx/qlnxe/ecore_dcbx_api.h
135
bool valid; /* Indicate validity of params */
sys/dev/qlnx/qlnxe/ecore_dcbx_api.h
140
bool valid; /* Indicate validity of params */
sys/dev/qlnx/qlnxe/ecore_dcbx_api.h
146
bool valid; /* Indicate validity of params */
sys/dev/qlnx/qlnxe/ecore_dcbx_api.h
147
bool enabled;
sys/dev/qlnx/qlnxe/ecore_dcbx_api.h
148
bool ieee;
sys/dev/qlnx/qlnxe/ecore_dcbx_api.h
149
bool cee;
sys/dev/qlnx/qlnxe/ecore_dcbx_api.h
150
bool local;
sys/dev/qlnx/qlnxe/ecore_dcbx_api.h
155
bool enabled;
sys/dev/qlnx/qlnxe/ecore_dcbx_api.h
181
bool enabled;
sys/dev/qlnx/qlnxe/ecore_dcbx_api.h
188
bool dcbx_enabled;
sys/dev/qlnx/qlnxe/ecore_dcbx_api.h
211
bool rx_enable;
sys/dev/qlnx/qlnxe/ecore_dcbx_api.h
212
bool tx_enable;
sys/dev/qlnx/qlnxe/ecore_dcbx_api.h
219
bool discard_mandatory_tlv;
sys/dev/qlnx/qlnxe/ecore_dcbx_api.h
243
bool hw_commit);
sys/dev/qlnx/qlnxe/ecore_dcbx_api.h
46
bool enable; /* DCB enabled */
sys/dev/qlnx/qlnxe/ecore_dcbx_api.h
50
bool dscp_enable; /* DSCP enabled */
sys/dev/qlnx/qlnxe/ecore_dcbx_api.h
52
bool dont_add_vlan0; /* Do not insert a vlan tag with id 0 */
sys/dev/qlnx/qlnxe/ecore_dcbx_api.h
75
bool enable_rx;
sys/dev/qlnx/qlnxe/ecore_dcbx_api.h
76
bool enable_tx;
sys/dev/qlnx/qlnxe/ecore_dcbx_api.h
95
bool willing;
sys/dev/qlnx/qlnxe/ecore_dcbx_api.h
96
bool enabled;
sys/dev/qlnx/qlnxe/ecore_dev.c
118
static bool ecore_db_rec_sanity(struct ecore_dev *p_dev, void OSAL_IOMEM *db_addr,
sys/dev/qlnx/qlnxe/ecore_dev.c
1901
bool four_port;
sys/dev/qlnx/qlnxe/ecore_dev.c
2331
bool b_rc;
sys/dev/qlnx/qlnxe/ecore_dev.c
2695
u16 id, bool is_vf)
sys/dev/qlnx/qlnxe/ecore_dev.c
3644
bool b_enable)
sys/dev/qlnx/qlnxe/ecore_dev.c
3767
bool b_default_mtu = true;
sys/dev/qlnx/qlnxe/ecore_dev.c
423
bool b_enabled;
sys/dev/qlnx/qlnxe/ecore_dev.c
4682
bool b_ah = ECORE_IS_AH(p_hwfn->p_dev);
sys/dev/qlnx/qlnxe/ecore_dev.c
4733
bool b_ah = ECORE_IS_AH(p_hwfn->p_dev);
sys/dev/qlnx/qlnxe/ecore_dev.c
4816
bool drv_resc_alloc)
sys/dev/qlnx/qlnxe/ecore_dev.c
4897
bool drv_resc_alloc)
sys/dev/qlnx/qlnxe/ecore_dev.c
4936
bool drv_resc_alloc)
sys/dev/qlnx/qlnxe/ecore_dev.c
4940
bool b_ah = ECORE_IS_AH(p_hwfn->p_dev);
sys/dev/qlnx/qlnxe/ecore_dev.c
5575
bool drv_resc_alloc = p_params->drv_resc_alloc;
sys/dev/qlnx/qlnxe/ecore_dev.c
6749
bool use_wfq = false;
sys/dev/qlnx/qlnxe/ecore_dev.c
7007
void ecore_set_dev_access_enable(struct ecore_dev *p_dev, bool b_enable)
sys/dev/qlnx/qlnxe/ecore_dev.c
777
bool avoid_eng_affin)
sys/dev/qlnx/qlnxe/ecore_dev.c
830
bool avoid_eng_affin)
sys/dev/qlnx/qlnxe/ecore_dev.c
993
bool b_write_access)
sys/dev/qlnx/qlnxe/ecore_dev_api.h
107
bool is_crash_kernel;
sys/dev/qlnx/qlnxe/ecore_dev_api.h
123
bool avoid_eng_reset;
sys/dev/qlnx/qlnxe/ecore_dev_api.h
133
bool b_hw_start;
sys/dev/qlnx/qlnxe/ecore_dev_api.h
139
bool allow_npar_tx_switch;
sys/dev/qlnx/qlnxe/ecore_dev_api.h
151
bool avoid_eng_affin;
sys/dev/qlnx/qlnxe/ecore_dev_api.h
249
bool drv_resc_alloc;
sys/dev/qlnx/qlnxe/ecore_dev_api.h
252
bool chk_reg_fifo;
sys/dev/qlnx/qlnxe/ecore_dev_api.h
255
bool initiate_pf_flr;
sys/dev/qlnx/qlnxe/ecore_dev_api.h
261
bool allow_mdump;
sys/dev/qlnx/qlnxe/ecore_dev_api.h
267
bool b_relaxed_probe;
sys/dev/qlnx/qlnxe/ecore_dev_api.h
772
bool is_vf);
sys/dev/qlnx/qlnxe/ecore_dev_api.h
828
bool b_enable);
sys/dev/qlnx/qlnxe/ecore_dev_api.h
872
static OSAL_INLINE bool ecore_is_mf_ufp(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_dev_api.h
884
void ecore_set_dev_access_enable(struct ecore_dev *p_dev, bool b_enable);
sys/dev/qlnx/qlnxe/ecore_fcoe_api.h
37
bool free_on_delete;
sys/dev/qlnx/qlnxe/ecore_hw.c
253
static bool ecore_is_reg_fifo_empty(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_hw.c
256
bool is_empty = true;
sys/dev/qlnx/qlnxe/ecore_hw.c
278
bool prev_fifo_err;
sys/dev/qlnx/qlnxe/ecore_hw.c
301
bool prev_fifo_err;
sys/dev/qlnx/qlnxe/ecore_hw.c
330
bool to_device)
sys/dev/qlnx/qlnxe/ecore_hw.c
467
bool block)
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1288
bool vxlan_enable)
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1318
bool eth_gre_enable,
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1319
bool ip_gre_enable)
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1367
bool eth_geneve_enable,
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1368
bool ip_geneve_enable)
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1406
bool enable)
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1476
bool tcp,
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1477
bool udp,
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1478
bool ipv4,
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1479
bool ipv6,
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1582
void ecore_config_vf_zone_size_mode(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u16 mode, bool runtime_init)
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
195
bool pf_rl_en)
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
221
bool pf_wfq_en)
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
232
bool vport_rl_en)
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
248
bool vport_wfq_en)
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
387
bool is_pf_loading,
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
425
bool is_vf_pq, rl_valid;
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
495
bool is_pf_loading,
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
655
static bool ecore_poll_on_qm_cmd_ready(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
674
static bool ecore_send_qm_cmd(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
708
bool pf_rl_en,
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
709
bool pf_wfq_en,
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
710
bool vport_rl_en,
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
711
bool vport_wfq_en,
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
753
bool is_pf_loading,
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
894
bool ecore_send_qm_stop_cmd(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
896
bool is_release_cmd,
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
897
bool is_tx_pq,
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
960
bool is_lb)
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.h
119
bool is_pf_loading,
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.h
212
bool ecore_send_qm_stop_cmd(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.h
214
bool is_release_cmd,
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.h
215
bool is_tx_pq,
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.h
236
bool is_lb);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.h
333
bool vxlan_enable);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.h
345
bool eth_gre_enable,
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.h
346
bool ip_gre_enable);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.h
370
bool eth_geneve_enable,
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.h
371
bool ip_geneve_enable);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.h
381
bool enable);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.h
420
bool tcp,
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.h
421
bool udp,
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.h
422
bool ipv4,
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.h
423
bool ipv6,
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.h
443
bool runtime_init);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.h
74
bool pf_rl_en,
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.h
75
bool pf_wfq_en,
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.h
76
bool vport_rl_en,
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.h
77
bool vport_wfq_en,
sys/dev/qlnx/qlnxe/ecore_init_ops.c
111
bool b_must_dmae)
sys/dev/qlnx/qlnxe/ecore_init_ops.c
114
bool *p_valid = &p_hwfn->rt_data.b_valid[rt_offset];
sys/dev/qlnx/qlnxe/ecore_init_ops.c
161
sizeof(bool) * RUNTIME_ARRAY_SIZE);
sys/dev/qlnx/qlnxe/ecore_init_ops.c
188
bool b_must_dmae, bool b_can_dmae)
sys/dev/qlnx/qlnxe/ecore_init_ops.c
244
bool b_must_dmae,
sys/dev/qlnx/qlnxe/ecore_init_ops.c
245
bool b_can_dmae)
sys/dev/qlnx/qlnxe/ecore_init_ops.c
328
bool b_can_dmae)
sys/dev/qlnx/qlnxe/ecore_init_ops.c
331
bool b_must_dmae = GET_FIELD(data, INIT_WRITE_OP_WIDE_BUS);
sys/dev/qlnx/qlnxe/ecore_init_ops.c
370
static OSAL_INLINE bool comp_eq(u32 val, u32 expected_val)
sys/dev/qlnx/qlnxe/ecore_init_ops.c
375
static OSAL_INLINE bool comp_and(u32 val, u32 expected_val)
sys/dev/qlnx/qlnxe/ecore_init_ops.c
380
static OSAL_INLINE bool comp_or(u32 val, u32 expected_val)
sys/dev/qlnx/qlnxe/ecore_init_ops.c
390
bool (*comp_check)(u32 val, u32 expected_val);
sys/dev/qlnx/qlnxe/ecore_init_ops.c
521
bool b_dmae = false;
sys/dev/qlnx/qlnxe/ecore_init_ops.c
595
static bool initialized = false;
sys/dev/qlnx/qlnxe/ecore_int.c
1614
ecore_get_igu_free_sb(struct ecore_hwfn *p_hwfn, bool b_is_pf)
sys/dev/qlnx/qlnxe/ecore_int.c
1972
bool cleanup_set,
sys/dev/qlnx/qlnxe/ecore_int.c
2028
u16 igu_sb_id, u16 opaque, bool b_set)
sys/dev/qlnx/qlnxe/ecore_int.c
2071
bool b_set,
sys/dev/qlnx/qlnxe/ecore_int.c
2072
bool b_slowpath)
sys/dev/qlnx/qlnxe/ecore_int.c
2381
u16 sb_id, bool b_to_vf)
sys/dev/qlnx/qlnxe/ecore_int.c
2626
void ecore_int_attn_clr_enable(struct ecore_dev *p_dev, bool clr_enable)
sys/dev/qlnx/qlnxe/ecore_int.c
2633
u8 timer_res, u16 sb_id, bool tx)
sys/dev/qlnx/qlnxe/ecore_int.c
58
bool clear_status,
sys/dev/qlnx/qlnxe/ecore_int.c
771
static bool ecore_int_is_parity_flag(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_int.c
869
bool b_clear)
sys/dev/qlnx/qlnxe/ecore_int.c
915
bool b_fatal = false;
sys/dev/qlnx/qlnxe/ecore_int.h
115
ecore_get_igu_free_sb(struct ecore_hwfn *p_hwfn, bool b_is_pf);
sys/dev/qlnx/qlnxe/ecore_int.h
120
bool b_set,
sys/dev/qlnx/qlnxe/ecore_int.h
121
bool b_slowpath);
sys/dev/qlnx/qlnxe/ecore_int.h
203
bool b_set);
sys/dev/qlnx/qlnxe/ecore_int.h
278
u8 timer_res, u16 sb_id, bool tx);
sys/dev/qlnx/qlnxe/ecore_int.h
75
bool b_allow_pf_vf_change;
sys/dev/qlnx/qlnxe/ecore_int_api.h
332
void ecore_int_attn_clr_enable(struct ecore_dev *p_dev, bool clr_enable);
sys/dev/qlnx/qlnxe/ecore_int_api.h
362
u16 sb_id, bool b_to_vf);
sys/dev/qlnx/qlnxe/ecore_iov_api.h
325
bool ecore_iov_is_vf_pending_flr(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_iov_api.h
342
bool ecore_iov_is_valid_vfid(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_iov_api.h
344
bool b_enabled_only, bool b_non_malicious);
sys/dev/qlnx/qlnxe/ecore_iov_api.h
358
u16 vfid, bool b_enabled_only);
sys/dev/qlnx/qlnxe/ecore_iov_api.h
416
bool b_untagged_only,
sys/dev/qlnx/qlnxe/ecore_iov_api.h
446
bool ecore_iov_vf_has_vport_instance(struct ecore_hwfn *p_hwfn, int vfid);
sys/dev/qlnx/qlnxe/ecore_iov_api.h
469
bool ecore_iov_is_vf_stopped(struct ecore_hwfn *p_hwfn, int vfid);
sys/dev/qlnx/qlnxe/ecore_iov_api.h
481
int vfid, bool val);
sys/dev/qlnx/qlnxe/ecore_iov_api.h
491
bool ecore_iov_spoofchk_get(struct ecore_hwfn *p_hwfn, int vfid);
sys/dev/qlnx/qlnxe/ecore_iov_api.h
501
bool ecore_iov_pf_sanity_check(struct ecore_hwfn *p_hwfn, int vfid);
sys/dev/qlnx/qlnxe/ecore_iov_api.h
546
bool ecore_iov_is_valid_vfpf_msg_length(u32 length);
sys/dev/qlnx/qlnxe/ecore_iov_api.h
657
bool ecore_iov_is_vf_wait_for_acquire(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_iov_api.h
668
bool ecore_iov_is_vf_acquired_not_initialized(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_iov_api.h
679
bool ecore_iov_is_vf_initialized(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_iov_api.h
690
bool ecore_iov_is_vf_started(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_iov_api.h
758
bool b_is_hw);
sys/dev/qlnx/qlnxe/ecore_iov_api.h
772
static OSAL_INLINE bool ecore_iov_is_vf_pending_flr(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED rel_vf_id) {return false;}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
774
static OSAL_INLINE bool
sys/dev/qlnx/qlnxe/ecore_iov_api.h
776
bool OSAL_UNUSED b_enabled_only,
sys/dev/qlnx/qlnxe/ecore_iov_api.h
777
bool OSAL_UNUSED b_non_malicious)
sys/dev/qlnx/qlnxe/ecore_iov_api.h
782
static OSAL_INLINE struct ecore_public_vf_info* ecore_iov_get_public_vf_info(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED vfid, bool OSAL_UNUSED b_enabled_only) {return OSAL_NULL;}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
788
static OSAL_INLINE enum _ecore_status_t ecore_iov_bulletin_set_forced_untagged_default(struct ecore_hwfn OSAL_UNUSED *p_hwfn, bool OSAL_UNUSED b_untagged_only, int OSAL_UNUSED vfid) {return ECORE_INVAL;}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
791
static OSAL_INLINE bool ecore_iov_vf_has_vport_instance(struct ecore_hwfn OSAL_UNUSED *p_hwfn, int OSAL_UNUSED vfid) {return false;}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
793
static OSAL_INLINE bool ecore_iov_is_vf_stopped(struct ecore_hwfn OSAL_UNUSED *p_hwfn, int OSAL_UNUSED vfid) {return false;}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
794
static OSAL_INLINE enum _ecore_status_t ecore_iov_spoofchk_set(struct ecore_hwfn OSAL_UNUSED *p_hwfn, int OSAL_UNUSED vfid, bool OSAL_UNUSED val) {return ECORE_INVAL;}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
795
static OSAL_INLINE bool ecore_iov_spoofchk_get(struct ecore_hwfn OSAL_UNUSED *p_hwfn, int OSAL_UNUSED vfid) {return false;}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
796
static OSAL_INLINE bool ecore_iov_pf_sanity_check(struct ecore_hwfn OSAL_UNUSED *p_hwfn, int OSAL_UNUSED vfid) {return false;}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
800
static OSAL_INLINE bool ecore_iov_is_valid_vfpf_msg_length(u32 OSAL_UNUSED length) {return false;}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
810
static OSAL_INLINE bool ecore_iov_is_vf_wait_for_acquire(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED rel_vf_id) {return false;}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
811
static OSAL_INLINE bool ecore_iov_is_vf_acquired_not_initialized(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED rel_vf_id) {return false;}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
812
static OSAL_INLINE bool ecore_iov_is_vf_initialized(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED rel_vf_id) {return false;}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
822
int OSAL_UNUSED vfid, bool OSAL_UNUSED b_is_hw) {}
sys/dev/qlnx/qlnxe/ecore_iscsi.h
143
bool reset,
sys/dev/qlnx/qlnxe/ecore_iscsi_api.h
90
bool free_on_delete;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1612
ecore_iwarp_prealloc_ep(struct ecore_hwfn *p_hwfn, bool init)
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1923
static bool
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1929
bool found = false;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1964
bool found = false;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2015
bool vlan_valid = false;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2501
bool vlan_valid = false;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2906
bool OSAL_UNUSED b_last_packet)
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2925
bool OSAL_UNUSED b_last_fragment,
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2926
bool OSAL_UNUSED b_last_packet)
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2964
bool OSAL_UNUSED b_last_fragment,
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2965
bool OSAL_UNUSED b_last_packet)
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3431
bool event_cb = false;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3593
static OSAL_INLINE bool
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3859
bool pause, bool comp)
sys/dev/qlnx/qlnxe/ecore_iwarp.c
449
bool internal)
sys/dev/qlnx/qlnxe/ecore_iwarp.c
453
bool modify_fw = false;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
563
bool remove_from_active_list)
sys/dev/qlnx/qlnxe/ecore_iwarp.c
892
bool reject;
sys/dev/qlnx/qlnxe/ecore_iwarp.h
174
bool mpa_reply_processed;
sys/dev/qlnx/qlnxe/ecore_iwarp.h
205
bool drop;
sys/dev/qlnx/qlnxe/ecore_iwarp.h
206
bool done;
sys/dev/qlnx/qlnxe/ecore_iwarp.h
242
bool internal);
sys/dev/qlnx/qlnxe/ecore_iwarp.h
312
bool OSAL_UNUSED internal)
sys/dev/qlnx/qlnxe/ecore_l2.c
1154
bool b_eq_completion_only,
sys/dev/qlnx/qlnxe/ecore_l2.c
1155
bool b_cqe_completion)
sys/dev/qlnx/qlnxe/ecore_l2.c
1191
bool eq_completion_only,
sys/dev/qlnx/qlnxe/ecore_l2.c
1192
bool cqe_completion)
sys/dev/qlnx/qlnxe/ecore_l2.c
162
static bool ecore_eth_queue_qid_usage_add(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_l2.c
167
bool b_rc = true;
sys/dev/qlnx/qlnxe/ecore_l2.c
2019
u16 statistics_bin, bool b_get_port_stats)
sys/dev/qlnx/qlnxe/ecore_l2.c
2048
bool b_get_port_stats;
sys/dev/qlnx/qlnxe/ecore_l2.c
209
bool b_legacy_vf = !!(p_cid->vf_legacy &
sys/dev/qlnx/qlnxe/ecore_l2.c
232
bool b_is_rx,
sys/dev/qlnx/qlnxe/ecore_l2.c
325
bool b_is_rx,
sys/dev/qlnx/qlnxe/ecore_l2.c
330
bool b_legacy_vf = false;
sys/dev/qlnx/qlnxe/ecore_l2.c
369
bool b_is_rx,
sys/dev/qlnx/qlnxe/ecore_l2.c
970
bool b_legacy_vf = !!(p_cid->vf_legacy &
sys/dev/qlnx/qlnxe/ecore_l2.h
120
bool b_is_rx,
sys/dev/qlnx/qlnxe/ecore_l2.h
86
bool b_is_rx;
sys/dev/qlnx/qlnxe/ecore_l2_api.h
196
bool tcp;
sys/dev/qlnx/qlnxe/ecore_l2_api.h
197
bool udp;
sys/dev/qlnx/qlnxe/ecore_l2_api.h
198
bool ipv4;
sys/dev/qlnx/qlnxe/ecore_l2_api.h
199
bool ipv6;
sys/dev/qlnx/qlnxe/ecore_l2_api.h
278
bool eq_completion_only,
sys/dev/qlnx/qlnxe/ecore_l2_api.h
279
bool cqe_completion);
sys/dev/qlnx/qlnxe/ecore_l2_api.h
326
bool remove_inner_vlan; /* Inner VLAN removal is enabled */
sys/dev/qlnx/qlnxe/ecore_l2_api.h
327
bool tx_switching; /* Vport supports tx-switching */
sys/dev/qlnx/qlnxe/ecore_l2_api.h
328
bool handle_ptp_pkts; /* Handle PTP packets */
sys/dev/qlnx/qlnxe/ecore_l2_api.h
329
bool only_untagged; /* Untagged pkt control */
sys/dev/qlnx/qlnxe/ecore_l2_api.h
330
bool drop_ttl0; /* Drop packets with TTL = 0 */
sys/dev/qlnx/qlnxe/ecore_l2_api.h
336
bool zero_placement_offset;
sys/dev/qlnx/qlnxe/ecore_l2_api.h
337
bool check_mac;
sys/dev/qlnx/qlnxe/ecore_l2_api.h
338
bool check_ethtype;
sys/dev/qlnx/qlnxe/ecore_l2_api.h
341
bool b_err_illegal_vlan_mode;
sys/dev/qlnx/qlnxe/ecore_l2_api.h
342
bool b_err_illegal_inband_mode;
sys/dev/qlnx/qlnxe/ecore_l2_api.h
343
bool b_err_vlan_insert_with_inband;
sys/dev/qlnx/qlnxe/ecore_l2_api.h
344
bool b_err_small_pkt;
sys/dev/qlnx/qlnxe/ecore_l2_api.h
345
bool b_err_big_pkt;
sys/dev/qlnx/qlnxe/ecore_l2_api.h
346
bool b_err_anti_spoof;
sys/dev/qlnx/qlnxe/ecore_l2_api.h
347
bool b_err_ctrl_frame;
sys/dev/qlnx/qlnxe/ecore_l2_api.h
486
u16 statistics_bin, bool b_get_port_stats);
sys/dev/qlnx/qlnxe/ecore_l2_api.h
523
bool b_is_vf;
sys/dev/qlnx/qlnxe/ecore_l2_api.h
528
bool b_is_add;
sys/dev/qlnx/qlnxe/ecore_ll2.c
122
bool *b_last_fragment)
sys/dev/qlnx/qlnxe/ecore_ll2.c
153
bool b_last_packet = false, b_last_frag = false;
sys/dev/qlnx/qlnxe/ecore_ll2.c
1536
bool b_notify_fw = false;
sys/dev/qlnx/qlnxe/ecore_ll2.c
1743
bool b_notify = p_ll2_conn->tx_queue.cur_send_packet->notify_fw;
sys/dev/qlnx/qlnxe/ecore_ll2.c
1798
bool notify_fw)
sys/dev/qlnx/qlnxe/ecore_ll2.c
216
bool b_last_frag = false;
sys/dev/qlnx/qlnxe/ecore_ll2.c
370
bool b_last_cqe)
sys/dev/qlnx/qlnxe/ecore_ll2.c
434
bool b_last_cqe = (cq_new_idx == cq_old_idx);
sys/dev/qlnx/qlnxe/ecore_ll2.c
479
bool b_last;
sys/dev/qlnx/qlnxe/ecore_ll2.c
515
static bool
sys/dev/qlnx/qlnxe/ecore_ll2.c
63
bool b_lock, bool b_only_active)
sys/dev/qlnx/qlnxe/ecore_ll2.c
769
bool b_dont_submit_rx = false;
sys/dev/qlnx/qlnxe/ecore_ll2.h
108
bool b_completing_packet;
sys/dev/qlnx/qlnxe/ecore_ll2.h
119
bool b_active;
sys/dev/qlnx/qlnxe/ecore_ll2.h
170
bool *last_fragment);
sys/dev/qlnx/qlnxe/ecore_ll2.h
66
bool notify_fw;
sys/dev/qlnx/qlnxe/ecore_ll2.h
81
bool b_cb_registred;
sys/dev/qlnx/qlnxe/ecore_ll2.h
94
bool b_cb_registred;
sys/dev/qlnx/qlnxe/ecore_ll2_api.h
127
bool b_last_packet);
sys/dev/qlnx/qlnxe/ecore_ll2_api.h
134
bool b_last_fragment,
sys/dev/qlnx/qlnxe/ecore_ll2_api.h
135
bool b_last_packet);
sys/dev/qlnx/qlnxe/ecore_ll2_api.h
142
bool b_last_fragment,
sys/dev/qlnx/qlnxe/ecore_ll2_api.h
143
bool b_last_packet);
sys/dev/qlnx/qlnxe/ecore_ll2_api.h
251
bool enable_ip_cksum;
sys/dev/qlnx/qlnxe/ecore_ll2_api.h
252
bool enable_l4_cksum;
sys/dev/qlnx/qlnxe/ecore_ll2_api.h
253
bool calc_ip_len;
sys/dev/qlnx/qlnxe/ecore_ll2_api.h
255
bool remove_stag;
sys/dev/qlnx/qlnxe/ecore_ll2_api.h
274
bool notify_fw);
sys/dev/qlnx/qlnxe/ecore_ll2_api.h
99
bool b_last_packet;
sys/dev/qlnx/qlnxe/ecore_mcp.c
137
bool b_is_completed;
sys/dev/qlnx/qlnxe/ecore_mcp.c
1435
bool b_reset)
sys/dev/qlnx/qlnxe/ecore_mcp.c
1593
bool b_up)
sys/dev/qlnx/qlnxe/ecore_mcp.c
2159
bool found = false;
sys/dev/qlnx/qlnxe/ecore_mcp.c
416
static bool ecore_mcp_has_pending_cmd(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_mcp.c
4469
bool b_is_permanent)
sys/dev/qlnx/qlnxe/ecore_mcp.c
4561
bool ecore_mcp_is_smart_an_supported(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_mcp.c
4567
bool ecore_mcp_rlx_odr_supported(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_mcp.c
511
bool block_cmd)
sys/dev/qlnx/qlnxe/ecore_mcp.c
822
static bool
sys/dev/qlnx/qlnxe/ecore_mcp.c
826
bool can_force_load = false;
sys/dev/qlnx/qlnxe/ecore_mcp.c
87
bool ecore_mcp_is_init(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_mcp.c
916
bool avoid_eng_reset;
sys/dev/qlnx/qlnxe/ecore_mcp.c
926
bool drv_exists;
sys/dev/qlnx/qlnxe/ecore_mcp.h
198
bool avoid_eng_reset;
sys/dev/qlnx/qlnxe/ecore_mcp.h
313
bool ecore_mcp_is_init(struct ecore_hwfn *p_hwfn);
sys/dev/qlnx/qlnxe/ecore_mcp.h
507
bool sleep_b4_retry;
sys/dev/qlnx/qlnxe/ecore_mcp.h
510
bool b_granted;
sys/dev/qlnx/qlnxe/ecore_mcp.h
536
bool b_force;
sys/dev/qlnx/qlnxe/ecore_mcp.h
539
bool b_released;
sys/dev/qlnx/qlnxe/ecore_mcp.h
566
bool b_is_permanent);
sys/dev/qlnx/qlnxe/ecore_mcp.h
60
bool b_block_cmd;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
110
bool partner_tx_flow_ctrl_en;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
111
bool partner_rx_flow_ctrl_en;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
118
bool sfp_tx_fault;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
120
bool eee_active;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
1391
bool ecore_mcp_is_smart_an_supported(struct ecore_hwfn *p_hwfn);
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
1401
bool ecore_mcp_rlx_odr_supported(struct ecore_hwfn *p_hwfn);
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
277
bool b_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
283
bool mac_set[ECORE_MFW_TLV_MAC_COUNT];
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
286
bool rx_frames_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
288
bool rx_bytes_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
290
bool tx_frames_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
292
bool tx_bytes_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
298
bool lso_maxoff_size_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
300
bool lso_minseg_size_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
302
bool prom_mode_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
304
bool tx_descr_size_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
306
bool rx_descr_size_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
308
bool netq_count_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
310
bool tcp4_offloads_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
312
bool tcp6_offloads_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
314
bool tx_descr_qdepth_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
316
bool rx_descr_qdepth_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
322
bool iov_offload_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
324
bool txqs_empty_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
326
bool rxqs_empty_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
328
bool num_txqs_full_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
330
bool num_rxqs_full_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
334
bool b_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
345
bool scsi_timeout_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
347
bool rt_tov_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
349
bool ra_tov_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
35
bool autoneg;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
351
bool ed_tov_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
353
bool cr_tov_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
355
bool boot_type_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
357
bool npiv_state_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
359
bool num_npiv_ids_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
361
bool switch_name_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
363
bool switch_portnum_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
365
bool switch_portid_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
367
bool vendor_name_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
369
bool switch_model_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
371
bool switch_fw_version_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
373
bool qos_pri_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
375
bool port_alias_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
381
bool port_state_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
383
bool fip_tx_descr_size_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
385
bool fip_rx_descr_size_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
387
bool link_failures_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
389
bool fcoe_boot_progress_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
391
bool rx_bcast_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
393
bool tx_bcast_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
395
bool fcoe_txq_depth_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
397
bool fcoe_rxq_depth_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
399
bool fcoe_rx_frames_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
401
bool fcoe_rx_bytes_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
403
bool fcoe_tx_frames_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
405
bool fcoe_tx_bytes_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
407
bool crc_count_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
409
bool crc_err_src_fcid_set[5];
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
41
bool autoneg;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
412
bool losync_err_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
414
bool losig_err_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
416
bool primtive_err_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
418
bool disparity_err_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
42
bool forced_rx;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
420
bool code_violation_err_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
422
bool flogi_param_set[4];
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
425
bool flogi_acc_param_set[4];
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
428
bool flogi_rjt_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
43
bool forced_tx;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
431
bool fdiscs_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
433
bool fdisc_acc_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
435
bool fdisc_rjt_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
437
bool plogi_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
439
bool plogi_acc_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
441
bool plogi_rjt_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
443
bool plogi_dst_fcid_set[5];
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
446
bool plogi_acc_src_fcid_set[5];
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
449
bool tx_plogos_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
451
bool plogo_acc_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
453
bool plogo_rjt_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
455
bool plogo_src_fcid_set[5];
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
458
bool rx_logos_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
460
bool tx_accs_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
462
bool tx_prlis_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
464
bool rx_accs_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
466
bool tx_abts_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
468
bool rx_abts_acc_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
470
bool rx_abts_rjt_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
472
bool abts_dst_fcid_set[5];
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
475
bool rx_rscn_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
477
bool rx_rscn_nport_set[4];
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
479
bool tx_lun_rst_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
481
bool abort_task_sets_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
483
bool tx_tprlos_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
485
bool tx_nos_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
487
bool rx_nos_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
489
bool ols_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
491
bool lr_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
493
bool lrr_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
495
bool tx_lip_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
497
bool rx_lip_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
499
bool eofa_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
501
bool eofni_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
503
bool scsi_chks_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
505
bool scsi_cond_met_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
507
bool scsi_busy_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
509
bool scsi_inter_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
511
bool scsi_inter_cond_met_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
513
bool scsi_rsv_conflicts_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
515
bool scsi_tsk_full_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
517
bool scsi_aca_active_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
519
bool scsi_tsk_abort_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
521
bool scsi_rx_chk_set[5];
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
527
bool target_llmnr_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
529
bool header_digest_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
531
bool data_digest_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
536
bool auth_method_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
538
bool boot_taget_portal_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
540
bool frame_size_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
542
bool tx_desc_size_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
544
bool rx_desc_size_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
546
bool boot_progress_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
548
bool tx_desc_qdepth_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
550
bool rx_desc_qdepth_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
552
bool rx_frames_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
554
bool rx_bytes_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
556
bool tx_frames_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
558
bool tx_bytes_set;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
60
bool enable;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
61
bool tx_lpi_enable;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
616
bool b_up);
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
74
bool default_speed_autoneg; /* In Mb/s */
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
82
bool link_up;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
93
bool full_duplex;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
95
bool an;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
96
bool an_complete;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
97
bool parallel_detection;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
98
bool pfc_enabled;
sys/dev/qlnx/qlnxe/ecore_rdma.c
127
bool b_acquired;
sys/dev/qlnx/qlnxe/ecore_rdma.c
161
static bool ecore_bmap_is_empty(struct ecore_bmap *bmap)
sys/dev/qlnx/qlnxe/ecore_rdma.c
2036
static struct ecore_bmap *ecore_rdma_get_srq_bmap(struct ecore_hwfn *p_hwfn, bool is_xrc)
sys/dev/qlnx/qlnxe/ecore_rdma.c
2044
u16 ecore_rdma_get_fw_srq_id(struct ecore_hwfn *p_hwfn, u16 id, bool is_xrc)
sys/dev/qlnx/qlnxe/ecore_rdma.c
2231
bool ecore_rdma_allocated_qps(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_rdma.c
2233
bool result;
sys/dev/qlnx/qlnxe/ecore_rdma.c
448
bool check)
sys/dev/qlnx/qlnxe/ecore_rdma.h
138
bool active;
sys/dev/qlnx/qlnxe/ecore_rdma.h
158
bool use_srq;
sys/dev/qlnx/qlnxe/ecore_rdma.h
159
bool signal_all;
sys/dev/qlnx/qlnxe/ecore_rdma.h
160
bool fmr_and_reserved_lkey;
sys/dev/qlnx/qlnxe/ecore_rdma.h
162
bool incoming_rdma_read_en;
sys/dev/qlnx/qlnxe/ecore_rdma.h
163
bool incoming_rdma_write_en;
sys/dev/qlnx/qlnxe/ecore_rdma.h
164
bool incoming_atomic_en;
sys/dev/qlnx/qlnxe/ecore_rdma.h
165
bool e2e_flow_control_en;
sys/dev/qlnx/qlnxe/ecore_rdma.h
181
bool sqd_async;
sys/dev/qlnx/qlnxe/ecore_rdma.h
197
bool req_offloaded;
sys/dev/qlnx/qlnxe/ecore_rdma.h
198
bool has_req;
sys/dev/qlnx/qlnxe/ecore_rdma.h
209
bool resp_offloaded;
sys/dev/qlnx/qlnxe/ecore_rdma.h
210
bool has_resp;
sys/dev/qlnx/qlnxe/ecore_rdma.h
225
static OSAL_INLINE bool ecore_rdma_is_xrc_qp(struct ecore_rdma_qp *qp)
sys/dev/qlnx/qlnxe/ecore_rdma.h
246
bool check);
sys/dev/qlnx/qlnxe/ecore_rdma.h
271
bool
sys/dev/qlnx/qlnxe/ecore_rdma.h
274
u16 ecore_rdma_get_fw_srq_id(struct ecore_hwfn *p_hwfn, u16 id, bool is_xrc);
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
377
bool local_read;
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
378
bool local_write;
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
379
bool remote_read;
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
380
bool remote_write;
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
381
bool remote_atomic;
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
382
bool mw_bind;
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
384
bool pbl_two_level;
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
392
bool zbva;
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
393
bool phy_mr;
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
394
bool dma_mr;
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
397
bool dif_enabled;
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
409
bool pbl_two_level;
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
427
bool is_xrc;
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
430
bool reserved_key_en;
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
453
bool pbl_two_level;
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
469
bool use_srq;
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
470
bool signal_all;
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
471
bool fmr_and_reserved_lkey;
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
533
bool incoming_rdma_read_en;
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
534
bool incoming_rdma_write_en;
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
535
bool incoming_atomic_en;
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
536
bool e2e_flow_control_en;
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
556
bool sqd_async;
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
559
bool use_local_mac;
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
568
bool draining; /* send queue is draining */
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
571
bool incoming_rdma_read_en;
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
572
bool incoming_rdma_write_en;
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
573
bool incoming_atomic_en;
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
574
bool e2e_flow_control_en;
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
587
bool sqd_async;
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
601
bool is_xrc;
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
607
bool is_xrc;
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
964
ecore_iwarp_pause_listen(void *rdma_cxt, void *handle, bool pause, bool comp);
sys/dev/qlnx/qlnxe/ecore_roce.c
1095
bool error_flag;
sys/dev/qlnx/qlnxe/ecore_roce.c
1151
bool *sq_draining)
sys/dev/qlnx/qlnxe/ecore_roce.c
1159
bool error_flag;
sys/dev/qlnx/qlnxe/ecore_roce.c
285
bool cids_free = false;
sys/dev/qlnx/qlnxe/ecore_roce.c
401
bool is_xrc;
sys/dev/qlnx/qlnxe/ecore_roce.c
712
bool move_to_err,
sys/dev/qlnx/qlnxe/ecore_roce.c
817
bool move_to_sqd,
sys/dev/qlnx/qlnxe/ecore_roce.c
818
bool move_to_err,
sys/dev/qlnx/qlnxe/ecore_roce_api.h
316
bool pbl_two_level;
sys/dev/qlnx/qlnxe/ecore_roce_api.h
331
bool pbl_two_level;
sys/dev/qlnx/qlnxe/ecore_roce_api.h
353
bool use_srq;
sys/dev/qlnx/qlnxe/ecore_roce_api.h
354
bool signal_all;
sys/dev/qlnx/qlnxe/ecore_roce_api.h
355
bool fmr_and_reserved_lkey;
sys/dev/qlnx/qlnxe/ecore_roce_api.h
438
bool incoming_rdma_read_en;
sys/dev/qlnx/qlnxe/ecore_roce_api.h
439
bool incoming_rdma_write_en;
sys/dev/qlnx/qlnxe/ecore_roce_api.h
440
bool incoming_atomic_en;
sys/dev/qlnx/qlnxe/ecore_roce_api.h
441
bool e2e_flow_control_en;
sys/dev/qlnx/qlnxe/ecore_roce_api.h
461
bool sqd_async;
sys/dev/qlnx/qlnxe/ecore_roce_api.h
464
bool use_local_mac;
sys/dev/qlnx/qlnxe/ecore_roce_api.h
473
bool draining; /* send queue is draining */
sys/dev/qlnx/qlnxe/ecore_roce_api.h
476
bool incoming_rdma_read_en;
sys/dev/qlnx/qlnxe/ecore_roce_api.h
477
bool incoming_rdma_write_en;
sys/dev/qlnx/qlnxe/ecore_roce_api.h
478
bool incoming_atomic_en;
sys/dev/qlnx/qlnxe/ecore_roce_api.h
479
bool e2e_flow_control_en;
sys/dev/qlnx/qlnxe/ecore_roce_api.h
492
bool sqd_async;
sys/dev/qlnx/qlnxe/ecore_roce_api.h
501
bool local_read;
sys/dev/qlnx/qlnxe/ecore_roce_api.h
502
bool local_write;
sys/dev/qlnx/qlnxe/ecore_roce_api.h
503
bool remote_read;
sys/dev/qlnx/qlnxe/ecore_roce_api.h
504
bool remote_write;
sys/dev/qlnx/qlnxe/ecore_roce_api.h
505
bool remote_atomic;
sys/dev/qlnx/qlnxe/ecore_roce_api.h
506
bool mw_bind;
sys/dev/qlnx/qlnxe/ecore_roce_api.h
508
bool pbl_two_level;
sys/dev/qlnx/qlnxe/ecore_roce_api.h
516
bool zbva;
sys/dev/qlnx/qlnxe/ecore_roce_api.h
517
bool phy_mr;
sys/dev/qlnx/qlnxe/ecore_roce_api.h
518
bool dma_mr;
sys/dev/qlnx/qlnxe/ecore_roce_api.h
521
bool dif_enabled;
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
139
bool b_pf_start)
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
325
bool allow_npar_tx_switch)
sys/dev/qlnx/qlnxe/ecore_sp_commands.h
93
bool allow_npar_tx_switch);
sys/dev/qlnx/qlnxe/ecore_spq.c
140
bool sleep_between_iter)
sys/dev/qlnx/qlnxe/ecore_spq.c
174
u8 *p_fw_ret, bool skip_quick_poll)
sys/dev/qlnx/qlnxe/ecore_spq.c
927
bool b_ret_ent = true;
sys/dev/qlnx/qlnxe/ecore_sriov.c
1297
static bool ecore_iov_tlv_supported(u16 tlvtype)
sys/dev/qlnx/qlnxe/ecore_sriov.c
1553
bool b_enabled_only)
sys/dev/qlnx/qlnxe/ecore_sriov.c
1915
struct ecore_vf_info *p_vf, bool val)
sys/dev/qlnx/qlnxe/ecore_sriov.c
193
bool ecore_iov_is_valid_vfid(struct ecore_hwfn *p_hwfn, int rel_vf_id,
sys/dev/qlnx/qlnxe/ecore_sriov.c
194
bool b_enabled_only, bool b_non_malicious)
sys/dev/qlnx/qlnxe/ecore_sriov.c
218
bool b_enabled_only)
sys/dev/qlnx/qlnxe/ecore_sriov.c
2269
u8 status, bool b_legacy)
sys/dev/qlnx/qlnxe/ecore_sriov.c
2304
struct ecore_vf_info *p_vf, bool b_is_tx)
sys/dev/qlnx/qlnxe/ecore_sriov.c
2474
static bool
sys/dev/qlnx/qlnxe/ecore_sriov.c
2477
bool b_update_requested = false;
sys/dev/qlnx/qlnxe/ecore_sriov.c
2496
bool b_update_required = false;
sys/dev/qlnx/qlnxe/ecore_sriov.c
257
static bool ecore_iov_validate_queue_mode(struct ecore_vf_info *p_vf,
sys/dev/qlnx/qlnxe/ecore_sriov.c
2582
bool b_legacy = false;
sys/dev/qlnx/qlnxe/ecore_sriov.c
260
bool b_is_tx)
sys/dev/qlnx/qlnxe/ecore_sriov.c
2691
bool cqe_completion)
sys/dev/qlnx/qlnxe/ecore_sriov.c
286
static bool ecore_iov_validate_rxq(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_sriov.c
301
static bool ecore_iov_validate_txq(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_sriov.c
3090
bool b_reject = false;
sys/dev/qlnx/qlnxe/ecore_sriov.c
316
static bool ecore_iov_validate_sb(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_sriov.c
334
static bool ecore_iov_validate_active_rxq(struct ecore_vf_info *p_vf)
sys/dev/qlnx/qlnxe/ecore_sriov.c
347
static bool ecore_iov_validate_active_txq(struct ecore_vf_info *p_vf)
sys/dev/qlnx/qlnxe/ecore_sriov.c
3600
bool b_is_rx;
sys/dev/qlnx/qlnxe/ecore_sriov.c
4040
bool ecore_iov_mark_vf_flr(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_sriov.c
4043
bool found = false;
sys/dev/qlnx/qlnxe/ecore_sriov.c
4369
bool ecore_iov_is_vf_pending_flr(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_sriov.c
4489
bool b_untagged_only,
sys/dev/qlnx/qlnxe/ecore_sriov.c
4597
bool ecore_iov_vf_has_vport_instance(struct ecore_hwfn *p_hwfn, int vfid)
sys/dev/qlnx/qlnxe/ecore_sriov.c
4608
bool ecore_iov_is_vf_stopped(struct ecore_hwfn *p_hwfn, int vfid)
sys/dev/qlnx/qlnxe/ecore_sriov.c
4619
bool ecore_iov_spoofchk_get(struct ecore_hwfn *p_hwfn, int vfid)
sys/dev/qlnx/qlnxe/ecore_sriov.c
4631
int vfid, bool val)
sys/dev/qlnx/qlnxe/ecore_sriov.c
4721
bool ecore_iov_is_valid_vfpf_msg_length(u32 length)
sys/dev/qlnx/qlnxe/ecore_sriov.c
4879
bool ecore_iov_is_vf_wait_for_acquire(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_sriov.c
4891
bool ecore_iov_is_vf_acquired_not_initialized(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_sriov.c
4903
bool ecore_iov_is_vf_initialized(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_sriov.c
4915
bool ecore_iov_is_vf_started(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_sriov.c
4948
bool b_is_hw)
sys/dev/qlnx/qlnxe/ecore_sriov.c
730
static bool _ecore_iov_pf_sanity_check(struct ecore_hwfn *p_hwfn, int vfid,
sys/dev/qlnx/qlnxe/ecore_sriov.c
731
bool b_fail_malicious)
sys/dev/qlnx/qlnxe/ecore_sriov.c
745
bool ecore_iov_pf_sanity_check(struct ecore_hwfn *p_hwfn, int vfid)
sys/dev/qlnx/qlnxe/ecore_sriov.c
834
bool enable)
sys/dev/qlnx/qlnxe/ecore_sriov.h
116
bool used;
sys/dev/qlnx/qlnxe/ecore_sriov.h
133
bool b_init;
sys/dev/qlnx/qlnxe/ecore_sriov.h
134
bool b_malicious;
sys/dev/qlnx/qlnxe/ecore_sriov.h
142
bool b_hw_channel;
sys/dev/qlnx/qlnxe/ecore_sriov.h
180
bool spoof_chk; /* Current configured on HW */
sys/dev/qlnx/qlnxe/ecore_sriov.h
181
bool req_spoofchk_val; /* Requested value */
sys/dev/qlnx/qlnxe/ecore_sriov.h
289
bool ecore_iov_mark_vf_flr(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_sriov.h
317
bool b_enabled_only);
sys/dev/qlnx/qlnxe/ecore_sriov.h
327
static OSAL_INLINE bool ecore_iov_mark_vf_flr(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u32 OSAL_UNUSED *disabled_vfs) {return false;}
sys/dev/qlnx/qlnxe/ecore_sriov.h
329
static OSAL_INLINE struct ecore_vf_info *ecore_iov_get_vf_info(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED relative_vf_id, bool OSAL_UNUSED b_enabled_only) {return OSAL_NULL;}
sys/dev/qlnx/qlnxe/ecore_sriov.h
69
bool b_pending_msg;
sys/dev/qlnx/qlnxe/ecore_sriov.h
94
bool b_is_tx;
sys/dev/qlnx/qlnxe/ecore_vf.c
1191
static bool
sys/dev/qlnx/qlnxe/ecore_vf.c
1848
bool ecore_vf_check_mac(struct ecore_hwfn *p_hwfn, u8 *mac)
sys/dev/qlnx/qlnxe/ecore_vf.c
1863
bool ecore_vf_bulletin_get_forced_mac(struct ecore_hwfn *hwfn, u8 *dst_mac,
sys/dev/qlnx/qlnxe/ecore_vf.c
1898
bool ecore_vf_bulletin_get_forced_vlan(struct ecore_hwfn *hwfn, u16 *dst_pvid)
sys/dev/qlnx/qlnxe/ecore_vf.c
1913
bool ecore_vf_get_pre_fp_hsi(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_vf.c
1934
void ecore_vf_set_hw_channel(struct ecore_hwfn *p_hwfn, bool b_is_hw)
sys/dev/qlnx/qlnxe/ecore_vf.c
210
bool b_final)
sys/dev/qlnx/qlnxe/ecore_vf.c
304
bool resources_acquired = false;
sys/dev/qlnx/qlnxe/ecore_vf.c
914
bool cqe_completion)
sys/dev/qlnx/qlnxe/ecore_vf.h
174
bool cqe_completion);
sys/dev/qlnx/qlnxe/ecore_vf.h
345
static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_rxq_stop(struct ecore_hwfn OSAL_UNUSED *p_hwfn, struct ecore_queue_cid OSAL_UNUSED *p_cid, bool OSAL_UNUSED cqe_completion) {return ECORE_INVAL;}
sys/dev/qlnx/qlnxe/ecore_vf.h
64
bool b_pre_fp_hsi;
sys/dev/qlnx/qlnxe/ecore_vf.h
78
bool b_hw_channel;
sys/dev/qlnx/qlnxe/ecore_vf.h
84
bool b_doorbell_bar;
sys/dev/qlnx/qlnxe/ecore_vf_api.h
135
bool ecore_vf_check_mac(struct ecore_hwfn *p_hwfn, u8 *mac);
sys/dev/qlnx/qlnxe/ecore_vf_api.h
149
bool ecore_vf_bulletin_get_forced_mac(struct ecore_hwfn *hwfn, u8 *dst_mac,
sys/dev/qlnx/qlnxe/ecore_vf_api.h
160
bool ecore_vf_bulletin_get_forced_vlan(struct ecore_hwfn *hwfn, u16 *dst_pvid);
sys/dev/qlnx/qlnxe/ecore_vf_api.h
170
bool ecore_vf_get_pre_fp_hsi(struct ecore_hwfn *p_hwfn);
sys/dev/qlnx/qlnxe/ecore_vf_api.h
201
void ecore_vf_set_hw_channel(struct ecore_hwfn *p_hwfn, bool b_is_hw);
sys/dev/qlnx/qlnxe/ecore_vf_api.h
219
static OSAL_INLINE bool ecore_vf_check_mac(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u8 OSAL_UNUSED *mac) {return false;}
sys/dev/qlnx/qlnxe/ecore_vf_api.h
221
static OSAL_INLINE bool ecore_vf_bulletin_get_forced_mac(struct ecore_hwfn OSAL_UNUSED *hwfn, u8 OSAL_UNUSED *dst_mac, u8 OSAL_UNUSED *p_is_forced) {return false;}
sys/dev/qlnx/qlnxe/ecore_vf_api.h
222
static OSAL_INLINE bool ecore_vf_get_pre_fp_hsi(struct ecore_hwfn OSAL_UNUSED *p_hwfn) {return false; }
sys/dev/qlnx/qlnxe/ecore_vf_api.h
230
bool OSAL_UNUSED b_is_hw) {}
sys/dev/qlnx/qlnxe/qlnx_def.h
268
bool link_up;
sys/dev/qlnx/qlnxe/qlnx_def.h
273
bool autoneg;
sys/dev/qlnx/qlnxe/qlnx_def.h
450
bool rx_csum_offload;
sys/dev/qlnx/qlnxe/qlnx_os.c
2496
_qlnx_set_promisc_allmulti(qlnx_host_t *ha, bool promisc, bool allmulti)
sys/dev/qlnx/qlnxe/qlnx_os.c
2500
bool mcast, ucast;
sys/dev/qlnx/qlnxe/qlnx_os.c
6941
qlnx_set_link(qlnx_host_t *ha, bool link_up)
sys/dev/qlnx/qlnxe/qlnx_os.c
95
static int _qlnx_set_promisc_allmulti(qlnx_host_t *ha, bool promisc, bool allmulti);
sys/dev/qlnx/qlnxr/qlnxr_cm.c
152
bool b_last_packet)
sys/dev/qlnx/qlnxr/qlnxr_cm.c
462
static inline bool
sys/dev/qlnx/qlnxr/qlnxr_cm.c
487
bool has_vlan = false, has_grh_ipv6 = true;
sys/dev/qlnx/qlnxr/qlnxr_cm.c
497
bool has_udp = false;
sys/dev/qlnx/qlnxr/qlnxr_cm.c
61
bool b_last_fragment,
sys/dev/qlnx/qlnxr/qlnxr_cm.c
62
bool b_last_packet)
sys/dev/qlnx/qlnxr/qlnxr_def.h
460
bool created;
sys/dev/qlnx/qlnxr/qlnxr_def.h
474
bool rearm_cq;
sys/dev/qlnx/qlnxr/qlnxr_def.h
500
bool two_layered;
sys/dev/qlnx/qlnxr/qlnxr_def.h
657
bool signaled;
sys/dev/qlnx/qlnxr/qlnxr_def.h
664
bool signaled;
sys/dev/qlnx/qlnxr/qlnxr_def.h
686
bool destroyed;
sys/dev/qlnx/qlnxr/qlnxr_def.h
796
static inline bool qlnxr_qp_has_srq(struct qlnxr_qp *qp)
sys/dev/qlnx/qlnxr/qlnxr_def.h
801
static inline bool qlnxr_qp_has_sq(struct qlnxr_qp *qp)
sys/dev/qlnx/qlnxr/qlnxr_def.h
809
static inline bool qlnxr_qp_has_rq(struct qlnxr_qp *qp)
sys/dev/qlnx/qlnxr/qlnxr_os.c
838
bool is_vlan, u16 vlan_id)
sys/dev/qlnx/qlnxr/qlnxr_os.c
855
static bool
sys/dev/qlnx/qlnxr/qlnxr_os.c
889
static bool
sys/dev/qlnx/qlnxr/qlnxr_os.c
923
static bool qlnxr_del_sgid(struct qlnxr_dev *dev, union ib_gid *gid)
sys/dev/qlnx/qlnxr/qlnxr_os.c
952
bool is_vlan;
sys/dev/qlnx/qlnxr/qlnxr_os.c
994
bool is_vlan = false;
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
1033
bool found;
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
1397
size_t page_list_len, bool two_layered)
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
2428
bool fmr_and_reserved_lkey,
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
4196
static inline bool
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
4260
bool comp;
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
808
static inline bool
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
812
bool ret = false;
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
906
static bool
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
909
bool found = false;
sys/dev/quicc/quicc_bfe.h
52
bool sc_fastintr:1;
sys/dev/quicc/quicc_bfe.h
53
bool sc_polled:1;
sys/dev/random/armv8rng.c
46
static bool has_rndr;
sys/dev/random/fenestrasX/fx_pool.c
272
static inline bool
sys/dev/random/fenestrasX/fx_pool.c
290
static inline bool
sys/dev/random/fenestrasX/fx_pool.c
308
bool first_time, first_32;
sys/dev/random/fenestrasX/fx_pool.c
456
bool
sys/dev/random/fenestrasX/fx_pool.h
31
bool fxrng_alg_seeded(void);
sys/dev/random/fenestrasX/fx_rng.c
119
size_t nbytes, bool return_unlocked)
sys/dev/random/fenestrasX/fx_rng.c
169
fxrng_rng_reseed_internal(struct fxrng_basic_rng *rng, bool seeded,
sys/dev/random/fenestrasX/fx_rng.c
242
fxrng_rng_reseed(struct fxrng_basic_rng *rng, bool seeded, const void *entr,
sys/dev/random/fenestrasX/fx_rng.h
49
fxrng_rng_init(struct fxrng_basic_rng *rng, bool is_root_rng)
sys/dev/random/fenestrasX/fx_rng.h
65
bool return_unlocked);
sys/dev/random/fenestrasX/fx_rng.h
67
void fxrng_rng_reseed(struct fxrng_basic_rng *, bool seeded, const void *,
sys/dev/random/fortuna.c
245
static bool fortuna_concurrent_read __read_frequently = true;
sys/dev/random/fortuna.c
256
static bool random_fortuna_seeded(void);
sys/dev/random/fortuna.c
257
static bool random_fortuna_seeded_internal(void);
sys/dev/random/fortuna.c
412
bool seeded;
sys/dev/random/fortuna.c
560
union randomdev_key *p_key, bool locked)
sys/dev/random/fortuna.c
789
static bool block_seeded_status = false;
sys/dev/random/fortuna.c
797
static bool
sys/dev/random/fortuna.c
803
static bool
sys/dev/random/hash.c
75
bool random_chachamode __read_frequently = true;
sys/dev/random/hash.h
59
extern bool random_chachamode;
sys/dev/random/ivy.c
117
bool has_rdrand, has_rdseed;
sys/dev/random/ivy.c
59
static bool acquire_independent_seed_samples = false;
sys/dev/random/ivy.c
61
static bool
sys/dev/random/other_algorithm.c
178
static bool
sys/dev/random/other_algorithm.c
181
bool seeded = false;
sys/dev/random/other_algorithm.c
86
static bool random_other_seeded(void);
sys/dev/random/random_harvestq.c
238
bool rse_warm;
sys/dev/random/random_harvestq.c
328
bool ondemand; /* Set to true to restart the state machine */
sys/dev/random/random_harvestq.c
374
static bool
sys/dev/random/random_harvestq.c
400
static bool
sys/dev/random/random_harvestq.c
429
bool
sys/dev/random/random_harvestq.c
481
static bool nist_healthtest_enabled = false;
sys/dev/random/random_harvestq.c
636
bool present;
sys/dev/random/random_harvestq.c
689
bool first;
sys/dev/random/random_harvestq.c
699
bool present;
sys/dev/random/random_harvestq.c
88
static __read_mostly bool epoch_inited;
sys/dev/random/random_harvestq.h
52
bool random_harvest_healthtest(const struct harvest_event *event);
sys/dev/random/random_infra.c
100
int (*_read_random_uio)(struct uio *, bool);
sys/dev/random/random_infra.c
101
bool (*_is_random_seeded)(void);
sys/dev/random/random_infra.c
49
bool random_bypass_before_seeding = true;
sys/dev/random/random_infra.c
62
bool read_random_bypassed_before_seeding = false;
sys/dev/random/random_infra.c
75
bool arc4random_bypassed_before_seeding = false;
sys/dev/random/random_infra.c
88
bool random_bypass_disable_warnings = false;
sys/dev/random/randomdev.c
126
randomdev_wait_until_seeded(bool interruptible)
sys/dev/random/randomdev.c
157
(read_random_uio)(struct uio *uio, bool nonblock)
sys/dev/random/randomdev.c
67
static int (read_random_uio)(struct uio *, bool);
sys/dev/random/randomdev.c
69
static bool (is_random_seeded)(void);
sys/dev/random/randomdev.h
59
extern bool random_bypass_before_seeding;
sys/dev/random/randomdev.h
60
extern bool read_random_bypassed_before_seeding;
sys/dev/random/randomdev.h
61
extern bool arc4random_bypassed_before_seeding;
sys/dev/random/randomdev.h
62
extern bool random_bypass_disable_warnings;
sys/dev/random/randomdev.h
70
typedef bool random_alg_seeded_t(void);
sys/dev/random/rdseed.c
105
bool has_rdseed;
sys/dev/random/rdseed.c
62
static bool enabled = true;
sys/dev/random/rdseed.c
66
static bool
sys/dev/random/uint128.h
81
static __inline bool
sys/dev/regulator/regulator.c
266
regnode_method_enable(struct regnode *regnode, bool enable, int *udelay)
sys/dev/regulator/regulator.c
70
static int regnode_method_enable(struct regnode *regnode, bool enable,
sys/dev/regulator/regulator.h
57
bool boot_on; /* Is enabled on boot */
sys/dev/regulator/regulator.h
58
bool always_on; /* Must be enabled */
sys/dev/regulator/regulator_fixed.c
183
regnode_fixed_enable(struct regnode *regnode, bool enable, int *udelay)
sys/dev/regulator/regulator_fixed.c
331
bool attach_done;
sys/dev/regulator/regulator_fixed.c
60
bool always_on;
sys/dev/regulator/regulator_fixed.c
68
bool gpio_open_drain;
sys/dev/regulator/regulator_fixed.c
73
static int regnode_fixed_enable(struct regnode *regnode, bool enable,
sys/dev/regulator/regulator_fixed.h
35
bool gpio_open_drain;
sys/dev/rge/if_rge.c
1766
static bool do_warning = false;
sys/dev/rge/if_rge.c
2103
bool check_hwcsum;
sys/dev/rge/if_rge.c
2313
bool is_mcast;
sys/dev/rge/if_rge.c
989
bool reinit = false;
sys/dev/rge/if_rgevar.h
156
bool sc_ether_attached;
sys/dev/rge/if_rgevar.h
178
bool sc_detaching;
sys/dev/rge/if_rgevar.h
179
bool sc_stopped;
sys/dev/rge/if_rgevar.h
180
bool sc_suspended;
sys/dev/rtsx/rtsx.c
140
bool rtsx_discovery_mode; /* are we in discovery mode? */
sys/dev/rtsx/rtsx.c
141
bool rtsx_tuning_mode; /* are we tuning */
sys/dev/rtsx/rtsx.c
142
bool rtsx_double_clk; /* double clock freqency */
sys/dev/rtsx/rtsx.c
143
bool rtsx_vpclk; /* voltage at Pulse-width Modulation(PWM) clock? */
sys/dev/rtsx/rtsx.c
207
static bool rtsx_is_card_present(struct rtsx_softc *sc);
sys/dev/rtsx/rtsx.c
278
static int rtsx_mmcbr_tune(device_t bus, device_t child __unused, bool hs400 __unused);
sys/dev/rtsx/rtsx.c
279
static int rtsx_mmcbr_retune(device_t bus, device_t child __unused, bool reset __unused);
sys/dev/rtsx/rtsx.c
3351
rtsx_mmcbr_tune(device_t bus, device_t child __unused, bool hs400)
sys/dev/rtsx/rtsx.c
3422
rtsx_mmcbr_retune(device_t bus, device_t child __unused, bool reset __unused)
sys/dev/rtsx/rtsx.c
616
bool was_present;
sys/dev/rtsx/rtsx.c
617
bool is_present;
sys/dev/rtsx/rtsx.c
708
static bool
sys/dev/rtwn/if_rtwn_rx.c
98
bool is_basic = rs_ht->rs_rates[i] &
sys/dev/rtwn/if_rtwn_tx.c
147
bool force_rate = false;
sys/dev/rtwn/if_rtwnvar.h
322
void *, uint8_t, bool, int);
sys/dev/rtwn/if_rtwnvar.h
334
bool);
sys/dev/rtwn/rtl8188e/r88e.h
42
void r88e_sta_beacon_enable(struct rtwn_softc *, int, bool);
sys/dev/rtwn/rtl8188e/r88e_beacon.c
69
r88e_sta_beacon_enable(struct rtwn_softc *sc, int id, bool enable)
sys/dev/rtwn/rtl8192c/r92c.h
120
struct mbuf *, void *, uint8_t, bool, int);
sys/dev/rtwn/rtl8192c/r92c.h
49
void r92c_sta_beacon_enable(struct rtwn_softc *, int, bool);
sys/dev/rtwn/rtl8192c/r92c_beacon.c
93
r92c_sta_beacon_enable(struct rtwn_softc *sc, int id, bool enable)
sys/dev/rtwn/rtl8192c/r92c_fw.c
167
int maxrate, bool shortgi)
sys/dev/rtwn/rtl8192c/r92c_fw.c
227
bool shortgi;
sys/dev/rtwn/rtl8192c/r92c_tx.c
260
static bool
sys/dev/rtwn/rtl8192c/r92c_tx.c
276
uint8_t ridx, bool force_rate)
sys/dev/rtwn/rtl8192c/r92c_tx.c
293
uint8_t ridx, bool force_rate)
sys/dev/rtwn/rtl8192c/r92c_tx.c
305
uint8_t ridx, bool force_rate)
sys/dev/rtwn/rtl8192c/r92c_tx.c
347
struct mbuf *m, void *buf, uint8_t ridx, bool force_rate, int maxretry)
sys/dev/rtwn/rtl8192c/r92c_tx.c
80
enum ieee80211_protmode mode, uint8_t ridx, bool force_rate)
sys/dev/rtwn/rtl8192c/r92c_tx.c
84
bool use_fw_ratectl;
sys/dev/rtwn/rtl8812a/r12a.h
134
struct mbuf *, void *, uint8_t, bool, int);
sys/dev/rtwn/rtl8812a/r12a.h
63
void r12a_sta_beacon_enable(struct rtwn_softc *, int, bool);
sys/dev/rtwn/rtl8812a/r12a_beacon.c
100
r12a_sta_beacon_enable(struct rtwn_softc *sc, int id, bool enable)
sys/dev/rtwn/rtl8812a/r12a_tx.c
322
struct mbuf *m, void *buf, uint8_t ridx, bool force_rate, int maxretry)
sys/dev/rtwn/usb/rtwn_usb_tx.c
104
bool is_empty = true;
sys/dev/rtwn/usb/rtwn_usb_tx.c
141
bool do_is_empty_check = false;
sys/dev/safe/safe.c
657
static bool
sys/dev/safe/safe.c
673
static bool
sys/dev/safexcel/safexcel.c
1980
safexcel_res_descr_add(struct safexcel_ring *ring, bool first, bool last,
sys/dev/safexcel/safexcel.c
2016
safexcel_cmd_descr_add(struct safexcel_ring *ring, bool first, bool last,
sys/dev/safexcel/safexcel.c
2119
bool first, last;
sys/dev/safexcel/safexcel.c
2245
static bool
sys/dev/safexcel/safexcel.c
266
bool rdrpending;
sys/dev/safexcel/safexcel.c
752
bool busy;
sys/dev/safexcel/safexcel_var.h
357
bool dmap_loaded;
sys/dev/scc/scc_bfe.h
131
bool sc_fastintr:1;
sys/dev/scc/scc_bfe.h
132
bool sc_leaving:1;
sys/dev/scc/scc_bfe.h
133
bool sc_polled:1;
sys/dev/scc/scc_bfe.h
73
bool m_attached:1;
sys/dev/scc/scc_bfe.h
74
bool m_fastintr:1;
sys/dev/scc/scc_bfe.h
75
bool m_hasintr:1;
sys/dev/scc/scc_bfe.h
76
bool m_probed:1;
sys/dev/scc/scc_bfe.h
77
bool m_sysdev:1;
sys/dev/scc/scc_bfe.h
95
bool ch_enabled:1;
sys/dev/scc/scc_bfe.h
96
bool ch_sysdev:1;
sys/dev/sdhci/fsl_sdhci.c
760
static bool
sys/dev/sdhci/fsl_sdhci.c
93
bool slot_init_done;
sys/dev/sdhci/sdhci.c
100
bool is_present);
sys/dev/sdhci/sdhci.c
1319
bool
sys/dev/sdhci/sdhci.c
1463
sdhci_generic_tune(device_t brdev __unused, device_t reqdev, bool hs400)
sys/dev/sdhci/sdhci.c
1536
sdhci_generic_retune(device_t brdev __unused, device_t reqdev, bool reset)
sys/dev/sdhci/sdhci.c
1570
sdhci_exec_tuning(struct sdhci_slot *slot, bool reset)
sys/dev/sdhci/sdhci.c
746
sdhci_handle_card_present_locked(struct sdhci_slot *slot, bool is_present)
sys/dev/sdhci/sdhci.c
748
bool was_present;
sys/dev/sdhci/sdhci.c
775
sdhci_handle_card_present(struct sdhci_slot *slot, bool is_present)
sys/dev/sdhci/sdhci.c
98
static int sdhci_exec_tuning(struct sdhci_slot *slot, bool reset);
sys/dev/sdhci/sdhci.h
434
int sdhci_generic_tune(device_t brdev, device_t reqdev, bool hs400);
sys/dev/sdhci/sdhci.h
436
int sdhci_generic_retune(device_t brdev, device_t reqdev, bool reset);
sys/dev/sdhci/sdhci.h
444
bool sdhci_generic_get_card_present(device_t brdev, struct sdhci_slot *slot);
sys/dev/sdhci/sdhci.h
446
void sdhci_handle_card_present(struct sdhci_slot *slot, bool is_present);
sys/dev/sdhci/sdhci_fdt.h
44
bool wp_inverted; /* WP pin is inverted */
sys/dev/sdhci/sdhci_fdt.h
45
bool wp_disabled; /* WP pin is not supported */
sys/dev/sdhci/sdhci_fdt.h
46
bool no_18v; /* No 1.8V support */
sys/dev/sdhci/sdhci_fdt_gpio.c
232
bool
sys/dev/sdhci/sdhci_fdt_gpio.c
235
bool pinstate;
sys/dev/sdhci/sdhci_fdt_gpio.c
252
bool pinstate;
sys/dev/sdhci/sdhci_fdt_gpio.c
53
bool wp_disabled;
sys/dev/sdhci/sdhci_fdt_gpio.c
54
bool wp_inverted;
sys/dev/sdhci/sdhci_fdt_gpio.c
55
bool cd_disabled;
sys/dev/sdhci/sdhci_fdt_gpio.c
56
bool cd_inverted;
sys/dev/sdhci/sdhci_fdt_gpio.h
64
bool sdhci_fdt_gpio_get_present(struct sdhci_fdt_gpio *gpio);
sys/dev/sdhci/sdhci_fsl_fdt.c
1124
sdhci_fsl_switch_tuning_block(device_t dev, bool enable)
sys/dev/sdhci/sdhci_fsl_fdt.c
1143
device_t child, bool hs400, uint32_t wnd_start, uint32_t wnd_end)
sys/dev/sdhci/sdhci_fsl_fdt.c
1190
sdhci_fsl_fdt_tune(device_t bus, device_t child, bool hs400)
sys/dev/sdhci/sdhci_fsl_fdt.c
1306
sdhci_fsl_fdt_retune(device_t bus, device_t child, bool reset)
sys/dev/sdhci/sdhci_fsl_fdt.c
196
bool slot_init_done;
sys/dev/sdhci/sdhci_fsl_fdt.c
761
static bool
sys/dev/sdhci/sdhci_xenon.h
116
bool slow_mode; /* PHY slow mode */
sys/dev/sdhci/sdhci_xenon.h
117
bool wp_inverted;
sys/dev/sdhci/sdhci_xenon.h
118
bool skip_regulators; /* Don't switch regulators */
sys/dev/sdhci/sdhci_xenon_fdt.c
66
static bool
sys/dev/sdio/sdio_subr.c
73
sdio_set_bool_for_func(device_t dev, uint32_t addr, uint8_t fn, bool enable)
sys/dev/sdio/sdio_subr.c
78
bool enabled;
sys/dev/sdio/sdio_subr.h
88
bool support_multiblk; /* Support Multiple Block Transfer */
sys/dev/sdio/sdiob.c
141
sdiob_rw_direct_sc(struct sdiob_softc *sc, uint8_t fn, uint32_t addr, bool wr,
sys/dev/sdio/sdiob.c
194
sdio_rw_direct(device_t dev, uint8_t fn, uint32_t addr, bool wr,
sys/dev/sdio/sdiob.c
243
bool wr, uint8_t *buffer, bool incaddr, uint32_t b_count, uint16_t blksz)
sys/dev/sdio/sdiob.c
374
bool wr, uint32_t size, uint8_t *buffer, bool incaddr)
sys/dev/sdio/sdiob.c
428
sdiob_rw_extended(device_t dev, uint8_t fn, uint32_t addr, bool wr,
sys/dev/sdio/sdiob.c
429
uint32_t size, uint8_t *buffer, bool incaddr)
sys/dev/sdio/sdiob.c
443
uint8_t *buffer, bool incaddr)
sys/dev/sdio/sdiob.c
451
uint8_t *buffer, bool incaddr)
sys/dev/sdio/sdiob.h
81
SDIOB_ACCESSOR(support_multiblk,SUPPORT_MULTIBLK, bool)
sys/dev/sec/sec.c
101
static bool sec_aesu_newsession(const struct crypto_session_params *csp);
sys/dev/sec/sec.c
107
static bool sec_mdeu_can_handle(u_int alg);
sys/dev/sec/sec.c
110
static bool sec_mdeu_newsession(const struct crypto_session_params *csp);
sys/dev/sec/sec.c
1131
static bool
sys/dev/sec/sec.c
1151
static bool
sys/dev/sec/sec.c
1429
static bool
sys/dev/sec/sec.c
1463
static bool
sys/dev/sec/sec.c
1517
static bool
sys/dev/sec/sec.h
146
bool (*sem_newsession)(const struct crypto_session_params *csp);
sys/dev/smartpqi/smartpqi_defines.h
1115
bool intr_registered[PQI_MAX_MSIX];
sys/dev/smartpqi/smartpqi_defines.h
1116
bool msi_enabled; /* MSI/MSI-X enabled */
sys/dev/smbios/smbios.c
329
static bool
sys/dev/smbios/smbios.c
63
bool is_eps3;
sys/dev/smbios/smbios.c
73
static bool smbios_eps3 (void *);
sys/dev/sound/dummy.c
71
bool stopped;
sys/dev/sound/dummy.c
76
static bool
sys/dev/sound/fdt/audio_soc.c
429
bool frame_master, bitclock_master;
sys/dev/sound/fdt/audio_soc.c
483
bool bitclock_inversion = OF_hasprop(node, "simple-audio-card,bitclock-inversion");
sys/dev/sound/fdt/audio_soc.c
484
bool frame_inversion = OF_hasprop(node, "simple-audio-card,frame-inversion");
sys/dev/sound/fdt/simple_amplifier.c
59
bool gpio_is_valid;
sys/dev/sound/pci/hda/hdaa.c
539
bool active;
sys/dev/sound/pci/hda/hdac.c
240
static int hdac_reset(struct hdac_softc *, bool);
sys/dev/sound/pci/hda/hdac.c
436
hdac_reset(struct hdac_softc *sc, bool wakeup)
sys/dev/sound/pci/hdsp.c
46
static bool hdsp_unified_pcm = false;
sys/dev/sound/pci/hdsp.c
653
static bool
sys/dev/sound/pci/hdsp.c
677
static bool
sys/dev/sound/pci/hdspe.c
46
static bool hdspe_unified_pcm = false;
sys/dev/sound/pcm/dsp.c
175
bool vdir_enabled;
sys/dev/sound/pcm/dsp.c
2087
dsp_oss_audioinfo(struct cdev *i_dev, oss_audioinfo *ai, bool ex)
sys/dev/sound/pcm/dsp.h
40
int dsp_oss_audioinfo(struct cdev *, oss_audioinfo *, bool);
sys/dev/sound/pcm/feeder_volume.c
240
bool master_muted = false;
sys/dev/sound/pcm/pcm.h
132
bool s;
sys/dev/sound/pcm/sound.c
140
bool again;
sys/dev/sound/pcm/vchan.c
57
bool snd_vchans_enable = true;
sys/dev/sound/pcm/vchan.h
37
extern bool snd_vchans_enable;
sys/dev/sound/sndstat.c
846
static bool
sys/dev/sound/sndstat.c
858
static bool
sys/dev/sound/usb/uaudio.c
4451
static bool
sys/dev/sound/usb/uaudio.c
4470
static bool
sys/dev/sound/usb/uaudio.c
99
static bool uaudio_handle_hid = true;
sys/dev/speaker/spkr.c
130
static bool octtrack; /* octave-tracking on? */
sys/dev/speaker/spkr.c
131
static bool octprefix; /* override current octave-tracking state? */
sys/dev/speaker/spkr.c
393
static bool spkr_active = false; /* exclusion flag */
sys/dev/spibus/acpi_spibus.c
275
bool found = false;
sys/dev/spibus/acpi_spibus.c
337
acpi_spibus_set_power_children(device_t dev, int state, bool all_children)
sys/dev/spibus/acpi_spibus.c
60
static bool is_apple;
sys/dev/spibus/acpi_spibus.c
68
static inline bool
sys/dev/spibus/controller/allwinner/aw_spi.c
301
aw_spi_setup_cs(struct aw_spi_softc *sc, uint32_t cs, bool low)
sys/dev/spibus/controller/rockchip/rk_spi.c
139
rk_spi_set_cs(struct rk_spi_softc *sc, uint32_t cs, bool active)
sys/dev/superio/superio.c
512
superio_detect(device_t dev, bool claim, struct siosc *sc)
sys/dev/superio/superio.c
982
bool
sys/dev/superio/superio.h
55
bool superio_dev_enabled(device_t dev, uint8_t mask);
sys/dev/syscon/syscon_generic.h
38
bool simplebus_attached;
sys/dev/syscon/syscon_power.c
103
bool has_mask;
sys/dev/syscon/syscon_power.c
58
bool reboot;
sys/dev/syscon/syscon_power.c
66
bool write;
sys/dev/tcp_log/tcp_log_dev.c
444
bool wakeup_needed;
sys/dev/tpm/tpm20.c
312
tpm20_restart(device_t dev, bool clear)
sys/dev/tpm/tpm20.c
348
tpm20_save_state(device_t dev, bool suspend)
sys/dev/tpm/tpm20.c
47
static int tpm20_restart(device_t dev, bool clear);
sys/dev/tpm/tpm20.c
48
static int tpm20_save_state(device_t dev, bool suspend);
sys/dev/tpm/tpm20.h
128
bool interrupts;
sys/dev/tpm/tpm_crb.c
138
static bool tpm_wait_for_u32(struct tpm_sc *sc, bus_size_t off,
sys/dev/tpm/tpm_crb.c
140
static bool tpmcrb_request_locality(struct tpm_sc *sc, int locality);
sys/dev/tpm/tpm_crb.c
142
static bool tpmcrb_cancel_cmd(struct tpm_sc *sc);
sys/dev/tpm/tpm_crb.c
211
static bool
sys/dev/tpm/tpm_crb.c
219
bool ret;
sys/dev/tpm/tpm_crb.c
348
static bool
sys/dev/tpm/tpm_crb.c
367
static bool
sys/dev/tpm/tpm_crb.c
392
static bool
sys/dev/tpm/tpm_crb.c
409
static bool
sys/dev/tpm/tpm_crb.c
421
static bool
sys/dev/tpm/tpm_crb.c
433
static bool
sys/dev/tpm/tpm_crb.c
434
tpmcrb_state_idle(struct tpmcrb_sc *crb_sc, bool wait)
sys/dev/tpm/tpm_crb.c
457
static bool
sys/dev/tpm/tpm_crb.c
458
tpmcrb_state_ready(struct tpmcrb_sc *crb_sc, bool wait)
sys/dev/tpm/tpm_crb.c
599
static bool
sys/dev/tpm/tpm_crb.c
626
static bool
sys/dev/tpm/tpm_crb.c
80
typedef bool (sm_attach_t)(struct tpmcrb_sc *, void *, size_t);
sys/dev/tpm/tpm_crb.c
82
typedef bool (sm_statechange_t)(struct tpmcrb_sc *, int);
sys/dev/tpm/tpm_tis_core.c
237
static bool
sys/dev/tpm/tpm_tis_core.c
284
static bool
sys/dev/tpm/tpm_tis_core.c
304
static bool
sys/dev/tpm/tpm_tis_core.c
324
static bool
sys/dev/tpm/tpm_tis_core.c
370
static bool
sys/dev/tpm/tpm_tis_core.c
84
static bool tpmtis_read_bytes(struct tpm_sc *sc, size_t count, uint8_t *buf);
sys/dev/tpm/tpm_tis_core.c
85
static bool tpmtis_write_bytes(struct tpm_sc *sc, size_t count, uint8_t *buf);
sys/dev/tpm/tpm_tis_core.c
86
static bool tpmtis_request_locality(struct tpm_sc *sc, int locality);
sys/dev/tpm/tpm_tis_core.c
88
static bool tpmtis_go_ready(struct tpm_sc *sc);
sys/dev/tpm/tpm_tis_core.c
90
static bool tpm_wait_for_u32(struct tpm_sc *sc, bus_size_t off,
sys/dev/tws/tws.h
207
#define boolean bool
sys/dev/uart/uart_bus.h
100
bool sc_isquelch:1; /* This UART has input squelched. */
sys/dev/uart/uart_bus.h
101
bool sc_testintr:1; /* This UART is under int. testing. */
sys/dev/uart/uart_bus.h
92
bool sc_callout:1; /* This UART is opened for callout. */
sys/dev/uart/uart_bus.h
93
bool sc_fastintr:1; /* This UART uses fast interrupts. */
sys/dev/uart/uart_bus.h
94
bool sc_hwiflow:1; /* This UART has HW input flow ctl. */
sys/dev/uart/uart_bus.h
95
bool sc_hwoflow:1; /* This UART has HW output flow ctl. */
sys/dev/uart/uart_bus.h
96
bool sc_leaving:1; /* This UART is going away. */
sys/dev/uart/uart_bus.h
97
bool sc_opened:1; /* This UART is open for business. */
sys/dev/uart/uart_bus.h
98
bool sc_polled:1; /* This UART has no interrupts. */
sys/dev/uart/uart_bus.h
99
bool sc_txbusy:1; /* This UART is transmitting. */
sys/dev/uart/uart_cpu_acpi.c
235
bool found;
sys/dev/uart/uart_dev_ns8250.c
1164
bool
sys/dev/uart/uart_dev_ns8250.h
61
bool ns8250_bus_txbusy(struct uart_softc *);
sys/dev/uart/uart_tty.c
384
static bool
sys/dev/ufshci/ufshci.c
52
bool error)
sys/dev/ufshci/ufshci.h
645
typedef void (*ufshci_cb_fn_t)(void *, const struct ufshci_completion *, bool);
sys/dev/ufshci/ufshci_ctrlr.c
69
ufshci_ctrlr_start(struct ufshci_controller *ctrlr, bool resetting)
sys/dev/ufshci/ufshci_dev.c
619
struct ufshci_controller *ctrlr, bool *is_life_time_left)
sys/dev/ufshci/ufshci_dev.c
647
bool *need_flush)
sys/dev/ufshci/ufshci_dev.c
650
bool is_life_time_left = false;
sys/dev/ufshci/ufshci_dev.c
724
bool is_life_time_left;
sys/dev/ufshci/ufshci_private.h
121
bool is_task_mgmt);
sys/dev/ufshci/ufshci_private.h
136
bool (*is_doorbell_cleared)(struct ufshci_controller *ctrlr,
sys/dev/ufshci/ufshci_private.h
140
bool (*process_cpl)(struct ufshci_req_queue *req_queue);
sys/dev/ufshci/ufshci_private.h
164
bool timer_armed; /* recovery lock */
sys/dev/ufshci/ufshci_private.h
225
bool is_task_mgmt;
sys/dev/ufshci/ufshci_private.h
282
bool is_wb_enabled;
sys/dev/ufshci/ufshci_private.h
283
bool is_wb_flush_enabled;
sys/dev/ufshci/ufshci_private.h
291
bool power_mode_supported;
sys/dev/ufshci/ufshci_private.h
296
bool auto_hibernation_supported;
sys/dev/ufshci/ufshci_private.h
399
bool is_single_db_supported;
sys/dev/ufshci/ufshci_private.h
400
bool is_mcq_supported;
sys/dev/ufshci/ufshci_private.h
412
bool is_failed;
sys/dev/ufshci/ufshci_private.h
430
bool error);
sys/dev/ufshci/ufshci_private.h
439
int ufshci_sim_send_ssu(struct ufshci_controller *ctrlr, bool start,
sys/dev/ufshci/ufshci_private.h
440
uint8_t pwr_cond, bool immed);
sys/dev/ufshci/ufshci_private.h
491
uint32_t data_len, uint8_t lun, bool is_write);
sys/dev/ufshci/ufshci_private.h
494
bool ufshci_req_queue_process_completions(struct ufshci_req_queue *req_queue);
sys/dev/ufshci/ufshci_private.h
512
bool is_task_mgmt);
sys/dev/ufshci/ufshci_private.h
527
bool ufshci_req_sdb_utmr_is_doorbell_cleared(struct ufshci_controller *ctrlr,
sys/dev/ufshci/ufshci_private.h
529
bool ufshci_req_sdb_utr_is_doorbell_cleared(struct ufshci_controller *ctrlr,
sys/dev/ufshci/ufshci_private.h
535
bool ufshci_req_sdb_process_cpl(struct ufshci_req_queue *req_queue);
sys/dev/ufshci/ufshci_private.h
60
bool error;
sys/dev/ufshci/ufshci_private.h
72
bool is_admin;
sys/dev/ufshci/ufshci_private.h
74
bool payload_valid;
sys/dev/ufshci/ufshci_private.h
75
bool spare[2]; /* Future use */
sys/dev/ufshci/ufshci_req_queue.c
135
static bool
sys/dev/ufshci/ufshci_req_queue.c
139
bool is_error = false;
sys/dev/ufshci/ufshci_req_queue.c
182
bool error;
sys/dev/ufshci/ufshci_req_queue.c
246
bool retry, error, retriable;
sys/dev/ufshci/ufshci_req_queue.c
323
bool
sys/dev/ufshci/ufshci_req_queue.c
327
bool done;
sys/dev/ufshci/ufshci_req_queue.c
474
bool error)
sys/dev/ufshci/ufshci_req_queue.c
527
bool idle = true;
sys/dev/ufshci/ufshci_req_queue.c
528
bool fast;
sys/dev/ufshci/ufshci_req_sdb.c
154
struct ufshci_req_queue *req_queue, uint32_t num_entries, bool is_task_mgmt)
sys/dev/ufshci/ufshci_req_sdb.c
534
bool
sys/dev/ufshci/ufshci_req_sdb.c
544
bool
sys/dev/ufshci/ufshci_req_sdb.c
554
bool
sys/dev/ufshci/ufshci_req_sdb.c
560
bool done = false;
sys/dev/ufshci/ufshci_sim.c
126
bool is_write;
sys/dev/ufshci/ufshci_sim.c
25
bool error)
sys/dev/ufshci/ufshci_sim.c
463
ufshci_sim_send_ssu(struct ufshci_controller *ctrlr, bool start,
sys/dev/ufshci/ufshci_sim.c
464
uint8_t power_condition, bool immed)
sys/dev/usb/controller/dwc3/dwc3.c
388
snps_dwc3_common_attach(device_t dev, bool is_fdt)
sys/dev/usb/controller/usb_nop_xceiv.c
63
static int usb_nop_xceiv_phy_enable(struct phynode *phy, bool enable);
sys/dev/usb/controller/usb_nop_xceiv.c
74
usb_nop_xceiv_phy_enable(struct phynode *phynode, bool enable)
sys/dev/usb/controller/xhci.c
666
bool first = true;
sys/dev/usb/input/ukbd.c
387
static bool
sys/dev/usb/input/ukbd.c
390
bool ret = false;
sys/dev/usb/input/ukbd.c
398
static bool
sys/dev/usb/input/ukbd.c
401
bool ret = false;
sys/dev/usb/input/ukbd.c
409
static bool
sys/dev/usb/input/usbhid.c
116
bool influx;
sys/dev/usb/input/usbhid.c
117
bool no_readahead;
sys/dev/usb/input/usbhid.c
131
bool sc_can_poll;
sys/dev/usb/input/usbhid.c
232
bool is_rd = (req->bmRequestType & UT_READ) != 0;
sys/dev/usb/input/usbhid.c
339
bool nowrite;
sys/dev/usb/input/wmt.c
114
bool reported; /* Item value is passed to evdev */
sys/dev/usb/input/wmt.c
115
bool required; /* Required for MT Digitizers */
sys/dev/usb/input/wmt.c
214
bool touch;
sys/dev/usb/input/wmt.c
215
bool prev_touch;
sys/dev/usb/input/wmt.c
229
bool has_int_button;
sys/dev/usb/input/wmt.c
230
bool is_clickpad;
sys/dev/usb/input/wmt.c
231
bool do_timestamps;
sys/dev/usb/input/wmt.c
68
static bool wmt_timestamps = 0;
sys/dev/usb/input/wmt.c
739
bool touch_coll = false;
sys/dev/usb/input/wmt.c
740
bool finger_coll = false;
sys/dev/usb/input/wmt.c
741
bool cont_count_found = false;
sys/dev/usb/input/wmt.c
742
bool scan_time_found = false;
sys/dev/usb/input/wmt.c
743
bool has_int_button = false;
sys/dev/usb/misc/cp2112.c
358
cp2112_gpio_read_pin(device_t dev, uint32_t pin_num, bool *on)
sys/dev/usb/misc/cp2112.c
377
cp2112_gpio_write_pin(device_t dev, uint32_t pin_num, bool on)
sys/dev/usb/misc/cp2112.c
382
bool actual;
sys/dev/usb/misc/cp2112.c
403
bool output, enum cp2112_out_mode *mode)
sys/dev/usb/misc/cp2112.c
506
bool on;
sys/dev/usb/misc/cp2112.c
526
bool on;
sys/dev/usb/net/if_ipheth.c
235
static bool
sys/dev/usb/net/if_iphethvar.h
91
bool is_ncm;
sys/dev/usb/net/if_muge.c
389
bool locked;
sys/dev/usb/net/if_muge.c
451
static bool
sys/dev/usb/net/if_muge.c
484
bool locked;
sys/dev/usb/net/if_muge.c
613
bool rxenabled;
sys/dev/usb/net/if_muge.c
658
bool locked;
sys/dev/usb/net/if_muge.c
711
bool locked;
sys/dev/usb/net/if_muge.c
761
bool locked;
sys/dev/usb/net/if_smsc.c
122
static bool smsc_rx_packet_batching = 1;
sys/dev/usb/net/if_smsc.c
1543
static bool
sys/dev/usb/net/if_smsc.c
1574
static bool
sys/dev/usb/net/if_ure.c
173
static void ure_enable_aldps(struct ure_softc *, bool);
sys/dev/usb/net/if_ure.c
2084
ure_enable_aldps(struct ure_softc *sc, bool enable)
sys/dev/usb/net/if_ure.c
449
bool new_link, old_link;
sys/dev/usb/serial/usb_serial.c
1416
static bool
sys/dev/usb/serial/usb_serial.c
155
struct usb_proc_msg *t0, struct usb_proc_msg *t1, bool wait);
sys/dev/usb/serial/usb_serial.c
630
struct usb_proc_msg *t0, struct usb_proc_msg *t1, bool wait)
sys/dev/usb/storage/cfumass.c
164
bool sc_current_stalled;
sys/dev/usb/storage/cfumass.c
87
bool cfumass_port_online;
sys/dev/usb/storage/umass.c
2742
static bool
sys/dev/usb/storage/umass.c
2751
static bool
sys/dev/usb/storage/umass.c
2790
static bool
sys/dev/usb/storage/umass.c
2844
static bool
sys/dev/usb/storage/umass.c
2906
static bool
sys/dev/usb/storage/umass.c
2913
static bool
sys/dev/usb/storage/umass.c
304
typedef bool (umass_transform_t)(struct umass_softc *sc, uint8_t *cmd_ptr,
sys/dev/usb/storage/umass.c
436
bool sc_sending_sense;
sys/dev/usb/storage/umass.c
496
static bool umass_scsi_transform(struct umass_softc *, uint8_t *, uint8_t);
sys/dev/usb/storage/umass.c
497
static bool umass_rbc_transform(struct umass_softc *, uint8_t *, uint8_t);
sys/dev/usb/storage/umass.c
498
static bool umass_ufi_transform(struct umass_softc *, uint8_t *, uint8_t);
sys/dev/usb/storage/umass.c
499
static bool umass_atapi_transform(struct umass_softc *, uint8_t *, uint8_t);
sys/dev/usb/storage/umass.c
500
static bool umass_no_transform(struct umass_softc *, uint8_t *, uint8_t);
sys/dev/usb/storage/umass.c
501
static bool umass_std_transform(struct umass_softc *, union ccb *, uint8_t
sys/dev/usb/usb_fdt_support.c
82
static bool
sys/dev/usb/usb_process.c
366
bool interruptible)
sys/dev/virtio/gpu/virtio_gpu.c
76
bool vtgpu_have_fb_info;
sys/dev/virtio/mmio/virtio_mmio.c
456
static bool
sys/dev/virtio/mmio/virtio_mmio.c
74
static bool vtmmio_with_feature(device_t, uint64_t);
sys/dev/virtio/network/if_vtnet.c
139
bool, int, struct virtio_net_hdr *);
sys/dev/virtio/network/if_vtnet.c
1788
vtnet_rxq_csum_needs_csum(struct vtnet_rxq *rxq, struct mbuf *m, bool isipv6,
sys/dev/virtio/network/if_vtnet.c
1874
bool isipv6;
sys/dev/virtio/network/if_vtnet.c
216
static int vtnet_ctrl_rx_cmd(struct vtnet_softc *, uint8_t, bool);
sys/dev/virtio/network/if_vtnet.c
217
static int vtnet_set_promisc(struct vtnet_softc *, bool);
sys/dev/virtio/network/if_vtnet.c
218
static int vtnet_set_allmulti(struct vtnet_softc *, bool);
sys/dev/virtio/network/if_vtnet.c
3690
vtnet_ctrl_rx_cmd(struct vtnet_softc *sc, uint8_t cmd, bool on)
sys/dev/virtio/network/if_vtnet.c
3724
vtnet_set_promisc(struct vtnet_softc *sc, bool on)
sys/dev/virtio/network/if_vtnet.c
3730
vtnet_set_allmulti(struct vtnet_softc *sc, bool on)
sys/dev/virtio/network/if_vtnet.c
3793
bool promisc, allmulti;
sys/dev/virtio/network/if_vtnet.c
4609
static bool sw_lro_enabled = false;
sys/dev/virtio/network/if_vtnetvar.h
200
static bool
sys/dev/virtio/network/if_vtnetvar.h
206
static bool
sys/dev/virtio/network/virtio_net.h
475
int offset, bool allow_ecn, struct virtio_net_hdr *hdr)
sys/dev/virtio/network/virtio_net.h
513
virtio_net_tx_offload(if_t ifp, struct mbuf *m, bool allow_ecn,
sys/dev/virtio/p9fs/virtio_p9fs.c
68
bool busy;
sys/dev/virtio/pci/virtio_pci.c
152
vtpci_init(struct vtpci_common *cn, device_t dev, bool modern)
sys/dev/virtio/pci/virtio_pci.c
270
bool
sys/dev/virtio/pci/virtio_pci.h
100
static inline bool
sys/dev/virtio/pci/virtio_pci.h
112
void vtpci_init(struct vtpci_common *cn, device_t dev, bool modern);
sys/dev/virtio/pci/virtio_pci.h
120
bool vtpci_with_feature(struct vtpci_common *cn, uint64_t feature);
sys/dev/virtio/pci/virtio_pci.h
88
static inline bool
sys/dev/virtio/pci/virtio_pci.h
94
static inline bool
sys/dev/virtio/pci/virtio_pci_legacy.c
379
static bool
sys/dev/virtio/pci/virtio_pci_legacy.c
530
static bool
sys/dev/virtio/pci/virtio_pci_legacy.c
88
static bool vtpci_legacy_with_feature(device_t, uint64_t);
sys/dev/virtio/pci/virtio_pci_legacy.c
99
static bool vtpci_legacy_setup_msix(struct vtpci_legacy_softc *sc);
sys/dev/virtio/pci/virtio_pci_modern.c
114
static bool vtpci_modern_with_feature(device_t, uint64_t);
sys/dev/virtio/pci/virtio_pci_modern.c
474
static bool
sys/dev/virtio/random/virtio_random.c
55
bool inactive;
sys/dev/virtio/scmi/virtio_scmi.c
74
bool has_p2a;
sys/dev/virtio/scmi/virtio_scmi.c
75
bool has_shared;
sys/dev/virtio/virtio.c
213
bool
sys/dev/virtio/virtio.c
287
bool
sys/dev/virtio/virtio.h
111
bool virtio_with_feature(device_t dev, uint64_t feature);
sys/dev/virtio/virtio.h
97
bool virtio_bus_is_modern(device_t dev);
sys/dev/virtio/virtio_endian.h
44
virtio_htog16(bool modern, uint16_t val)
sys/dev/virtio/virtio_endian.h
53
virtio_gtoh16(bool modern, uint16_t val)
sys/dev/virtio/virtio_endian.h
62
virtio_htog32(bool modern, uint32_t val)
sys/dev/virtio/virtio_endian.h
71
virtio_gtoh32(bool modern, uint32_t val)
sys/dev/virtio/virtio_endian.h
80
virtio_htog64(bool modern, uint64_t val)
sys/dev/virtio/virtio_endian.h
89
virtio_gtoh64(bool modern, uint64_t val)
sys/dev/virtio/virtqueue.c
140
static bool vq_ring_use_indirect(struct virtqueue *, int);
sys/dev/virtio/virtqueue.c
548
bool
sys/dev/virtio/virtqueue.c
555
bool
sys/dev/virtio/virtqueue.c
888
static bool
sys/dev/virtio/virtqueue.h
88
bool virtqueue_full(struct virtqueue *vq);
sys/dev/virtio/virtqueue.h
89
bool virtqueue_empty(struct virtqueue *vq);
sys/dev/vmd/vmd.c
224
vmd_set_msi_bypass(device_t dev, bool enable)
sys/dev/vmm/vmm_dev.c
1317
bool sysmem;
sys/dev/vmm/vmm_dev.c
261
bool sysmem;
sys/dev/vmm/vmm_dev.c
288
bool sysmem;
sys/dev/vmm/vmm_dev.c
804
bool sysmem;
sys/dev/vmm/vmm_dev.c
92
static bool vmm_initialized = false;
sys/dev/vmm/vmm_mem.c
152
bool
sys/dev/vmm/vmm_mem.c
176
vm_alloc_memseg(struct vm *vm, int ident, size_t len, bool sysmem,
sys/dev/vmm/vmm_mem.c
220
vm_get_memseg(struct vm *vm, int ident, size_t *len, bool *sysmem,
sys/dev/vmm/vmm_mem.c
40
static bool
sys/dev/vmm/vmm_mem.c
50
bool
sys/dev/vmm/vmm_mem.h
103
bool vm_mem_allocated(struct vcpu *vcpu, vm_paddr_t gpa);
sys/dev/vmm/vmm_mem.h
46
bool sysmem;
sys/dev/vmm/vmm_mem.h
83
int vm_alloc_memseg(struct vm *vm, int ident, size_t len, bool sysmem,
sys/dev/vmm/vmm_mem.h
94
bool vm_memseg_sysmem(struct vm *vm, int ident);
sys/dev/vmm/vmm_mem.h
95
int vm_get_memseg(struct vm *vm, int ident, size_t *len, bool *sysmem,
sys/dev/vmm/vmm_stat.h
44
typedef bool (*vmm_stat_func_pred_t)(void);
sys/dev/vmm/vmm_vm.c
101
bool from_idle)
sys/dev/vmm/vmm_vm.c
254
vcpu_set_state(struct vcpu *vcpu, enum vcpu_state newstate, bool from_idle)
sys/dev/vmm/vmm_vm.c
30
static bool
sys/dev/vmm/vmm_vm.h
136
bool dying; /* (o) is dying */
sys/dev/vmm/vmm_vm.h
56
int vcpu_set_state(struct vcpu *vcpu, enum vcpu_state state, bool from_idle);
sys/dev/vmm/vmm_vm.h
58
bool from_idle);
sys/dev/vmware/pvscsi/pvscsi.c
204
bool use_msg;
sys/dev/vmware/vmci/vmci_datagram.c
27
bool run_delayed;
sys/dev/vmware/vmci/vmci_datagram.c
642
bool
sys/dev/vmware/vmci/vmci_datagram.h
22
bool vmci_datagram_check_host_capabilities(void);
sys/dev/vmware/vmci/vmci_doorbell.c
30
bool is_doorbell;
sys/dev/vmware/vmci/vmci_doorbell.c
307
bool reused = false;
sys/dev/vmware/vmci/vmci_doorbell.c
31
bool run_delayed;
sys/dev/vmware/vmci/vmci_doorbell.c
404
vmci_doorbell_link(struct vmci_handle handle, bool is_doorbell,
sys/dev/vmware/vmci/vmci_doorbell.c
447
vmci_doorbell_unlink(struct vmci_handle handle, bool is_doorbell)
sys/dev/vmware/vmci/vmci_doorbell.c
795
bool
sys/dev/vmware/vmci/vmci_doorbell.h
16
void vmci_doorbell_hibernate(bool enter_hibernate);
sys/dev/vmware/vmci/vmci_doorbell.h
24
bool vmci_register_notification_bitmap(PPN bitmap_PPN);
sys/dev/vmware/vmci/vmci_driver.c
137
static bool
sys/dev/vmware/vmci/vmci_driver.c
188
bool
sys/dev/vmware/vmci/vmci_driver.c
191
bool result;
sys/dev/vmware/vmci/vmci_driver.h
38
bool vmci_check_host_capabilities(void);
sys/dev/vmware/vmci/vmci_event.c
164
bool
sys/dev/vmware/vmci/vmci_event.c
23
bool run_delayed;
sys/dev/vmware/vmci/vmci_event.c
505
bool success;
sys/dev/vmware/vmci/vmci_event.h
19
bool vmci_event_check_host_capabilities(void);
sys/dev/vmware/vmci/vmci_hashtable.c
23
static bool vmci_hashtable_entry_exists_locked(struct vmci_hashtable *table,
sys/dev/vmware/vmci/vmci_hashtable.c
432
bool
sys/dev/vmware/vmci/vmci_hashtable.c
436
bool exists;
sys/dev/vmware/vmci/vmci_hashtable.c
463
static bool
sys/dev/vmware/vmci/vmci_hashtable.h
42
bool vmci_hashtable_entry_exists(struct vmci_hashtable *table,
sys/dev/vmware/vmci/vmci_kernel_if.c
1018
int buf_type, bool can_block)
sys/dev/vmware/vmci/vmci_kernel_if.c
1045
bool can_block)
sys/dev/vmware/vmci/vmci_kernel_if.c
1077
int buf_type, bool can_block)
sys/dev/vmware/vmci/vmci_kernel_if.c
261
bool
sys/dev/vmware/vmci/vmci_kernel_if.c
818
const void *src, size_t size, bool is_iovec)
sys/dev/vmware/vmci/vmci_kernel_if.c
875
uint64_t queue_offset, size_t size, bool is_iovec)
sys/dev/vmware/vmci/vmci_kernel_if.c
933
bool can_block)
sys/dev/vmware/vmci/vmci_kernel_if.c
961
int buf_type, bool can_block)
sys/dev/vmware/vmci/vmci_kernel_if.c
990
bool can_block)
sys/dev/vmware/vmci/vmci_kernel_if.h
61
bool vmci_wait_on_event_interruptible(vmci_event *event,
sys/dev/vmware/vmci/vmci_kernel_if.h
65
bool vmci_can_schedule_delayed_work(void);
sys/dev/vmware/vmci/vmci_kernel_if.h
85
bool initialized;
sys/dev/vmware/vmci/vmci_qpair.c
501
int buf_type, vmci_memcpy_to_queue_func memcpy_to_queue, bool can_block)
sys/dev/vmware/vmci/vmci_qpair.c
573
vmci_memcpy_from_queue_func memcpy_from_queue, bool update_consumer,
sys/dev/vmware/vmci/vmci_qpair.c
574
bool can_block)
sys/dev/vmware/vmci/vmci_queue.h
108
int buf_type, bool can_block)
sys/dev/vmware/vmci/vmci_queue.h
53
size_t size, BUF_TYPE buf_type, bool can_block);
sys/dev/vmware/vmci/vmci_queue.h
56
BUF_TYPE buf_type, bool can_block);
sys/dev/vmware/vmci/vmci_queue.h
77
bool can_block);
sys/dev/vmware/vmci/vmci_queue.h
80
BUF_TYPE buf_type, bool can_block);
sys/dev/vmware/vmci/vmci_queue.h
83
size_t size, BUF_TYPE buf_type, bool can_block);
sys/dev/vmware/vmci/vmci_queue.h
86
BUF_TYPE buf_type, bool can_block);
sys/dev/vmware/vmci/vmci_queue.h
90
bool can_block);
sys/dev/vmware/vmci/vmci_queue.h
93
BUF_TYPE buf_type, bool can_block);
sys/dev/vmware/vmci/vmci_queue.h
98
bool can_block)
sys/dev/vmware/vmci/vmci_queue_pair.c
34
bool hibernate_failure;
sys/dev/vmware/vmci/vmci_queue_pair.c
58
static int queue_pair_notify_peer_local(bool attach,
sys/dev/vmware/vmci/vmci_queue_pair.c
914
queue_pair_notify_peer_local(bool attach, struct vmci_handle handle)
sys/dev/vmware/vmci/vmci_queue_pair.h
18
void vmci_qp_guest_endpoints_convert(bool to_local, bool device_reset);
sys/dev/vmware/vmci/vmci_resource.c
113
bool found_rid;
sys/dev/vmware/vmxnet3/if_vmx.c
120
static int vmxnet3_isc_txd_credits_update(void *, uint16_t, bool);
sys/dev/vmware/vmxnet3/if_vmx.c
1390
vmxnet3_isc_txd_credits_update(void *vsc, uint16_t txqid, bool clear)
sys/dev/vmware/vmxnet3/if_vmx.c
181
static bool vmxnet3_if_needs_restart(if_ctx_t, enum iflib_restart_event);
sys/dev/vmware/vmxnet3/if_vmx.c
2504
static bool
sys/dev/vnic/nic.h
303
bool loopback_supported:1;
sys/dev/vnic/nicvf_queues.c
1290
int qidx, bool enable)
sys/dev/vt/hw/simplefb/simplefb.c
122
static bool
sys/dev/vt/hw/vga/vt_vga.c
1266
static bool
sys/dev/vt/vt.h
169
bool *vd_pos_to_flush;/* (?) Positions to flush. */
sys/dev/vt/vt.h
401
bool vd_bitblt_after_vtbuf_unlock;
sys/dev/vt/vt_buf.c
747
static bool
sys/dev/vt/vt_core.c
1105
vtterm_devctl(bool enabled, bool hushed, int hz, sbintime_t duration)
sys/dev/vt/vt_core.c
1490
bool needs_refresh;
sys/dev/vt/vt_core.c
211
static bool vt_cons_pos_to_flush[PIXEL_HEIGHT(VT_FB_MAX_HEIGHT) * PIXEL_WIDTH(VT_FB_MAX_WIDTH)];
sys/dev/vt/vt_core.c
279
static bool inside_vt_flush = false;
sys/dev/vt/vt_core.c
280
static bool inside_vt_window_switch = false;
sys/dev/watchdog/watchdog.c
141
static bool first = true;
sys/dev/wdatwd/wdatwd.c
110
bool running;
sys/dev/wdatwd/wdatwd.c
111
bool stop_in_sleep;
sys/dev/wdatwd/wdatwd.c
321
bool run[2];
sys/dev/wg/crypto.h
39
static inline bool
sys/dev/wg/crypto.h
62
static inline bool
sys/dev/wg/if_wg.c
1184
wg_timers_run_send_initiation(struct wg_peer *peer, bool is_retry)
sys/dev/wg/if_wg.c
1374
bool underload = false;
sys/dev/wg/if_wg.c
189
bool p_enabled;
sys/dev/wg/if_wg.c
190
bool p_need_another_keepalive;
sys/dev/wg/if_wg.c
2038
static bool
sys/dev/wg/if_wg.c
2468
bool need_cleanup = false;
sys/dev/wg/if_wg.c
309
static void wg_timers_run_send_initiation(struct wg_peer *, bool);
sys/dev/wg/if_wg.c
3139
static bool
sys/dev/wg/if_wg.c
3221
static bool wg_run_selftests(void)
sys/dev/wg/if_wg.c
3223
bool ret = true;
sys/dev/wg/if_wg.c
3230
static inline bool wg_run_selftests(void) { return true; }
sys/dev/wg/if_wg.c
359
static bool wg_input(struct mbuf *, int, struct inpcb *, const struct sockaddr *, void *);
sys/dev/wg/if_wg.c
370
static bool wgc_privileged(struct wg_softc *);
sys/dev/wg/if_wg.c
993
bool retried = false;
sys/dev/wg/wg_cookie.c
230
void *buf, size_t len, bool check_cookie, struct sockaddr *sa, struct vnet *vnet)
sys/dev/wg/wg_cookie.c
393
ratelimit_gc(struct ratelimit *rl, bool force)
sys/dev/wg/wg_cookie.c
58
bool rl_initialized;
sys/dev/wg/wg_cookie.c
74
static void ratelimit_gc(struct ratelimit *, bool);
sys/dev/wg/wg_cookie.h
32
bool cm_cookie_valid;
sys/dev/wg/wg_cookie.h
35
bool cm_mac1_sent;
sys/dev/wg/wg_cookie.h
65
struct cookie_macs *, void *, size_t, bool, struct sockaddr *,
sys/dev/wg/wg_cookie.h
69
bool cookie_selftest(void);
sys/dev/wg/wg_noise.c
124
bool l_has_identity;
sys/dev/wg/wg_noise.c
145
noise_remote_index_lookup(struct noise_local *, uint32_t, bool);
sys/dev/wg/wg_noise.c
412
noise_remote_index_lookup(struct noise_local *l, uint32_t idx0, bool lookup_keypair)
sys/dev/wg/wg_noise.c
66
bool kp_can_send;
sys/dev/wg/wg_noise.c
67
bool kp_is_initiator;
sys/dev/wg/wg_noise.c
99
bool r_entry_inserted;
sys/dev/wg/wg_noise.h
128
bool noise_counter_selftest(void);
sys/dev/wpi/if_wpivar.h
79
bool update:1;
sys/dev/xdma/xdma.h
126
bool first;
sys/dev/xdma/xdma.h
127
bool last;
sys/dev/xen/acpi/xen-acpi.c
45
static int prepare_sleep_state(uint8_t state, uint32_t a, uint32_t b, bool ext)
sys/dev/xen/blkback/blkback.c
3329
static bool warned;
sys/dev/xen/blkback/blkback.c
757
bool hotplug_done;
sys/dev/xen/bus/intr-internal.h
58
bool xi_close:1; /* close on unbind? */
sys/dev/xen/bus/intr-internal.h
59
bool xi_masked:1;
sys/dev/xen/bus/xenpv.c
163
static bool warned = false;
sys/dev/xen/console/xen_console.c
432
static bool
sys/dev/xen/console/xen_console.c
477
static bool
sys/dev/xen/console/xen_console.c
478
xencons_putc(struct xencons_priv *cons, int c, bool force_flush)
sys/dev/xen/console/xen_console.c
510
static bool
sys/dev/xen/console/xen_console.c
513
bool cons_full;
sys/dev/xen/console/xen_console.c
97
bool opened;
sys/dev/xen/control/control.c
122
bool xen_suspend_cancelled;
sys/dev/xen/cpu/xen_acpi_cpu.c
507
static bool
sys/dev/xen/evtchn/evtchn_dev.c
91
bool enabled;
sys/dev/xen/netfront/netfront.c
212
bool full;
sys/dev/xen/netfront/netfront.c
236
bool xn_reset;
sys/dev/xen/netfront/netfront.c
523
struct xs_transaction *xst, bool hierarchy)
sys/dev/xen/xenstore/xenstore.c
1248
bool
sys/dev/xen/xenstore/xenstore.c
244
bool initialized;
sys/dev/xilinx/xlnx_pcib.c
593
bool found;
sys/dev/xilinx/xlnx_pcib.c
678
xlnx_pcib_msi_mask(device_t dev, struct intr_irqsrc *isrc, bool mask)
sys/dev/xilinx/xlnx_pcib.c
81
bool mask);
sys/fs/autofs/autofs.c
220
bool
sys/fs/autofs/autofs.c
291
bool
sys/fs/autofs/autofs.c
390
bool wildcards;
sys/fs/autofs/autofs.h
101
bool ar_done;
sys/fs/autofs/autofs.h
103
bool ar_wildcards;
sys/fs/autofs/autofs.h
104
bool ar_in_progress;
sys/fs/autofs/autofs.h
120
bool sc_dev_opened;
sys/fs/autofs/autofs.h
129
bool autofs_cached(struct autofs_node *anp, const char *component,
sys/fs/autofs/autofs.h
132
bool autofs_ignore_thread(const struct thread *td);
sys/fs/autofs/autofs.h
78
bool an_cached;
sys/fs/autofs/autofs.h
79
bool an_wildcards;
sys/fs/autofs/autofs_vfsops.c
119
bool found;
sys/fs/cuse/cuse.c
279
static bool
sys/fs/cuse/cuse.c
842
struct cuse_data_chunk *pchk, bool isread)
sys/fs/cuse/cuse.c
949
struct cuse_data_chunk *pchk, bool isread)
sys/fs/cuse/cuse.c
990
struct cuse_data_chunk *pchk, bool isread)
sys/fs/ext2fs/ext2_extents.c
60
static const bool print_extents_walk = true;
sys/fs/ext2fs/ext2_extents.c
84
bool do_walk)
sys/fs/ext2fs/ext2_inode_cnv.c
96
static inline bool
sys/fs/fdescfs/fdesc_vnops.c
250
bool fdropped;
sys/fs/fuse/fuse_file.c
238
bool
sys/fs/fuse/fuse_file.h
198
bool fuse_filehandle_validrw(struct vnode *vp, int mode,
sys/fs/fuse/fuse_internal.c
254
bool from_server)
sys/fs/fuse/fuse_internal.c
370
bool datasync)
sys/fs/fuse/fuse_internal.h
103
static inline bool
sys/fs/fuse/fuse_internal.h
109
static inline bool
sys/fs/fuse/fuse_internal.h
115
static inline bool
sys/fs/fuse/fuse_internal.h
141
static inline bool
sys/fs/fuse/fuse_internal.h
225
bool from_server);
sys/fs/fuse/fuse_internal.h
230
bool datasync);
sys/fs/fuse/fuse_internal.h
79
static inline bool
sys/fs/fuse/fuse_internal.h
97
static inline bool
sys/fs/fuse/fuse_io.c
296
int ioflag, bool pages)
sys/fs/fuse/fuse_io.c
309
bool direct_io = fufh->fuse_open_flags & FOPEN_DIRECT_IO;
sys/fs/fuse/fuse_io.c
310
bool wrote_anything = false;
sys/fs/fuse/fuse_io.c
513
bool direct_append, extending;
sys/fs/fuse/fuse_io.c
892
bool pages = bp->b_flags & B_FUSEFS_WRITE_CACHE;
sys/fs/fuse/fuse_io.h
75
int ioflag, bool pages);
sys/fs/fuse/fuse_ipc.c
142
bool found = false;
sys/fs/fuse/fuse_ipc.c
413
bool interrupted = false;
sys/fs/fuse/fuse_ipc.c
647
fuse_insert_message(struct fuse_ticket *ftick, bool urgent)
sys/fs/fuse/fuse_ipc.h
144
static inline bool
sys/fs/fuse/fuse_ipc.h
255
static inline bool
sys/fs/fuse/fuse_ipc.h
264
static inline bool
sys/fs/fuse/fuse_ipc.h
273
static inline bool
sys/fs/fuse/fuse_ipc.h
298
static inline bool
sys/fs/fuse/fuse_ipc.h
306
static inline bool
sys/fs/fuse/fuse_ipc.h
312
static inline bool
sys/fs/fuse/fuse_ipc.h
394
void fuse_insert_message(struct fuse_ticket *ftick, bool irq);
sys/fs/fuse/fuse_ipc.h
396
static inline bool
sys/fs/fuse/fuse_ipc.h
411
static inline bool
sys/fs/fuse/fuse_node.c
303
bool exportable = fuse_get_mpdata(mp)->dataflags & FSESS_EXPORT_SUPPORT;
sys/fs/fuse/fuse_node.c
440
fuse_vnode_setsize(struct vnode *vp, off_t newsize, bool from_server)
sys/fs/fuse/fuse_node.c
481
fuse_vnode_setsize_immediate(struct vnode *vp, bool shrink)
sys/fs/fuse/fuse_node.c
561
fuse_vnode_undirty_cached_timestamps(struct vnode *vp, bool atime)
sys/fs/fuse/fuse_node.h
201
static inline bool
sys/fs/fuse/fuse_node.h
277
int fuse_vnode_setsize(struct vnode *vp, off_t newsize, bool from_server);
sys/fs/fuse/fuse_node.h
278
int fuse_vnode_setsize_immediate(struct vnode *vp, bool shrink);
sys/fs/fuse/fuse_node.h
280
void fuse_vnode_undirty_cached_timestamps(struct vnode *vp, bool atime);
sys/fs/fuse/fuse_vnops.c
1535
bool isdotdot = cnp->cn_flags & ISDOTDOT;
sys/fs/fuse/fuse_vnops.c
1536
bool islastcn = cnp->cn_flags & ISLASTCN;
sys/fs/fuse/fuse_vnops.c
1540
bool is_dot;
sys/fs/fuse/fuse_vnops.c
1547
bool did_lookup = false;
sys/fs/fuse/fuse_vnops.c
1869
bool closefufh = false;
sys/fs/fuse/fuse_vnops.c
1964
bool closefufh = false, directio;
sys/fs/fuse/fuse_vnops.c
2045
bool closefufh = false;
sys/fs/fuse/fuse_vnops.c
2259
bool newparent = fdvp != tdvp;
sys/fs/fuse/fuse_vnops.c
2260
bool isdir = fvp->v_type == VDIR;
sys/fs/fuse/fuse_vnops.c
2400
bool checkperm;
sys/fs/fuse/fuse_vnops.c
2401
bool drop_suid = false;
sys/fs/fuse/fuse_vnops.c
2618
bool closefufh = false, directio;
sys/fs/fuse/fuse_vnops.c
2663
bool pages = (ioflag & IO_VMIO) != 0;
sys/fs/fuse/fuse_vnops.c
3180
bool closefufh = false;
sys/fs/fuse/fuse_vnops.c
3277
bool shrink = (fvdat->flag & FN_DELAYED_TRUNCATE) != 0;
sys/fs/msdosfs/fat.h
105
int markvoldirty_upgrade(struct msdosfsmount *pmp, bool dirty, bool rw_upgrade);
sys/fs/msdosfs/fat.h
108
markvoldirty(struct msdosfsmount *pmp, bool dirty)
sys/fs/msdosfs/msdosfs_fat.c
1137
markvoldirty_upgrade(struct msdosfsmount *pmp, bool dirty, bool rw_upgrade)
sys/fs/msdosfs/msdosfs_vfsops.c
895
bool susp;
sys/fs/msdosfs/msdosfs_vnops.c
948
bool doingdirectory, newparent;
sys/fs/nfs/nfs_commonacl.c
193
bool server, int *aceerrp, int *acesizep)
sys/fs/nfs/nfs_commonacl.c
43
bool server, int *aceerrp, int *acesizep)
sys/fs/nfs/nfs_commonacl.c
609
bool malloced;
sys/fs/nfs/nfs_commonkrpc.c
171
static bool nfscl_use_gss[NFSV42_NPROCS] = {
sys/fs/nfs/nfs_commonkrpc.c
254
struct ucred *cred, NFSPROC_T *p, int callback_retry_mult, bool dotls,
sys/fs/nfs/nfs_commonkrpc.c
691
bool nextconn_set;
sys/fs/nfs/nfs_commonsubs.c
1168
nfsrv_dissectacl(struct nfsrv_descript *nd, NFSACL_T *aclp, bool server,
sys/fs/nfs/nfs_commonsubs.c
1169
bool posixacl, int *aclerrp, int *aclsizep)
sys/fs/nfs/nfs_commonsubs.c
1347
u_int32_t *leasep, u_int32_t *rderrp, bool *has_namedattrp,
sys/fs/nfs/nfs_commonsubs.c
235
static bool nfs_bigreply[NFSV42_NPROCS] = {
sys/fs/nfs/nfs_commonsubs.c
252
static bool nfs_in_prime(int flag, uid_t uid, gid_t gid);
sys/fs/nfs/nfs_commonsubs.c
260
struct nfsclsession *, bool, struct ucred *);
sys/fs/nfs/nfs_commonsubs.c
2836
struct statfs *pnfssf, bool xattrsupp, bool has_hiddensystem,
sys/fs/nfs/nfs_commonsubs.c
2837
bool has_namedattr, uint32_t clone_blksize, fsid_t *fsidp,
sys/fs/nfs/nfs_commonsubs.c
2838
bool has_caseinsensitive)
sys/fs/nfs/nfs_commonsubs.c
4308
static bool
sys/fs/nfs/nfs_commonsubs.c
5329
struct nfsclsession *sep, bool dont_replycache, struct ucred *cred)
sys/fs/nfs/nfs_commonsubs.c
5388
bool fnd_init)
sys/fs/nfs/nfs_commonsubs.c
5392
bool fnd_ok;
sys/fs/nfs/nfs_commonsubs.c
5466
nfsv4_freeslot(struct nfsclsession *sep, int slot, bool resetseq)
sys/fs/nfs/nfs_commonsubs.c
73
bool nfs_nfsv4root = false;
sys/fs/nfs/nfs_var.h
170
void nfsrv_marknospc(char *, bool);
sys/fs/nfs/nfs_var.h
336
int nfsrv_dissectacl(struct nfsrv_descript *, NFSACL_T *, bool, bool, int *,
sys/fs/nfs/nfs_var.h
345
int, int *, u_int32_t *, u_int32_t *, bool *, uint32_t *, uint32_t *,
sys/fs/nfs/nfs_var.h
364
int *, uint32_t *, uint8_t *, bool);
sys/fs/nfs/nfs_var.h
365
void nfsv4_freeslot(struct nfsclsession *, int, bool);
sys/fs/nfs/nfs_var.h
391
bool);
sys/fs/nfs/nfs_var.h
399
NFSPROC_T *, int, int, int, int, uint64_t, struct statfs *, bool, bool,
sys/fs/nfs/nfs_var.h
400
bool, uint32_t, fsid_t *, bool);
sys/fs/nfs/nfs_var.h
412
bool);
sys/fs/nfs/nfs_var.h
443
bool, int *, int *);
sys/fs/nfs/nfs_var.h
446
bool, int *, int *);
sys/fs/nfs/nfs_var.h
470
bool *, struct ucred *, NFSPROC_T *);
sys/fs/nfs/nfs_var.h
527
int nfsrpc_pathconf(vnode_t, struct nfsv3_pathconf *, bool *, uint32_t *,
sys/fs/nfs/nfs_var.h
570
struct ucred *, bool, bool *);
sys/fs/nfs/nfs_var.h
571
int nfsrpc_clone(vnode_t, off_t *, vnode_t, off_t *, size_t *, bool,
sys/fs/nfs/nfs_var.h
573
int nfsrpc_seek(vnode_t, off_t *, bool *, int, struct ucred *,
sys/fs/nfs/nfs_var.h
579
int nfsrpc_listextattr(vnode_t, uint64_t *, struct uio *, size_t *, bool *,
sys/fs/nfs/nfs_var.h
585
bool, struct ucred *, NFSPROC_T *, struct nfsvattr *, struct nfsfh **,
sys/fs/nfs/nfs_var.h
591
int *, int *, int, bool);
sys/fs/nfs/nfs_var.h
596
int nfscl_getcl(struct mount *, struct ucred *, NFSPROC_T *, bool, bool,
sys/fs/nfs/nfs_var.h
614
void nfscl_freeopen(struct nfsclopen *, int, bool);
sys/fs/nfs/nfs_var.h
623
int nfsrpc_doclose(struct nfsmount *, struct nfsclopen *, NFSPROC_T *, bool,
sys/fs/nfs/nfs_var.h
624
bool);
sys/fs/nfs/nfs_var.h
631
void nfscl_delegreturnvp(struct vnode *, bool, NFSPROC_T *);
sys/fs/nfs/nfs_var.h
651
struct nfsmount *, NFSPROC_T *, bool);
sys/fs/nfs/nfs_var.h
729
int nfsvno_removesub(struct nameidata *, bool, struct nfsrv_descript *,
sys/fs/nfs/nfs_var.h
742
int, NFSACL_T *, NFSACL_T *, nfsattrbit_t *, struct ucred *, bool,
sys/fs/nfs/nfs_var.h
748
struct ucred *, NFSPROC_T *, int, int, int, int, uint64_t, bool, bool,
sys/fs/nfs/nfs_var.h
749
bool, uint32_t, bool);
sys/fs/nfs/nfs_var.h
778
bool *, struct ucred *, NFSPROC_T *);
sys/fs/nfs/nfs_var.h
789
u_char **, uint32_t *, bool *);
sys/fs/nfs/nfs_var.h
792
bool nfsrv_checkwrongsec(struct nfsrv_descript *, int, __enum_uint8(vtype));
sys/fs/nfs/nfs_var.h
807
struct ucred *, NFSPROC_T *, int, bool, struct __rpc_client **);
sys/fs/nfs/nfsport.h
1019
bool ncl_pager_setsize(struct vnode *vp, u_quad_t *nsizep);
sys/fs/nfs/nfsrvstate.h
320
bool lug_wired; /* Wired into cache */
sys/fs/nfs/nfsrvstate.h
337
void nfsrv_cleanclient(struct nfsclient *, NFSPROC_T *, bool, SVCXPRT **);
sys/fs/nfs/nfsrvstate.h
361
bool nfsdev_nospc;
sys/fs/nfsclient/nfs_clbio.c
1329
bool old_lock;
sys/fs/nfsclient/nfs_clbio.c
366
bool old_lock;
sys/fs/nfsclient/nfs_clbio.c
417
static bool
sys/fs/nfsclient/nfs_clnode.c
208
ncl_releasesillyrename(struct vnode *vp, bool flushed, struct thread *td)
sys/fs/nfsclient/nfs_clnode.c
243
bool flushed;
sys/fs/nfsclient/nfs_clport.c
627
bool
sys/fs/nfsclient/nfs_clport.c
634
bool setnsize;
sys/fs/nfsclient/nfs_clrpcops.c
1038
bool *retokp, struct ucred *cred, NFSPROC_T *p)
sys/fs/nfsclient/nfs_clrpcops.c
146
static bool nfscl_invalidfname(bool, char *, int);
sys/fs/nfsclient/nfs_clrpcops.c
2067
bool do_append;
sys/fs/nfsclient/nfs_clrpcops.c
228
struct nfsvattr *, int *, bool, int *, struct ucred *, NFSPROC_T *);
sys/fs/nfsclient/nfs_clrpcops.c
229
static int nfsrpc_clonerpc(vnode_t, off_t, vnode_t, off_t, size_t *, bool,
sys/fs/nfsclient/nfs_clrpcops.c
232
static int nfsrpc_seekrpc(vnode_t, off_t *, nfsv4stateid_t *, bool *,
sys/fs/nfsclient/nfs_clrpcops.c
3454
static bool
sys/fs/nfsclient/nfs_clrpcops.c
3455
nfscl_invalidfname(bool is_v4, char *name, int len)
sys/fs/nfsclient/nfs_clrpcops.c
3524
bool validentry;
sys/fs/nfsclient/nfs_clrpcops.c
4007
bool attr_ok, named_dir, validentry;
sys/fs/nfsclient/nfs_clrpcops.c
5091
nfsrpc_pathconf(vnode_t vp, struct nfsv3_pathconf *pc, bool *has_namedattrp,
sys/fs/nfsclient/nfs_clrpcops.c
845
bool loop_on_delayed, bool freeop)
sys/fs/nfsclient/nfs_clrpcops.c
854
bool own_not_null;
sys/fs/nfsclient/nfs_clrpcops.c
9019
struct ucred *cred, bool consecutive, bool *must_commitp)
sys/fs/nfsclient/nfs_clrpcops.c
9090
int *outattrflagp, bool consecutive, int *commitp, struct ucred *cred,
sys/fs/nfsclient/nfs_clrpcops.c
9254
off_t *outoffp, size_t *lenp, bool toeof, int *inattrflagp,
sys/fs/nfsclient/nfs_clrpcops.c
9323
size_t *lenp, bool toeof, nfsv4stateid_t *instateidp,
sys/fs/nfsclient/nfs_clrpcops.c
9446
nfsrpc_seek(vnode_t vp, off_t *offp, bool *eofp, int content,
sys/fs/nfsclient/nfs_clrpcops.c
9499
nfsrpc_seekrpc(vnode_t vp, off_t *offp, nfsv4stateid_t *stateidp, bool *eofp,
sys/fs/nfsclient/nfs_clrpcops.c
9704
size_t *lenp, bool *eofp, struct nfsvattr *nap, int *attrflagp,
sys/fs/nfsclient/nfs_clrpcops.c
9948
bool createit, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *nap,
sys/fs/nfsclient/nfs_clstate.c
102
static bool nfscl_checkown(struct nfsclowner *, struct nfsclopen *, uint8_t *,
sys/fs/nfsclient/nfs_clstate.c
112
static void nfscl_recover(struct nfsclclient *, bool *, struct ucred *,
sys/fs/nfsclient/nfs_clstate.c
155
bool);
sys/fs/nfsclient/nfs_clstate.c
1588
nfscl_freeopen(struct nfsclopen *op, int local, bool unlink)
sys/fs/nfsclient/nfs_clstate.c
1769
nfscl_freedeleg(struct nfscldeleghead *hdp, struct nfscldeleg *dp, bool freeit)
sys/fs/nfsclient/nfs_clstate.c
2137
nfscl_recover(struct nfsclclient *clp, bool *retokp, struct ucred *cred,
sys/fs/nfsclient/nfs_clstate.c
2154
bool recovered_one;
sys/fs/nfsclient/nfs_clstate.c
217
struct nfsclopen **opp, int *newonep, int *retp, int lockit, bool firstref)
sys/fs/nfsclient/nfs_clstate.c
2757
bool retok;
sys/fs/nfsclient/nfs_clstate.c
3530
nfscl_delegreturnvp(struct vnode *vp, bool retdeleg, NFSPROC_T *p)
sys/fs/nfsclient/nfs_clstate.c
438
bool trydelegret;
sys/fs/nfsclient/nfs_clstate.c
4703
struct nfsmount *nmp, NFSPROC_T *p, bool loop_on_delayed)
sys/fs/nfsclient/nfs_clstate.c
538
bool done;
sys/fs/nfsclient/nfs_clstate.c
723
bool keep_looping;
sys/fs/nfsclient/nfs_clstate.c
785
static bool
sys/fs/nfsclient/nfs_clstate.c
791
bool keep_looping;
sys/fs/nfsclient/nfs_clstate.c
875
bool tryminvers, bool firstref, struct nfsclclient **clpp)
sys/fs/nfsclient/nfs_clsubs.c
132
bool
sys/fs/nfsclient/nfs_clsubs.c
151
ncl_excl_finish(struct vnode *vp, bool old_lock)
sys/fs/nfsclient/nfs_clsubs.c
181
bool setnsize;
sys/fs/nfsclient/nfs_clvfsops.c
1526
bool tryminvers;
sys/fs/nfsclient/nfs_clvnops.c
1232
bool is_nameddir, needs_nameddir, opennamed;
sys/fs/nfsclient/nfs_clvnops.c
1833
bool is_nameddir, needs_nameddir, opennamed;
sys/fs/nfsclient/nfs_clvnops.c
2051
bool silly, struct thread *td)
sys/fs/nfsclient/nfs_clvnops.c
2076
int namelen, struct ucred *cred, struct thread *td, bool silly)
sys/fs/nfsclient/nfs_clvnops.c
2285
int tnamelen, bool silly, struct ucred *cred, struct thread *td)
sys/fs/nfsclient/nfs_clvnops.c
254
int namelen, struct ucred *cred, struct thread *td, bool silly);
sys/fs/nfsclient/nfs_clvnops.c
256
bool silly, struct thread *td);
sys/fs/nfsclient/nfs_clvnops.c
259
char *tnameptr, int tnamelen, bool silly, struct ucred *cred,
sys/fs/nfsclient/nfs_clvnops.c
3909
bool clipped;
sys/fs/nfsclient/nfs_clvnops.c
4013
bool consecutive, must_commit, onevp, toeof, tryclone, tryoutcred;
sys/fs/nfsclient/nfs_clvnops.c
4014
bool mustclone;
sys/fs/nfsclient/nfs_clvnops.c
4337
bool eof = false; /* shut up compiler. */
sys/fs/nfsclient/nfs_clvnops.c
4528
bool eof;
sys/fs/nfsclient/nfs_clvnops.c
4650
bool eof, has_namedattr, named_enabled;
sys/fs/nfsclient/nfsnode.h
190
bool ncl_excl_start(struct vnode *);
sys/fs/nfsclient/nfsnode.h
191
void ncl_excl_finish(struct vnode *, bool old_lock);
sys/fs/nfsserver/nfs_nfsdkrpc.c
117
NFSD_VNET_DEFINE_STATIC(bool, nfsrvd_inited) = false;
sys/fs/nfsserver/nfs_nfsdport.c
108
NFSD_VNET_DEFINE_STATIC(bool, nfsrv_suspend_nfsd) = false;
sys/fs/nfsserver/nfs_nfsdport.c
109
NFSD_VNET_DEFINE_STATIC(bool, nfsrv_mntinited) = false;
sys/fs/nfsserver/nfs_nfsdport.c
141
struct nfsvattr *, struct acl *, off_t *, int, bool *);
sys/fs/nfsserver/nfs_nfsdport.c
1491
nfsvno_removesub(struct nameidata *ndp, bool is_v4, struct nfsrv_descript *nd,
sys/fs/nfsserver/nfs_nfsdport.c
158
static int nfsrv_seekdsrpc(fhandle_t *, off_t *, int, bool *, struct ucred *,
sys/fs/nfsserver/nfs_nfsdport.c
191
static bool nfsrv_recalldeleg = false;
sys/fs/nfsserver/nfs_nfsdport.c
1973
bool done_namei, struct nfsexstuff *exp, struct vnode **vpp)
sys/fs/nfsserver/nfs_nfsdport.c
2157
bool xattrsupp, bool has_hiddensystem, bool has_namedattr,
sys/fs/nfsserver/nfs_nfsdport.c
2158
uint32_t clone_blksize, bool has_caseinsensitive)
sys/fs/nfsserver/nfs_nfsdport.c
2512
bool has_caseinsensitive, has_hiddensystem, has_namedattr, xattrsupp;
sys/fs/nfsserver/nfs_nfsdport.c
3527
struct ucred *credanon, bool testsec)
sys/fs/nfsserver/nfs_nfsdport.c
5147
off_t *offp, int content, bool *eofp)
sys/fs/nfsserver/nfs_nfsdport.c
6663
nfsrv_seekdsrpc(fhandle_t *fhp, off_t *offp, int content, bool *eofp,
sys/fs/nfsserver/nfs_nfsdport.c
6954
off_t *offp, int content, bool *eofp, struct ucred *cred, NFSPROC_T *p)
sys/fs/nfsserver/nfs_nfsdport.c
7283
struct thread *p, u_char **bufp, uint32_t *lenp, bool *eofp)
sys/fs/nfsserver/nfs_nfsdport.c
7396
bool
sys/fs/nfsserver/nfs_nfsdserv.c
255
bool has_caseinsensitive, has_hiddensystem, has_namedattr, xattrsupp;
sys/fs/nfsserver/nfs_nfsdserv.c
3013
bool done_namei;
sys/fs/nfsserver/nfs_nfsdserv.c
4774
static bool do_printf = true;
sys/fs/nfsserver/nfs_nfsdserv.c
6334
bool eof;
sys/fs/nfsserver/nfs_nfsdserv.c
6623
bool eof;
sys/fs/nfsserver/nfs_nfsdserv.c
80
static bool nfsrv_openaccess = true;
sys/fs/nfsserver/nfs_nfsdserv.c
97
static bool nfsrv_doallocate = false;
sys/fs/nfsserver/nfs_nfsdstate.c
118
NFSD_VNET_DEFINE_STATIC(bool, nfsd_disable_grace) = false;
sys/fs/nfsserver/nfs_nfsdstate.c
1465
nfsrv_cleanclient(struct nfsclient *clp, NFSPROC_T *p, bool locked,
sys/fs/nfsserver/nfs_nfsdstate.c
212
uint8_t *sessionid, bool locked, SVCXPRT **old_xprtp);
sys/fs/nfsserver/nfs_nfsdstate.c
253
static void nfsrv_clientlock(bool mlocked);
sys/fs/nfsserver/nfs_nfsdstate.c
254
static void nfsrv_clientunlock(bool mlocked);
sys/fs/nfsserver/nfs_nfsdstate.c
260
nfsrv_clientlock(bool mlocked)
sys/fs/nfsserver/nfs_nfsdstate.c
281
nfsrv_clientunlock(bool mlocked)
sys/fs/nfsserver/nfs_nfsdstate.c
316
bool mlocked;
sys/fs/nfsserver/nfs_nfsdstate.c
4467
bool dotls;
sys/fs/nfsserver/nfs_nfsdstate.c
6572
uint8_t *sessionid, bool locked, SVCXPRT **old_xprtp)
sys/fs/nfsserver/nfs_nfsdstate.c
675
bool mlocked, sess_replay;
sys/fs/nfsserver/nfs_nfsdstate.c
8896
nfsrv_marknospc(char *devid, bool setit)
sys/fs/nfsserver/nfs_nfsdstate.c
921
bool mlocked;
sys/fs/nfsserver/nfs_nfsdsubs.c
1648
nfsattrbit_t *attrbitp, bool atime_done)
sys/fs/nullfs/null.h
88
static inline bool
sys/fs/nullfs/null_vfsops.c
332
nullfs_quotactl(struct mount *mp, int cmd, uid_t uid, void *arg, bool *mp_busy)
sys/fs/nullfs/null_vfsops.c
337
bool unbusy;
sys/fs/nullfs/null_vfsops.c
69
static bool null_cache_vnodes = true;
sys/fs/nullfs/null_vfsops.c
87
bool isvnunlocked;
sys/fs/p9fs/p9fs_vnops.c
956
bool excl_locked;
sys/fs/procfs/procfs_map.c
91
bool super;
sys/fs/procfs/procfs_map.c
93
bool wrap32;
sys/fs/smbfs/smbfs_vfsops.c
350
smbfs_quotactl(struct mount *mp, int cmd, uid_t uid, void *arg, bool *mp_busy)
sys/fs/tarfs/tarfs.h
244
int tarfs_io_read(struct tarfs_mount *tmp, bool raw,
sys/fs/tarfs/tarfs.h
246
ssize_t tarfs_io_read_buf(struct tarfs_mount *tmp, bool raw,
sys/fs/tarfs/tarfs_io.c
117
tarfs_io_read(struct tarfs_mount *tmp, bool raw, struct uio *uiop)
sys/fs/tarfs/tarfs_io.c
154
tarfs_io_read_buf(struct tarfs_mount *tmp, bool raw,
sys/fs/tarfs/tarfs_io.c
337
bool reset = false;
sys/fs/tmpfs/tmpfs.h
189
bool tn_attached; /* (m) */
sys/fs/tmpfs/tmpfs.h
433
bool tm_ronly;
sys/fs/tmpfs/tmpfs.h
435
bool tm_nonc;
sys/fs/tmpfs/tmpfs.h
437
bool tm_nomtime;
sys/fs/tmpfs/tmpfs.h
440
bool tm_pgread;
sys/fs/tmpfs/tmpfs.h
472
bool tmpfs_free_node_locked(struct tmpfs_mount *, struct tmpfs_node *, bool);
sys/fs/tmpfs/tmpfs.h
516
bool tmpfs_pages_check_avail(struct tmpfs_mount *tmp, size_t req_pages);
sys/fs/tmpfs/tmpfs.h
648
static inline bool
sys/fs/tmpfs/tmpfs_subr.c
196
tmpfs_pager_getvp(vm_object_t object, struct vnode **vpp, bool *vp_heldp)
sys/fs/tmpfs/tmpfs_subr.c
479
bool
sys/fs/tmpfs/tmpfs_subr.c
706
bool
sys/fs/tmpfs/tmpfs_subr.c
708
bool detach)
sys/fs/tmpfs/tmpfs_subr.c
713
bool last;
sys/fs/tmpfs/tmpfs_subr.c
914
bool want_vrele;
sys/fs/tmpfs/tmpfs_vfsops.c
149
bool found;
sys/fs/tmpfs/tmpfs_vfsops.c
152
static bool
sys/fs/tmpfs/tmpfs_vfsops.c
167
static bool
sys/fs/tmpfs/tmpfs_vfsops.c
187
tmpfs_all_rw_maps(struct mount *mp, bool (*cb)(struct mount *mp, vm_map_t,
sys/fs/tmpfs/tmpfs_vfsops.c
197
bool terminate;
sys/fs/tmpfs/tmpfs_vfsops.c
270
static bool
sys/fs/tmpfs/tmpfs_vfsops.c
284
bool forced;
sys/fs/tmpfs/tmpfs_vfsops.c
329
bool nomtime, nonc, pgread;
sys/fs/tmpfs/tmpfs_vnops.c
1592
bool unlock;
sys/fs/tmpfs/tmpfs_vnops.c
1897
static bool
sys/fs/tmpfs/tmpfs_vnops.c
2110
tmpfs_seek_clamp(struct tmpfs_node *tn, off_t *noff, bool seekdata)
sys/fs/tmpfs/tmpfs_vnops.c
2128
tmpfs_seek_datahole(struct vnode *vp, off_t *off, bool seekdata)
sys/fs/tmpfs/tmpfs_vnops.c
982
bool want_seqc_end;
sys/fs/unionfs/union.h
158
bool unionfs_forward_vop_finish_pair(struct vnode *, struct vnode *, int,
sys/fs/unionfs/union.h
169
static inline bool
sys/fs/unionfs/union_subr.c
1105
static inline bool
sys/fs/unionfs/union_subr.c
1109
bool unionvp_doomed;
sys/fs/unionfs/union_subr.c
1143
bool
sys/fs/unionfs/union_subr.c
1148
bool vp1_doomed, vp2_doomed;
sys/fs/unionfs/union_subr.c
1217
bool dvp_locked;
sys/fs/unionfs/union_subr.c
468
bool unlock_lvp;
sys/fs/unionfs/union_subr.c
725
bool refstart;
sys/fs/unionfs/union_vfsops.c
454
bool *mp_busy)
sys/fs/unionfs/union_vfsops.c
459
bool unbusy;
sys/fs/unionfs/union_vnops.c
1469
bool unlock_fdvp = false, relock_tdvp = false;
sys/fs/unionfs/union_vnops.c
1673
bool uvp_created = false;
sys/fs/unionfs/union_vnops.c
1815
bool uvp_created = false;
sys/fs/unionfs/union_vnops.c
2218
bool lvp_locked;
sys/fs/unionfs/union_vnops.c
224
bool is_dot;
sys/fs/unionfs/union_vnops.c
278
bool iswhiteout = false;
sys/fs/unionfs/union_vnops.c
449
bool vp_created = false;
sys/fs/unionfs/union_vnops.c
530
bool vp_created = false;
sys/fs/unionfs/union_vnops.c
651
bool lock_lvp, open_lvp;
sys/fs/unionfs/union_vnops.c
79
static bool
sys/fs/unionfs/union_vnops.c
794
bool lock_lvp;
sys/gdb/gdb_int.h
55
extern bool gdb_ackmode;
sys/gdb/gdb_int.h
59
extern bool gdb_return_to_ddb;
sys/gdb/gdb_int.h
84
bool gdb_txbuf_has_capacity(size_t);
sys/gdb/gdb_main.c
308
bool flushed;
sys/gdb/gdb_main.c
309
bool lastmessage;
sys/gdb/gdb_main.c
58
bool gdb_ackmode = true;
sys/gdb/gdb_main.c
63
bool gdb_return_to_ddb = false;
sys/gdb/gdb_main.c
808
bool success;
sys/gdb/gdb_packet.c
389
bool
sys/geom/concat/g_concat.h
63
bool d_hardcoded;
sys/geom/eli/g_eli.c
100
static bool g_eli_unmapped_io = true;
sys/geom/eli/g_eli.c
951
bool
sys/geom/eli/g_eli.c
97
static bool g_eli_blocking_malloc = false;
sys/geom/eli/g_eli.h
519
static __inline bool
sys/geom/eli/g_eli.h
701
bool g_eli_alloc_data(struct bio *bp, int sz);
sys/geom/eli/g_eli_integrity.c
457
bool batch;
sys/geom/eli/g_eli_privacy.c
264
bool batch;
sys/geom/geom_disk.c
391
static bool
sys/geom/geom_disk.c
394
bool limited = false;
sys/geom/geom_disk.c
72
bool flush_notsup_succeed;
sys/geom/geom_dump.c
268
static bool
sys/geom/geom_flashmap.c
209
void flash_register_slicer(flash_slicer_t slicer, u_int type, bool force)
sys/geom/geom_vfs.c
57
bool sc_orphaned;
sys/geom/label/g_label_ufs.c
68
static bool
sys/geom/mirror/g_mirror.c
114
static void g_mirror_update_device(struct g_mirror_softc *sc, bool force);
sys/geom/mirror/g_mirror.c
1158
bool first = true;
sys/geom/mirror/g_mirror.c
1228
static bool
sys/geom/mirror/g_mirror.c
1260
static bool
sys/geom/mirror/g_mirror.c
2424
g_mirror_update_device(struct g_mirror_softc *sc, bool force)
sys/geom/mirror/g_mirror.c
62
bool g_launch_mirror_before_timeout = true;
sys/geom/nop/g_nop.c
83
static bool
sys/geom/part/g_part.h
135
bool gpe_created:1; /* Entry is newly created. */
sys/geom/part/g_part.h
136
bool gpe_deleted:1; /* Entry has been deleted. */
sys/geom/part/g_part.h
137
bool gpe_modified:1; /* Entry has been modified. */
sys/geom/part/g_part.h
138
bool gpe_internal:1; /* Entry is not a used entry. */
sys/geom/part/g_part.h
173
bool gpt_isleaf:1; /* Cannot be sub-partitioned. */
sys/geom/part/g_part.h
174
bool gpt_created:1; /* Newly created. */
sys/geom/part/g_part.h
175
bool gpt_modified:1; /* Table changes have been made. */
sys/geom/part/g_part.h
176
bool gpt_opened:1; /* Permissions obtained. */
sys/geom/part/g_part.h
177
bool gpt_fixgeom:1; /* Geometry is fixed. */
sys/geom/part/g_part.h
178
bool gpt_corrupt:1; /* Table is corrupt. */
sys/geom/union/g_union.c
1112
static bool
sys/geom/union/g_union.c
1116
bool first, maptype, retval;
sys/geom/union/g_union.c
1310
g_union_destroy(struct gctl_req *req, struct g_geom *gp, bool force)
sys/geom/union/g_union.c
142
g_union_ctl_create(struct gctl_req *req, struct g_class *mp, bool verbose)
sys/geom/union/g_union.c
387
static bool
sys/geom/union/g_union.c
404
g_union_ctl_destroy(struct gctl_req *req, struct g_class *mp, bool verbose)
sys/geom/union/g_union.c
469
g_union_ctl_reset(struct gctl_req *req, struct g_class *mp, bool verbose)
sys/geom/union/g_union.c
525
g_union_ctl_revert(struct gctl_req *req, struct g_class *mp, bool verbose)
sys/geom/union/g_union.c
605
g_union_ctl_commit(struct gctl_req *req, struct g_class *mp, bool verbose)
sys/geom/union/g_union.c
76
static void g_union_ctl_create(struct gctl_req *req, struct g_class *mp, bool);
sys/geom/union/g_union.c
78
static bool g_union_verify_nprefix(const char *name);
sys/geom/union/g_union.c
79
static void g_union_ctl_destroy(struct gctl_req *req, struct g_class *mp, bool);
sys/geom/union/g_union.c
81
static void g_union_ctl_reset(struct gctl_req *req, struct g_class *mp, bool);
sys/geom/union/g_union.c
82
static void g_union_ctl_revert(struct gctl_req *req, struct g_class *mp, bool);
sys/geom/union/g_union.c
85
static void g_union_ctl_commit(struct gctl_req *req, struct g_class *mp, bool);
sys/geom/union/g_union.c
87
static bool g_union_getmap(struct bio *bp, struct g_union_softc *sc,
sys/geom/union/g_union.c
92
static int g_union_destroy(struct gctl_req *req, struct g_geom *gp, bool force);
sys/i386/i386/copyout.c
136
bool end;
sys/i386/i386/copyout.c
91
cp_slow0(vm_offset_t uva, size_t len, bool write,
sys/i386/i386/copyout.c
98
bool sleepable;
sys/i386/i386/db_disasm.c
1054
db_disasm_esc(db_addr_t loc, int inst, bool short_addr, int size,
sys/i386/i386/db_disasm.c
1146
db_disasm(db_addr_t loc, bool altfmt)
sys/i386/i386/db_disasm.c
1150
bool short_addr;
sys/i386/i386/db_disasm.c
1157
bool first;
sys/i386/i386/db_disasm.c
1159
bool prefix;
sys/i386/i386/db_disasm.c
1160
bool rep;
sys/i386/i386/db_disasm.c
880
bool is_reg; /* if reg, reg number is in 'disp' */
sys/i386/i386/db_disasm.c
885
bool defss; /* set if %ss is the default segment */
sys/i386/i386/db_disasm.c
927
db_disasm_esc(db_addr_t loc, int inst, bool short_addr,
sys/i386/i386/db_disasm.c
93
bool i_has_modrm; /* has regmodrm byte */
sys/i386/i386/db_disasm.c
932
db_read_address(db_addr_t loc, bool short_addr, int regmodrm,
sys/i386/i386/db_disasm.c
939
db_read_address(db_addr_t loc, bool short_addr, int regmodrm,
sys/i386/i386/db_trace.c
409
bool first;
sys/i386/i386/elf_machdep.c
162
bool
sys/i386/i386/machdep.c
1131
bool full, page_bad;
sys/i386/i386/machdep.c
647
bool trm;
sys/i386/i386/mp_machdep.c
155
bool allocated;
sys/i386/i386/npx.c
383
npxinit(bool bsp)
sys/i386/i386/npx.c
982
bool do_mxcsr;
sys/i386/i386/pmap.c
1076
static bool
sys/i386/i386/pmap.c
1089
__CONCAT(PMTYPE, cache_bits)(pmap_t pmap, int mode, bool is_pde)
sys/i386/i386/pmap.c
1114
pmap_pat_index(pmap_t pmap, pt_entry_t pte, bool is_pde)
sys/i386/i386/pmap.c
1145
static bool
sys/i386/i386/pmap.c
1898
pmap_add_delayed_free_list(vm_page_t m, struct spglist *free, bool set_PG_ZERO)
sys/i386/i386/pmap.c
1926
pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted,
sys/i386/i386/pmap.c
1927
bool allpte_PG_A_set)
sys/i386/i386/pmap.c
1957
static inline bool
sys/i386/i386/pmap.c
2498
get_pv_entry(pmap_t pmap, bool try)
sys/i386/i386/pmap.c
2698
static bool
sys/i386/i386/pmap.c
2717
static bool
sys/i386/i386/pmap.c
2722
bool noreclaim;
sys/i386/i386/pmap.c
2753
static bool
sys/i386/i386/pmap.c
288
static pv_entry_t get_pv_entry(pmap_t pmap, bool try);
sys/i386/i386/pmap.c
290
static bool pmap_pv_insert_pde(pmap_t pmap, vm_offset_t va, pd_entry_t pde,
sys/i386/i386/pmap.c
301
static bool pmap_demote_pde(pmap_t pmap, pd_entry_t *pde, vm_offset_t va);
sys/i386/i386/pmap.c
3051
static bool
sys/i386/i386/pmap.c
3056
bool anyvalid;
sys/i386/i386/pmap.c
308
static int pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted,
sys/i386/i386/pmap.c
309
bool allpte_PG_A_set);
sys/i386/i386/pmap.c
313
static bool pmap_is_modified_pvh(struct md_page *pvh);
sys/i386/i386/pmap.c
314
static bool pmap_is_referenced_pvh(struct md_page *pvh);
sys/i386/i386/pmap.c
319
static bool pmap_promote_pde(pmap_t pmap, pd_entry_t *pde, vm_offset_t va,
sys/i386/i386/pmap.c
322
static bool pmap_protect_pde(pmap_t pmap, pd_entry_t *pde, vm_offset_t sva,
sys/i386/i386/pmap.c
3262
static bool
sys/i386/i386/pmap.c
3267
bool anychanged;
sys/i386/i386/pmap.c
331
static bool pmap_remove_ptes(pmap_t pmap, vm_offset_t sva, vm_offset_t eva,
sys/i386/i386/pmap.c
3315
bool anychanged, pv_lists_locked;
sys/i386/i386/pmap.c
335
static bool pmap_try_insert_pv_entry(pmap_t pmap, vm_offset_t va,
sys/i386/i386/pmap.c
3469
static bool
sys/i386/i386/pmap.c
3935
static bool
sys/i386/i386/pmap.c
413
__CONCAT(PMTYPE, remap_lower)(bool enable)
sys/i386/i386/pmap.c
4373
bool pv_lists_locked;
sys/i386/i386/pmap.c
4725
static bool
sys/i386/i386/pmap.c
4731
bool rv;
sys/i386/i386/pmap.c
4816
static bool
sys/i386/i386/pmap.c
4819
bool rv;
sys/i386/i386/pmap.c
4975
static bool
sys/i386/i386/pmap.c
4978
bool rv;
sys/i386/i386/pmap.c
5001
static bool
sys/i386/i386/pmap.c
5007
bool rv;
sys/i386/i386/pmap.c
5031
static bool
sys/i386/i386/pmap.c
5035
bool rv;
sys/i386/i386/pmap.c
5052
static bool
sys/i386/i386/pmap.c
5055
bool rv;
sys/i386/i386/pmap.c
5071
static bool
sys/i386/i386/pmap.c
5077
bool rv;
sys/i386/i386/pmap.c
5289
bool anychanged, pv_lists_locked;
sys/i386/i386/pmap.c
5656
bool useclflushopt;
sys/i386/i386/pmap.c
5717
bool changed;
sys/i386/i386/pmap.c
6047
__CONCAT(PMTYPE, remap_lowptdi)(bool enable)
sys/i386/i386/pmap.c
6275
static bool
sys/i386/i386/pmap_base.c
413
pmap_remap_lower(bool enable)
sys/i386/i386/pmap_base.c
420
pmap_remap_lowptdi(bool enable)
sys/i386/i386/pmap_base.c
566
bool
sys/i386/i386/pmap_base.c
574
pmap_cache_bits(pmap_t pmap, int mode, bool is_pde)
sys/i386/i386/pmap_base.c
580
bool
sys/i386/i386/pmap_base.c
725
bool
sys/i386/i386/pmap_base.c
739
bool
sys/i386/i386/pmap_base.c
753
bool
sys/i386/i386/pmap_base.c
760
bool
sys/i386/i386/pmap_base.c
767
bool
sys/i386/i386/ptrace_machdep.c
52
static bool
sys/i386/i386/ptrace_machdep.c
68
static bool
sys/i386/i386/trap.c
110
static int trap_pfault(struct trapframe *, bool, vm_offset_t, int *, int *);
sys/i386/i386/trap.c
113
static bool trap_user_dtrace(struct trapframe *,
sys/i386/i386/trap.c
122
bool ei;
sys/i386/i386/trap.c
149
static bool
sys/i386/i386/trap.c
741
trap_pfault(struct trapframe *frame, bool usermode, vm_offset_t eva,
sys/i386/i386/trap.c
889
bool handled;
sys/i386/i386/trap.c
972
static bool
sys/i386/i386/vm_machdep.c
403
bool
sys/i386/include/md_var.h
55
int cp_slow0(vm_offset_t uva, size_t len, bool write,
sys/i386/include/npx.h
58
void npxinit(bool bsp);
sys/i386/include/pmap.h
221
int pmap_cache_bits(pmap_t, int mode, bool is_pde);
sys/i386/include/pmap.h
239
bool pmap_page_is_mapped(vm_page_t m);
sys/i386/include/pmap.h
242
bool pmap_ps_enabled(pmap_t pmap);
sys/i386/include/pmap.h
243
void pmap_remap_lower(bool);
sys/i386/include/pmap.h
244
void pmap_remap_lowptdi(bool);
sys/i386/include/pmap_base.h
39
void (*pm_remap_lower)(bool);
sys/i386/include/pmap_base.h
40
void (*pm_remap_lowptdi)(bool);
sys/i386/include/pmap_base.h
61
bool (*pm_is_valid_memattr)(pmap_t, vm_memattr_t);
sys/i386/include/pmap_base.h
62
int (*pm_cache_bits)(pmap_t, int, bool);
sys/i386/include/pmap_base.h
63
bool (*pm_ps_enabled)(pmap_t);
sys/i386/include/pmap_base.h
87
bool (*pm_page_exists_quick)(pmap_t, vm_page_t);
sys/i386/include/pmap_base.h
89
bool (*pm_page_is_mapped)(vm_page_t);
sys/i386/include/pmap_base.h
91
bool (*pm_is_modified)(vm_page_t);
sys/i386/include/pmap_base.h
92
bool (*pm_is_prefaultable)(pmap_t, vm_offset_t);
sys/i386/include/pmap_base.h
93
bool (*pm_is_referenced)(vm_page_t);
sys/i386/include/stack.h
19
static __inline bool
sys/i386/linux/linux_machdep.c
633
bool locked, opened, textset;
sys/i386/pci/pci_cfgreg.c
475
static bool
sys/kern/imgact_elf.c
1009
char **interpp, bool *free_interpp)
sys/kern/imgact_elf.c
103
static bool __elfN(freebsd_trans_osrel)(const Elf_Note *note,
sys/kern/imgact_elf.c
105
static bool kfreebsd_trans_osrel(const Elf_Note *note, int32_t *osrel);
sys/kern/imgact_elf.c
106
static bool __elfN(check_note)(struct image_params *imgp,
sys/kern/imgact_elf.c
107
const Elf_Brandnote *checknote, int32_t *osrel, bool *has_fctl0,
sys/kern/imgact_elf.c
1118
bool free_interp;
sys/kern/imgact_elf.c
1779
bool ignore_entry;
sys/kern/imgact_elf.c
225
static bool __elfN(allow_wx) = true;
sys/kern/imgact_elf.c
2266
static bool
sys/kern/imgact_elf.c
2294
static bool
sys/kern/imgact_elf.c
2318
static bool
sys/kern/imgact_elf.c
2338
static bool
sys/kern/imgact_elf.c
2362
static bool
sys/kern/imgact_elf.c
2386
static bool
sys/kern/imgact_elf.c
243
static bool
sys/kern/imgact_elf.c
266
static bool
sys/kern/imgact_elf.c
2745
bool compat32;
sys/kern/imgact_elf.c
2787
bool
sys/kern/imgact_elf.c
2790
bool (*cb)(const Elf_Note *, void *, bool *), void *cb_arg)
sys/kern/imgact_elf.c
2796
bool res;
sys/kern/imgact_elf.c
2868
static bool
sys/kern/imgact_elf.c
2869
brandnote_cb(const Elf_Note *note, void *arg0, bool *res)
sys/kern/imgact_elf.c
2893
bool *has_fctl0;
sys/kern/imgact_elf.c
2897
static bool
sys/kern/imgact_elf.c
2898
note_fctl_cb(const Elf_Note *note, void *arg0, bool *res)
sys/kern/imgact_elf.c
2920
static bool
sys/kern/imgact_elf.c
2922
int32_t *osrel, bool *has_fctl0, uint32_t *fctl0)
sys/kern/imgact_elf.c
323
bool
sys/kern/imgact_elf.c
327
bool rval = false;
sys/kern/imgact_elf.c
347
bool ret, has_fctl0;
sys/kern/imgact_elf.c
485
static bool
sys/kern/imgact_elf.c
735
bool first;
sys/kern/init_main.c
881
db_show_print_syinit(struct sysinit *sip, bool ddb)
sys/kern/kern_boottrace.c
102
static bool dotrace_user = true;
sys/kern/kern_boottrace.c
138
bool __read_mostly boottrace_enabled = false;
sys/kern/kern_boottrace.c
146
bool shutdown_trace = false;
sys/kern/kern_boottrace.c
228
bool printed;
sys/kern/kern_boottrace.c
229
bool last_printed;
sys/kern/kern_boottrace.c
88
static bool bootdone;
sys/kern/kern_boottrace.c
91
static bool shutdown;
sys/kern/kern_boottrace.c
94
static bool dotrace_debugging;
sys/kern/kern_boottrace.c
98
static bool dotrace_kernel = true;
sys/kern/kern_conf.c
1490
bool need_giant;
sys/kern/kern_cons.c
113
static bool console_pausing; /* pause after each line during probe */
sys/kern/kern_cons.c
347
bool delete;
sys/kern/kern_cons.c
566
bool unlock_reqd = false;
sys/kern/kern_cons.c
686
static bool beeping;
sys/kern/kern_cpuset.c
1244
struct domainset *domain, bool rebase)
sys/kern/kern_cpuset.c
1765
static bool
sys/kern/kern_cpuset.c
364
bool dofree;
sys/kern/kern_cpuset.c
533
bool
sys/kern/kern_descrip.c
104
struct thread *td, bool holdleaders, bool audit);
sys/kern/kern_descrip.c
1400
bool audit)
sys/kern/kern_descrip.c
1438
bool holdleaders, bool audit)
sys/kern/kern_descrip.c
1472
bool holdleaders, bool audit)
sys/kern/kern_descrip.c
1841
bool
sys/kern/kern_descrip.c
1842
filecaps_copy(const struct filecaps *src, struct filecaps *dst, bool locked)
sys/kern/kern_descrip.c
2353
pdinit(struct pwddesc *pdp, bool keeplock)
sys/kern/kern_descrip.c
2520
bool fork_pass;
sys/kern/kern_descrip.c
2796
static bool
sys/kern/kern_descrip.c
4143
bool
sys/kern/kern_descrip.c
552
open_to_fde_flags(int open_flags, bool sticky_orb)
sys/kern/kern_devctl.c
363
bool
sys/kern/kern_devctl.c
92
static bool nomatch_enabled = true;
sys/kern/kern_dtrace.c
57
bool __read_frequently systrace_enabled;
sys/kern/kern_dump.c
398
bool visited;
sys/kern/kern_dump.c
464
minidumpsys(struct dumperinfo *di, bool livedump)
sys/kern/kern_environment.c
1028
getenv_bool(const char *name, bool *data)
sys/kern/kern_environment.c
1059
bool
sys/kern/kern_environment.c
1062
bool val;
sys/kern/kern_environment.c
1072
bool
sys/kern/kern_environment.c
1075
bool val;
sys/kern/kern_environment.c
755
int type_size, bool allow_signed)
sys/kern/kern_environment.c
89
bool dynamic_kenv;
sys/kern/kern_event.c
1008
bool pending;
sys/kern/kern_event.c
1216
kqueue_init(struct kqueue *kq, bool cponfork)
sys/kern/kern_event.c
1229
struct file **fpp, int flags, struct filecaps *fcaps, bool cponfork,
sys/kern/kern_event.c
1265
kern_kqueue(struct thread *td, int flags, bool cponfork, struct filecaps *fcaps)
sys/kern/kern_event.c
175
static void filt_timerexpire_l(struct knote *kn, bool proc_locked);
sys/kern/kern_event.c
287
bool do_free;
sys/kern/kern_event.c
299
static bool
sys/kern/kern_event.c
315
static bool
sys/kern/kern_event.c
3232
int kq_fd, struct kqueue *kq, struct knote *kn, bool compat32 __unused)
sys/kern/kern_event.c
3265
struct kqueue *kq, bool compat32)
sys/kern/kern_event.c
3299
bool compat32;
sys/kern/kern_event.c
3317
bool compat32)
sys/kern/kern_event.c
3328
bool compat32)
sys/kern/kern_event.c
3352
int kq_fd, bool compat32)
sys/kern/kern_event.c
3379
bool compat32;
sys/kern/kern_event.c
444
bool exiting, immediate;
sys/kern/kern_event.c
832
filt_timerexpire_l(struct knote *kn, bool proc_locked)
sys/kern/kern_exec.c
2023
bool success;
sys/kern/kern_exec.c
411
bool credential_changing;
sys/kern/kern_exec.c
414
bool will_transition;
sys/kern/kern_exit.c
104
static bool kern_wait_dequeue_sigchld = 1;
sys/kern/kern_exit.c
1286
bool cont;
sys/kern/kern_exit.c
134
bool clear;
sys/kern/kern_exit.c
1344
static bool
sys/kern/kern_exit.c
1348
bool report;
sys/kern/kern_exit.c
152
reaper_abandon_children(struct proc *p, bool exiting)
sys/kern/kern_exit.c
1607
proc_reparent(struct proc *child, struct proc *parent, bool set_oppid)
sys/kern/kern_fail.c
165
volatile bool fe_stale;
sys/kern/kern_fail.c
218
bool
sys/kern/kern_fail.c
221
bool return_val;
sys/kern/kern_fail.c
546
bool execute = false;
sys/kern/kern_fail.c
663
bool verbose)
sys/kern/kern_fail.c
763
bool should_wake_paused;
sys/kern/kern_fail.c
764
bool should_truncate;
sys/kern/kern_fork.c
912
bool killsx_locked, singlethreaded;
sys/kern/kern_intr.c
1251
bool needs_epoch;
sys/kern/kern_intr.c
1352
bool filter, thread;
sys/kern/kern_intr.c
322
_intr_event_bind(struct intr_event *ie, int cpu, bool bindirq, bool bindithread)
sys/kern/kern_jail.c
1043
bool redo_ip4;
sys/kern/kern_jail.c
1047
bool redo_ip6;
sys/kern/kern_jail.c
1049
bool maybe_changed;
sys/kern/kern_jail.c
284
bool valid;
sys/kern/kern_jail.c
3318
bool
sys/kern/kern_jail.c
3330
bool
sys/kern/kern_jail.c
3773
bool descend;
sys/kern/kern_jail.c
4075
bool
sys/kern/kern_jail.c
4093
bool
sys/kern/kern_jail.c
4107
bool
sys/kern/kern_jail.c
4123
bool
sys/kern/kern_jail.c
4138
bool
sys/kern/kern_jail.c
4210
bool
sys/kern/kern_jail.c
583
typedef bool prison_addr_valid_t(const void *);
sys/kern/kern_jail.c
720
static bool
sys/kern/kern_jail.c
763
static bool
sys/kern/kern_jail.c
836
static bool
sys/kern/kern_jailmeta.c
258
bool repeat;
sys/kern/kern_jailmeta.c
403
bool locked = false;
sys/kern/kern_kcov.c
222
static bool __nosanitizeaddress __nosanitizememory
sys/kern/kern_kexec.c
132
static bool
sys/kern/kern_ktrace.c
376
bool sched_ast;
sys/kern/kern_ktrace.c
524
ktr_get_tracevp(struct proc *p, bool ref)
sys/kern/kern_linker.c
2228
static bool
sys/kern/kern_linker.c
2232
bool ret;
sys/kern/kern_linker.c
307
linker_file_register_sysctls(linker_file_t lf, bool enable)
sys/kern/kern_lock.c
1035
bool locked;
sys/kern/kern_lock.c
118
static __always_inline bool
sys/kern/kern_lock.c
119
LK_CAN_SHARE(uintptr_t x, int flags, bool fp)
sys/kern/kern_lock.c
171
static __read_mostly bool lk_adaptive = true;
sys/kern/kern_lock.c
183
static __always_inline bool lockmgr_slock_try(struct lock *lk, uintptr_t *xp,
sys/kern/kern_lock.c
184
int flags, bool fp);
sys/kern/kern_lock.c
185
static __always_inline bool lockmgr_sunlock_try(struct lock *lk,
sys/kern/kern_lock.c
508
static __always_inline bool
sys/kern/kern_lock.c
509
lockmgr_slock_try(struct lock *lk, uintptr_t *xp, int flags, bool fp)
sys/kern/kern_lock.c
528
static __always_inline bool
sys/kern/kern_lock.c
544
static bool
sys/kern/kern_lock.c
730
static bool
sys/kern/kern_lockstat.c
72
volatile bool __read_frequently lockstat_enabled;
sys/kern/kern_malloc.c
102
bool __read_frequently dtrace_malloc_enabled;
sys/kern/kern_malloc.c
929
_free(void *addr, struct malloc_type *mtp, bool dozero)
sys/kern/kern_mbuf.c
118
bool mb_use_ext_pgs = false; /* use M_EXTPG mbufs for sendfile & TLS */
sys/kern/kern_mbuf.c
430
bool dsz_debugnet_zones_enabled;
sys/kern/kern_membarrier.c
124
bool first;
sys/kern/kern_membarrier.c
79
check_cpu_switched(int c, cpuset_t *csp, uint64_t *swt, bool init)
sys/kern/kern_mib.c
523
static bool initialized = false;
sys/kern/kern_module.c
384
bool is_v1v2;
sys/kern/kern_module.c
508
bool is_v1v2;
sys/kern/kern_mutex.c
443
bool recursed;
sys/kern/kern_ntptime.c
216
static bool ntp_is_time_error(int tsl);
sys/kern/kern_ntptime.c
218
static bool
sys/kern/kern_priv.c
112
priv_check_cred_post(struct ucred *cred, int priv, int error, bool handled)
sys/kern/kern_priv.c
59
static bool
sys/kern/kern_proc.c
2280
bool do_fullpath;
sys/kern/kern_proc.c
2542
int *resident_count, bool *super)
sys/kern/kern_proc.c
2629
bool guard, super;
sys/kern/kern_proc.c
3468
bool
sys/kern/kern_proc.c
3493
bool restart, seen_stopped, seen_exiting, stopped_some;
sys/kern/kern_proc.c
443
_pfind(pid_t pid, bool zombie)
sys/kern/kern_proc.c
690
static bool
sys/kern/kern_procctl.c
1190
bool sapblk;
sys/kern/kern_procctl.c
287
reap_kill_proc(struct reap_kill_proc_work *w, bool *proctree_dropped)
sys/kern/kern_procctl.c
393
static bool
sys/kern/kern_procctl.c
400
bool proctree_dropped, res;
sys/kern/kern_procctl.c
508
static bool
sys/kern/kern_procctl.c
975
bool one_proc : 1;
sys/kern/kern_procctl.c
976
bool esrch_is_einval : 1;
sys/kern/kern_procctl.c
977
bool copyout_on_error : 1;
sys/kern/kern_procctl.c
978
bool no_nonnull_data : 1;
sys/kern/kern_procctl.c
979
bool need_candebug : 1;
sys/kern/kern_procctl.c
983
bool (*sapblk)(struct thread *, void *);
sys/kern/kern_prot.c
1774
bool
sys/kern/kern_prot.c
1792
bool
sys/kern/kern_prot.c
1808
bool
sys/kern/kern_prot.c
2263
bool
sys/kern/kern_prot.c
2267
bool grpsubset, uidsubset;
sys/kern/kern_prot.c
2777
static bool
sys/kern/kern_prot.c
2778
_proc_set_cred(struct proc *p, struct ucred *newcred, bool enforce_proc_lim)
sys/kern/kern_prot.c
2822
bool success __diagused = _proc_set_cred(p, newcred, false);
sys/kern/kern_prot.c
2827
bool
sys/kern/kern_prot.c
2834
proc_unset_cred(struct proc *p, bool decrement_proc_count)
sys/kern/kern_prot.c
3199
bool allow_ptrace = true;
sys/kern/kern_prot.c
675
bool proc_label_set = false;
sys/kern/kern_prot.c
678
bool cred_set = false;
sys/kern/kern_racct.c
1108
static bool
sys/kern/kern_racct.c
438
racct_settime_locked(struct proc *p, bool exit)
sys/kern/kern_racct.c
69
bool __read_frequently racct_enable = false;
sys/kern/kern_racct.c
71
bool __read_frequently racct_enable = true;
sys/kern/kern_racct.c
96
static void racct_settime_locked(struct proc *p, bool exit);
sys/kern/kern_rangelock.c
103
static bool
sys/kern/kern_rangelock.c
104
rangelock_cheat_lock(struct rangelock *lock, int locktype, bool trylock,
sys/kern/kern_rangelock.c
188
static bool
sys/kern/kern_rangelock.c
257
static bool
sys/kern/kern_rangelock.c
345
static bool
sys/kern/kern_rangelock.c
381
static bool
sys/kern/kern_rangelock.c
403
bool sleepers;
sys/kern/kern_rangelock.c
437
bool rds;
sys/kern/kern_rangelock.c
469
static bool
sys/kern/kern_rangelock.c
535
bool trylock, bool inserted)
sys/kern/kern_rangelock.c
573
rl_r_validate(struct rangelock *lock, struct rl_q_entry *e, bool trylock,
sys/kern/kern_rangelock.c
615
bool trylock, struct rl_q_entry **free)
sys/kern/kern_rangelock.c
651
rl_insert(struct rangelock *lock, struct rl_q_entry *e, bool trylock,
sys/kern/kern_rangelock.c
719
rangelock_lock_int(struct rangelock *lock, bool trylock, vm_ooffset_t start,
sys/kern/kern_rwlock.c
320
bool recursed;
sys/kern/kern_rwlock.c
401
static __always_inline bool
sys/kern/kern_rwlock.c
402
__rw_can_read(struct thread *td, uintptr_t v, bool fp)
sys/kern/kern_rwlock.c
413
static __always_inline bool
sys/kern/kern_rwlock.c
414
__rw_rlock_try(struct rwlock *rw, struct thread *td, uintptr_t *vp, bool fp
sys/kern/kern_rwlock.c
759
static __always_inline bool
sys/kern/kern_rwlock.c
890
rw_drop_critical(uintptr_t v, bool *in_critical, int *extra_work)
sys/kern/kern_rwlock.c
921
bool in_critical = false;
sys/kern/kern_sdt.c
41
volatile bool __read_frequently sdt_probes_enabled;
sys/kern/kern_sendfile.c
151
bool cache_last;
sys/kern/kern_sendfile.c
721
bool use_ext_pgs;
sys/kern/kern_sharedpage.c
65
static bool fxrng_enabled = true;
sys/kern/kern_shutdown.c
126
static bool debugger_on_recursive_panic = false;
sys/kern/kern_shutdown.c
1313
bool inserted;
sys/kern/kern_shutdown.c
1361
static bool
sys/kern/kern_shutdown.c
138
static bool trace_all_panics = true;
sys/kern/kern_shutdown.c
1406
bool found;
sys/kern/kern_shutdown.c
141
static bool trace_all_panics = false;
sys/kern/kern_shutdown.c
154
static bool poweroff_on_panic = 0;
sys/kern/kern_shutdown.c
158
static bool powercycle_on_panic = 0;
sys/kern/kern_shutdown.c
223
bool scheduler_stopped __read_frequently;
sys/kern/kern_shutdown.c
227
bool dumped_core __read_mostly; /* system successfully dumped core */
sys/kern/kern_sig.c
111
static bool sig_suspend_threads(struct thread *, struct proc *);
sys/kern/kern_sig.c
115
static struct thread *sigtd(struct proc *p, int sig, bool fast_sigblock);
sys/kern/kern_sig.c
117
static void sigfastblock_setpend(struct thread *td, bool resched);
sys/kern/kern_sig.c
1349
bool traced;
sys/kern/kern_sig.c
161
__read_frequently bool sigfastblock_fetch_always = false;
sys/kern/kern_sig.c
167
static bool kern_sig_discard_ign = true;
sys/kern/kern_sig.c
173
bool pt_attach_transparent = true;
sys/kern/kern_sig.c
1785
bool sent;
sys/kern/kern_sig.c
1786
bool found;
sys/kern/kern_sig.c
1807
killpg1_sendsig(struct proc *p, bool notself, struct killpg1_ctx *arg)
sys/kern/kern_sig.c
2168
sigtd(struct proc *p, int sig, bool fast_sigblock)
sys/kern/kern_sig.c
268
bool resched_sigs;
sys/kern/kern_sig.c
2684
bool audited, sy_thr_static;
sys/kern/kern_sig.c
2801
static bool
sys/kern/kern_sig.c
2805
bool res;
sys/kern/kern_sig.c
2987
bool fastblk, pslocked;
sys/kern/kern_sig.c
3582
bool
sys/kern/kern_sig.c
3588
bool res;
sys/kern/kern_sig.c
389
static __inline bool
sys/kern/kern_sig.c
3907
sigfastblock_failed(struct thread *td, bool sendsig, bool write)
sys/kern/kern_sig.c
3926
static bool
sys/kern/kern_sig.c
3927
sigfastblock_fetch_sig(struct thread *td, bool sendsig, uint32_t *valp)
sys/kern/kern_sig.c
3943
sigfastblock_resched(struct thread *td, bool resched)
sys/kern/kern_sig.c
4056
bool resched;
sys/kern/kern_sig.c
4107
sigfastblock_setpend(struct thread *td, bool resched)
sys/kern/kern_sig.c
763
bool
sys/kern/kern_sig.c
770
static bool
sys/kern/kern_switch.c
285
static inline bool runq_sw_is_empty(struct runq *rq, int idx);
sys/kern/kern_switch.c
382
static inline bool
sys/kern/kern_switch.c
391
bool
sys/kern/kern_switch.c
436
bool
sys/kern/kern_switch.c
538
static bool
sys/kern/kern_switch.c
574
bool
sys/kern/kern_switch.c
618
static bool
sys/kern/kern_sx.c
1298
static __always_inline bool
sys/kern/kern_sx.c
350
bool recursed;
sys/kern/kern_sx.c
542
sx_drop_critical(uintptr_t x, bool *in_critical, int *extra_work)
sys/kern/kern_sx.c
572
bool in_critical = false;
sys/kern/kern_sx.c
979
static __always_inline bool
sys/kern/kern_sx.c
980
__sx_can_read(struct thread *td, uintptr_t x, bool fp)
sys/kern/kern_sx.c
991
static __always_inline bool
sys/kern/kern_sx.c
992
__sx_slock_try(struct sx *sx, struct thread *td, uintptr_t *xp, bool fp
sys/kern/kern_synch.c
397
bool catch, drop;
sys/kern/kern_synch.c
625
bool
sys/kern/kern_sysctl.c
1257
bool honor_skip)
sys/kern/kern_sysctl.c
1335
static bool
sys/kern/kern_sysctl.c
1337
int *next, int *len, int level, bool honor_skip)
sys/kern/kern_sysctl.c
1341
bool success = false;
sys/kern/kern_sysctl.c
1406
bool success;
sys/kern/kern_sysctl.c
1629
temp = *(bool *)arg1 ? 1 : 0;
sys/kern/kern_sysctl.c
1661
*(bool *)arg1 = temp_int != 0 ? 1 : 0;
sys/kern/kern_sysctl.c
1665
*(bool *)arg1 = temp != 0 ? 1 : 0;
sys/kern/kern_sysctl.c
2473
int flags, bool inkernel)
sys/kern/kern_sysctl.c
2543
bool memlocked;
sys/kern/kern_sysctl.c
2919
static bool
sys/kern/kern_tc.c
1270
static bool
sys/kern/kern_tc.c
2046
static bool cpu_tick_variable;
sys/kern/kern_tc.c
2139
set_cputicker(cpu_tick_f *func, uint64_t freq, bool isvariable)
sys/kern/kern_thread.c
1360
bool
sys/kern/kern_thread.c
1522
thread_check_susp(struct thread *td, bool sleep)
sys/kern/kern_thread.c
153
bool boundary);
sys/kern/kern_thread.c
1589
thread_unsuspend_one(struct thread *td, struct proc *p, bool boundary)
sys/kern/kern_thread.c
1723
static bool
sys/kern/kern_thread.c
1730
bool locked;
sys/kern/kern_thread.c
179
static bool
sys/kern/kern_thread.c
195
static bool
sys/kern/kern_thread.c
730
bool wantreap;
sys/kern/kern_time.c
106
static void realtimer_expire_l(struct itimer *it, bool proc_locked);
sys/kern/kern_time.c
1706
realtimer_expire_l(struct itimer *it, bool proc_locked)
sys/kern/kern_time.c
509
static __read_mostly bool nanosleep_precise = true;
sys/kern/kern_time.c
523
bool is_abs_real, precise;
sys/kern/kern_timeout.c
154
bool cc_cancel;
sys/kern/kern_timeout.c
155
bool cc_waiting;
sys/kern/kern_timeout.c
374
bool pin_swi;
sys/kern/kern_ubsan.c
1182
Report(bool isFatal, const char *pFormat, ...)
sys/kern/kern_ubsan.c
1266
static bool
sys/kern/kern_ubsan.c
1680
static bool
sys/kern/kern_ubsan.c
1694
static bool
sys/kern/kern_ubsan.c
252
static void Report(bool isFatal, const char *pFormat, ...) __printflike(2, 3);
sys/kern/kern_ubsan.c
253
static bool isAlreadyReported(struct CSourceLocation *pLocation);
sys/kern/kern_ubsan.c
274
static bool isNegativeNumber(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumber);
sys/kern/kern_ubsan.c
275
static bool isShiftExponentTooLarge(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumber, size_t zWidth);
sys/kern/kern_ubsan.c
286
void __ubsan_handle_cfi_bad_type(struct CCFICheckFailData *pData, unsigned long ulVtable, bool bValidVtable, bool FromUnrecoverableHandler, unsigned long ProgramCounter, unsigned long FramePointer);
sys/kern/kern_ubsan.c
330
static void HandleOverflow(bool isFatal, struct COverflowData *pData, unsigned long ulLHS, unsigned long ulRHS, const char *szOperation);
sys/kern/kern_ubsan.c
331
static void HandleNegateOverflow(bool isFatal, struct COverflowData *pData, unsigned long ulOldValue);
sys/kern/kern_ubsan.c
332
static void HandleBuiltinUnreachable(bool isFatal, struct CUnreachableData *pData);
sys/kern/kern_ubsan.c
333
static void HandleTypeMismatch(bool isFatal, struct CSourceLocation *mLocation, struct CTypeDescriptor *mType, unsigned long mLogAlignment, uint8_t mTypeCheckKind, unsigned long ulPointer);
sys/kern/kern_ubsan.c
334
static void HandleVlaBoundNotPositive(bool isFatal, struct CVLABoundData *pData, unsigned long ulBound);
sys/kern/kern_ubsan.c
335
static void HandleOutOfBounds(bool isFatal, struct COutOfBoundsData *pData, unsigned long ulIndex);
sys/kern/kern_ubsan.c
336
static void HandleShiftOutOfBounds(bool isFatal, struct CShiftOutOfBoundsData *pData, unsigned long ulLHS, unsigned long ulRHS);
sys/kern/kern_ubsan.c
337
static void HandleLoadInvalidValue(bool isFatal, struct CInvalidValueData *pData, unsigned long ulValue);
sys/kern/kern_ubsan.c
338
static void HandleInvalidBuiltin(bool isFatal, struct CInvalidBuiltinData *pData);
sys/kern/kern_ubsan.c
339
static void HandleFunctionTypeMismatch(bool isFatal, struct CFunctionTypeMismatchData *pData, unsigned long ulFunction);
sys/kern/kern_ubsan.c
340
static void HandleCFIBadType(bool isFatal, struct CCFICheckFailData *pData, unsigned long ulVtable, bool *bValidVtable, bool *FromUnrecoverableHandler, unsigned long *ProgramCounter, unsigned long *FramePointer);
sys/kern/kern_ubsan.c
341
static void HandleDynamicTypeCacheMiss(bool isFatal, struct CDynamicTypeCacheMissData *pData, unsigned long ulPointer, unsigned long ulHash);
sys/kern/kern_ubsan.c
342
static void HandleFloatCastOverflow(bool isFatal, struct CFloatCastOverflowData *pData, unsigned long ulFrom);
sys/kern/kern_ubsan.c
343
static void HandleMissingReturn(bool isFatal, struct CUnreachableData *pData);
sys/kern/kern_ubsan.c
344
static void HandleNonnullArg(bool isFatal, struct CNonNullArgData *pData);
sys/kern/kern_ubsan.c
345
static void HandleNonnullReturn(bool isFatal, struct CNonNullReturnData *pData, struct CSourceLocation *pLocationPointer);
sys/kern/kern_ubsan.c
346
static void HandlePointerOverflow(bool isFatal, struct CPointerOverflowData *pData, unsigned long ulBase, unsigned long ulResult);
sys/kern/kern_ubsan.c
347
static void HandleAlignmentAssumption(bool isFatal, struct CAlignmentAssumptionData *pData, unsigned long ulPointer, unsigned long ulAlignment, unsigned long ulOffset);
sys/kern/kern_ubsan.c
350
HandleOverflow(bool isFatal, struct COverflowData *pData, unsigned long ulLHS, unsigned long ulRHS, const char *szOperation)
sys/kern/kern_ubsan.c
370
HandleNegateOverflow(bool isFatal, struct COverflowData *pData, unsigned long ulOldValue)
sys/kern/kern_ubsan.c
388
HandleBuiltinUnreachable(bool isFatal, struct CUnreachableData *pData)
sys/kern/kern_ubsan.c
404
HandleTypeMismatch(bool isFatal, struct CSourceLocation *mLocation, struct CTypeDescriptor *mType, unsigned long mLogAlignment, uint8_t mTypeCheckKind, unsigned long ulPointer)
sys/kern/kern_ubsan.c
429
HandleVlaBoundNotPositive(bool isFatal, struct CVLABoundData *pData, unsigned long ulBound)
sys/kern/kern_ubsan.c
447
HandleOutOfBounds(bool isFatal, struct COutOfBoundsData *pData, unsigned long ulIndex)
sys/kern/kern_ubsan.c
465
HandleShiftOutOfBounds(bool isFatal, struct CShiftOutOfBoundsData *pData, unsigned long ulLHS, unsigned long ulRHS)
sys/kern/kern_ubsan.c
495
HandleLoadInvalidValue(bool isFatal, struct CInvalidValueData *pData, unsigned long ulValue)
sys/kern/kern_ubsan.c
513
HandleInvalidBuiltin(bool isFatal, struct CInvalidBuiltinData *pData)
sys/kern/kern_ubsan.c
529
HandleFunctionTypeMismatch(bool isFatal, struct CFunctionTypeMismatchData *pData, unsigned long ulFunction)
sys/kern/kern_ubsan.c
555
HandleCFIBadType(bool isFatal, struct CCFICheckFailData *pData, unsigned long ulVtable, bool *bValidVtable, bool *FromUnrecoverableHandler, unsigned long *ProgramCounter, unsigned long *FramePointer)
sys/kern/kern_ubsan.c
581
HandleDynamicTypeCacheMiss(bool isFatal, struct CDynamicTypeCacheMissData *pData, unsigned long ulPointer, unsigned long ulHash)
sys/kern/kern_ubsan.c
608
HandleFloatCastOverflow(bool isFatal, struct CFloatCastOverflowData *pData, unsigned long ulFrom)
sys/kern/kern_ubsan.c
626
HandleMissingReturn(bool isFatal, struct CUnreachableData *pData)
sys/kern/kern_ubsan.c
642
HandleNonnullArg(bool isFatal, struct CNonNullArgData *pData)
sys/kern/kern_ubsan.c
663
HandleNonnullReturn(bool isFatal, struct CNonNullReturnData *pData, struct CSourceLocation *pLocationPointer)
sys/kern/kern_ubsan.c
685
HandlePointerOverflow(bool isFatal, struct CPointerOverflowData *pData, unsigned long ulBase, unsigned long ulResult)
sys/kern/kern_ubsan.c
701
HandleAlignmentAssumption(bool isFatal, struct CAlignmentAssumptionData *pData, unsigned long ulPointer, unsigned long ulAlignment, unsigned long ulOffset)
sys/kern/kern_ubsan.c
775
__ubsan_handle_cfi_bad_type(struct CCFICheckFailData *pData, unsigned long ulVtable, bool bValidVtable, bool FromUnrecoverableHandler, unsigned long ProgramCounter, unsigned long FramePointer)
sys/kern/kern_ucoredump.c
139
bool logexit;
sys/kern/kern_umtx.c
137
const bool compat32;
sys/kern/kern_umtx.c
1530
do_unlock_normal(struct thread *td, struct umutex *m, uint32_t flags, bool rb)
sys/kern/kern_umtx.c
181
bool rb);
sys/kern/kern_umtx.c
1828
static bool
sys/kern/kern_umtx.c
2029
const char *wmesg, struct umtx_abs_timeout *timo, bool shared)
sys/kern/kern_umtx.c
2164
umtx_pi_drop(struct thread *td, struct umtx_key *key, bool rb, int *count)
sys/kern/kern_umtx.c
2443
do_unlock_pi(struct thread *td, struct umutex *m, uint32_t flags, bool rb)
sys/kern/kern_umtx.c
2535
bool su;
sys/kern/kern_umtx.c
2695
do_unlock_pp(struct thread *td, struct umutex *m, uint32_t flags, bool rb)
sys/kern/kern_umtx.c
2702
bool su;
sys/kern/kern_umtx.c
2914
do_unlock_umutex(struct thread *td, struct umutex *m, bool rb)
sys/kern/kern_umtx.c
4415
static bool
sys/kern/kern_umtx.c
4416
umtx_shm_unref_reg_locked(struct umtx_shm_reg *reg, bool linked_ref)
sys/kern/kern_umtx.c
4440
umtx_shm_unref_reg(struct umtx_shm_reg *reg, bool linked_ref)
sys/kern/kern_umtx.c
4443
bool dofree;
sys/kern/kern_umtx.c
4475
bool dofree;
sys/kern/kern_umtx.c
5128
umtx_read_uptr(struct thread *td, uintptr_t ptr, uintptr_t *res, bool compat32)
sys/kern/kern_umtx.c
5150
bool compat32)
sys/kern/kern_umtx.c
5163
umtx_handle_rb(struct thread *td, uintptr_t rbp, uintptr_t *rb_list, bool inact,
sys/kern/kern_umtx.c
5164
bool compat32)
sys/kern/kern_umtx.c
5185
const char *name, bool compat32)
sys/kern/kern_umtx.c
5189
bool inact;
sys/kern/kern_umtx.c
5221
bool compat32;
sys/kern/kern_umtx.c
804
umtx_unlock_val(uint32_t flags, bool rb)
sys/kern/link_elf.c
1473
bool ifuncs)
sys/kern/link_elf.c
1540
bool see_local)
sys/kern/link_elf.c
1683
linker_symval_t *symval, bool see_local)
sys/kern/link_elf.c
206
static bool link_elf_leak_locals = true;
sys/kern/link_elf.c
217
elf_reloc_fn reloc, bool ifuncs);
sys/kern/link_elf.c
805
preload_protect1(elf_file_t ef, vm_prot_t prot, bool reset)
sys/kern/link_elf_obj.c
1384
relocate_file1(elf_file_t ef, bool ifuncs)
sys/kern/link_elf_obj.c
1488
bool see_local)
sys/kern/link_elf_obj.c
152
static int link_elf_reloc_local(linker_file_t, bool);
sys/kern/link_elf_obj.c
1557
linker_symval_t *symval, bool see_local)
sys/kern/link_elf_obj.c
1850
link_elf_reloc_local(linker_file_t lf, bool ifuncs)
sys/kern/link_elf_obj.c
195
static bool link_elf_obj_leak_locals = true;
sys/kern/sched_4bsd.c
1827
static bool
sys/kern/sched_4bsd.c
683
static bool
sys/kern/sched_shim.c
203
bool first;
sys/kern/sched_shim.c
39
DEFINE_SHIM0(runnable, bool, sched_runnable)
sys/kern/sched_shim.c
88
DEFINE_SHIM0(do_timer_accounting, bool, sched_do_timer_accounting)
sys/kern/sched_ule.c
1000
static bool
sys/kern/sched_ule.c
1004
bool ret;
sys/kern/sched_ule.c
1233
static bool
sys/kern/sched_ule.c
2780
static bool
sys/kern/sched_ule.c
3324
static bool
sys/kern/sched_ule.c
372
static inline void tdq_advance_ts_deq_off(struct tdq *, bool);
sys/kern/sched_ule.c
383
static bool runq_steal_pred(const int idx, struct rq_queue *const q,
sys/kern/sched_ule.c
397
static bool sched_balance_pair(struct tdq *, struct tdq *);
sys/kern/sched_ule.c
549
tdq_advance_ts_deq_off(struct tdq *tdq, bool deq_queue_known_empty)
sys/kern/sched_ule.c
576
bool queue_empty;
sys/kern/subr_asan.c
199
kasan_report(unsigned long addr, size_t size, bool write, unsigned long pc,
sys/kern/subr_asan.c
312
static __always_inline bool
sys/kern/subr_asan.c
325
static __always_inline bool
sys/kern/subr_asan.c
345
static __always_inline bool
sys/kern/subr_asan.c
365
static __always_inline bool
sys/kern/subr_asan.c
385
static __always_inline bool
sys/kern/subr_asan.c
399
kasan_shadow_check(unsigned long addr, size_t size, bool write,
sys/kern/subr_asan.c
403
bool valid;
sys/kern/subr_asan.c
863
_ASAN_ATOMIC_FUNC_LOAD(bool, bool);
sys/kern/subr_asan.c
874
_ASAN_ATOMIC_FUNC_STORE(bool, bool);
sys/kern/subr_asan.c
97
static bool kasan_disabled __read_mostly = true;
sys/kern/subr_blist.c
405
static inline bool
sys/kern/subr_blist.c
776
bool scan_from_start;
sys/kern/subr_bus.c
179
static bool device_frozen;
sys/kern/subr_bus.c
1895
bool
sys/kern/subr_bus.c
2081
device_set_desc_internal(device_t dev, const char *desc, bool allocated)
sys/kern/subr_bus.c
2342
bool
sys/kern/subr_bus.c
2457
bool
sys/kern/subr_bus.c
5672
static bool
sys/kern/subr_bus.c
6143
bool
sys/kern/subr_bus.c
78
static bool disable_failed_devs = false;
sys/kern/subr_bus_dma.c
686
bool bus_dma_iommu_set_buswide(device_t dev);
sys/kern/subr_bus_dma.c
690
bool
sys/kern/subr_busdma_bounce.c
154
static bool
sys/kern/subr_busdma_bounce.c
170
bool start_thread;
sys/kern/subr_busdma_bounce.c
402
bool schedule_thread;
sys/kern/subr_busdma_bounce.c
498
static bool
sys/kern/subr_capability.c
182
static bool
sys/kern/subr_capability.c
255
bool
sys/kern/subr_capability.c
259
bool ret;
sys/kern/subr_capability.c
270
bool
sys/kern/subr_capability.c
289
bool
sys/kern/subr_capability.c
366
bool
sys/kern/subr_clock.c
195
clock_bcd_to_ts(const struct bcd_clocktime *bct, struct timespec *ts, bool ampm)
sys/kern/subr_clock.c
305
clock_ts_to_bcd(const struct timespec *ts, struct bcd_clocktime *bct, bool ampm)
sys/kern/subr_compressor.c
502
bool
sys/kern/subr_csan.c
131
static inline bool
sys/kern/subr_csan.c
142
kcsan_access(uintptr_t addr, size_t size, bool write, bool atomic, uintptr_t pc)
sys/kern/subr_csan.c
524
_CSAN_ATOMIC_FUNC_LOAD(bool, bool)
sys/kern/subr_csan.c
525
_CSAN_ATOMIC_FUNC_STORE(bool, bool)
sys/kern/subr_csan.c
59
bool write:1;
sys/kern/subr_csan.c
60
bool atomic:1;
sys/kern/subr_csan.c
65
bool inited;
sys/kern/subr_csan.c
71
static bool kcsan_enabled __read_mostly;
sys/kern/subr_efi_map.c
105
bool exclude = false;
sys/kern/subr_efi_map.c
112
bool exclude = true;
sys/kern/subr_efi_map.c
58
bool exclude = *(bool *)argp;
sys/kern/subr_epoch.c
186
static bool epoch_trace_stack_print = true;
sys/kern/subr_epoch.c
883
bool crit;
sys/kern/subr_eventhandler.c
186
bool wait)
sys/kern/subr_firmware.c
284
bool warn = (flags & FIRMWARE_GET_NOWARN) == 0;
sys/kern/subr_gtaskqueue.c
345
bool in_net_epoch;
sys/kern/subr_hints.c
134
bool dyn_used = false;
sys/kern/subr_hints.c
49
static bool hintenv_merged;
sys/kern/subr_hints.c
51
static bool stenv_skip;
sys/kern/subr_hints.c
52
static bool sthints_skip;
sys/kern/subr_hints.c
98
static bool
sys/kern/subr_intr.c
1006
bool
sys/kern/subr_intr.c
147
static bool intr_ipi_dev_frozen;
sys/kern/subr_intr.c
162
static bool irq_assign_cpu = true;
sys/kern/subr_intr.c
164
static bool irq_assign_cpu = false;
sys/kern/subr_intr.c
365
bool found;
sys/kern/subr_intr.c
558
bool
sys/kern/subr_kdb.c
503
static bool
sys/kern/subr_lock.c
582
lock_profile_obtain_lock_success(struct lock_object *lo, bool spin,
sys/kern/subr_lock.c
588
bool is_spin = (LOCK_CLASS(lo)->lc_flags & LC_SPINLOCK);
sys/kern/subr_lock.c
655
lock_profile_release_lock(struct lock_object *lo, bool spin)
sys/kern/subr_lock.c
664
bool is_spin = (LOCK_CLASS(lo)->lc_flags & LC_SPINLOCK);
sys/kern/subr_memdesc.c
348
static bool
sys/kern/subr_memdesc.c
424
vm_paddr_t pa, size_t len, size_t *actual_len, bool can_truncate)
sys/kern/subr_memdesc.c
523
size_t *actual_len, bool can_truncate)
sys/kern/subr_memdesc.c
604
bool can_truncate)
sys/kern/subr_memdesc.c
689
size_t *actual_len, bool can_truncate, int how)
sys/kern/subr_memdesc.c
752
size_t offset, size_t len, size_t *actual_len, bool can_truncate)
sys/kern/subr_module.c
54
preload_initkmdp(bool fatal)
sys/kern/subr_msan.c
111
static bool kmsan_reporting = false;
sys/kern/subr_msan.c
1347
_MSAN_ATOMIC_FUNC_LOAD(bool, bool);
sys/kern/subr_msan.c
1358
_MSAN_ATOMIC_FUNC_STORE(bool, bool);
sys/kern/subr_msan.c
138
static bool panic_on_violation = 1;
sys/kern/subr_msan.c
143
static bool kmsan_disabled __read_mostly = true;
sys/kern/subr_msan.c
281
kmsan_meta_get(const void *addr, size_t size, const bool write)
sys/kern/subr_pctrie.c
101
static __inline bool
sys/kern/subr_pctrie.c
180
static __inline bool
sys/kern/subr_pctrie.c
879
static bool
sys/kern/subr_physmem.c
506
bool
sys/kern/subr_power.c
143
bool pm_supported[static POWER_STYPE_COUNT])
sys/kern/subr_power.c
49
static bool power_pm_supported[POWER_STYPE_COUNT] = {0};
sys/kern/subr_prf.c
1062
bool print_boot_tag;
sys/kern/subr_prf.c
1090
bool wrap;
sys/kern/subr_prf.c
120
static bool msgbufmapped; /* Set when safe to use msgbuf */
sys/kern/subr_prf.c
631
static inline bool
sys/kern/subr_prf.c
637
static inline bool
sys/kern/subr_rangeset.c
221
static bool
sys/kern/subr_rangeset.c
262
bool
sys/kern/subr_rangeset.c
94
bool
sys/kern/subr_rtc.c
289
read_clocks(struct timespec *ts, bool debug_read)
sys/kern/subr_sleepqueue.c
1009
bool (*matches)(struct thread *), int pri)
sys/kern/subr_sleepqueue.c
1158
sleepq_chains_remove_matching(bool (*matches)(struct thread *))
sys/kern/subr_sleepqueue.c
1193
bool finished;
sys/kern/subr_sleepqueue.c
551
bool rtc_changed;
sys/kern/subr_sleepqueue.c
745
bool drop;
sys/kern/subr_sleepqueue.c
977
static bool
sys/kern/subr_smp.c
1291
bool match_subtype;
sys/kern/subr_smp.c
1305
static bool
sys/kern/subr_smr.c
367
smr_poll_cpu(smr_t c, smr_seq_t s_rd_seq, smr_seq_t goal, bool wait)
sys/kern/subr_smr.c
419
smr_seq_t s_wr_seq, smr_seq_t goal, bool wait)
sys/kern/subr_smr.c
474
bool
sys/kern/subr_smr.c
475
smr_poll(smr_t smr, smr_seq_t goal, bool wait)
sys/kern/subr_smr.c
482
bool success;
sys/kern/subr_stats.c
274
static const bool vsd_compoundtype[VSD_NUM_DTYPES] = {
sys/kern/subr_syscall.c
222
bool traced;
sys/kern/subr_syscall.c
59
bool sy_thr_static, traced;
sys/kern/subr_taskqueue.c
489
bool in_net_epoch;
sys/kern/subr_taskqueue.c
59
bool tb_canceling;
sys/kern/subr_trap.c
274
static bool
sys/kern/subr_trap.c
285
ast_handler(struct thread *td, struct trapframe *framep, bool dtor)
sys/kern/subr_trap.c
290
bool run;
sys/kern/subr_turnstile.c
591
bool
sys/kern/subr_unit.c
1142
static bool verbose;
sys/kern/subr_unit.c
1279
bool testing_iter;
sys/kern/subr_unit.c
201
static inline bool
sys/kern/subr_unit.c
208
static inline bool
sys/kern/subr_unit.c
217
static inline bool
sys/kern/subr_vmem.c
1178
vmem_try_release(vmem_t *vm, struct vmem_btag *bt, const bool remfree)
sys/kern/subr_vmem.c
1892
static bool
sys/kern/subr_vmem.c
326
static bool
sys/kern/subr_vmem.c
332
static bool
sys/kern/subr_witness.c
1106
bool check_generation;
sys/kern/subr_witness.c
1111
int alloc_flags, bool check_generation)
sys/kern/subr_witness.c
1133
static bool
sys/kern/subr_witness.c
1280
bool hardcoded;
sys/kern/subr_witness.c
1362
bool print_lock_order;
sys/kern/subr_witness.c
1526
bool pstackv;
sys/kern/subr_witness.c
2711
static bool
sys/kern/subr_witness.c
2937
bool check_generation)
sys/kern/subr_witness.c
2943
bool w1_is_parent, w2_is_parent;
sys/kern/sys_capability.c
87
bool __read_frequently trap_enotcap;
sys/kern/sys_generic.c
1445
bool only_user;
sys/kern/sys_generic.c
1492
bool only_user;
sys/kern/sys_generic.c
1684
bool
sys/kern/sys_generic.c
1709
bool only_user;
sys/kern/sys_generic.c
1775
bool only_user;
sys/kern/sys_pipe.c
239
static int pipe_create(struct pipe *pipe, bool backing);
sys/kern/sys_pipe.c
242
static __inline int pipelock(struct pipe *cpipe, bool catch);
sys/kern/sys_pipe.c
668
pipelock(struct pipe *cpipe, bool catch)
sys/kern/sys_pipe.c
730
pipe_create(struct pipe *pipe, bool large_backing)
sys/kern/sys_process.c
775
proc_set_traced(struct proc *p, bool stop)
sys/kern/sys_process.c
866
bool proctree_locked, p2_req_set;
sys/kern/sys_timerfd.c
89
bool tfd_expired; /* (t) true upon initial expiration */
sys/kern/sysv_shm.c
123
static struct shmid_kernel *shm_find_segment(struct prison *, int, bool);
sys/kern/sysv_shm.c
225
shm_find_segment(struct prison *rpr, int arg, bool is_shmid)
sys/kern/tty.c
1035
static bool
sys/kern/tty.c
1320
bool cansee;
sys/kern/tty.c
1746
bool canonicalize = false;
sys/kern/tty_info.c
286
bool print_kstacks;
sys/kern/uipc_ktls.c
1099
bool force)
sys/kern/uipc_ktls.c
1233
bool
sys/kern/uipc_ktls.c
139
static bool ktls_offload_enable = true;
sys/kern/uipc_ktls.c
144
static bool ktls_cbc_enable = true;
sys/kern/uipc_ktls.c
149
static bool ktls_sw_buffer_cache = true;
sys/kern/uipc_ktls.c
1944
bool wlocked;
sys/kern/uipc_ktls.c
2222
bool
sys/kern/uipc_ktls.c
2235
bool running;
sys/kern/uipc_ktls.c
2535
bool tls13;
sys/kern/uipc_ktls.c
2770
bool running;
sys/kern/uipc_ktls.c
2908
bool running;
sys/kern/uipc_ktls.c
3449
ktls_session_to_xktls_onedir(const struct ktls_session *ktls, bool export_keys,
sys/kern/uipc_ktls.c
84
bool running;
sys/kern/uipc_ktls.c
920
ktls_alloc_snd_tag(struct inpcb *inp, struct ktls_session *tls, bool force,
sys/kern/uipc_shm.c
1145
bool largepage;
sys/kern/uipc_shm.c
1562
bool curmap;
sys/kern/uipc_shm.c
1675
bool writecnt;
sys/kern/uipc_shm.c
1921
shm_fill_kinfo_locked(struct shmfd *shmfd, struct kinfo_file *kif, bool list)
sys/kern/uipc_shm.c
1925
bool visible;
sys/kern/uipc_shm.c
355
bool
sys/kern/uipc_shm.c
904
shm_alloc(struct ucred *ucred, mode_t mode, bool largepage)
sys/kern/uipc_sockbuf.c
1561
bool is_tls;
sys/kern/uipc_sockbuf.c
198
bool blocker;
sys/kern/uipc_sockbuf.c
533
static __always_inline bool
sys/kern/uipc_sockbuf.c
643
bool
sys/kern/uipc_sockbuf.c
674
bool
sys/kern/uipc_socket.c
1086
bool dolog, over;
sys/kern/uipc_socket.c
1301
bool
sys/kern/uipc_socket.c
1481
bool ktls;
sys/kern/uipc_socket.c
1804
so_unsplice(struct socket *so, bool timeout)
sys/kern/uipc_socket.c
1808
bool drain, so2rele;
sys/kern/uipc_socket.c
1989
bool listening, last __diagused;
sys/kern/uipc_socket.c
2802
bool report_real_len = false;
sys/kern/uipc_socket.c
334
static bool splice_receive_stream = true;
sys/kern/uipc_socket.c
371
bool running;
sys/kern/uipc_socket.c
378
static int so_unsplice(struct socket *so, bool timeout);
sys/kern/uipc_socket.c
416
bool running;
sys/kern/uipc_socket.c
4755
bool last __diagused;
sys/kern/uipc_syscalls.c
1339
socklen_t *alen, bool compat)
sys/kern/uipc_syscalls.c
1403
socklen_t *alen, bool compat)
sys/kern/uipc_usrreq.c
1019
bool notready = false;
sys/kern/uipc_usrreq.c
1113
bool nonblock, eor, aio;
sys/kern/uipc_usrreq.c
1393
bool nonblock, waitall, peek;
sys/kern/uipc_usrreq.c
1524
bool aio;
sys/kern/uipc_usrreq.c
1915
static inline bool
sys/kern/uipc_usrreq.c
2243
bool nonblock;
sys/kern/uipc_usrreq.c
2402
bool nonblock, sockref;
sys/kern/uipc_usrreq.c
2462
bool notready, wakeup;
sys/kern/uipc_usrreq.c
2530
bool blocker;
sys/kern/uipc_usrreq.c
2554
static bool
sys/kern/uipc_usrreq.c
2836
struct thread *td, bool return_locked)
sys/kern/uipc_usrreq.c
2848
bool connreq;
sys/kern/uipc_usrreq.c
295
struct thread *, bool);
sys/kern/uipc_usrreq.c
296
static void unp_connect2(struct socket *, struct socket *, bool);
sys/kern/uipc_usrreq.c
3063
unp_soisconnected(struct socket *so, bool wakeup)
sys/kern/uipc_usrreq.c
3097
unp_connect2(struct socket *so, struct socket *so2, bool wakeup)
sys/kern/uipc_usrreq.c
325
static __result_use_check bool
sys/kern/uipc_usrreq.c
328
bool ret;
sys/kern/uipc_usrreq.c
343
bool ret __unused;
sys/kern/uipc_usrreq.c
3464
static bool
sys/kern/uipc_usrreq.c
483
bool locked;
sys/kern/vfs_aio.c
1001
bool ret;
sys/kern/vfs_aio.c
1010
static bool
sys/kern/vfs_aio.c
1021
bool
sys/kern/vfs_aio.c
1025
bool ret;
sys/kern/vfs_aio.c
1231
bool use_unmapped;
sys/kern/vfs_aio.c
1789
bool safe;
sys/kern/vfs_aio.c
323
static bool aio_clear_cancel_function_locked(struct kaiocb *job);
sys/kern/vfs_aio.c
475
aio_sendsig(struct proc *p, struct sigevent *sigev, ksiginfo_t *ksi, bool ext)
sys/kern/vfs_aio.c
889
bool schedule_fsync;
sys/kern/vfs_aio.c
970
bool
sys/kern/vfs_aio.c
983
static bool
sys/kern/vfs_aio.c
997
bool
sys/kern/vfs_bio.c
139
bool bd_shutdown;
sys/kern/vfs_bio.c
1803
buf_recycle(struct bufdomain *bd, bool kva)
sys/kern/vfs_bio.c
198
static void bq_insert(struct bufqueue *bq, struct buf *bp, bool unlock);
sys/kern/vfs_bio.c
199
static int buf_recycle(struct bufdomain *, bool kva);
sys/kern/vfs_bio.c
2033
bq_insert(struct bufqueue *bq, struct buf *bp, bool unlock)
sys/kern/vfs_bio.c
2154
bool done;
sys/kern/vfs_bio.c
2323
bool vp_md;
sys/kern/vfs_bio.c
2967
bool bogus;
sys/kern/vfs_bio.c
3359
bool metadata, reserved;
sys/kern/vfs_bio.c
354
static bool bd_shutdown;
sys/kern/vfs_bio.c
3584
bool unlock;
sys/kern/vfs_bio.c
3720
bool
sys/kern/vfs_bio.c
4806
bool bogus;
sys/kern/vfs_bio.c
4990
b_io_dismiss(struct buf *bp, int ioflag, bool release)
sys/kern/vfs_bio.c
5329
bool redo, lpart;
sys/kern/vfs_bio.c
674
bufspace_reserve(struct bufdomain *bd, int size, bool metadata)
sys/kern/vfs_cache.c
1347
static bool
sys/kern/vfs_cache.c
1428
static bool
sys/kern/vfs_cache.c
1584
static bool
sys/kern/vfs_cache.c
1594
bool evicted;
sys/kern/vfs_cache.c
1663
static bool
sys/kern/vfs_cache.c
1740
static bool
sys/kern/vfs_cache.c
1986
bool whiteout;
sys/kern/vfs_cache.c
2109
bool whiteout;
sys/kern/vfs_cache.c
2180
bool whiteout, neg_promote;
sys/kern/vfs_cache.c
2326
static bool
sys/kern/vfs_cache.c
2330
bool ret;
sys/kern/vfs_cache.c
3004
static bool
sys/kern/vfs_cache.c
3545
bool slash_prefixed;
sys/kern/vfs_cache.c
4087
bool logged, self;
sys/kern/vfs_cache.c
4326
bool in_smr;
sys/kern/vfs_cache.c
4327
bool fsearch;
sys/kern/vfs_cache.c
4334
static bool cache_fplookup_mp_supported(struct mount *mp);
sys/kern/vfs_cache.c
4335
static bool cache_fplookup_is_mp(struct cache_fpl *fpl);
sys/kern/vfs_cache.c
4568
static bool
sys/kern/vfs_cache.c
4587
static bool
sys/kern/vfs_cache.c
4594
static bool
sys/kern/vfs_cache.c
4602
static bool
sys/kern/vfs_cache.c
4612
static bool
sys/kern/vfs_cache.c
470
static bool cache_neg_evict_cond(u_long lnumcache);
sys/kern/vfs_cache.c
4826
bool docache;
sys/kern/vfs_cache.c
490
static bool
sys/kern/vfs_cache.c
5469
bool neg_promote;
sys/kern/vfs_cache.c
5693
static bool
sys/kern/vfs_cache.c
5834
static bool
sys/kern/vfs_cache.c
808
cache_alloc_uma(int len, bool ts)
sys/kern/vfs_cache.c
848
cache_alloc(int len, bool ts)
sys/kern/vfs_default.c
1177
bool gotref;
sys/kern/vfs_default.c
1252
vop_stdadd_writecount_impl(struct vop_add_writecount_args *ap, bool handle_msync)
sys/kern/vfs_default.c
1382
vfs_stdquotactl(struct mount *mp, int cmds, uid_t uid, void *arg, bool *mp_busy)
sys/kern/vfs_export.c
302
vfs_export(struct mount *mp, struct export_args *argp, bool do_exjail)
sys/kern/vfs_export.c
308
bool new_nep;
sys/kern/vfs_init.c
223
bool *mp_busy)
sys/kern/vfs_inotify.c
196
inotify_enqueue(struct inotify_softc *sc, struct inotify_record *rec, bool head)
sys/kern/vfs_inotify.c
215
bool first;
sys/kern/vfs_inotify.c
542
static bool
sys/kern/vfs_inotify.c
569
static bool
sys/kern/vfs_inotify.c
617
bool allocfail;
sys/kern/vfs_lookup.c
1271
bool isroot;
sys/kern/vfs_lookup.c
1554
bool refstart)
sys/kern/vfs_lookup.c
340
bool startdir_used;
sys/kern/vfs_lookup.c
741
bool abi_restart;
sys/kern/vfs_lookup.c
916
bool
sys/kern/vfs_lookup.c
961
bool crosslock;
sys/kern/vfs_mount.c
1132
bool unmounted;
sys/kern/vfs_mount.c
1317
bool only_export, /* Got export option. */
sys/kern/vfs_mount.c
1318
bool jail_export, /* Got export option in vnet prison. */
sys/kern/vfs_mount.c
1331
bool vfs_suser_failed;
sys/kern/vfs_mount.c
134
static void mount_devctl_event(const char *type, struct mount *mp, bool donew);
sys/kern/vfs_mount.c
1602
bool only_export, /* Got export option. */
sys/kern/vfs_mount.c
1603
bool jail_export, /* Got export option in vnet prison. */
sys/kern/vfs_mount.c
2078
static bool
sys/kern/vfs_mount.c
2079
deferred_unmount_enqueue(struct mount *mp, uint64_t flags, bool requeue,
sys/kern/vfs_mount.c
2082
bool enqueued;
sys/kern/vfs_mount.c
2113
bool unmounted;
sys/kern/vfs_mount.c
2981
mount_devctl_event(const char *type, struct mount *mp, bool donew)
sys/kern/vfs_mount.c
77
uint64_t fsflags, bool only_export, bool jail_export,
sys/kern/vfs_mount.c
777
static bool
sys/kern/vfs_mount.c
809
bool autoro, has_nonexport, only_export, jail_export;
sys/kern/vfs_mount.c
85
static bool default_autoro = false;
sys/kern/vfs_mount.c
89
static bool recursive_forced_unmount = false;
sys/kern/vfs_mountroot.c
717
static bool
sys/kern/vfs_subr.c
108
static int vtryrecycle(struct vnode *vp, bool isvnlru);
sys/kern/vfs_subr.c
113
static bool vhold_recycle_free(struct vnode *);
sys/kern/vfs_subr.c
1236
vlrureclaim(bool reclaim_nc_src, int trigger, u_long target)
sys/kern/vfs_subr.c
1242
bool retried;
sys/kern/vfs_subr.c
1362
vnlru_free_impl(int count, struct vfsops *mnt_op, struct vnode *mvp, bool isvnlru)
sys/kern/vfs_subr.c
1367
bool retried;
sys/kern/vfs_subr.c
1619
static bool
sys/kern/vfs_subr.c
1746
static bool
sys/kern/vfs_subr.c
1777
bool reclaim_nc_src, want_reread;
sys/kern/vfs_subr.c
1901
vtryrecycle(struct vnode *vp, bool isvnlru)
sys/kern/vfs_subr.c
1980
vn_alloc_hard(struct mount *mp, u_long rnumvnodes, bool bumped)
sys/kern/vfs_subr.c
221
static __read_mostly bool vnode_can_skip_requeue;
sys/kern/vfs_subr.c
2278
insmntque1_int(struct vnode *vp, struct mount *mp, bool dtr)
sys/kern/vfs_subr.c
2660
bool clean;
sys/kern/vfs_subr.c
336
static bool vstir; /* nonzero to stir non-free vnodes */
sys/kern/vfs_subr.c
3584
bool want_unlock;
sys/kern/vfs_subr.c
3784
bool
sys/kern/vfs_subr.c
3823
static bool
sys/kern/vfs_subr.c
4021
vdropl_impl(struct vnode *vp, bool enqueue)
sys/kern/vfs_subr.c
4377
bool active, doinginact, oweinact;
sys/kern/vfs_subr.c
5175
static inline bool
sys/kern/vfs_subr.c
5206
bool seen_defer;
sys/kern/vfs_subr.c
5526
bool
sys/kern/vfs_subr.c
5549
bool
sys/kern/vfs_subr.c
5774
bool locked;
sys/kern/vfs_subr.c
5792
bool locked;
sys/kern/vfs_subr.c
5809
bool locked;
sys/kern/vfs_subr.c
7150
static bool
sys/kern/vfs_syscalls.c
194
bool mp_busy;
sys/kern/vfs_syscalls.c
3309
bool setbirthtime;
sys/kern/vfs_syscalls.c
3653
kern_fsync(struct thread *td, int fd, bool fullsync)
sys/kern/vfs_syscalls.c
4746
bool named_attr;
sys/kern/vfs_syscalls.c
5076
bool foffsets_locked, foffsets_set;
sys/kern/vfs_vnops.c
1289
bool need_finished_write;
sys/kern/vfs_vnops.c
152
static bool
sys/kern/vfs_vnops.c
1600
bool do_io_fault, do_rangelock;
sys/kern/vfs_vnops.c
1810
vn_truncate_locked(struct vnode *vp, off_t length, bool sync,
sys/kern/vfs_vnops.c
1967
bool onfault;
sys/kern/vfs_vnops.c
2055
bool ref;
sys/kern/vfs_vnops.c
261
bool first_open;
sys/kern/vfs_vnops.c
2625
bool adj, struct thread *td)
sys/kern/vfs_vnops.c
2628
bool ktr_write;
sys/kern/vfs_vnops.c
2700
bool adj;
sys/kern/vfs_vnops.c
3393
static bool
sys/kern/vfs_vnops.c
3497
u_long blksize, bool growfile, bool checkhole, struct ucred *cred)
sys/kern/vfs_vnops.c
3572
bool cantseek, readzeros, eof, first, lastblock, holetoeof, sparse;
sys/kern/vfs_vnops.c
3959
bool audited_vnode1 = false;
sys/kern/vfs_vnops.c
4360
vn_lock_pair(struct vnode *vp1, bool vp1_locked, int lkflags1,
sys/kern/vfs_vnops.c
4361
struct vnode *vp2, bool vp2_locked, int lkflags2)
sys/kern/vfs_vnops.c
572
struct thread *td, bool keep_ref)
sys/kgssapi/krb5/kcrypto_aes.c
142
size_t skip, size_t len, void *ivec, bool encrypt)
sys/net/bpf.c
129
bif_promisc(struct bpf_if *bp, bool on)
sys/net/bpf.c
153
static inline bool
sys/net/bpf.c
1793
bool track_event;
sys/net/bpf.c
1921
bool writer;
sys/net/bpf.c
234
static void bpf_detachd(struct bpf_d *, bool);
sys/net/bpf.c
2741
bool
sys/net/bpf.c
3039
bool
sys/net/bpf.c
666
bpf_detachd(struct bpf_d *d, bool detached_ifp)
sys/net/bpf.c
669
bool writer;
sys/net/bpf.h
439
bool bpf_peers_present_if(struct ifnet *);
sys/net/bpf.h
447
static __inline bool
sys/net/bpf.h
465
typedef bool bif_chkdir_t(void *, const struct mbuf *, int);
sys/net/bpf.h
468
typedef int bif_promisc_t(void *, bool);
sys/net/bpf_ifnet.c
175
static bool
sys/net/bpf_ifnet.c
194
bpf_ifnet_promisc(void *arg, bool on)
sys/net/debugnet.c
102
static bool g_debugnet_pcb_inuse;
sys/net/debugnet.c
832
bool any;
sys/net/debugnet.c
927
bool has_opt;
sys/net/debugnet.c
983
bool want_ifp;
sys/net/debugnet.h
245
bool dd_has_client : 1;
sys/net/debugnet.h
246
bool dd_has_gateway : 1;
sys/net/debugnet_int.h
77
bool dp_event_started;
sys/net/dummymbuf.c
243
static bool
sys/net/dummymbuf.c
244
read_rule(const char **cur, struct rule *rule, bool *eof)
sys/net/dummymbuf.c
339
bool parsed;
sys/net/dummymbuf.c
341
bool eof = false;
sys/net/dummymbuf.c
363
bool parsed;
sys/net/dummymbuf.c
365
bool eof = false;
sys/net/ethernet.h
471
bool ether_8021q_frame(struct mbuf **mp, struct ifnet *ife,
sys/net/ieee8023ad_lacp.c
118
static bool lacp_aggregator_is_compatible(const struct lacp_aggregator *,
sys/net/ieee8023ad_lacp.c
120
static bool lacp_peerinfo_is_compatible(const struct lacp_peerinfo *,
sys/net/ieee8023ad_lacp.c
1394
static bool
sys/net/ieee8023ad_lacp.c
1415
static bool
sys/net/ieee8023ad_lacp.h
308
static __inline bool
sys/net/ieee8023ad_lacp.h
319
static __inline bool
sys/net/ieee8023ad_lacp.h
327
static __inline bool
sys/net/if.c
1029
bool found;
sys/net/if.c
1052
if_detach_internal(struct ifnet *ifp, bool vmove)
sys/net/if.c
1056
bool shutdown;
sys/net/if.c
1198
bool found;
sys/net/if.c
1377
bool freeifgl;
sys/net/if.c
1679
static bool
sys/net/if.c
2270
const struct ifcap_nv_bit_name *nn, bool all)
sys/net/if.c
252
void (*carp_detach_p)(struct ifaddr *, bool);
sys/net/if.c
2797
bool shutdown;
sys/net/if.c
280
static void if_attach_internal(struct ifnet *, bool);
sys/net/if.c
281
static void if_detach_internal(struct ifnet *, bool);
sys/net/if.c
284
static bool if_unlink_ifnet(struct ifnet *, bool);
sys/net/if.c
4332
if_setppromisc(if_t ifp, bool ppromisc)
sys/net/if.c
444
static bool
sys/net/if.c
445
if_unlink_ifnet(struct ifnet *ifp, bool vmove)
sys/net/if.c
4538
bool
sys/net/if.c
4973
bool
sys/net/if.c
698
bool
sys/net/if.c
817
if_attach_internal(struct ifnet *ifp, bool vmove)
sys/net/if.h
680
const struct ifcap_nv_bit_name *nn, bool all);
sys/net/if_bridge.c
1361
bool is_bridge;
sys/net/if_bridge.c
3275
static bool
sys/net/if_bridge.c
328
static bool bridge_same(const void *, const void *);
sys/net/if_bridge.c
3345
static bool
sys/net/if_bridge.c
347
static bool bridge_member_ifaddrs(void);
sys/net/if_bridge.c
363
static bool bridge_vfilter_in(const struct bridge_iflist *, struct mbuf *);
sys/net/if_bridge.c
364
static bool bridge_vfilter_out(const struct bridge_iflist *,
sys/net/if_bridge.c
518
VNET_DEFINE_STATIC(bool, log_mac_flap) = true;
sys/net/if_bridge.c
525
VNET_DEFINE_STATIC(bool, member_ifaddrs) = true;
sys/net/if_bridge.c
531
static bool
sys/net/if_bridge.c
831
static bool
sys/net/if_bridgevar.h
371
extern bool (*bridge_same_p)(const void *, const void *);
sys/net/if_bridgevar.h
373
extern bool (*bridge_member_ifaddrs_p)(void);
sys/net/if_clone.c
211
bool
sys/net/if_clone.c
239
bool
sys/net/if_clone.c
252
bool
sys/net/if_clone.c
312
bool
sys/net/if_clone.h
114
bool ifc_create_ifp_nl(const char *name, struct ifc_data_nl *ifd);
sys/net/if_clone.h
115
bool ifc_modify_ifp_nl(struct ifnet *ifp, struct ifc_data_nl *ifd);
sys/net/if_clone.h
116
bool ifc_dump_ifp_nl(struct ifnet *ifp, struct nl_writer *nw);
sys/net/if_clone.h
119
bool ifc_unlink_ifp(struct if_clone *ifc, struct ifnet *ifp);
sys/net/if_epair.c
105
static bool use_ether_gen_addr = true;
sys/net/if_epair.c
162
bool resched;
sys/net/if_epair.c
256
bool mcast;
sys/net/if_epair.c
336
bool mcast;
sys/net/if_epair.c
710
epair_set_state(struct ifnet *ifp, bool running)
sys/net/if_ethersubr.c
104
bool (*bridge_same_p)(const void *, const void *);
sys/net/if_ethersubr.c
106
bool (*bridge_member_ifaddrs_p)(void);
sys/net/if_ethersubr.c
118
static inline bool ether_do_pcp(struct ifnet *, struct mbuf *);
sys/net/if_ethersubr.c
1354
static inline bool
sys/net/if_ethersubr.c
1367
bool
sys/net/if_ethersubr.c
285
bool loop_copy;
sys/net/if_ethersubr.c
436
static bool
sys/net/if_ethersubr.c
798
bool needs_epoch;
sys/net/if_ethersubr.c
808
static bool printedonce;
sys/net/if_infiniband.c
348
bool addref;
sys/net/if_infiniband.c
466
bool needs_epoch;
sys/net/if_infiniband.c
476
static bool printedonce;
sys/net/if_lagg.c
1261
lagg_if_updown(struct lagg_softc *sc, bool up)
sys/net/if_lagg.c
140
static void lagg_if_updown(struct lagg_softc *, bool);
sys/net/if_llatbl.c
360
bool
sys/net/if_llatbl.h
165
typedef bool (llt_match_cb_t)(struct lltable *, struct llentry *, void *);
sys/net/if_llatbl.h
271
bool lltable_trylock(struct llentry *lle);
sys/net/if_ovpn.c
209
static bool ovpn_udp_input(struct mbuf *, int, struct inpcb *,
sys/net/if_ovpn.c
216
static bool ovpn_check_replay(struct ovpn_kkey_dir *, uint32_t);
sys/net/if_ovpn.c
219
static bool ovpn_sockaddr_compare(const struct sockaddr *,
sys/net/if_ovpn.c
2403
static bool
sys/net/if_ovpn.c
2470
static bool
sys/net/if_ovpn.c
298
static bool
sys/net/if_ovpn.c
582
ovpn_peer_release_ref(struct ovpn_kpeer *peer, bool locked)
sys/net/if_ovpn.c
641
bool setcb = false;
sys/net/if_tuntap.c
1224
bool l2tun;
sys/net/if_tuntap.c
1431
bool l2tun;
sys/net/if_tuntap.c
152
bool tun_lro_ready; /* TCP LRO initialized */
sys/net/if_tuntap.c
1606
bool l2tun;
sys/net/if_tuntap.c
2023
bool l2tun;
sys/net/if_tuntap.c
410
bool found;
sys/net/if_tuntap.c
577
bool mayclone;
sys/net/if_tuntap.c
647
tun_destroy(struct tuntap_softc *tp, bool may_intr)
sys/net/if_var.h
553
bool __result_use_check if_try_ref(if_t);
sys/net/if_var.h
640
void if_setppromisc(const if_t ifp, bool ppromisc);
sys/net/if_var.h
679
bool if_altq_is_enabled(if_t ifp);
sys/net/if_var.h
695
bool if_maddr_empty(if_t);
sys/net/if_var.h
702
typedef bool (*if_foreach_match_t)(if_t, void *);
sys/net/if_vlan.c
1058
bool wildcard = false;
sys/net/if_vlan.c
1059
bool subinterface = false;
sys/net/if_vlan.c
166
bool _touch = false; \
sys/net/if_vxlan.c
1819
bool running;
sys/net/if_vxlan.c
2810
static bool
sys/net/if_vxlan.c
3117
bool rel;
sys/net/if_vxlan.c
365
static bool vxlan_rcv_udp_packet(struct mbuf *, int, struct inpcb *,
sys/net/iflib.c
1191
bool have_rxcq = sctx->isc_flags & IFLIB_HAS_RXCQ;
sys/net/iflib.c
1572
bool intr_enable, intr_legacy;
sys/net/iflib.c
1692
bool tso;
sys/net/iflib.c
204
bool ifc_cpus_are_physical_cores;
sys/net/iflib.c
205
bool ifc_sysctl_simple_tx;
sys/net/iflib.c
206
bool ifc_sysctl_tx_defer_mfree;
sys/net/iflib.c
2232
bool in_detach;
sys/net/iflib.c
2696
rxd_frag_to_sd(iflib_rxq_t rxq, if_rxd_frag_t irf, bool unload, if_rxsd_t sd,
sys/net/iflib.c
2778
bool consumed;
sys/net/iflib.c
3076
static inline bool
sys/net/iflib.c
3841
bool do_prefetch, rang, ring;
sys/net/iflib.c
4087
bool oactive, running, do_reset, do_watchdog, in_detach;
sys/net/iflib.c
4380
bool avoid_reset = false;
sys/net/iflib.c
4861
bool is_tx)
sys/net/iflib.c
6287
bool rx_only;
sys/net/iflib.c
747
static int netmap_fl_refill(iflib_rxq_t rxq, struct netmap_kring *kring, bool init);
sys/net/iflib.c
837
netmap_fl_refill(iflib_rxq_t rxq, struct netmap_kring *kring, bool init)
sys/net/iflib.h
180
int (*ift_txd_credits_update) (void *, uint16_t qsidx, bool clear);
sys/net/pfil.c
152
bool realloc = false;
sys/net/pfvar.h
1602
typedef bool pf_addr_filter_func_t(const sa_family_t, const struct pf_addr *);
sys/net/pfvar.h
1971
bool df; /* IPv4 Don't fragment flag. */
sys/net/pfvar.h
2208
bool keep_counters;
sys/net/pfvar.h
2210
bool syncookies_active;
sys/net/pfvar.h
2310
bool psk_kill_match;
sys/net/pfvar.h
2311
bool psk_nat;
sys/net/pfvar.h
2820
extern bool pf_find_state_all_exists(
sys/net/pfvar.h
2833
extern bool pf_src_node_exists(struct pf_ksrc_node **,
sys/net/pfvar.h
2837
struct pf_srchash **, pf_sn_types_t, bool);
sys/net/pfvar.h
2874
struct ifnet *, bool);
sys/net/pfvar.h
2887
int pf_patch_16(struct pf_pdesc *, void *, u_int16_t, bool);
sys/net/pfvar.h
2888
int pf_patch_32(struct pf_pdesc *, void *, u_int32_t, bool);
sys/net/pfvar.h
2919
bool pf_init_threshold(struct pf_kthreshold *, uint32_t, uint32_t);
sys/net/pfvar.h
2922
uint16_t pf_qname2qid(const char *, bool);
sys/net/pfvar.h
2934
pf_addr_filter_func_t, bool);
sys/net/pfvar.h
3022
bool pf_syncookie_check(struct pf_pdesc *);
sys/net/pfvar.h
697
bool neg;
sys/net/pfvar.h
754
bool quick;
sys/net/pfvar.h
759
bool ifnot;
sys/net/pfvar.h
766
bool match_tag_not;
sys/net/pfvar.h
917
bool allrulelinked;
sys/net/route.c
418
bool loopback_ok = info->rti_ifp->if_flags & IFF_LOOPBACK;
sys/net/route/fib_algo.c
1007
schedule_destroy_fd_instance(struct fib_data *fd, bool in_callout)
sys/net/route/fib_algo.c
1009
bool is_dead;
sys/net/route/fib_algo.c
1047
fib_cleanup_algo(struct rib_head *rh, bool keep_first, bool in_callout)
sys/net/route/fib_algo.c
1248
struct fib_data *orig_fd, struct fib_data **pfd, bool attach)
sys/net/route/fib_algo.c
128
VNET_DEFINE_STATIC(bool, algo_fixed_inet6) = false;
sys/net/route/fib_algo.c
1316
static bool
sys/net/route/fib_algo.c
1321
bool result = true;
sys/net/route/fib_algo.c
134
VNET_DEFINE_STATIC(bool, algo_fixed_inet) = false;
sys/net/route/fib_algo.c
1375
static bool
sys/net/route/fib_algo.c
1379
bool result;
sys/net/route/fib_algo.c
1399
static bool
sys/net/route/fib_algo.c
1403
bool result;
sys/net/route/fib_algo.c
1557
alloc_fib_dp_array(uint32_t num_tables, bool waitok)
sys/net/route/fib_algo.c
1589
static bool
sys/net/route/fib_algo.c
1657
bool
sys/net/route/fib_algo.c
1776
static bool
sys/net/route/fib_algo.c
1876
static bool
sys/net/route/fib_algo.c
194
static bool rebuild_fd(struct fib_data *fd, const char *reason);
sys/net/route/fib_algo.c
1943
static bool
sys/net/route/fib_algo.c
195
static bool rebuild_fd_flm(struct fib_data *fd, struct fib_lookup_module *flm_new);
sys/net/route/fib_algo.c
198
static bool is_idx_free(struct fib_data *fd, uint32_t index);
sys/net/route/fib_algo.c
200
static bool is_algo_fixed(struct rib_head *rh);
sys/net/route/fib_algo.c
208
static bool flm_error_check(const struct fib_lookup_module *flm, uint32_t fibnum);
sys/net/route/fib_algo.c
305
static bool
sys/net/route/fib_algo.c
333
static bool
sys/net/route/fib_algo.c
659
static bool
sys/net/route/fib_algo.c
689
static bool
sys/net/route/fib_algo.c
709
static bool
sys/net/route/fib_algo.c
738
static bool
sys/net/route/fib_algo.c
787
bool immediate_sync = need_immediate_sync(fd, rc);
sys/net/route/fib_algo.h
119
struct fib_lookup_module *flm, bool waitok);
sys/net/route/fib_algo.h
129
bool fib_set_datapath_ptr(struct fib_data *fd, struct fib_dp *dp);
sys/net/route/nhgrp.c
274
bool
sys/net/route/nhgrp_ctl.c
426
static bool
sys/net/route/nhgrp_var.h
66
bool nhgrp_ctl_alloc_default(struct nh_control *ctl, int malloc_flags);
sys/net/route/nhop.h
186
bool nhop_set_gw(struct nhop_object *nh, const struct sockaddr *sa, bool is_gw);
sys/net/route/nhop.h
189
void nhop_set_mtu(struct nhop_object *nh, uint32_t mtu, bool from_user);
sys/net/route/nhop.h
192
void nhop_set_broadcast(struct nhop_object *nh, bool is_broadcast);
sys/net/route/nhop.h
194
void nhop_set_pinned(struct nhop_object *nh, bool is_pinned);
sys/net/route/nhop.h
195
void nhop_set_redirect(struct nhop_object *nh, bool is_redirect);
sys/net/route/nhop.h
216
bool nhop_set_upper_family(struct nhop_object *nh, int family);
sys/net/route/nhop_ctl.c
196
bool is_gw = info->rti_flags & RTF_GATEWAY;
sys/net/route/nhop_ctl.c
460
static bool
sys/net/route/nhop_ctl.c
488
finalize_nhop(struct nh_control *ctl, struct nhop_object *nh, bool link)
sys/net/route/nhop_ctl.c
723
bool
sys/net/route/nhop_ctl.c
745
bool
sys/net/route/nhop_ctl.c
746
nhop_set_gw(struct nhop_object *nh, const struct sockaddr *gw, bool is_gw)
sys/net/route/nhop_ctl.c
777
bool
sys/net/route/nhop_ctl.c
792
nhop_set_broadcast(struct nhop_object *nh, bool is_broadcast)
sys/net/route/nhop_ctl.c
848
nhop_set_redirect(struct nhop_object *nh, bool is_redirect)
sys/net/route/nhop_ctl.c
860
nhop_set_pinned(struct nhop_object *nh, bool is_pinned)
sys/net/route/nhop_ctl.c
87
static int finalize_nhop(struct nh_control *ctl, struct nhop_object *nh, bool link);
sys/net/route/nhop_ctl.c
943
nhop_set_mtu(struct nhop_object *nh, uint32_t mtu, bool from_user)
sys/net/route/route_ctl.c
101
static bool rib_can_multipath(struct rib_head *rh);
sys/net/route/route_ctl.c
1444
bool report)
sys/net/route/route_ctl.c
150
bool
sys/net/route/route_ctl.c
157
static bool
sys/net/route/route_ctl.c
176
bool
sys/net/route/route_ctl.c
235
bool
sys/net/route/route_ctl.c
393
static bool
sys/net/route/route_ctl.c
96
static bool fill_pxmask_family(int family, int plen, struct sockaddr *_dst,
sys/net/route/route_ctl.h
104
void rib_walk(uint32_t fibnum, int af, bool wlock, rib_walktree_f_t *wa_f,
sys/net/route/route_ctl.h
106
void rib_walk_ext(uint32_t fibnum, int af, bool wlock, rib_walktree_f_t *wa_f,
sys/net/route/route_ctl.h
108
void rib_walk_ext_internal(struct rib_head *rnh, bool wlock,
sys/net/route/route_ctl.h
116
void *filter_arg, bool report);
sys/net/route/route_ctl.h
118
void rib_foreach_table_walk(int family, bool wlock, rib_walktree_f_t *wa_f,
sys/net/route/route_ctl.h
131
bool rt_is_host(const struct rtentry *rt);
sys/net/route/route_ctl.h
135
bool rt_is_exportable(const struct rtentry *rt, struct ucred *cred);
sys/net/route/route_ctl.h
194
bool waitok);
sys/net/route/route_ctl.h
197
bool waitok);
sys/net/route/route_helpers.c
112
rib_walk_ext(uint32_t fibnum, int family, bool wlock, rib_walktree_f_t *wa_f,
sys/net/route/route_helpers.c
128
rib_walk(uint32_t fibnum, int family, bool wlock, rib_walktree_f_t *wa_f,
sys/net/route/route_helpers.c
175
rib_foreach_table_walk(int family, bool wlock, rib_walktree_f_t *wa_f,
sys/net/route/route_helpers.c
95
rib_walk_ext_internal(struct rib_head *rnh, bool wlock, rib_walktree_f_t *wa_f,
sys/net/route/route_ifaddrs.c
100
bool didwork = false;
sys/net/route/route_ifaddrs.c
194
static bool
sys/net/route/route_rtentry.c
162
bool
sys/net/route/route_rtentry.c
202
bool
sys/net/route/route_subscription.c
107
enum rib_subscription_type type, bool waitok)
sys/net/route/route_subscription.c
68
enum rib_subscription_type type, bool waitok)
sys/net/route/route_subscription.c
92
enum rib_subscription_type type, bool waitok)
sys/net/route/route_var.h
225
bool nhop_can_multipath(const struct nhop_object *nh);
sys/net/route/route_var.h
226
bool match_nhop_gw(const struct nhop_object *nh, const struct sockaddr *gw);
sys/net/route/route_var.h
229
bool rib_can_4o6_nhop(void);
sys/net/route/route_var.h
257
bool nhop_check_gateway(int upper_family, int neigh_family);
sys/net/rtsock.c
1806
bool compat32;
sys/net/vnet.h
77
bool vnet_shutdown; /* Shutdown in progress. */
sys/net80211/ieee80211.c
1280
static bool
sys/net80211/ieee80211.c
2705
bool
sys/net80211/ieee80211.c
2731
bool
sys/net80211/ieee80211.c
2756
bool
sys/net80211/ieee80211.c
831
ieee80211_promisc(struct ieee80211vap *vap, bool on)
sys/net80211/ieee80211.c
853
ieee80211_allmulti(struct ieee80211vap *vap, bool on)
sys/net80211/ieee80211.h
1318
bool has_he;
sys/net80211/ieee80211_crypto_ccmp.c
316
bool noreplaycheck;
sys/net80211/ieee80211_crypto_gcmp.c
296
bool noreplaycheck;
sys/net80211/ieee80211_freebsd.c
1243
bool
sys/net80211/ieee80211_freebsd.c
1258
bool
sys/net80211/ieee80211_freebsd.c
1270
bool
sys/net80211/ieee80211_freebsd.c
1283
ieee80211_vap_ifp_set_running_state(struct ieee80211vap *vap, bool state)
sys/net80211/ieee80211_freebsd.h
561
bool ieee80211_vap_ifp_check_is_monitor(struct ieee80211vap *);
sys/net80211/ieee80211_freebsd.h
562
bool ieee80211_vap_ifp_check_is_simplex(struct ieee80211vap *);
sys/net80211/ieee80211_freebsd.h
563
bool ieee80211_vap_ifp_check_is_running(struct ieee80211vap *);
sys/net80211/ieee80211_freebsd.h
564
void ieee80211_vap_ifp_set_running_state(struct ieee80211vap *, bool);
sys/net80211/ieee80211_hostap.c
1070
bool allocbs;
sys/net80211/ieee80211_hostap.c
1775
static bool
sys/net80211/ieee80211_ht.c
1947
bool can_vht160, can_vht80p80, can_vht80;
sys/net80211/ieee80211_ht.c
1948
bool ht40;
sys/net80211/ieee80211_ht.c
3757
bool
sys/net80211/ieee80211_ht.c
3781
bool
sys/net80211/ieee80211_ht.c
3804
bool
sys/net80211/ieee80211_ht.c
3832
bool
sys/net80211/ieee80211_ht.h
246
bool ieee80211_ht_check_tx_shortgi_20(const struct ieee80211_node *ni);
sys/net80211/ieee80211_ht.h
247
bool ieee80211_ht_check_tx_shortgi_40(const struct ieee80211_node *ni);
sys/net80211/ieee80211_ht.h
248
bool ieee80211_ht_check_tx_ht40(const struct ieee80211_node *ni);
sys/net80211/ieee80211_ht.h
249
bool ieee80211_ht_check_tx_ht(const struct ieee80211_node *ht);
sys/net80211/ieee80211_ioctl.c
1535
bool found;
sys/net80211/ieee80211_node.c
943
bool do_ht;
sys/net80211/ieee80211_output.c
2474
bool alloc)
sys/net80211/ieee80211_phy.c
698
bool
sys/net80211/ieee80211_phy.c
750
uint8_t nss, uint8_t mcs, bool is_shortgi)
sys/net80211/ieee80211_phy.h
228
bool ieee80211_phy_vht_validate_mcs(enum net80211_sta_rx_bw,
sys/net80211/ieee80211_phy.h
231
uint8_t, uint8_t, bool);
sys/net80211/ieee80211_proto.h
116
uint8_t **, uint32_t *, const uint8_t *, size_t, bool);
sys/net80211/ieee80211_proto.h
76
void ieee80211_promisc(struct ieee80211vap *, bool);
sys/net80211/ieee80211_proto.h
77
void ieee80211_allmulti(struct ieee80211vap *, bool);
sys/net80211/ieee80211_radiotap.c
358
static bool
sys/net80211/ieee80211_scan.c
528
ieee80211_probe_curchan(struct ieee80211vap *vap, bool force)
sys/net80211/ieee80211_scan.h
107
void (*sc_scan_probe_curchan)(struct ieee80211vap *, bool);
sys/net80211/ieee80211_scan.h
182
void ieee80211_probe_curchan(struct ieee80211vap *, bool);
sys/net80211/ieee80211_scan_sw.c
337
bool scanning;
sys/net80211/ieee80211_scan_sw.c
530
ieee80211_swscan_probe_curchan(struct ieee80211vap *vap, bool force __unused)
sys/net80211/ieee80211_var.h
846
bool ieee80211_is_key_global(const struct ieee80211vap *vap,
sys/net80211/ieee80211_var.h
848
bool ieee80211_is_key_unicast(const struct ieee80211vap *vap,
sys/net80211/ieee80211_var.h
851
bool ieee80211_is_ctl_frame_for_vap(struct ieee80211_node *,
sys/net80211/ieee80211_vht.c
1015
static bool
sys/net80211/ieee80211_vht.c
1063
bool
sys/net80211/ieee80211_vht.c
1097
bool
sys/net80211/ieee80211_vht.c
938
bool
sys/net80211/ieee80211_vht.c
963
static bool
sys/net80211/ieee80211_vht.c
986
static bool
sys/net80211/ieee80211_vht.h
66
bool ieee80211_vht_check_tx_vht(const struct ieee80211_node *);
sys/net80211/ieee80211_vht.h
67
bool ieee80211_vht_check_tx_bw(const struct ieee80211_node *,
sys/net80211/ieee80211_vht.h
69
bool ieee80211_vht_node_check_tx_valid_mcs(const struct ieee80211_node *,
sys/netgraph/ng_bridge.c
390
bool isUplink;
sys/netgraph/ng_ipfw.c
284
ng_ipfw_input(struct mbuf **m0, struct ip_fw_args *fwa, bool tee)
sys/netgraph/ng_ipfw.c
73
static int ng_ipfw_input(struct mbuf **, struct ip_fw_args *, bool);
sys/netgraph/ng_ksocket.c
326
bool hasifname = true;
sys/netgraph/ng_socket.c
288
bool loaded;
sys/netinet/in.c
101
VNET_DEFINE(bool, ip_allow_net240) = false;
sys/netinet/in.c
1054
static bool
sys/netinet/in.c
1060
bool result = false;
sys/netinet/in.c
108
VNET_DEFINE(bool, ip_allow_net0) = false;
sys/netinet/in.c
1287
bool
sys/netinet/in.c
1310
bool
sys/netinet/in.c
133
bool
sys/netinet/in.c
153
bool
sys/netinet/in.c
170
bool
sys/netinet/in.c
190
bool
sys/netinet/in.c
246
in_findlocal(uint32_t fibnum, bool loopback_ok)
sys/netinet/in.c
274
bool
sys/netinet/in.c
485
bool iaIsFirst;
sys/netinet/in.c
717
bool deleteAny, iaIsLast;
sys/netinet/in.c
87
static bool ia_need_loopback_route(const struct in_ifaddr *);
sys/netinet/in.c
95
VNET_DEFINE_STATIC(bool, broadcast_lowest);
sys/netinet/in.c
960
static bool
sys/netinet/in.h
423
VNET_DECLARE(bool, ip_allow_net0);
sys/netinet/in.h
424
VNET_DECLARE(bool, ip_allow_net240);
sys/netinet/in.h
675
bool in_ifnet_broadcast(struct in_addr, struct ifnet *);
sys/netinet/in.h
676
bool in_ifaddr_broadcast(struct in_addr, struct in_ifaddr *);
sys/netinet/in.h
677
bool in_canforward(struct in_addr);
sys/netinet/in.h
678
bool in_localaddr(struct in_addr);
sys/netinet/in.h
679
bool in_localip(struct in_addr);
sys/netinet/in.h
680
bool in_localip_fib(struct in_addr, uint16_t);
sys/netinet/in.h
681
bool in_ifhasaddr(struct ifnet *, struct in_addr);
sys/netinet/in.h
682
struct in_ifaddr *in_findlocal(uint32_t, bool);
sys/netinet/in.h
688
static inline bool
sys/netinet/in_fib_algo.c
249
static bool
sys/netinet/in_fib_algo.c
274
static bool
sys/netinet/in_fib_algo.c
311
static bool
sys/netinet/in_fib_algo.c
431
bool default_found = false;
sys/netinet/in_jail.c
144
bool
sys/netinet/in_jail.c
173
bool
sys/netinet/in_jail.c
96
bool
sys/netinet/in_mcast.c
1913
bool mreq;
sys/netinet/in_mcast.c
2224
bool is_final;
sys/netinet/in_pcb.c
1087
bool anonport;
sys/netinet/in_pcb.c
1488
static inline bool
sys/netinet/in_pcb.c
1527
bool
sys/netinet/in_pcb.c
1697
bool
sys/netinet/in_pcb.c
1717
bool
sys/netinet/in_pcb.c
1737
bool
sys/netinet/in_pcb.c
1749
bool
sys/netinet/in_pcb.c
1921
static bool
sys/netinet/in_pcb.c
2088
static bool
sys/netinet/in_pcb.c
2120
bool injail;
sys/netinet/in_pcb.c
2179
static bool
sys/netinet/in_pcb.c
2306
bool injail;
sys/netinet/in_pcb.c
2510
static bool
sys/netinet/in_pcb.c
2528
bool bound, injail;
sys/netinet/in_pcb.c
2585
bool bound, injail;
sys/netinet/in_pcb.c
2637
bool connected;
sys/netinet/in_pcb.c
2752
bool connected;
sys/netinet/in_pcb.c
3335
bool did_upgrade;
sys/netinet/in_pcb.c
3378
bool did_upgrade;
sys/netinet/in_pcb.c
718
bool anonport;
sys/netinet/in_pcb.h
682
bool in_pcbrele(struct inpcb *, inp_lookup_t);
sys/netinet/in_pcb.h
683
bool in_pcbrele_rlocked(struct inpcb *);
sys/netinet/in_pcb.h
684
bool in_pcbrele_wlocked(struct inpcb *);
sys/netinet/in_pcb.h
685
bool in_pcbrele_rlock(struct inpcb *inp);
sys/netinet/in_pcb.h
692
typedef bool inp_match_t(const struct inpcb *, void *);
sys/netinet/in_pcb_var.h
50
bool inp_smr_lock(struct inpcb *, const inp_lookup_t);
sys/netinet/in_prot.c
72
bool
sys/netinet/in_rmx.c
58
bool is_broadcast = false;
sys/netinet/in_systm.h
64
bool cr_canexport_ktlskeys(struct thread *td, struct inpcb *inp);
sys/netinet/ip_carp.c
117
bool sc_init_counter;
sys/netinet/ip_carp.c
2330
carp_detach(struct ifaddr *ifa, bool keep_cif)
sys/netinet/ip_carp.c
2576
bool privileged;
sys/netinet/ip_carp.c
2815
bool ret __diagused;
sys/netinet/ip_carp.c
822
bool multicast = false;
sys/netinet/ip_carp.h
175
void carp_detach(struct ifaddr *, bool);
sys/netinet/ip_carp.h
188
extern void (*carp_detach_p)(struct ifaddr *, bool);
sys/netinet/ip_divert.c
168
divert_packet(struct mbuf *m, bool incoming)
sys/netinet/ip_gre.c
220
static bool
sys/netinet/ip_icmp.c
1125
bool lim;
sys/netinet/ip_id.c
240
ip_fillid(struct ip *ip, bool do_randomid)
sys/netinet/ip_input.c
1135
bool stamped;
sys/netinet/ip_input.c
122
VNET_DEFINE_STATIC(bool, ip_strong_es) = false;
sys/netinet/ip_input.c
128
VNET_DEFINE_STATIC(bool, ip_sav) = true;
sys/netinet/ip_input.c
474
bool strong_es;
sys/netinet/ip_mroute.h
360
VNET_DECLARE(bool, ip_mrouting_enabled);
sys/netinet/ip_output.c
210
const struct sockaddr *gw, struct route *ro, bool stamp_tag)
sys/netinet/ip_output.c
331
bool isbroadcast;
sys/netinet/ip_reass.c
635
bool resched;
sys/netinet/ip_var.h
233
void ip_fillid(struct ip *, bool);
sys/netinet/ip_var.h
327
extern void (*ip_divert_ptr)(struct mbuf *m, bool incoming);
sys/netinet/ip_var.h
329
extern int (*ng_ipfw_input_p)(struct mbuf **, struct ip_fw_args *, bool);
sys/netinet/netdump/netdump_client.c
164
static bool nd_is_enabled;
sys/netinet/netdump/netdump_client.c
165
static bool
sys/netinet/netdump/netdump_client.c
174
netdump_set_enabled(bool status)
sys/netinet/netdump/netdump_client.c
92
static bool netdump_enabled(void);
sys/netinet/raw_ip.c
110
VNET_DEFINE(bool, ip_mrouting_enabled);
sys/netinet/raw_ip.c
252
static bool
sys/netinet/raw_ip.c
271
static bool
sys/netinet/raw_ip.c
98
void (*ip_divert_ptr)(struct mbuf *, bool);
sys/netinet/raw_ip.c
99
int (*ng_ipfw_input_p)(struct mbuf **, struct ip_fw_args *, bool);
sys/netinet/sctp_indata.c
1278
bool i_locked = false;
sys/netinet/sctp_input.c
5266
bool cksum_validated, stcb_looked_up;
sys/netinet/sctp_output.c
10946
bool use_zero_crc;
sys/netinet/sctp_output.c
11055
bool use_zero_crc;
sys/netinet/sctp_output.c
12526
bool use_sndinfo;
sys/netinet/sctp_output.c
12593
bool create_lock_applied = false;
sys/netinet/sctp_output.c
12594
bool free_cnt_applied = false;
sys/netinet/sctp_output.c
12595
bool some_on_control;
sys/netinet/sctp_output.c
12596
bool got_all_of_the_send = false;
sys/netinet/sctp_output.c
12597
bool non_blocking = false;
sys/netinet/sctp_output.c
3452
static bool
sys/netinet/sctp_output.c
3460
bool found;
sys/netinet/sctp_output.c
3967
bool use_zero_crc,
sys/netinet/sctp_output.c
5280
static bool
sys/netinet/sctp_output.c
5296
bool fnd, check_src;
sys/netinet/sctp_output.c
5536
bool use_zero_crc;
sys/netinet/sctp_output.c
7858
bool use_zero_crc;
sys/netinet/sctp_output.c
9487
bool use_zero_crc;
sys/netinet/sctp_pcb.c
4429
static bool
sys/netinet/sctp_pcb.c
4469
bool set;
sys/netinet/sctp_pcb.c
6602
bool
sys/netinet/sctp_pcb.h
594
bool
sys/netinet/sctp_ss_functions.c
123
static bool
sys/netinet/sctp_ss_functions.c
276
static bool
sys/netinet/sctp_ss_functions.c
400
bool clear_values)
sys/netinet/sctp_ss_functions.c
593
bool clear_values)
sys/netinet/sctp_ss_functions.c
74
bool clear_values SCTP_UNUSED)
sys/netinet/sctp_ss_functions.c
805
bool clear_values SCTP_UNUSED)
sys/netinet/sctp_ss_functions.c
851
static bool
sys/netinet/sctp_structs.h
550
bool scheduled;
sys/netinet/sctp_structs.h
616
bool scheduled;
sys/netinet/sctp_structs.h
736
bool clear_values);
sys/netinet/sctp_structs.h
740
bool (*sctp_ss_is_empty) (struct sctp_tcb *stcb, struct sctp_association *asoc);
sys/netinet/sctp_structs.h
753
bool (*sctp_ss_is_user_msgs_incomplete) (struct sctp_tcb *stcb, struct sctp_association *asoc);
sys/netinet/sctp_timer.c
1409
bool net_was_pf;
sys/netinet/sctp_timer.c
170
bool looped;
sys/netinet/sctp_usrreq.c
106
sctp_pathmtu_adjustment(struct sctp_tcb *stcb, uint32_t mtu, bool resend)
sys/netinet/sctp_usrreq.c
788
bool need_to_abort = false;
sys/netinet/sctp_var.h
329
void sctp_pathmtu_adjustment(struct sctp_tcb *, uint32_t, bool);
sys/netinet/sctputil.c
1729
bool did_output, released_asoc_reference;
sys/netinet/sctputil.c
3138
bool from_peer, bool timedout, int so_locked)
sys/netinet/sctputil.c
4361
sctp_abort_notification(struct sctp_tcb *stcb, bool from_peer, bool timeout,
sys/netinet/sctputil.c
4500
struct mbuf *op_err, bool timedout, int so_locked)
sys/netinet/sctputil.c
7130
static bool
sys/netinet/sctputil.c
874
sctp_stop_association_timers(struct sctp_tcb *stcb, bool stop_assoc_kill_timer)
sys/netinet/sctputil.h
151
void sctp_stop_association_timers(struct sctp_tcb *, bool);
sys/netinet/sctputil.h
158
sctp_abort_notification(struct sctp_tcb *, bool, bool, uint16_t,
sys/netinet/sctputil.h
172
struct mbuf *, bool, int);
sys/netinet/tcp_ecn.c
406
tcp_ecn_output_established(struct tcpcb *tp, uint16_t *thflags, int len, bool rxmit)
sys/netinet/tcp_ecn.c
409
bool newdata;
sys/netinet/tcp_ecn.h
47
int tcp_ecn_output_established(struct tcpcb *, uint16_t *, int, bool);
sys/netinet/tcp_hostcache.c
313
static bool
sys/netinet/tcp_hostcache.c
454
bool new;
sys/netinet/tcp_hpts.c
1075
static bool
sys/netinet/tcp_hpts.c
1082
tcp_hptsi(struct tcp_hpts_entry *hpts, bool from_callout)
sys/netinet/tcp_hpts.c
1095
bool completed_measure, seen_endpoint;
sys/netinet/tcp_hpts.c
1222
bool set_cpu;
sys/netinet/tcp_hpts.c
1826
tcp_hptsi_create(const struct tcp_hptsi_funcs *funcs, bool enable_sysctl)
sys/netinet/tcp_hpts.c
397
int slots_to_run, int idx, bool from_callout)
sys/netinet/tcp_hpts.c
547
bool released __diagused;
sys/netinet/tcp_hpts.c
828
bool need_wakeup = false;
sys/netinet/tcp_hpts.h
112
static inline bool
sys/netinet/tcp_hpts_internal.h
167
bool enable_sysctl);
sys/netinet/tcp_hpts_internal.h
172
int32_t tcp_hptsi(struct tcp_hpts_entry *hpts, bool from_callout);
sys/netinet/tcp_input.c
145
VNET_DEFINE(bool, blackhole_local) = false;
sys/netinet/tcp_input.c
1499
bool no_data;
sys/netinet/tcp_input.c
2393
bool ghost_ack_check;
sys/netinet/tcp_input.c
257
static bool inline
sys/netinet/tcp_input.c
625
bool closed_port = false; /* segment is hitting a closed port */
sys/netinet/tcp_log_buf.c
2371
tcp_log_dump_tp_logbuf(struct tcpcb *tp, char *reason, int how, bool force)
sys/netinet/tcp_log_buf.c
2575
bool expireq_locked;
sys/netinet/tcp_log_buf.c
332
static __inline bool
sys/netinet/tcp_log_buf.c
408
static bool
sys/netinet/tcp_log_buf.c
480
static bool
sys/netinet/tcp_log_buf.c
658
bool bucket_locked, same;
sys/netinet/tcp_log_buf.c
79
bool tcp_log_verbose;
sys/netinet/tcp_log_buf.c
92
static bool tcp_log_auto_all = false;
sys/netinet/tcp_log_buf.h
551
extern bool tcp_log_verbose;
sys/netinet/tcp_log_buf.h
553
int tcp_log_dump_tp_logbuf(struct tcpcb *tp, char *reason, int how, bool force);
sys/netinet/tcp_lro.c
1281
tcp_lro_rx_common(struct lro_ctrl *lc, struct mbuf *m, uint32_t csum, bool use_hash)
sys/netinet/tcp_lro.c
230
tcp_lro_low_level_parser(void *ptr, struct lro_parser *parser, bool update_data, bool is_vxlan, int mlen)
sys/netinet/tcp_lro.c
389
tcp_lro_parser(struct mbuf *m, struct lro_parser *po, struct lro_parser *pi, bool update_data)
sys/netinet/tcp_lro.c
84
uint32_t csum, bool use_hash);
sys/netinet/tcp_lro.h
103
static inline bool
sys/netinet/tcp_lro_hpts.c
109
bool ret = true;
sys/netinet/tcp_lro_hpts.c
146
static bool
sys/netinet/tcp_lro_hpts.c
209
struct tcpcb *tp, int32_t *new_m, bool can_append_old_cmp)
sys/netinet/tcp_lro_hpts.c
254
static bool
sys/netinet/tcp_lro_hpts.c
257
struct mbuf **mv_to, bool *should_wake, bool bpf_req, bool lagg_bpf_req,
sys/netinet/tcp_lro_hpts.c
258
struct ifnet *lagg_ifp, bool can_append_old_cmp)
sys/netinet/tcp_lro_hpts.c
271
bool other_opts, can_compress;
sys/netinet/tcp_lro_hpts.c
521
bool bpf_req, lagg_bpf_req, should_wake, can_append_old_cmp;
sys/netinet/tcp_lro_hpts.c
97
static inline bool
sys/netinet/tcp_lro_hpts.c
98
tcp_lro_ack_valid(struct mbuf *m, struct tcphdr *th, uint32_t **ppts, bool *other_opts)
sys/netinet/tcp_output.c
1958
int32_t seglimit, int32_t segsize, struct sockbuf *sb, bool hw_tls)
sys/netinet/tcp_output.c
1972
bool copyhdr;
sys/netinet/tcp_output.c
210
bool sack_rxmit;
sys/netinet/tcp_output.c
213
const bool isipv6 = (inp->inp_vflag & INP_IPV6) != 0;
sys/netinet/tcp_output.c
216
const bool hw_tls = tp->t_nic_ktls_xmit != 0;
sys/netinet/tcp_output.c
218
const bool hw_tls = false;
sys/netinet/tcp_ratelimit.c
403
bool do_free_rs;
sys/netinet/tcp_stacks/bbr.c
11857
bool hpts_calling;
sys/netinet/tcp_stacks/bbr.c
14730
static bool bbr_mod_inited = false;
sys/netinet/tcp_stacks/bbr.c
4943
bool isipv6;
sys/netinet/tcp_stacks/bbr.c
7694
bool ghost_ack_check;
sys/netinet/tcp_stacks/rack.c
11649
bool ghost_ack_check;
sys/netinet/tcp_stacks/rack.c
19418
bool hw_tls,
sys/netinet/tcp_stacks/rack.c
19606
bool hpts_calling, hw_tls = false;
sys/netinet/tcp_stacks/rack.c
23990
static bool
sys/netinet/tcp_stacks/rack.c
24661
static bool rack_mod_inited = false;
sys/netinet/tcp_stacks/rack.c
7528
bool isipv6;
sys/netinet/tcp_stacks/rack_bbr_common.c
940
ctf_progress_timeout_check(struct tcpcb *tp, bool log)
sys/netinet/tcp_stacks/rack_bbr_common.h
140
ctf_progress_timeout_check(struct tcpcb *tp, bool log);
sys/netinet/tcp_subr.c
1319
deregister_tcp_functions(struct tcp_function_block *blk, bool quiesce,
sys/netinet/tcp_subr.c
1320
bool force)
sys/netinet/tcp_subr.c
1750
bool incl_opts;
sys/netinet/tcp_subr.c
2171
bool
sys/netinet/tcp_subr.c
2419
bool isipv6 = (inp->inp_vflag & INP_IPV6) != 0;
sys/netinet/tcp_subr.c
2707
tcp_ktlslist_locked(SYSCTL_HANDLER_ARGS, bool export_keys)
sys/netinet/tcp_subr.c
2719
bool ek, p;
sys/netinet/tcp_subr.c
2921
tcp_ktlslist1(SYSCTL_HANDLER_ARGS, bool export_keys)
sys/netinet/tcp_subr.c
5032
uint8_t is_tlp, bool hw_tls)
sys/netinet/tcp_subr.c
571
static bool
sys/netinet/tcp_subr.c
711
bool alias;
sys/netinet/tcp_syncache.c
106
VNET_DEFINE_STATIC(bool, tcp_syncookies) = true;
sys/netinet/tcp_syncache.c
1075
bool locked;
sys/netinet/tcp_syncache.c
112
VNET_DEFINE_STATIC(bool, tcp_syncookiesonly) = false;
sys/netinet/tcp_syncache.c
136
static bool syncookie_expand(struct in_conninfo *,
sys/netinet/tcp_syncache.c
1422
bool locked;
sys/netinet/tcp_syncache.c
2319
static bool
sys/netinet/tcp_syncache.c
472
bool paused;
sys/netinet/tcp_syncache.c
559
static inline bool
sys/netinet/tcp_syncache.h
139
volatile bool paused;
sys/netinet/tcp_syncache.h
140
bool see_other;
sys/netinet/tcp_timer.c
269
typedef bool tcp_timer_t(struct tcpcb *);
sys/netinet/tcp_timer.c
290
static inline bool
sys/netinet/tcp_timer.c
307
static bool
sys/netinet/tcp_timer.c
314
bool rv;
sys/netinet/tcp_timer.c
329
static bool
sys/netinet/tcp_timer.c
333
bool close = false;
sys/netinet/tcp_timer.c
378
static bool
sys/netinet/tcp_timer.c
463
static bool
sys/netinet/tcp_timer.c
484
static bool
sys/netinet/tcp_timer.c
491
bool progdrop, rv;
sys/netinet/tcp_timer.c
552
static bool
sys/netinet/tcp_timer.c
558
bool isipv6, rv;
sys/netinet/tcp_timer.c
937
bool
sys/netinet/tcp_timewait.c
153
bool
sys/netinet/tcp_timewait.c
95
bool isipv6 = inp->inp_inc.inc_flags & INC_ISIPV6;
sys/netinet/tcp_usrreq.c
2843
db_print_tcpcb(struct tcpcb *tp, const char *name, int indent, bool show_bblog,
sys/netinet/tcp_usrreq.c
2844
bool show_inpcb)
sys/netinet/tcp_usrreq.c
2981
bool show_bblog, show_inpcb;
sys/netinet/tcp_usrreq.c
2998
bool only_locked, show_bblog, show_inpcb;
sys/netinet/tcp_usrreq.c
361
bool already_listening;
sys/netinet/tcp_usrreq.c
421
bool already_listening;
sys/netinet/tcp_usrreq.c
935
bool restoreflags;
sys/netinet/tcp_var.h
1392
void tcp_account_for_send(struct tcpcb *, uint32_t, uint8_t, uint8_t, bool);
sys/netinet/tcp_var.h
1438
int deregister_tcp_functions(struct tcp_function_block *blk, bool quiesce,
sys/netinet/tcp_var.h
1439
bool force);
sys/netinet/tcp_var.h
1474
bool ipsec_tso;
sys/netinet/tcp_var.h
1492
bool tcp_challenge_ack_check(sbintime_t *, uint32_t *);
sys/netinet/tcp_var.h
1494
bool tcp_twcheck(struct inpcb *, struct tcpopt *, struct tcphdr *,
sys/netinet/tcp_var.h
1502
bool tcp_timer_active(struct tcpcb *, tt_which);
sys/netinet/tcp_var.h
1556
int32_t seglimit, int32_t segsize, struct sockbuf *sb, bool hw_tls);
sys/netinet/tcp_var.h
620
bool (*tfb_early_wake_check)(struct tcpcb *);
sys/netinet/udp_usrreq.c
1131
bool use_cached_route;
sys/netinet/udp_usrreq.c
129
VNET_DEFINE(bool, udp_blackhole_local) = false;
sys/netinet/udp_usrreq.c
235
static bool
sys/netinet/udp_usrreq.c
254
bool filtered;
sys/netinet/udp_usrreq.c
337
static bool
sys/netinet/udp_var.h
161
VNET_DECLARE(bool, udp_blackhole_local);
sys/netinet/udp_var.h
99
typedef bool udp_tun_func_t(struct mbuf *, int, struct inpcb *,
sys/netinet6/frag6.c
104
bool ip6af_mff; /* More fragment bit in frag off. */
sys/netinet6/frag6.c
111
VNET_DEFINE_STATIC(bool, frag6_on);
sys/netinet6/frag6.c
436
bool only_frag;
sys/netinet6/icmp6.c
1879
static bool
sys/netinet6/icmp6.c
2789
bool lim;
sys/netinet6/in6.c
1210
static bool
sys/netinet6/in6.c
1659
in6ifa_ifwithaddr(const struct in6_addr *addr, uint32_t zoneid, bool referenced)
sys/netinet6/in6.c
1858
bool
sys/netinet6/in6.c
272
bool control_locked = false;
sys/netinet6/in6.c
2726
static bool
sys/netinet6/in6.c
2736
bool need_purge;
sys/netinet6/in6.h
679
bool in6_localip_fib(struct in6_addr *, uint16_t);
sys/netinet6/in6_cksum.c
154
bool byte_swapped;
sys/netinet6/in6_ifattach.c
310
static bool
sys/netinet6/in6_ifattach.c
342
bool
sys/netinet6/in6_ifattach.h
43
bool in6_get_stableifid(struct ifnet *, struct in6_addr *, int);
sys/netinet6/in6_jail.c
139
bool
sys/netinet6/in6_jail.c
168
bool
sys/netinet6/in6_jail.c
90
bool
sys/netinet6/in6_mcast.c
2216
bool is_final;
sys/netinet6/in6_pcb.c
1073
bool injail;
sys/netinet6/in6_pcb.c
361
struct in6_addr *plocal_addr6, bool sas_required)
sys/netinet6/in6_pcb.c
432
bool sas_required)
sys/netinet6/in6_pcb.c
625
static bool
sys/netinet6/in6_pcb.c
785
static bool
sys/netinet6/in6_pcb.c
860
static bool
sys/netinet6/in6_pcb.c
892
bool injail;
sys/netinet6/in6_pcb.c
950
static bool
sys/netinet6/in6_pcb.h
75
bool);
sys/netinet6/in6_proto.c
171
VNET_DEFINE(bool, ip6_log_cannot_forward) = 1;
sys/netinet6/in6_var.h
904
struct in6_ifaddr *in6ifa_ifwithaddr(const struct in6_addr *, uint32_t, bool);
sys/netinet6/ip6_gre.c
213
static bool
sys/netinet6/ip6_input.c
1137
bool stamped;
sys/netinet6/ip6_input.c
169
VNET_DEFINE_STATIC(bool, ip6_sav) = true;
sys/netinet6/ip6_mroute.h
279
VNET_DECLARE(bool, ip6_mrouting_enabled);
sys/netinet6/ip6_output.c
2440
bool malloc_optdata = false;
sys/netinet6/ip6_output.c
302
bool stamp_tag)
sys/netinet6/ip6_output.c
423
bool hdrsplit;
sys/netinet6/ip6_var.h
341
VNET_DECLARE(bool, ip6_use_stableaddr); /* Whether to use stable address generation (RFC 7217) */
sys/netinet6/ip6_var.h
373
VNET_DECLARE(bool, ip6_log_cannot_forward);
sys/netinet6/mld6.c
236
VNET_DEFINE_STATIC(bool, mld_v1enable) = true;
sys/netinet6/mld6.c
241
VNET_DEFINE_STATIC(bool, mld_v2enable) = true;
sys/netinet6/mld6.c
246
VNET_DEFINE_STATIC(bool, mld_use_allow) = true;
sys/netinet6/nd6.c
1258
static bool
sys/netinet6/nd6.c
1296
bool matched = false;
sys/netinet6/nd6.c
1391
static __noinline bool
sys/netinet6/nd6.c
1421
bool
sys/netinet6/nd6.c
1429
bool ret = nd6_try_set_entry_addr_locked(ifp, lle, lladdr);
sys/netinet6/nd6.c
148
static bool nd6_is_new_addr_neighbor(const struct sockaddr_in6 *,
sys/netinet6/nd6.h
355
bool nd6_try_set_entry_addr(struct ifnet *ifp, struct llentry *lle, char *lladdr);
sys/netinet6/nd6.h
393
bool defrouter_remove(struct in6_addr *, struct ifnet *);
sys/netinet6/nd6.h
394
bool nd6_defrouter_list_empty(void);
sys/netinet6/nd6_nbr.c
1175
bool dad_ondadq; /* on dadq? Protected by DADQ_WLOCK. */
sys/netinet6/nd6_nbr.c
1684
bool proxy;
sys/netinet6/nd6_nbr.c
684
bool flush_holdchain = false;
sys/netinet6/nd6_rtr.c
1082
bool writelocked;
sys/netinet6/nd6_rtr.c
1502
bool auth, int mcast)
sys/netinet6/nd6_rtr.c
1511
bool has_temporary = false;
sys/netinet6/nd6_rtr.c
2530
bool
sys/netinet6/nd6_rtr.c
266
bool ipv6_only, ipv6_only_old;
sys/netinet6/nd6_rtr.c
270
bool has_ipv4_addr;
sys/netinet6/nd6_rtr.c
361
bool auth, bool mcast)
sys/netinet6/nd6_rtr.c
499
bool mcast, auth;
sys/netinet6/nd6_rtr.c
660
bool update;
sys/netinet6/nd6_rtr.c
82
bool, int);
sys/netinet6/nd6_rtr.c
889
bool
sys/netinet6/nd6_rtr.c
935
static bool
sys/netinet6/nd6_rtr.c
942
bool reachable = ND6_IS_LLINFO_PROBREACH(ln);
sys/netinet6/nd6_rtr.c
98
VNET_DEFINE(bool, ip6_use_stableaddr) = 1;
sys/netinet6/raw_ip6.c
139
VNET_DEFINE(bool, ip6_mrouting_enabled);
sys/netinet6/raw_ip6.c
155
static bool
sys/netinet6/udp6_usrreq.c
151
bool filtered;
sys/netinet6/udp6_usrreq.c
226
static bool
sys/netipsec/ipsec_input.c
521
static bool
sys/netipsec/ipsec_offload.c
1193
static bool
sys/netipsec/ipsec_offload.c
155
static bool ipsec_accel_is_accel_sav_impl(struct secasvar *sav);
sys/netipsec/ipsec_offload.c
163
static bool ipsec_accel_fill_xh_impl(if_t ifp, uint32_t drv_spi,
sys/netipsec/ipsec_offload.c
232
static bool ipsec_offload_verbose = false;
sys/netipsec/ipsec_offload.c
263
static bool
sys/netipsec/ipsec_offload.c
471
ipsec_accel_forget_handle_sav(struct ifp_handle_sav *i, bool freesav)
sys/netipsec/ipsec_offload.c
600
static bool
sys/netipsec/ipsec_offload.c
629
static bool
sys/netipsec/ipsec_offload.c
654
static bool
sys/netipsec/ipsec_offload.c
857
static bool
sys/netipsec/ipsec_offload.c
874
static bool
sys/netipsec/ipsec_offload.c
888
bool
sys/netipsec/ipsec_offload.c
896
bool res;
sys/netipsec/ipsec_offload.h
143
static inline bool
sys/netipsec/ipsec_offload.h
146
bool (*p)(struct secasvar *sav);
sys/netipsec/ipsec_offload.h
165
static inline bool
sys/netipsec/ipsec_offload.h
168
bool (*p)(if_t ifp, uint32_t drv_spi, struct xform_history *xh);
sys/netipsec/ipsec_offload.h
194
bool ipsec_accel_output(struct ifnet *ifp, struct mbuf *m,
sys/netipsec/ipsec_offload.h
64
extern bool (*ipsec_accel_is_accel_sav_p)(struct secasvar *sav);
sys/netipsec/ipsec_offload.h
71
extern bool (*ipsec_accel_fill_xh_p)(if_t ifp, uint32_t drv_spi,
sys/netipsec/ipsec_output.c
198
bool accel;
sys/netipsec/ipsec_output.c
636
bool accel;
sys/netipsec/key.c
110
bool (*ipsec_accel_is_accel_sav_p)(struct secasvar *sav);
sys/netipsec/key.c
117
bool (*ipsec_accel_fill_xh_p)(if_t ifp, uint32_t drv_spi,
sys/netlink/ktest_netlink_message_writer.c
72
bool ret;
sys/netlink/ktest_netlink_message_writer.h
33
bool nlmsg_get_buf_wrapper(struct nl_writer *nw, size_t size, bool waitok);
sys/netlink/ktest_netlink_message_writer.h
37
bool
sys/netlink/ktest_netlink_message_writer.h
38
nlmsg_get_buf_wrapper(struct nl_writer *nw, size_t size, bool waitok)
sys/netlink/netlink_ctl.h
76
bool netlink_register_proto(int proto, const char *proto_name, nl_handler_f handler);
sys/netlink/netlink_ctl.h
77
bool netlink_unregister_proto(int proto);
sys/netlink/netlink_ctl.h
80
bool nlp_has_priv(struct nlpcb *nlp, int priv);
sys/netlink/netlink_ctl.h
83
bool nlp_unconstrained_vnet(const struct nlpcb *nlp);
sys/netlink/netlink_ctl.h
97
bool genl_register_cmds(uint16_t family, const struct genl_cmd *cmds,
sys/netlink/netlink_domain.c
162
static bool
sys/netlink/netlink_domain.c
202
bool
sys/netlink/netlink_domain.c
328
bool is_linux = SV_PROC_ABI(td->td_proc) == SV_ABI_LINUX;
sys/netlink/netlink_domain.c
424
bool exist;
sys/netlink/netlink_domain.c
494
bool was_bound = nlp->nl_bound;
sys/netlink/netlink_domain.c
671
bool nonblock, trunc, peek;
sys/netlink/netlink_domain.c
954
bool result;
sys/netlink/netlink_generic.c
424
bool
sys/netlink/netlink_glue.c
103
bool
sys/netlink/netlink_glue.c
112
static bool
sys/netlink/netlink_glue.c
114
bool waitok)
sys/netlink/netlink_glue.c
119
static bool
sys/netlink/netlink_glue.c
121
uint16_t group_id, int priv, bool waitok)
sys/netlink/netlink_glue.c
126
static bool
sys/netlink/netlink_glue.c
137
static bool
sys/netlink/netlink_glue.c
144
static bool
sys/netlink/netlink_glue.c
151
static bool
sys/netlink/netlink_glue.c
162
static bool
sys/netlink/netlink_glue.c
215
bool
sys/netlink/netlink_glue.c
217
bool waitok)
sys/netlink/netlink_glue.c
222
bool
sys/netlink/netlink_glue.c
224
uint16_t group_id, int priv, bool waitok)
sys/netlink/netlink_glue.c
230
bool
sys/netlink/netlink_glue.c
241
bool
sys/netlink/netlink_glue.c
247
bool
sys/netlink/netlink_glue.c
254
bool
sys/netlink/netlink_glue.c
266
bool
sys/netlink/netlink_glue.c
85
bool
sys/netlink/netlink_io.c
200
bool
sys/netlink/netlink_io.c
243
bool full;
sys/netlink/netlink_io.c
323
static bool
sys/netlink/netlink_io.c
54
static bool nl_process_nbuf(struct nl_buf *nb, struct nlpcb *nlp);
sys/netlink/netlink_io.c
92
static bool
sys/netlink/netlink_io.c
98
bool reschedule = false;
sys/netlink/netlink_message_parser.c
197
bool
sys/netlink/netlink_message_parser.c
333
if (__predict_false(NLA_DATA_LEN(nla) != sizeof(bool))) {
sys/netlink/netlink_message_parser.c
338
*((bool *)target) = *((const bool *)NL_RTA_DATA_CONST(nla));
sys/netlink/netlink_message_parser.c
424
void *target, bool zero_ok)
sys/netlink/netlink_message_parser.c
53
bool
sys/netlink/netlink_message_parser.c
71
bool
sys/netlink/netlink_message_parser.h
111
typedef bool strict_parser_f(void *hdr, struct nl_pstate *npt);
sys/netlink/netlink_message_parser.h
112
typedef bool post_parser_f(void *parsed_attrs, struct nl_pstate *npt);
sys/netlink/netlink_message_parser.h
167
bool nl_has_attr(const struct nlattr_bmask *bm, uint16_t nla_type);
sys/netlink/netlink_message_parser.h
212
bool nlmsg_report_err_msg(struct nl_pstate *npt, const char *fmt, ...)
sys/netlink/netlink_message_parser.h
220
bool nlmsg_report_err_offset(struct nl_pstate *npt, uint32_t off);
sys/netlink/netlink_message_parser.h
75
bool strict; /* Strict parsing required */
sys/netlink/netlink_message_writer.c
107
bool
sys/netlink/netlink_message_writer.c
110
bool result;
sys/netlink/netlink_message_writer.c
142
bool
sys/netlink/netlink_message_writer.c
202
bool
sys/netlink/netlink_message_writer.c
233
bool
sys/netlink/netlink_message_writer.c
274
bool cap_ack;
sys/netlink/netlink_message_writer.c
318
bool
sys/netlink/netlink_message_writer.c
366
bool
sys/netlink/netlink_message_writer.c
47
static bool
sys/netlink/netlink_message_writer.c
48
nlmsg_get_buf(struct nl_writer *nw, size_t len, bool waitok)
sys/netlink/netlink_message_writer.c
68
static bool
sys/netlink/netlink_message_writer.c
75
bool
sys/netlink/netlink_message_writer.c
77
bool waitok)
sys/netlink/netlink_message_writer.c
87
bool
sys/netlink/netlink_message_writer.c
89
uint16_t group_id, int priv, bool waitok)
sys/netlink/netlink_message_writer.h
101
static inline bool
sys/netlink/netlink_message_writer.h
113
static inline bool
sys/netlink/netlink_message_writer.h
119
static inline bool
sys/netlink/netlink_message_writer.h
126
static inline bool
sys/netlink/netlink_message_writer.h
138
static inline bool
sys/netlink/netlink_message_writer.h
147
bool nl_writer_unicast(struct nl_writer *, size_t, struct nlpcb *, bool waitok);
sys/netlink/netlink_message_writer.h
148
bool nl_writer_group(struct nl_writer *, size_t, uint16_t, uint16_t, int,
sys/netlink/netlink_message_writer.h
149
bool waitok);
sys/netlink/netlink_message_writer.h
150
bool nlmsg_flush(struct nl_writer *nw);
sys/netlink/netlink_message_writer.h
153
bool nlmsg_refill_buffer(struct nl_writer *nw, size_t required_size);
sys/netlink/netlink_message_writer.h
154
bool nlmsg_add(struct nl_writer *nw, uint32_t portid, uint32_t seq,
sys/netlink/netlink_message_writer.h
156
bool nlmsg_end(struct nl_writer *nw);
sys/netlink/netlink_message_writer.h
159
bool nlmsg_end_dump(struct nl_writer *nw, int error, struct nlmsghdr *hdr);
sys/netlink/netlink_message_writer.h
163
static inline bool
sys/netlink/netlink_message_writer.h
221
bool nlattr_add(struct nl_writer *nw, uint16_t attr_type, uint16_t attr_len,
sys/netlink/netlink_message_writer.h
224
static inline bool
sys/netlink/netlink_message_writer.h
234
static inline bool
sys/netlink/netlink_message_writer.h
235
nlattr_add_bool(struct nl_writer *nw, uint16_t attrtype, bool value)
sys/netlink/netlink_message_writer.h
237
return (nlattr_add(nw, attrtype, sizeof(bool), &value));
sys/netlink/netlink_message_writer.h
240
static inline bool
sys/netlink/netlink_message_writer.h
246
static inline bool
sys/netlink/netlink_message_writer.h
252
static inline bool
sys/netlink/netlink_message_writer.h
258
static inline bool
sys/netlink/netlink_message_writer.h
264
static inline bool
sys/netlink/netlink_message_writer.h
270
static inline bool
sys/netlink/netlink_message_writer.h
276
static inline bool
sys/netlink/netlink_message_writer.h
282
static inline bool
sys/netlink/netlink_message_writer.h
288
static inline bool
sys/netlink/netlink_message_writer.h
294
static inline bool
sys/netlink/netlink_message_writer.h
300
static inline bool
sys/netlink/netlink_message_writer.h
306
static inline bool
sys/netlink/netlink_message_writer.h
313
static inline bool
sys/netlink/netlink_message_writer.h
43
typedef bool nl_writer_cb(struct nl_writer *nw);
sys/netlink/netlink_message_writer.h
60
bool ignore_limit; /* If true, ignores RCVBUF limit */
sys/netlink/netlink_message_writer.h
61
bool enomem; /* True if ENOMEM occured */
sys/netlink/netlink_message_writer.h
62
bool suppress_ack; /* If true, don't send NLMSG_ERR */
sys/netlink/netlink_message_writer.h
72
bool _nl_writer_unicast(struct nl_writer *, size_t, struct nlpcb *nlp, bool);
sys/netlink/netlink_message_writer.h
73
bool _nl_writer_group(struct nl_writer *, size_t, uint16_t, uint16_t, int,
sys/netlink/netlink_message_writer.h
74
bool);
sys/netlink/netlink_message_writer.h
75
bool _nlmsg_flush(struct nl_writer *nw);
sys/netlink/netlink_message_writer.h
78
bool _nlmsg_refill_buffer(struct nl_writer *nw, size_t required_len);
sys/netlink/netlink_message_writer.h
79
bool _nlmsg_add(struct nl_writer *nw, uint32_t portid, uint32_t seq,
sys/netlink/netlink_message_writer.h
81
bool _nlmsg_end(struct nl_writer *nw);
sys/netlink/netlink_message_writer.h
84
bool _nlmsg_end_dump(struct nl_writer *nw, int error, struct nlmsghdr *hdr);
sys/netlink/netlink_message_writer.h
87
static inline bool
sys/netlink/netlink_message_writer.h
89
bool waitok)
sys/netlink/netlink_message_writer.h
94
static inline bool
sys/netlink/netlink_message_writer.h
96
uint16_t group_id, int priv, bool waitok)
sys/netlink/netlink_module.c
117
bool
sys/netlink/netlink_module.c
131
bool
sys/netlink/netlink_module.c
162
static bool
sys/netlink/netlink_module.c
166
bool result = true;
sys/netlink/netlink_route.c
50
bool
sys/netlink/netlink_route.c
99
bool need_epoch = !(cmd->flags & RTNL_F_NOEPOCH);
sys/netlink/netlink_snl.h
1016
static inline bool
sys/netlink/netlink_snl.h
1063
bool error;
sys/netlink/netlink_snl.h
1082
static inline bool
sys/netlink/netlink_snl.h
1147
static inline bool
sys/netlink/netlink_snl.h
1172
static inline bool
sys/netlink/netlink_snl.h
1182
static inline bool
sys/netlink/netlink_snl.h
1183
snl_add_msg_attr_bool(struct snl_writer *nw, int attrtype, bool value)
sys/netlink/netlink_snl.h
1185
return (snl_add_msg_attr(nw, attrtype, sizeof(bool), &value));
sys/netlink/netlink_snl.h
1188
static inline bool
sys/netlink/netlink_snl.h
1194
static inline bool
sys/netlink/netlink_snl.h
1200
static inline bool
sys/netlink/netlink_snl.h
1206
static inline bool
sys/netlink/netlink_snl.h
1212
static inline bool
sys/netlink/netlink_snl.h
1218
static inline bool
sys/netlink/netlink_snl.h
1224
static inline bool
sys/netlink/netlink_snl.h
123
bool init_done;
sys/netlink/netlink_snl.h
1230
static inline bool
sys/netlink/netlink_snl.h
1236
static inline bool
sys/netlink/netlink_snl.h
1242
static inline bool
sys/netlink/netlink_snl.h
1328
static inline bool
sys/netlink/netlink_snl.h
137
typedef bool snl_parse_attr_f(struct snl_state *ss, struct nlattr *attr,
sys/netlink/netlink_snl.h
151
typedef bool snl_parse_post_f(struct snl_state *ss, void *target);
sys/netlink/netlink_snl.h
253
static inline bool
sys/netlink/netlink_snl.h
292
static inline bool
sys/netlink/netlink_snl.h
302
static inline bool
sys/netlink/netlink_snl.h
308
static inline bool
sys/netlink/netlink_snl.h
329
static inline bool parse_cmsg(struct snl_state *ss, const struct msghdr *msg,
sys/netlink/netlink_snl.h
456
static inline bool
sys/netlink/netlink_snl.h
476
static inline bool
sys/netlink/netlink_snl.h
500
static inline bool
sys/netlink/netlink_snl.h
511
bool result = snl_parse_attrs_raw(ss, nla_head, len - parser->in_hdr_size,
sys/netlink/netlink_snl.h
520
static inline bool
sys/netlink/netlink_snl.h
527
static inline bool
sys/netlink/netlink_snl.h
538
static inline bool
sys/netlink/netlink_snl.h
550
static inline bool
sys/netlink/netlink_snl.h
554
if (NLA_DATA_LEN(nla) == sizeof(bool)) {
sys/netlink/netlink_snl.h
555
*((bool *)target) = *((const bool *)NLA_DATA_CONST(nla));
sys/netlink/netlink_snl.h
561
static inline bool
sys/netlink/netlink_snl.h
572
static inline bool
sys/netlink/netlink_snl.h
583
static inline bool
sys/netlink/netlink_snl.h
594
static inline bool
sys/netlink/netlink_snl.h
605
static inline bool
sys/netlink/netlink_snl.h
612
static inline bool
sys/netlink/netlink_snl.h
619
static inline bool
sys/netlink/netlink_snl.h
626
static inline bool
sys/netlink/netlink_snl.h
633
static inline bool
sys/netlink/netlink_snl.h
644
static inline bool
sys/netlink/netlink_snl.h
657
static inline bool
sys/netlink/netlink_snl.h
673
static inline bool
sys/netlink/netlink_snl.h
686
static inline bool
sys/netlink/netlink_snl.h
703
static inline bool
sys/netlink/netlink_snl.h
717
static inline bool
sys/netlink/netlink_snl.h
778
static inline bool
sys/netlink/netlink_snl.h
784
static inline bool
sys/netlink/netlink_snl.h
792
static inline bool
sys/netlink/netlink_snl.h
806
static inline bool
sys/netlink/netlink_snl.h
820
static inline bool
sys/netlink/netlink_snl.h
869
static inline bool
sys/netlink/netlink_snl.h
903
static inline bool
sys/netlink/netlink_snl.h
975
static inline bool
sys/netlink/netlink_snl.h
991
static inline bool
sys/netlink/netlink_snl_generic.h
120
static bool
sys/netlink/netlink_snl_route.h
116
static inline bool
sys/netlink/netlink_snl_route.h
130
static inline bool
sys/netlink/netlink_snl_route.h
136
static inline bool
sys/netlink/netlink_snl_route.h
142
static inline bool
sys/netlink/netlink_snl_route.h
159
static inline bool
sys/netlink/netlink_snl_route.h
178
static inline bool
sys/netlink/netlink_snl_route.h
189
static inline bool
sys/netlink/netlink_snl_route.h
87
static inline bool
sys/netlink/netlink_snl_route_parsers.h
159
static inline bool
sys/netlink/netlink_snl_route_parsers.h
278
static inline bool
sys/netlink/netlink_snl_route_parsers.h
327
static inline bool
sys/netlink/netlink_snl_route_parsers.h
380
static inline bool
sys/netlink/netlink_snl_route_parsers.h
80
static inline bool
sys/netlink/netlink_snl_route_parsers.h
99
static bool
sys/netlink/netlink_var.h
123
bool nl_send_group(struct nl_writer *);
sys/netlink/netlink_var.h
130
bool nl_send(struct nl_writer *, struct nlpcb *);
sys/netlink/netlink_var.h
159
bool (*nlmsg_add)(struct nl_writer *nw, uint32_t portid, uint32_t seq, uint16_t type,
sys/netlink/netlink_var.h
161
bool (*nlmsg_refill_buffer)(struct nl_writer *nw, size_t required_len);
sys/netlink/netlink_var.h
162
bool (*nlmsg_flush)(struct nl_writer *nw);
sys/netlink/netlink_var.h
163
bool (*nlmsg_end)(struct nl_writer *nw);
sys/netlink/netlink_var.h
166
bool (*nl_writer_unicast)(struct nl_writer *nw, size_t size,
sys/netlink/netlink_var.h
167
struct nlpcb *nlp, bool waitok);
sys/netlink/netlink_var.h
168
bool (*nl_writer_group)(struct nl_writer *nw, size_t size,
sys/netlink/netlink_var.h
169
uint16_t protocol, uint16_t group_id, int priv, bool waitok);
sys/netlink/netlink_var.h
170
bool (*nlmsg_end_dump)(struct nl_writer *nw, int error, struct nlmsghdr *hdr);
sys/netlink/netlink_var.h
64
bool nl_bound;
sys/netlink/netlink_var.h
65
bool nl_task_pending;
sys/netlink/netlink_var.h
66
bool nl_tx_blocked; /* No new requests accepted */
sys/netlink/netlink_var.h
67
bool nl_linux; /* true if running under compat */
sys/netlink/netlink_var.h
68
bool nl_unconstrained_vnet; /* true if running under VNET jail (or without jail) */
sys/netlink/netlink_var.h
69
bool nl_need_thread_setup;
sys/netlink/route/iface.c
1337
bool new = hdr->nlmsg_type == NL_RTM_NEWADDR;
sys/netlink/route/iface.c
147
static bool
sys/netlink/route/iface.c
214
static bool
sys/netlink/route/iface.c
255
static bool
sys/netlink/route/iface.c
291
static bool
sys/netlink/route/iface.c
380
static bool
sys/netlink/route/iface.c
424
static bool
sys/netlink/route/iface.c
714
static bool
sys/netlink/route/iface.c
782
static bool
sys/netlink/route/iface.c
968
static bool
sys/netlink/route/neigh.c
218
static bool
sys/netlink/route/neigh.c
340
static bool
sys/netlink/route/nexthop.c
388
static bool
sys/netlink/route/nexthop.c
431
static bool
sys/netlink/route/nexthop.c
598
static bool __noinline
sys/netlink/route/nexthop.c
731
static bool
sys/netlink/route/nexthop.c
741
static bool
sys/netlink/route/nexthop.c
986
static bool
sys/netlink/route/route_var.h
54
bool rtnl_register_messages(const struct rtnl_cmd_handler *handlers, int count);
sys/netlink/route/rt.c
419
static bool
sys/netlink/route/rt.c
533
static bool
sys/netpfil/ipfw/dn_heap.c
177
bool
sys/netpfil/ipfw/dn_heap.h
103
bool heap_extract(struct dn_heap *h, void *obj);
sys/netpfil/ipfw/ip_fw2.c
1236
int tablearg, bool jump_backwards)
sys/netpfil/ipfw/ip_fw2.c
1263
int tablearg, bool jump_backwards)
sys/netpfil/ipfw/ip_fw2.c
1509
bool mem;
sys/netpfil/ipfw/ip_fw2.c
1510
bool need_send_reject = false;
sys/netpfil/ipfw/ip_fw2.c
155
uint32_t num, int tablearg, bool jump_backwards);
sys/netpfil/ipfw/ip_fw2.c
2836
bool inp_locked = false;
sys/netpfil/ipfw/ip_fw_bpf.c
47
static bool
sys/netpfil/ipfw/ip_fw_eaction.c
262
uint32_t instance_id, bool reset_rules)
sys/netpfil/ipfw/ip_fw_pfil.c
481
ipfw_divert(struct mbuf **m0, struct ip_fw_args *args, bool tee)
sys/netpfil/ipfw/ip_fw_pfil.c
639
ipfw_link(int pf, bool unlink)
sys/netpfil/ipfw/ip_fw_pfil.c
86
static int ipfw_divert(struct mbuf **, struct ip_fw_args *, bool);
sys/netpfil/pf/if_pfsync.c
217
static void pfsync_q_ins(struct pf_kstate *, int sync_state, bool);
sys/netpfil/pf/if_pfsync.c
218
static void pfsync_q_del(struct pf_kstate *, bool, struct pfsync_bucket *);
sys/netpfil/pf/if_pfsync.c
2377
bool sync = false, ref = true;
sys/netpfil/pf/if_pfsync.c
2471
static bool
sys/netpfil/pf/if_pfsync.c
2475
bool ref = true, full = false;
sys/netpfil/pf/if_pfsync.c
2523
bool ref = true;
sys/netpfil/pf/if_pfsync.c
2624
pfsync_q_ins(struct pf_kstate *st, int sync_state, bool ref)
sys/netpfil/pf/if_pfsync.c
2655
pfsync_q_del(struct pf_kstate *st, bool unref, struct pfsync_bucket *b)
sys/netpfil/pf/if_pfsync.c
355
static bool pfsync_update_state_req(struct pf_kstate *);
sys/netpfil/pf/pf.c
10108
bool skip_test = false;
sys/netpfil/pf/pf.c
10513
static bool
sys/netpfil/pf/pf.c
1063
bool
sys/netpfil/pf/pf.c
1080
static bool
sys/netpfil/pf/pf.c
1085
bool limited = false;
sys/netpfil/pf/pf.c
1235
struct pf_srchash **sh, pf_sn_types_t sn_type, bool returnlocked)
sys/netpfil/pf/pf.c
1255
bool
sys/netpfil/pf/pf.c
1757
bool reuse = false;
sys/netpfil/pf/pf.c
2351
bool
sys/netpfil/pf/pf.c
2531
static bool
sys/netpfil/pf/pf.c
3645
pf_patch_8(struct pf_pdesc *pd, u_int8_t *f, u_int8_t v, bool hi)
sys/netpfil/pf/pf.c
3667
pf_patch_16(struct pf_pdesc *pd, void *f, u_int16_t v, bool hi)
sys/netpfil/pf/pf.c
3680
pf_patch_32(struct pf_pdesc *pd, void *f, u_int32_t v, bool hi)
sys/netpfil/pf/pf.c
393
bool);
sys/netpfil/pf/pf.c
396
static bool pf_src_connlimit(struct pf_kstate *);
sys/netpfil/pf/pf.c
5604
static bool
sys/netpfil/pf/pf.c
5607
bool match = true;
sys/netpfil/pf/pf.c
6570
bool nat64;
sys/netpfil/pf/pf.c
8228
bool do_extra = true;
sys/netpfil/pf/pf.c
878
static bool
sys/netpfil/pf/pf.c
9757
bool skip_test = false;
sys/netpfil/pf/pf_if.c
235
bool wowned;
sys/netpfil/pf/pf_if.c
275
bool wowned;
sys/netpfil/pf/pf_if.c
413
bool found = false;
sys/netpfil/pf/pf_ioctl.c
1536
bool is_main_ruleset = anchor[0] == '\0';
sys/netpfil/pf/pf_ioctl.c
202
VNET_DEFINE_STATIC(bool, pf_filter_local) = false;
sys/netpfil/pf/pf_ioctl.c
209
VNET_DEFINE_STATIC(bool, default_to_drop) = true;
sys/netpfil/pf/pf_ioctl.c
211
VNET_DEFINE_STATIC(bool, default_to_drop);
sys/netpfil/pf/pf_ioctl.c
223
static u_int16_t tagname2tag(struct pf_tagset *, const char *, bool);
sys/netpfil/pf/pf_ioctl.c
2734
bool wowned;
sys/netpfil/pf/pf_ioctl.c
277
VNET_DEFINE_STATIC(bool, pf_pfil_hooked);
sys/netpfil/pf/pf_ioctl.c
279
VNET_DEFINE_STATIC(bool, pf_pfil_eth_hooked);
sys/netpfil/pf/pf_ioctl.c
3253
static bool
sys/netpfil/pf/pf_ioctl.c
4078
bool clear = false;
sys/netpfil/pf/pf_ioctl.c
4381
bool found = false;
sys/netpfil/pf/pf_ioctl.c
4573
bool clear_counter = false;
sys/netpfil/pf/pf_ioctl.c
696
tagname2tag(struct pf_tagset *ts, const char *tagname, bool add_new)
sys/netpfil/pf/pf_ioctl.c
974
pf_qname2qid(const char *qname, bool add_new)
sys/netpfil/pf/pf_lb.c
518
static bool
sys/netpfil/pf/pf_lb.c
630
bool prefer_ipv6_nexthop = rpool->opts & PF_POOL_IPV6NH;
sys/netpfil/pf/pf_lb.c
83
static bool pf_islinklocal(const sa_family_t, const struct pf_addr *);
sys/netpfil/pf/pf_nl.c
1172
static bool
sys/netpfil/pf/pf_nl.c
1191
static bool
sys/netpfil/pf/pf_nl.c
1210
static bool
sys/netpfil/pf/pf_nl.c
129
static bool
sys/netpfil/pf/pf_nl.c
1520
static bool
sys/netpfil/pf/pf_nl.c
1730
static bool
sys/netpfil/pf/pf_nl.c
1934
static bool
sys/netpfil/pf/pf_nl.c
2552
static bool
sys/netpfil/pf/pf_nl.c
430
static bool
sys/netpfil/pf/pf_nl.c
467
static bool
sys/netpfil/pf/pf_nl.c
499
static bool
sys/netpfil/pf/pf_nl.c
54
static bool nlattr_add_pf_threshold(struct nl_writer *, int,
sys/netpfil/pf/pf_nl.c
563
static bool
sys/netpfil/pf/pf_nl.c
596
static bool
sys/netpfil/pf/pf_nl.c
626
static bool
sys/netpfil/pf/pf_nl.c
689
static bool
sys/netpfil/pf/pf_nl.c
99
static bool
sys/netpfil/pf/pf_norm.c
1047
struct ifnet *rt, bool forward)
sys/netpfil/pf/pf_norm.c
1164
bool scrub_compat;
sys/netpfil/pf/pf_norm.c
1320
bool scrub_compat;
sys/netpfil/pf/pf_nv.c
101
pf_nvbool(const nvlist_t *nvl, const char *name, bool *val)
sys/netpfil/pf/pf_nv.h
72
int pf_nvbool(const nvlist_t *, const char *, bool *);
sys/netpfil/pf/pf_syncookies.c
191
bool enabled, adaptive;
sys/netpfil/pf/pf_syncookies.c
307
bool
sys/netpfil/pf/pf_table.c
136
static struct pfr_kentry *pfr_create_kentry(struct pfr_addr *, bool);
sys/netpfil/pf/pf_table.c
2318
sa_family_t af, pf_addr_filter_func_t filter, bool loop_once)
sys/netpfil/pf/pf_table.c
787
pfr_create_kentry(struct pfr_addr *ad, bool counters)
sys/netpfil/pf/pflow.c
1424
static bool
sys/netpfil/pf/pflow.c
1523
static bool
sys/netpfil/pf/pflow.c
1790
bool ret;
sys/netpfil/pf/pflow.c
440
pflow_destroy(int unit, bool drain)
sys/netpfil/pf/pflow.c
82
static int pflow_destroy(int, bool);
sys/netpfil/pf/pflow.c
981
static bool
sys/netpfil/pf/pflow.c
997
bool nat = false;
sys/nfs/nfs_diskless.c
75
extern bool nfs_nfsv4root;
sys/ofed/drivers/infiniband/core/agent.h
51
int port_num, int qpn, size_t resp_mad_len, bool opa);
sys/ofed/drivers/infiniband/core/core_priv.h
64
typedef bool (*cma_device_filter)(struct ib_device *, void *);
sys/ofed/drivers/infiniband/core/ib_addr.c
384
bool is_gw = (nh->nh_flags & NHF_GATEWAY) != 0;
sys/ofed/drivers/infiniband/core/ib_addr.c
394
bool is_gw = (nh->nh_flags & NHF_GATEWAY) != 0;
sys/ofed/drivers/infiniband/core/ib_addr.c
578
bool is_gw = (nh->nh_flags & NHF_GATEWAY) != 0;
sys/ofed/drivers/infiniband/core/ib_addr.c
589
bool is_gw = (nh->nh_flags & NHF_GATEWAY) != 0;
sys/ofed/drivers/infiniband/core/ib_agent.c
85
int port_num, int qpn, size_t resp_mad_len, bool opa)
sys/ofed/drivers/infiniband/core/ib_cache.c
1057
bool use_roce_gid_table =
sys/ofed/drivers/infiniband/core/ib_cache.c
180
bool default_gid)
sys/ofed/drivers/infiniband/core/ib_cache.c
237
bool default_gid) {
sys/ofed/drivers/infiniband/core/ib_cache.c
246
bool default_gid) {
sys/ofed/drivers/infiniband/core/ib_cache.c
253
bool default_gid) {
sys/ofed/drivers/infiniband/core/ib_cache.c
260
const struct ib_gid_attr *val, bool default_gid,
sys/ofed/drivers/infiniband/core/ib_cache.c
406
bool deleted = false;
sys/ofed/drivers/infiniband/core/ib_cache.c
564
bool (*filter)(const union ib_gid *,
sys/ofed/drivers/infiniband/core/ib_cache.c
574
bool found = false;
sys/ofed/drivers/infiniband/core/ib_cache.c
652
bool deleted = false;
sys/ofed/drivers/infiniband/core/ib_cache.c
911
bool (*filter)(const union ib_gid *gid,
sys/ofed/drivers/infiniband/core/ib_cma.c
1072
static inline bool cma_any_addr(struct vnet *vnet, struct sockaddr *addr)
sys/ofed/drivers/infiniband/core/ib_cma.c
1074
bool ret;
sys/ofed/drivers/infiniband/core/ib_cma.c
1384
static bool validate_ipv4_net_dev_addr(struct vnet *vnet,
sys/ofed/drivers/infiniband/core/ib_cma.c
1387
bool ret;
sys/ofed/drivers/infiniband/core/ib_cma.c
1398
static bool validate_ipv4_net_dev(if_t net_dev,
sys/ofed/drivers/infiniband/core/ib_cma.c
1407
bool ret;
sys/ofed/drivers/infiniband/core/ib_cma.c
1439
static bool validate_ipv6_net_dev(if_t net_dev,
sys/ofed/drivers/infiniband/core/ib_cma.c
1448
bool ret;
sys/ofed/drivers/infiniband/core/ib_cma.c
1493
static bool validate_net_dev(if_t net_dev,
sys/ofed/drivers/infiniband/core/ib_cma.c
1579
static bool sdp_match_private_data(struct rdma_id_private *id_priv,
sys/ofed/drivers/infiniband/core/ib_cma.c
1614
static bool cma_match_private_data(struct rdma_id_private *id_priv,
sys/ofed/drivers/infiniband/core/ib_cma.c
1656
static bool cma_protocol_roce_dev_port(struct ib_device *device, int port_num)
sys/ofed/drivers/infiniband/core/ib_cma.c
1665
static bool cma_protocol_roce(const struct rdma_cm_id *id)
sys/ofed/drivers/infiniband/core/ib_cma.c
1673
static bool cma_match_net_dev(const struct rdma_cm_id *id,
sys/ofed/drivers/infiniband/core/ib_cma.c
3404
bool failure;
sys/ofed/drivers/infiniband/core/ib_cma.c
356
bool igmp_joined;
sys/ofed/drivers/infiniband/core/ib_cma.c
397
bool has_gid:1;
sys/ofed/drivers/infiniband/core/ib_cma.c
4314
bool send_only;
sys/ofed/drivers/infiniband/core/ib_cma.c
462
static int cma_igmp_send(if_t ndev, const union ib_gid *mgid, bool join)
sys/ofed/drivers/infiniband/core/ib_device.c
59
bool going_down;
sys/ofed/drivers/infiniband/core/ib_iwcm.c
440
static int iw_cm_map(struct iw_cm_id *cm_id, bool active)
sys/ofed/drivers/infiniband/core/ib_mad.c
1790
bool opa)
sys/ofed/drivers/infiniband/core/ib_mad.c
2063
static bool generate_unmatched_resp(const struct ib_mad_private *recv,
sys/ofed/drivers/infiniband/core/ib_mad.c
2065
size_t *resp_len, bool opa)
sys/ofed/drivers/infiniband/core/ib_mad.c
2159
bool opa)
sys/ofed/drivers/infiniband/core/ib_mad.c
2184
bool opa;
sys/ofed/drivers/infiniband/core/ib_mad.c
2505
static bool ib_mad_send_error(struct ib_mad_port_private *port_priv,
sys/ofed/drivers/infiniband/core/ib_mad.c
2662
bool opa;
sys/ofed/drivers/infiniband/core/ib_mad.c
766
bool opa = rdma_cap_opa_mad(mad_agent_priv->qp_info->port_priv->device,
sys/ofed/drivers/infiniband/core/ib_mad.c
88
static bool ib_mad_send_error(struct ib_mad_port_private *port_priv,
sys/ofed/drivers/infiniband/core/ib_mad.c
997
bool opa;
sys/ofed/drivers/infiniband/core/ib_mad_rmpp.c
442
bool opa = rdma_cap_opa_mad(rmpp_recv->agent->qp_info->port_priv->device,
sys/ofed/drivers/infiniband/core/ib_rdma_core.c
912
enum uverbs_obj_access access, bool commit,
sys/ofed/drivers/infiniband/core/ib_roce_gid_mgmt.c
66
bool (*is_supported)(const struct ib_device *device, u8 port_num);
sys/ofed/drivers/infiniband/core/ib_sa_query.c
68
bool valid;
sys/ofed/drivers/infiniband/core/ib_sa_query.c
794
bool preload = gfpflags_allow_blocking(gfp_mask);
sys/ofed/drivers/infiniband/core/ib_smi.c
132
bool is_switch, int port_num)
sys/ofed/drivers/infiniband/core/ib_smi.c
144
bool is_switch, int port_num)
sys/ofed/drivers/infiniband/core/ib_smi.c
157
static enum smi_action __smi_handle_dr_smp_recv(bool is_switch, int port_num,
sys/ofed/drivers/infiniband/core/ib_smi.c
163
bool dr_dlid_is_permissive,
sys/ofed/drivers/infiniband/core/ib_smi.c
164
bool dr_slid_is_permissive)
sys/ofed/drivers/infiniband/core/ib_smi.c
242
enum smi_action smi_handle_dr_smp_recv(struct ib_smp *smp, bool is_switch,
sys/ofed/drivers/infiniband/core/ib_smi.c
258
enum smi_action opa_smi_handle_dr_smp_recv(struct opa_smp *smp, bool is_switch,
sys/ofed/drivers/infiniband/core/ib_smi.c
274
bool dr_dlid_is_permissive,
sys/ofed/drivers/infiniband/core/ib_smi.c
275
bool dr_slid_is_permissive)
sys/ofed/drivers/infiniband/core/ib_smi.c
46
static enum smi_action __smi_handle_dr_smp_send(bool is_switch, int port_num,
sys/ofed/drivers/infiniband/core/ib_smi.c
51
bool dr_dlid_is_permissive,
sys/ofed/drivers/infiniband/core/ib_smi.c
52
bool dr_slid_is_permissive)
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
1285
bool has_sq = true;
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
2544
bool found = false;
sys/ofed/drivers/infiniband/core/ib_uverbs_ioctl.c
139
static bool uverbs_is_attr_cleared(const struct ib_uverbs_attr *uattr,
sys/ofed/drivers/infiniband/core/ib_uverbs_ioctl.c
228
bool commit,
sys/ofed/drivers/infiniband/core/ib_uverbs_ioctl.c
473
static void bundle_destroy(struct bundle_priv *pbundle, bool commit)
sys/ofed/drivers/infiniband/core/ib_uverbs_std_types_flow_action.c
103
bool is_modify)
sys/ofed/drivers/infiniband/core/ib_uverbs_std_types_flow_action.c
112
bool is_modify) = {
sys/ofed/drivers/infiniband/core/ib_uverbs_std_types_flow_action.c
230
bool is_modify)
sys/ofed/drivers/infiniband/core/ib_uverbs_std_types_flow_action.c
52
u32 flags, bool is_modify)
sys/ofed/drivers/infiniband/core/ib_uverbs_std_types_flow_action.c
92
bool is_modify)
sys/ofed/drivers/infiniband/core/ib_uverbs_uapi.c
103
bool is_driver)
sys/ofed/drivers/infiniband/core/ib_uverbs_uapi.c
108
bool exists;
sys/ofed/drivers/infiniband/core/ib_uverbs_uapi.c
172
bool is_driver)
sys/ofed/drivers/infiniband/core/ib_uverbs_uapi.c
177
bool exists;
sys/ofed/drivers/infiniband/core/ib_uverbs_uapi.c
231
bool exists;
sys/ofed/drivers/infiniband/core/ib_uverbs_uapi.c
275
bool is_driver)
sys/ofed/drivers/infiniband/core/ib_uverbs_uapi.c
280
bool exists;
sys/ofed/drivers/infiniband/core/ib_uverbs_uapi.c
362
bool single_uobj = false;
sys/ofed/drivers/infiniband/core/ib_uverbs_uapi.c
37
size_t alloc_size, bool *exists)
sys/ofed/drivers/infiniband/core/ib_uverbs_uapi.c
530
bool scan_again = false;
sys/ofed/drivers/infiniband/core/ib_uverbs_uapi.c
65
bool exists;
sys/ofed/drivers/infiniband/core/ib_verbs.c
1247
bool ib_modify_qp_is_ok(enum ib_qp_state cur_state, enum ib_qp_state next_state,
sys/ofed/drivers/infiniband/core/ib_verbs.c
1321
static bool is_qp_type_connected(const struct ib_qp *qp)
sys/ofed/drivers/infiniband/core/ib_verbs.c
1699
static bool is_valid_mcast_lid(struct ib_qp *qp, u16 lid)
sys/ofed/drivers/infiniband/core/ib_verbs.c
504
static bool find_gid_index(const union ib_gid *gid,
sys/ofed/drivers/infiniband/core/opa_smi.h
43
enum smi_action opa_smi_handle_dr_smp_recv(struct opa_smp *smp, bool is_switch,
sys/ofed/drivers/infiniband/core/opa_smi.h
48
bool is_switch, int port_num);
sys/ofed/drivers/infiniband/core/rdma_core.h
68
enum uverbs_obj_access access, bool commit,
sys/ofed/drivers/infiniband/core/smi.h
55
enum smi_action smi_handle_dr_smp_recv(struct ib_smp *smp, bool is_switch,
sys/ofed/drivers/infiniband/core/smi.h
60
bool is_switch, int port_num);
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib.h
507
int ipoib_change_mtu(struct ipoib_dev_priv *priv, int new_mtu, bool propagate);
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib.h
525
int ipoib_poll_tx(struct ipoib_dev_priv *priv, bool do_start);
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_ib.c
370
ipoib_poll_tx(struct ipoib_dev_priv *priv, bool do_start)
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_main.c
214
bool propagate)
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_main.c
237
ipoib_change_mtu(struct ipoib_dev_priv *priv, int new_mtu, bool propagate)
sys/ofed/include/rdma/ib.h
109
static inline bool ib_safe_file_access(struct file *filp)
sys/ofed/include/rdma/ib_cache.h
106
bool (*filter)(const union ib_gid *gid,
sys/ofed/include/rdma/ib_umem_odp.h
71
bool mn_counters_active;
sys/ofed/include/rdma/ib_verbs.h
1393
bool closing;
sys/ofed/include/rdma/ib_verbs.h
1395
bool cleanup_retryable;
sys/ofed/include/rdma/ib_verbs.h
1624
bool need_inval;
sys/ofed/include/rdma/ib_verbs.h
2090
bool driver_removed;
sys/ofed/include/rdma/ib_verbs.h
2516
static inline bool ib_is_buffer_cleared(const void __user *p,
sys/ofed/include/rdma/ib_verbs.h
2519
bool ret;
sys/ofed/include/rdma/ib_verbs.h
2534
static inline bool ib_is_udata_cleared(struct ib_udata *udata,
sys/ofed/include/rdma/ib_verbs.h
2556
static inline bool ib_is_destroy_retryable(int ret, enum rdma_remove_reason why,
sys/ofed/include/rdma/ib_verbs.h
2596
bool ib_modify_qp_is_ok(enum ib_qp_state cur_state, enum ib_qp_state next_state,
sys/ofed/include/rdma/ib_verbs.h
2618
static inline bool rdma_cap_ib_switch(const struct ib_device *device)
sys/ofed/include/rdma/ib_verbs.h
2656
static inline bool rdma_protocol_ib(const struct ib_device *device, u8 port_num)
sys/ofed/include/rdma/ib_verbs.h
2661
static inline bool rdma_protocol_roce(const struct ib_device *device, u8 port_num)
sys/ofed/include/rdma/ib_verbs.h
2667
static inline bool rdma_protocol_roce_udp_encap(const struct ib_device *device, u8 port_num)
sys/ofed/include/rdma/ib_verbs.h
2672
static inline bool rdma_protocol_roce_eth_encap(const struct ib_device *device, u8 port_num)
sys/ofed/include/rdma/ib_verbs.h
2677
static inline bool rdma_protocol_iwarp(const struct ib_device *device, u8 port_num)
sys/ofed/include/rdma/ib_verbs.h
2682
static inline bool rdma_ib_or_roce(const struct ib_device *device, u8 port_num)
sys/ofed/include/rdma/ib_verbs.h
2700
static inline bool rdma_cap_ib_mad(const struct ib_device *device, u8 port_num)
sys/ofed/include/rdma/ib_verbs.h
2724
static inline bool rdma_cap_opa_mad(struct ib_device *device, u8 port_num)
sys/ofed/include/rdma/ib_verbs.h
2750
static inline bool rdma_cap_ib_smi(const struct ib_device *device, u8 port_num)
sys/ofed/include/rdma/ib_verbs.h
2770
static inline bool rdma_cap_ib_cm(const struct ib_device *device, u8 port_num)
sys/ofed/include/rdma/ib_verbs.h
2787
static inline bool rdma_cap_iw_cm(const struct ib_device *device, u8 port_num)
sys/ofed/include/rdma/ib_verbs.h
2807
static inline bool rdma_cap_ib_sa(const struct ib_device *device, u8 port_num)
sys/ofed/include/rdma/ib_verbs.h
2829
static inline bool rdma_cap_ib_mcast(const struct ib_device *device, u8 port_num)
sys/ofed/include/rdma/ib_verbs.h
2847
static inline bool rdma_cap_af_ib(const struct ib_device *device, u8 port_num)
sys/ofed/include/rdma/ib_verbs.h
2868
static inline bool rdma_cap_eth_ah(const struct ib_device *device, u8 port_num)
sys/ofed/include/rdma/ib_verbs.h
2903
static inline bool rdma_cap_roce_gid_table(const struct ib_device *device,
sys/ofed/include/rdma/ib_verbs.h
2913
static inline bool rdma_cap_read_inv(struct ib_device *dev, u32 port_num)
sys/ofed/include/rdma/ib_verbs.h
3905
static inline bool ib_access_writable(int access_flags)
sys/ofed/include/rdma/ib_verbs.h
614
bool grh_required;
sys/ofed/include/rdma/ib_verbs.h
928
static inline bool ib_srq_has_cq(enum ib_srq_type srq_type)
sys/ofed/include/rdma/rdmavt_cq.h
97
void rvt_cq_enter(struct rvt_cq *cq, struct ib_wc *entry, bool solicited);
sys/ofed/include/rdma/signature.h
61
bool ref_remap;
sys/ofed/include/rdma/signature.h
62
bool app_escape;
sys/ofed/include/rdma/signature.h
63
bool ref_escape;
sys/ofed/include/rdma/uverbs_ioctl.h
200
static inline __attribute_const__ bool uapi_key_is_object(u32 key)
sys/ofed/include/rdma/uverbs_ioctl.h
242
static inline __attribute_const__ bool uapi_key_is_ioctl_method(u32 key)
sys/ofed/include/rdma/uverbs_ioctl.h
250
static inline __attribute_const__ bool uapi_key_is_write_method(u32 key)
sys/ofed/include/rdma/uverbs_ioctl.h
255
static inline __attribute_const__ bool uapi_key_is_write_ex_method(u32 key)
sys/ofed/include/rdma/uverbs_ioctl.h
291
static inline __attribute_const__ bool uapi_key_is_attr(u32 key)
sys/ofed/include/rdma/uverbs_ioctl.h
375
bool (*func_is_supported)(struct ib_device *device);
sys/ofed/include/rdma/uverbs_ioctl.h
660
static inline bool uverbs_attr_is_valid(const struct uverbs_attr_bundle *attrs_bundle,
sys/ofed/include/rdma/uverbs_ioctl.h
787
static inline bool uverbs_attr_ptr_is_inline(const struct uverbs_attr *attr)
sys/opencrypto/crypto.c
1691
bool wake;
sys/opencrypto/crypto.c
203
bool crypto_destroyreq_check;
sys/opencrypto/crypto.c
685
static bool
sys/opencrypto/crypto.c
692
static bool
sys/opencrypto/crypto.c
699
static bool
sys/opencrypto/crypto.c
707
static bool
sys/opencrypto/crypto.c
714
static bool
sys/opencrypto/crypto.c
721
static bool
sys/opencrypto/crypto.c
742
static bool
sys/opencrypto/cryptodev.c
283
bool done;
sys/opencrypto/cryptodev.c
292
static bool use_outputbuffers;
sys/opencrypto/cryptodev.c
297
static bool use_separate_aad;
sys/opencrypto/cryptodev.c
569
static bool
sys/opencrypto/cryptosoft.c
111
bool encrypting;
sys/opencrypto/cryptosoft.c
1402
static bool
sys/opencrypto/cryptosoft.c
1453
static bool
sys/opencrypto/cryptosoft.c
62
bool sw_hmac;
sys/opencrypto/ktls.h
60
bool ktls_ocf_recrypt_supported(struct ktls_session *tls);
sys/opencrypto/ktls_ocf.c
1182
bool
sys/opencrypto/ktls_ocf.c
200
bool async;
sys/opencrypto/ktls_ocf.c
72
bool implicit_iv;
sys/opencrypto/ktls_ocf.c
76
bool in_progress;
sys/opencrypto/ktls_ocf.c
84
bool done;
sys/opencrypto/xform_aes_xts.c
108
size_t len, bool do_encrypt)
sys/opencrypto/xform_chacha20_poly1305.c
39
bool ietf;
sys/powerpc/aim/mmu_oea.c
1119
bool
sys/powerpc/aim/mmu_oea.c
1125
bool
sys/powerpc/aim/mmu_oea.c
1327
bool
sys/powerpc/aim/mmu_oea.c
1330
bool rv;
sys/powerpc/aim/mmu_oea.c
1340
bool
sys/powerpc/aim/mmu_oea.c
1343
bool rv;
sys/powerpc/aim/mmu_oea.c
1360
bool
sys/powerpc/aim/mmu_oea.c
1364
bool rv;
sys/powerpc/aim/mmu_oea.c
1666
bool
sys/powerpc/aim/mmu_oea.c
1671
bool rv;
sys/powerpc/aim/mmu_oea.c
1952
bool managed;
sys/powerpc/aim/mmu_oea.c
218
static bool moea_initialized = false;
sys/powerpc/aim/mmu_oea.c
2534
static bool
sys/powerpc/aim/mmu_oea.c
270
static bool moea_query_bit(vm_page_t, int);
sys/powerpc/aim/mmu_oea.c
290
bool moea_is_modified(vm_page_t);
sys/powerpc/aim/mmu_oea.c
291
bool moea_is_prefaultable(pmap_t, vm_offset_t);
sys/powerpc/aim/mmu_oea.c
292
bool moea_is_referenced(vm_page_t);
sys/powerpc/aim/mmu_oea.c
296
bool moea_page_exists_quick(pmap_t, vm_page_t);
sys/powerpc/aim/mmu_oea.c
328
bool moea_page_is_mapped(vm_page_t m);
sys/powerpc/aim/mmu_oea.c
329
bool moea_ps_enabled(pmap_t pmap);
sys/powerpc/aim/mmu_oea64.c
1365
bool managed;
sys/powerpc/aim/mmu_oea64.c
1601
bool
sys/powerpc/aim/mmu_oea64.c
1961
bool
sys/powerpc/aim/mmu_oea64.c
1971
bool
sys/powerpc/aim/mmu_oea64.c
1987
bool
sys/powerpc/aim/mmu_oea64.c
1991
bool rv = true;
sys/powerpc/aim/mmu_oea64.c
214
static bool moea64_initialized = false;
sys/powerpc/aim/mmu_oea64.c
2353
bool
sys/powerpc/aim/mmu_oea64.c
2358
bool rv;
sys/powerpc/aim/mmu_oea64.c
244
bool moea64_has_lp_4k_16m = false;
sys/powerpc/aim/mmu_oea64.c
260
static bool moea64_query_bit(vm_page_t, uint64_t);
sys/powerpc/aim/mmu_oea64.c
3008
static bool
sys/powerpc/aim/mmu_oea64.c
3013
bool rv;
sys/powerpc/aim/mmu_oea64.c
327
static bool moea64_ps_enabled(pmap_t);
sys/powerpc/aim/mmu_oea64.c
350
static __inline bool moea64_sp_pvo_in_range(struct pvo_entry *pvo,
sys/powerpc/aim/mmu_oea64.c
3539
static bool
sys/powerpc/aim/mmu_oea64.c
3603
static __inline bool
sys/powerpc/aim/mmu_oea64.c
3657
bool sync;
sys/powerpc/aim/mmu_oea64.c
371
bool moea64_is_modified(vm_page_t);
sys/powerpc/aim/mmu_oea64.c
372
bool moea64_is_prefaultable(pmap_t, vm_offset_t);
sys/powerpc/aim/mmu_oea64.c
373
bool moea64_is_referenced(vm_page_t);
sys/powerpc/aim/mmu_oea64.c
376
bool moea64_page_exists_quick(pmap_t, vm_page_t);
sys/powerpc/aim/mmu_oea64.c
410
bool moea64_page_is_mapped(vm_page_t m);
sys/powerpc/aim/mmu_oea64.h
141
extern bool moea64_has_lp_4k_16m;
sys/powerpc/aim/mmu_radix.c
1033
bool
sys/powerpc/aim/mmu_radix.c
1037
bool rv;
sys/powerpc/aim/mmu_radix.c
1189
bool reclaimed;
sys/powerpc/aim/mmu_radix.c
1729
static bool
sys/powerpc/aim/mmu_radix.c
1753
bool found = false;
sys/powerpc/aim/mmu_radix.c
2227
bool anychanged;
sys/powerpc/aim/mmu_radix.c
2524
bool invalidate_all;
sys/powerpc/aim/mmu_radix.c
2836
bool nosleep, invalidate_all, invalidate_page;
sys/powerpc/aim/mmu_radix.c
3168
static bool
sys/powerpc/aim/mmu_radix.c
3340
bool invalidate;
sys/powerpc/aim/mmu_radix.c
3375
vm_prot_t prot, vm_page_t mpte, struct rwlock **lockp, bool *invalidate)
sys/powerpc/aim/mmu_radix.c
3485
bool invalidate;
sys/powerpc/aim/mmu_radix.c
3754
static bool
sys/powerpc/aim/mmu_radix.c
3755
pmap_page_test_mappings(vm_page_t m, bool accessed, bool modified)
sys/powerpc/aim/mmu_radix.c
3763
bool rv;
sys/powerpc/aim/mmu_radix.c
3831
bool
sys/powerpc/aim/mmu_radix.c
3847
bool
sys/powerpc/aim/mmu_radix.c
3852
bool rv;
sys/powerpc/aim/mmu_radix.c
3866
bool
sys/powerpc/aim/mmu_radix.c
4130
bool
sys/powerpc/aim/mmu_radix.c
4137
bool rv;
sys/powerpc/aim/mmu_radix.c
442
bool mmu_radix_is_modified(vm_page_t);
sys/powerpc/aim/mmu_radix.c
443
bool mmu_radix_is_prefaultable(pmap_t, vm_offset_t);
sys/powerpc/aim/mmu_radix.c
444
bool mmu_radix_is_referenced(vm_page_t);
sys/powerpc/aim/mmu_radix.c
447
bool mmu_radix_page_exists_quick(pmap_t, vm_page_t);
sys/powerpc/aim/mmu_radix.c
449
bool mmu_radix_page_is_mapped(vm_page_t m);
sys/powerpc/aim/mmu_radix.c
4500
static bool
sys/powerpc/aim/mmu_radix.c
4506
bool anychanged;
sys/powerpc/aim/mmu_radix.c
454
bool mmu_radix_ps_enabled(pmap_t);
sys/powerpc/aim/mmu_radix.c
4549
bool anychanged;
sys/powerpc/aim/mmu_radix.c
4739
pmap_add_delayed_free_list(vm_page_t m, struct spglist *free, bool set_PG_ZERO)
sys/powerpc/aim/mmu_radix.c
4783
static inline bool
sys/powerpc/aim/mmu_radix.c
4881
static bool
sys/powerpc/aim/mmu_radix.c
4917
static bool
sys/powerpc/aim/mmu_radix.c
4921
bool rv;
sys/powerpc/aim/mmu_radix.c
4930
static bool
sys/powerpc/aim/mmu_radix.c
5154
static bool
sys/powerpc/aim/mmu_radix.c
5160
bool invalidate_all;
sys/powerpc/aim/mmu_radix.c
5183
static bool
sys/powerpc/aim/mmu_radix.c
5189
bool anyvalid;
sys/powerpc/aim/mmu_radix.c
5228
bool anyvalid;
sys/powerpc/aim/mmu_radix.c
5463
bool superpage;
sys/powerpc/aim/mmu_radix.c
566
static bool pmap_demote_l3e_locked(pmap_t pmap, pml3_entry_t *l3e, vm_offset_t va,
sys/powerpc/aim/mmu_radix.c
568
static bool pmap_demote_l3e(pmap_t pmap, pml3_entry_t *pde, vm_offset_t va);
sys/powerpc/aim/mmu_radix.c
575
static bool pmap_remove_page(pmap_t pmap, vm_offset_t va, pml3_entry_t *pde,
sys/powerpc/aim/mmu_radix.c
577
static bool pmap_remove_ptes(pmap_t pmap, vm_offset_t sva, vm_offset_t eva,
sys/powerpc/aim/mmu_radix.c
580
static bool pmap_pv_insert_l3e(pmap_t pmap, vm_offset_t va, pml3_entry_t l3e,
sys/powerpc/aim/mmu_radix.c
589
vm_prot_t prot, vm_page_t mpte, struct rwlock **lockp, bool *invalidate);
sys/powerpc/aim/mmu_radix.c
591
static bool pmap_enter_2mpage(pmap_t pmap, vm_offset_t va, vm_page_t m,
sys/powerpc/aim/mmu_radix.c
6019
static bool
sys/powerpc/aim/mmu_radix.c
605
static bool pmap_unwire_ptp(pmap_t pmap, vm_offset_t va, vm_page_t m, struct spglist *free);
sys/powerpc/aim/mmu_radix.c
609
static int pmap_change_attr_locked(vm_offset_t va, vm_size_t size, int mode, bool flush);
sys/powerpc/aim/mmu_radix.c
6218
pmap_change_attr_locked(vm_offset_t va, vm_size_t size, int mode, bool flush)
sys/powerpc/aim/mmu_radix.c
6226
bool changed;
sys/powerpc/aim/mmu_radix.c
926
bool
sys/powerpc/aim/moea64_native.c
161
static bool moea64_crop_tlbie;
sys/powerpc/aim/moea64_native.c
162
static bool moea64_need_lock;
sys/powerpc/aim/moea64_native.c
179
bool need_lock = moea64_need_lock;
sys/powerpc/amigaone/cpld_a1222.c
95
bool sc_isopen;
sys/powerpc/amigaone/cpld_x5000.c
82
bool sc_isopen;
sys/powerpc/amigaone/platform_amigaone.c
60
static bool is_aeon;
sys/powerpc/booke/pmap.c
1230
static bool
sys/powerpc/booke/pmap.c
1237
static bool
sys/powerpc/booke/pmap.c
1795
static bool
sys/powerpc/booke/pmap.c
1800
bool rv;
sys/powerpc/booke/pmap.c
1832
static bool
sys/powerpc/booke/pmap.c
1843
static bool
sys/powerpc/booke/pmap.c
1848
bool rv;
sys/powerpc/booke/pmap.c
1996
static bool
sys/powerpc/booke/pmap.c
2001
bool rv;
sys/powerpc/booke/pmap.c
266
static int pte_enter(pmap_t, vm_page_t, vm_offset_t, uint32_t, bool);
sys/powerpc/booke/pmap.c
305
static bool mmu_booke_is_modified(vm_page_t);
sys/powerpc/booke/pmap.c
306
static bool mmu_booke_is_prefaultable(pmap_t, vm_offset_t);
sys/powerpc/booke/pmap.c
307
static bool mmu_booke_is_referenced(vm_page_t);
sys/powerpc/booke/pmap.c
315
static bool mmu_booke_page_exists_quick(pmap_t, vm_page_t);
sys/powerpc/booke/pmap.c
356
static bool mmu_booke_page_is_mapped(vm_page_t m);
sys/powerpc/booke/pmap.c
357
static bool mmu_booke_ps_enabled(pmap_t pmap);
sys/powerpc/booke/pmap_32.c
130
static pte_t *ptbl_alloc(pmap_t, unsigned int, bool);
sys/powerpc/booke/pmap_32.c
136
static int pte_enter(pmap_t, vm_page_t, vm_offset_t, uint32_t, bool);
sys/powerpc/booke/pmap_32.c
237
ptbl_alloc(pmap_t pmap, unsigned int pdir_idx, bool nosleep)
sys/powerpc/booke/pmap_32.c
500
bool nosleep)
sys/powerpc/booke/pmap_64.c
135
bool nosleep, bool *is_new);
sys/powerpc/booke/pmap_64.c
140
static int pte_enter(pmap_t, vm_page_t, vm_offset_t, uint32_t, bool);
sys/powerpc/booke/pmap_64.c
152
mmu_booke_alloc_page(pmap_t pmap, unsigned int idx, bool nosleep)
sys/powerpc/booke/pmap_64.c
245
static bool
sys/powerpc/booke/pmap_64.c
259
bool nosleep, bool hold_parent, bool *isnew)
sys/powerpc/booke/pmap_64.c
291
ptbl_alloc(pmap_t pmap, vm_offset_t va, bool nosleep, bool *is_new)
sys/powerpc/booke/pmap_64.c
442
bool nosleep)
sys/powerpc/booke/pmap_64.c
446
bool is_new;
sys/powerpc/include/mmuvar.h
102
typedef bool (*pmap_ps_enabled_t)(pmap_t);
sys/powerpc/include/mmuvar.h
65
typedef bool (*pmap_is_modified_t)(vm_page_t);
sys/powerpc/include/mmuvar.h
66
typedef bool (*pmap_is_prefaultable_t)(pmap_t, vm_offset_t);
sys/powerpc/include/mmuvar.h
67
typedef bool (*pmap_is_referenced_t)(vm_page_t);
sys/powerpc/include/mmuvar.h
72
typedef bool (*pmap_page_exists_quick_t)(pmap_t, vm_page_t);
sys/powerpc/include/mmuvar.h
73
typedef bool (*pmap_page_is_mapped_t)(vm_page_t);
sys/powerpc/include/ofw_machdep.h
45
bool OF_bootstrap(void);
sys/powerpc/include/pmap.h
321
bool pmap_mmu_install(char *name, int prio);
sys/powerpc/include/pmap.h
324
bool pmap_ps_enabled(pmap_t pmap);
sys/powerpc/include/pmap.h
326
bool pmap_page_is_mapped(vm_page_t m);
sys/powerpc/include/stack.h
45
static __inline bool
sys/powerpc/mpc85xx/platform_mpc85xx.c
552
static volatile bool tb_ready;
sys/powerpc/mpc85xx/platform_mpc85xx.c
577
dummy_freeze(device_t dev, bool freeze)
sys/powerpc/mpc85xx/platform_mpc85xx.c
590
mpc85xx_rcpm_freeze_timebase(device_t dev, bool freeze)
sys/powerpc/mpc85xx/platform_mpc85xx.c
655
mpc85xx_guts_freeze_timebase(device_t dev, bool freeze)
sys/powerpc/mpc85xx/platform_mpc85xx.c
91
static void dummy_freeze(device_t, bool);
sys/powerpc/mpc85xx/platform_mpc85xx.c
93
static void (*freeze_timebase)(device_t, bool) = dummy_freeze;
sys/powerpc/ofw/ofw_machdep.c
598
bool
sys/powerpc/ofw/ofw_machdep.c
601
bool status = false;
sys/powerpc/powermac/macio.c
100
static void macio_freeze_timebase(device_t, bool);
sys/powerpc/powermac/macio.c
733
macio_enable_wireless(device_t dev, bool enable)
sys/powerpc/powermac/macio.c
778
macio_freeze_timebase(device_t dev, bool freeze)
sys/powerpc/powermac/maciovar.h
77
extern int macio_enable_wireless(device_t dev, bool enable);
sys/powerpc/powermac/platform_powermac.c
417
static volatile bool tb_ready = false;
sys/powerpc/powermac/platform_powermac.c
478
static volatile bool tb_ready = false;
sys/powerpc/powermac/platform_powermac.c
535
dummy_timebase(device_t dev, bool freeze)
sys/powerpc/powermac/platform_powermac.c
59
static void dummy_timebase(device_t, bool);
sys/powerpc/powermac/platform_powermac.c
61
static void (*freeze_timebase)(device_t, bool) = dummy_timebase;
sys/powerpc/powermac/platform_powermac.h
31
typedef void (*powermac_tb_disable_t)(device_t, bool);
sys/powerpc/powermac/tbgpio.c
132
tbgpio_freeze_timebase(device_t dev, bool freeze)
sys/powerpc/powermac/tbgpio.c
44
static void tbgpio_freeze_timebase(device_t, bool);
sys/powerpc/powernv/opal_flash.c
70
bool sc_erase; /* Erase is needed before write. */
sys/powerpc/powernv/platform_powernv.c
142
bool has_lp;
sys/powerpc/powerpc/busdma_machdep.c
119
static __inline bool
sys/powerpc/powerpc/db_disasm.c
1052
db_disasm(db_addr_t loc, bool extended)
sys/powerpc/powerpc/db_trace.c
135
bool kernel_only = true;
sys/powerpc/powerpc/db_trace.c
136
bool full = false;
sys/powerpc/powerpc/elf32_machdep.c
227
bool
sys/powerpc/powerpc/elf32_machdep.c
419
bool has_plt = false;
sys/powerpc/powerpc/elf32_machdep.c
420
bool secure_plt = false;
sys/powerpc/powerpc/elf64_machdep.c
152
static bool ppc64_elfv1_header_match(const struct image_params *params,
sys/powerpc/powerpc/elf64_machdep.c
154
static bool ppc64_elfv2_header_match(const struct image_params *params,
sys/powerpc/powerpc/elf64_machdep.c
227
static bool
sys/powerpc/powerpc/elf64_machdep.c
237
static bool
sys/powerpc/powerpc/elf64_machdep.c
317
bool
sys/powerpc/powerpc/intr_machdep.c
152
**cookiep, int domain, bool ipi);
sys/powerpc/powerpc/intr_machdep.c
514
int domain, bool ipi)
sys/powerpc/powerpc/machdep.c
268
bool ofw_bootargs = false;
sys/powerpc/powerpc/machdep.c
270
bool symbols_provided = false;
sys/powerpc/powerpc/pmap_dispatch.c
144
DEFINE_PMAP_IFUNC(bool, is_modified, (vm_page_t));
sys/powerpc/powerpc/pmap_dispatch.c
145
DEFINE_PMAP_IFUNC(bool, is_prefaultable, (pmap_t, vm_offset_t));
sys/powerpc/powerpc/pmap_dispatch.c
146
DEFINE_PMAP_IFUNC(bool, is_referenced, (vm_page_t));
sys/powerpc/powerpc/pmap_dispatch.c
147
DEFINE_PMAP_IFUNC(bool, page_exists_quick, (pmap_t, vm_page_t));
sys/powerpc/powerpc/pmap_dispatch.c
149
DEFINE_PMAP_IFUNC(bool, page_is_mapped, (vm_page_t));
sys/powerpc/powerpc/pmap_dispatch.c
152
DEFINE_PMAP_IFUNC(bool, ps_enabled, (pmap_t));
sys/powerpc/powerpc/pmap_dispatch.c
205
bool
sys/powerpc/powerpc/pmap_dispatch.c
245
bool
sys/powerpc/powerpc/sdt_machdep.c
16
bool
sys/powerpc/powerpc/trap.c
192
static inline bool
sys/powerpc/powerpc/trap.c
521
bool handled;
sys/powerpc/powerpc/trap.c
764
static bool
sys/powerpc/powerpc/trap.c
765
trap_pfault(struct trapframe *frame, bool user, int *signo, int *ucode)
sys/powerpc/powerpc/trap.c
86
static bool trap_pfault(struct trapframe *frame, bool user, int *signo,
sys/powerpc/powerpc/vm_machdep.c
214
bool
sys/powerpc/pseries/mmu_phyp.c
132
bool has_lp;
sys/powerpc/pseries/xics.c
128
bool xics_emu;
sys/riscv/cvitek/cvitek_reset.c
95
cvitek_reset_assert(device_t dev, intptr_t id, bool reset)
sys/riscv/eswin/eswin_reset.c
112
eswin_rst_reset_assert(device_t dev, intptr_t id, bool reset)
sys/riscv/eswin/eswin_reset.c
137
eswin_rst_reset_is_asserted(device_t dev, intptr_t id, bool *reset)
sys/riscv/include/md_var.h
45
extern bool has_hyp;
sys/riscv/include/md_var.h
46
extern bool has_sstc;
sys/riscv/include/md_var.h
47
extern bool has_sscofpmf;
sys/riscv/include/md_var.h
48
extern bool has_svpbmt;
sys/riscv/include/pmap.h
145
bool pmap_page_is_mapped(vm_page_t m);
sys/riscv/include/pmap.h
146
bool pmap_ps_enabled(pmap_t);
sys/riscv/include/pmap.h
153
bool pmap_map_io_transient(vm_page_t *, vm_offset_t *, int, bool);
sys/riscv/include/pmap.h
154
void pmap_unmap_io_transient(vm_page_t *, vm_offset_t *, int, bool);
sys/riscv/include/pmap.h
156
bool pmap_get_tables(pmap_t, vm_offset_t, pd_entry_t **, pd_entry_t **,
sys/riscv/include/stack.h
47
bool unwind_frame(struct thread *, struct unwind_state *);
sys/riscv/include/stack.h
60
static __inline bool
sys/riscv/include/thead.h
33
extern bool has_errata_thead_pbmt;
sys/riscv/riscv/cache.c
41
static bool cache_initialized;
sys/riscv/riscv/db_disasm.c
575
db_disasm(vm_offset_t loc, bool altfmt)
sys/riscv/riscv/elf_machdep.c
140
static bool debug_kld;
sys/riscv/riscv/elf_machdep.c
273
bool
sys/riscv/riscv/identcpu.c
77
bool has_hyp;
sys/riscv/riscv/identcpu.c
78
bool __read_frequently has_sstc;
sys/riscv/riscv/identcpu.c
79
bool __read_frequently has_sscofpmf;
sys/riscv/riscv/identcpu.c
80
bool has_svpbmt;
sys/riscv/riscv/identcpu.c
83
bool has_zicbom;
sys/riscv/riscv/identcpu.c
84
bool has_zicboz;
sys/riscv/riscv/identcpu.c
85
bool has_zicbop;
sys/riscv/riscv/machdep.c
510
bool *first = arg;
sys/riscv/riscv/machdep.c
544
bool *first = (bool *)argp;
sys/riscv/riscv/machdep.c
564
bool first;
sys/riscv/riscv/mp_machdep.c
312
static bool
sys/riscv/riscv/mp_machdep.c
326
static bool
sys/riscv/riscv/pmap.c
1436
bool
sys/riscv/riscv/pmap.c
1452
pmap_add_delayed_free_list(vm_page_t m, struct spglist *free, bool set_PG_ZERO)
sys/riscv/riscv/pmap.c
1480
pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted,
sys/riscv/riscv/pmap.c
1481
bool all_l3e_PTE_A_set)
sys/riscv/riscv/pmap.c
1511
static inline bool
sys/riscv/riscv/pmap.c
2224
bool reclaimed;
sys/riscv/riscv/pmap.c
2325
static bool
sys/riscv/riscv/pmap.c
2448
static bool
sys/riscv/riscv/pmap.c
2798
bool anychanged, pv_lists_locked;
sys/riscv/riscv/pmap.c
2959
static bool
sys/riscv/riscv/pmap.c
3016
static bool
sys/riscv/riscv/pmap.c
3020
bool rv;
sys/riscv/riscv/pmap.c
3033
static bool
sys/riscv/riscv/pmap.c
3127
static bool
sys/riscv/riscv/pmap.c
320
static bool pmap_demote_l1(pmap_t pmap, pd_entry_t *l1, vm_offset_t va);
sys/riscv/riscv/pmap.c
321
static bool pmap_demote_l2(pmap_t pmap, pd_entry_t *l2, vm_offset_t va);
sys/riscv/riscv/pmap.c
322
static bool pmap_demote_l2_locked(pmap_t pmap, pd_entry_t *l2,
sys/riscv/riscv/pmap.c
3267
bool nosleep;
sys/riscv/riscv/pmap.c
330
static bool pmap_try_insert_pv_entry(pmap_t pmap, vm_offset_t va,
sys/riscv/riscv/pmap.c
3540
static bool
sys/riscv/riscv/pmap.c
3933
bool pv_lists_locked;
sys/riscv/riscv/pmap.c
4128
bool
sys/riscv/riscv/pmap.c
4135
bool rv;
sys/riscv/riscv/pmap.c
4244
bool
sys/riscv/riscv/pmap.c
4248
bool rv;
sys/riscv/riscv/pmap.c
4263
struct spglist *free, bool superpage)
sys/riscv/riscv/pmap.c
4331
bool superpage;
sys/riscv/riscv/pmap.c
4424
static bool
sys/riscv/riscv/pmap.c
4425
pmap_page_test_mappings(vm_page_t m, bool accessed, bool modified)
sys/riscv/riscv/pmap.c
4434
bool rv;
sys/riscv/riscv/pmap.c
4503
bool
sys/riscv/riscv/pmap.c
4524
bool
sys/riscv/riscv/pmap.c
4528
bool rv;
sys/riscv/riscv/pmap.c
4550
bool
sys/riscv/riscv/pmap.c
4967
bool anychanged = false;
sys/riscv/riscv/pmap.c
5141
bool managed;
sys/riscv/riscv/pmap.c
5301
bool
sys/riscv/riscv/pmap.c
5303
bool can_fault)
sys/riscv/riscv/pmap.c
5306
bool needs_mapping;
sys/riscv/riscv/pmap.c
5345
bool can_fault)
sys/riscv/riscv/pmap.c
5360
bool
sys/riscv/riscv/pmap.c
5367
bool
sys/riscv/riscv/pmap.c
5461
static bool
sys/riscv/riscv/sbi.c
59
static bool has_time_extension = false;
sys/riscv/riscv/sbi.c
60
static bool has_ipi_extension = false;
sys/riscv/riscv/sbi.c
61
static bool has_rfnc_extension = false;
sys/riscv/riscv/sbi.c
62
static bool has_srst_extension = false;
sys/riscv/riscv/sdt_machdep.c
16
bool
sys/riscv/riscv/trap.c
215
bool handled;
sys/riscv/riscv/uio_machdep.c
63
bool mapped;
sys/riscv/riscv/unwind.c
41
bool
sys/riscv/riscv/vm_machdep.c
272
bool
sys/riscv/sifive/fu740_pci_dw.c
287
fupci_dbi_protect(struct fupci_softc *sc, bool protect)
sys/riscv/sifive/fu740_pci_dw.c
437
fupci_get_link(device_t dev, bool *status)
sys/riscv/sifive/sifive_prci.c
628
prci_reset_assert(device_t dev, intptr_t id, bool reset)
sys/riscv/sifive/sifive_prci.c
651
prci_reset_is_asserted(device_t dev, intptr_t id, bool *reset)
sys/riscv/starfive/jh7110_pcie.c
456
jh7110_pcie_msi_mask(device_t dev, struct intr_irqsrc *isrc, bool mask)
sys/riscv/thead/thead.c
35
bool has_errata_thead_pbmt = false;
sys/riscv/vmm/riscv.h
112
bool aplic_attached;
sys/riscv/vmm/riscv.h
130
bool vmm_sbi_ecall(struct vcpu *);
sys/riscv/vmm/riscv.h
133
int riscv_check_ipi(struct hypctx *hypctx, bool clear);
sys/riscv/vmm/riscv.h
134
bool riscv_check_interrupts_pending(struct hypctx *hypctx);
sys/riscv/vmm/riscv.h
94
bool has_exception;
sys/riscv/vmm/vmm.c
150
vm_init(struct vm *vm, bool create)
sys/riscv/vmm/vmm.c
234
vm_cleanup(struct vm *vm, bool destroy)
sys/riscv/vmm/vmm.c
321
vm_handle_inst_emul(struct vcpu *vcpu, bool *retu)
sys/riscv/vmm/vmm.c
538
vm_handle_wfi(struct vcpu *vcpu, struct vm_exit *vme, bool *retu)
sys/riscv/vmm/vmm.c
576
vm_handle_paging(struct vcpu *vcpu, bool *retu)
sys/riscv/vmm/vmm.c
623
vm_handle_suspend(struct vcpu *vcpu, bool *retu)
sys/riscv/vmm/vmm.c
679
bool retu;
sys/riscv/vmm/vmm.c
91
vcpu_cleanup(struct vcpu *vcpu, bool destroy)
sys/riscv/vmm/vmm_aplic.c
120
aplic_handle_sourcecfg(struct aplic *aplic, int i, bool write, uint64_t *val)
sys/riscv/vmm/vmm_aplic.c
139
aplic_set_enabled(struct aplic *aplic, bool write, uint64_t *val, bool enabled)
sys/riscv/vmm/vmm_aplic.c
168
aplic_set_enabled_word(struct aplic *aplic, bool write, uint32_t word,
sys/riscv/vmm/vmm_aplic.c
169
uint64_t *val, bool enabled)
sys/riscv/vmm/vmm_aplic.c
191
aplic_handle_target(struct aplic *aplic, int i, bool write, uint64_t *val)
sys/riscv/vmm/vmm_aplic.c
209
bool write, uint64_t *val)
sys/riscv/vmm/vmm_aplic.c
212
bool found;
sys/riscv/vmm/vmm_aplic.c
243
bool write, uint64_t *val)
sys/riscv/vmm/vmm_aplic.c
266
bool write, uint64_t *val)
sys/riscv/vmm/vmm_aplic.c
483
aplic_inject_irq(struct hyp *hyp, int vcpuid, uint32_t irqid, bool level)
sys/riscv/vmm/vmm_aplic.c
487
bool notify;
sys/riscv/vmm/vmm_aplic.h
42
int aplic_inject_irq(struct hyp *hyp, int vcpuid, uint32_t irqid, bool level);
sys/riscv/vmm/vmm_fence.c
152
bool enq;
sys/riscv/vmm/vmm_fence.c
49
static bool
sys/riscv/vmm/vmm_fence.c
72
static bool
sys/riscv/vmm/vmm_riscv.c
447
static bool
sys/riscv/vmm/vmm_riscv.c
454
bool handled;
sys/riscv/vmm/vmm_riscv.c
557
riscv_check_ipi(struct hypctx *hypctx, bool clear)
sys/riscv/vmm/vmm_riscv.c
569
bool
sys/riscv/vmm/vmm_riscv.c
610
bool handled;
sys/riscv/vmm/vmm_sbi.c
181
bool
sys/rpc/clnt_nl.c
166
bool rv __diagused;
sys/rpc/clnt_nl.c
185
bool rv __diagused;
sys/rpc/clnt_nl.c
269
bool rv __diagused;
sys/rpc/krpc.h
83
bool rc_tls; /* Enable TLS on connection */
sys/rpc/rpcsec_tls.h
62
bool rpctls_getinfo(u_int *maxlen, bool rpctlscd_run,
sys/rpc/rpcsec_tls.h
63
bool rpctlssd_run);
sys/rpc/rpcsec_tls/rpctls_impl.c
522
bool
sys/rpc/rpcsec_tls/rpctls_impl.c
523
rpctls_getinfo(u_int *maxlenp, bool rpctlscd_run, bool rpctlssd_run)
sys/rpc/rpcsec_tls/rpctls_impl.c
526
bool enable;
sys/rpc/rpcsec_tls/rpctls_impl.c
91
bool server;
sys/security/audit/audit.c
104
bool __read_frequently audit_syscalls_enabled;
sys/security/audit/audit.h
395
bool _audit_entered = false; \
sys/security/audit/audit.h
72
extern bool audit_syscalls_enabled;
sys/security/audit/audit_bsm_klib.c
500
bool vrele_cdir;
sys/security/mac/mac_framework.c
132
bool __read_frequently mac_##f##_fp_flag
sys/security/mac/mac_framework.c
135
bool __read_mostly mac_##f##_fp_flag
sys/security/mac/mac_framework.c
424
bool *flag;
sys/security/mac/mac_framework.h
146
bool have_addr, db_expr_t count, char *modif);
sys/security/mac/mac_framework.h
163
extern bool mac_ifnet_check_transmit_fp_flag;
sys/security/mac/mac_framework.h
181
extern bool mac_ifnet_create_mbuf_fp_flag;
sys/security/mac/mac_framework.h
267
extern bool mac_pipe_check_poll_fp_flag;
sys/security/mac/mac_framework.h
282
extern bool mac_pipe_check_stat_fp_flag;
sys/security/mac/mac_framework.h
290
extern bool mac_pipe_check_read_fp_flag;
sys/security/mac/mac_framework.h
369
extern bool mac_priv_check_fp_flag;
sys/security/mac/mac_framework.h
385
extern bool mac_priv_grant_fp_flag;
sys/security/mac/mac_framework.h
519
extern bool mac_vnode_check_access_fp_flag;
sys/security/mac/mac_framework.h
553
extern bool mac_vnode_check_lookup_fp_flag;
sys/security/mac/mac_framework.h
572
extern bool mac_vnode_check_mmap_fp_flag;
sys/security/mac/mac_framework.h
591
extern bool mac_vnode_check_open_fp_flag;
sys/security/mac/mac_framework.h
612
extern bool mac_vnode_check_poll_fp_flag;
sys/security/mac/mac_framework.h
628
extern bool mac_vnode_check_readlink_fp_flag;
sys/security/mac/mac_framework.h
644
extern bool mac_vnode_check_rename_from_fp_flag;
sys/security/mac/mac_framework.h
667
extern bool mac_vnode_check_stat_fp_flag;
sys/security/mac/mac_framework.h
686
extern bool mac_vnode_check_read_fp_flag;
sys/security/mac/mac_framework.h
705
extern bool mac_vnode_check_write_fp_flag;
sys/security/mac/mac_kdb.c
71
bool have_addr, db_expr_t count, char *modif)
sys/security/mac/mac_policy.h
185
db_expr_t addr, bool have_addr, db_expr_t count,
sys/security/mac/mac_syscalls.c
293
mac_set_proc_finish(struct thread *const td, bool proc_label_set,
sys/security/mac/mac_syscalls.c
313
bool locked = true;
sys/security/mac/mac_syscalls.c
447
mac_set_prison_finish(struct thread *const td, bool prison_label_set __unused,
sys/security/mac/mac_syscalls.h
30
void mac_set_proc_finish(struct thread *const td, bool proc_label_set,
sys/security/mac/mac_syscalls.h
40
void mac_set_prison_finish(struct thread *const td, bool prison_label_set,
sys/security/mac_ddb/mac_ddb.c
107
db_thread_valid(db_expr_t addr, bool have_addr, db_expr_t count, char *modif)
sys/security/mac_ddb/mac_ddb.c
127
db_show_ffs_valid(db_expr_t addr, bool have_addr, db_expr_t count, char *modif)
sys/security/mac_ddb/mac_ddb.c
143
db_show_prison_valid(db_expr_t addr, bool have_addr, db_expr_t count,
sys/security/mac_ddb/mac_ddb.c
162
db_show_proc_valid(db_expr_t addr, bool have_addr, db_expr_t count,
sys/security/mac_ddb/mac_ddb.c
183
db_show_rman_valid(db_expr_t addr, bool have_addr, db_expr_t count, char *modif)
sys/security/mac_ddb/mac_ddb.c
197
db_show_vnet_valid(db_expr_t addr, bool have_addr, db_expr_t count, char *modif)
sys/security/mac_ddb/mac_ddb.c
335
bool have_addr, db_expr_t count, char *modif)
sys/security/mac_ddb/mac_ddb.c
72
typedef int db_validation_fn_t(db_expr_t addr, bool have_addr, db_expr_t count,
sys/security/mac_do/mac_do.c
1551
static bool
sys/security/mac_do/mac_do.c
1651
const bool current_has_supp = (gid_flags & MDF_CURRENT) != 0 &&
sys/security/mac_do/mac_do.c
1666
bool may_accept = false;
sys/security/mac_do/mac_do.c
1838
static bool
sys/security/mac_do/mac_do.c
1913
static bool
sys/security/mac_do/mac_do.c
341
static bool
sys/security/mac_do/mac_do.c
504
static bool
sys/security/mac_do/mac_do.c
510
static bool
sys/security/mac_ipacl/mac_ipacl.c
117
bool allow;
sys/security/mac_ipacl/mac_ipacl.c
118
bool subnet_apply; /* Apply rule on whole subnet. */
sys/security/mac_ipacl/mac_ipacl.c
324
bool same_subnet;
sys/security/mac_stub/mac_stub.c
335
stub_ddb_command_exec(struct db_command *cmd, db_expr_t addr, bool have_addr,
sys/security/mac_test/mac_test.c
484
test_ddb_command_exec(struct db_command *cmd, db_expr_t addr, bool have_addr,
sys/sys/_pv_entry.h
111
static __inline bool
sys/sys/_pv_entry.h
121
static __inline bool
sys/sys/aio.h
214
bool aio_cancel_cleared(struct kaiocb *job);
sys/sys/aio.h
216
bool aio_clear_cancel_function(struct kaiocb *job);
sys/sys/aio.h
219
bool aio_set_cancel_function(struct kaiocb *job, aio_cancel_fn_t *func);
sys/sys/atomic_san.h
126
ATOMIC_SAN_LOAD_STORE(SAN_INTERCEPTOR_PREFIX, bool, bool);
sys/sys/boottrace.h
83
extern bool boottrace_enabled;
sys/sys/boottrace.h
84
extern bool shutdown_trace;
sys/sys/buf.h
581
bool inmem(struct vnode *, daddr_t);
sys/sys/bus.h
1006
bool dev_wired_cache_match(device_location_cache_t *dcp, device_t dev, const char *at);
sys/sys/bus.h
731
bool device_has_children(device_t dev);
sys/sys/bus.h
753
bool device_is_devclass_fixed(device_t dev);
sys/sys/bus.h
765
bool device_has_property(device_t dev, const char *prop);
sys/sys/bus.h
948
static __inline bool \
sys/sys/capsicum.h
342
bool __cap_rights_is_set(const cap_rights_t *rights, ...);
sys/sys/capsicum.h
344
bool cap_rights_is_empty(const cap_rights_t *rights);
sys/sys/capsicum.h
346
bool cap_rights_is_valid(const cap_rights_t *rights);
sys/sys/capsicum.h
402
static inline bool
sys/sys/capsicum.h
436
bool cap_rights_contains(const cap_rights_t *big, const cap_rights_t *little);
sys/sys/capsicum.h
483
extern bool trap_enotcap;
sys/sys/capsicum.h
500
bool cap_sandboxed(void);
sys/sys/clock.h
117
bool ispm; /* true if hour represents pm time */
sys/sys/clock.h
120
int clock_bcd_to_ts(const struct bcd_clocktime *, struct timespec *, bool ampm);
sys/sys/clock.h
121
void clock_ts_to_bcd(const struct timespec *, struct bcd_clocktime *, bool ampm);
sys/sys/cnv.h
57
bool cnvlist_get_bool(const void *cookie);
sys/sys/cnv.h
62
const bool *cnvlist_get_bool_array(const void *cookie, size_t *nitemsp);
sys/sys/cnv.h
77
bool cnvlist_take_bool(void *cookie);
sys/sys/cnv.h
82
bool *cnvlist_take_bool_array(void *cookie, size_t *nitemsp);
sys/sys/compressor.h
42
bool compressor_avail(int format);
sys/sys/conf.h
365
extern bool dumped_core; /* system successfully dumped kernel core */
sys/sys/coverage.h
50
typedef bool (*cov_trace_cmp_t)(uint64_t, uint64_t, uint64_t, uint64_t);
sys/sys/devctl.h
16
bool devctl_process_running(void);
sys/sys/dnv.h
55
bool dnvlist_get_bool(const nvlist_t *nvl, const char *name, bool defval);
sys/sys/dnv.h
70
bool dnvlist_take_bool(nvlist_t *nvl, const char *name, bool defval);
sys/sys/domainset.h
121
bool domainset_empty_vm(struct domainset *domain);
sys/sys/efi.h
270
bool efi_create_1t1_map(struct efi_md *, int, int);
sys/sys/fail.h
118
bool fail_point_is_off(struct fail_point *fp);
sys/sys/fail.h
162
fail_point_use_timeout_path(struct fail_point *fp, bool use_timeout,
sys/sys/file.h
319
static __inline __result_use_check bool
sys/sys/filedesc.h
243
bool filecaps_copy(const struct filecaps *src, struct filecaps *dst,
sys/sys/filedesc.h
244
bool locked);
sys/sys/filedesc.h
354
static __inline bool
sys/sys/filedesc.h
367
struct pwddesc *pdinit(struct pwddesc *pdp, bool keeplock);
sys/sys/filedesc.h
379
bool pwd_hold_smr(struct pwd *pwd);
sys/sys/gpio.h
114
bool gp_pinstate; /* Pin state at time of event */
sys/sys/gpio.h
129
bool gp_first_state; /* Pin state at first event */
sys/sys/gpio.h
130
bool gp_last_state; /* Pin state at last event */
sys/sys/imgact.h
89
bool credential_setid; /* true if becoming setid */
sys/sys/imgact.h
90
bool vmspace_destroyed; /* we've blown away original vm space */
sys/sys/imgact.h
91
bool opened; /* we have opened executable vnode */
sys/sys/imgact.h
92
bool textset;
sys/sys/imgact_elf.h
114
bool __elfN(brand_inuse)(const Elf_Brandinfo *entry);
sys/sys/imgact_elf.h
127
bool __elfN(parse_notes)(const struct image_params *, const Elf_Note *,
sys/sys/imgact_elf.h
129
bool (*)(const Elf_Note *, void *, bool *), void *);
sys/sys/imgact_elf.h
75
bool (*trans_osrel)(const Elf_Note *, int32_t *);
sys/sys/imgact_elf.h
90
bool (*const header_supported)(const struct image_params *,
sys/sys/intr.h
107
bool intr_isrc_init_on_cpu(struct intr_irqsrc *isrc, u_int cpu);
sys/sys/intr.h
119
bool intr_is_per_cpu(struct resource *);
sys/sys/jail.h
452
bool jailed_without_vnet(struct ucred *);
sys/sys/jail.h
459
bool prison_allow(struct ucred *, unsigned);
sys/sys/jail.h
461
bool prison_check_nfsd(struct ucred *cred);
sys/sys/jail.h
462
bool prison_owns_vnet(struct prison *pr);
sys/sys/jail.h
469
bool prison_flag(struct ucred *, unsigned);
sys/sys/jail.h
481
bool prison_ischild(struct prison *, struct prison *);
sys/sys/jail.h
482
bool prison_isalive(const struct prison *);
sys/sys/jail.h
483
bool prison_isvalid(struct prison *);
sys/sys/jail.h
490
bool prison_equal_ip4(struct prison *, struct prison *);
sys/sys/jail.h
496
bool prison_saddrsel_ip4(struct ucred *, struct in_addr *);
sys/sys/jail.h
498
bool prison_valid_v4(const void *);
sys/sys/jail.h
501
bool prison_equal_ip6(struct prison *, struct prison *);
sys/sys/jail.h
507
bool prison_saddrsel_ip6(struct ucred *, struct in6_addr *);
sys/sys/jail.h
509
bool prison_valid_v6(const void *);
sys/sys/kenv.h
49
extern bool dynamic_kenv;
sys/sys/kernel.h
435
bool *var;
sys/sys/kerneldump.h
141
int minidumpsys(struct dumperinfo *, bool);
sys/sys/ktls.h
220
bool reset_pending;
sys/sys/ktls.h
221
bool tx;
sys/sys/ktls.h
222
bool sync_dispatch;
sys/sys/ktls.h
223
bool sequential_records;
sys/sys/ktls.h
266
bool ktls_pending_rx_info(struct sockbuf *sb, uint64_t *seqnop, size_t *residp);
sys/sys/ktls.h
267
bool ktls_permit_empty_frames(struct ktls_session *tls);
sys/sys/ktls.h
289
bool export_keys, struct xktls_session_onedir *xktls_od);
sys/sys/ktrace.h
331
struct vnode *ktr_get_tracevp(struct proc *, bool);
sys/sys/ktrace.h
334
ktr_get_tracevp(struct proc *p, bool ref)
sys/sys/libkern.h
82
static inline bool
sys/sys/linker.h
295
extern void preload_initkmdp(bool _fatal);
sys/sys/linker.h
320
bool elf_is_ifunc_reloc(Elf_Size r_info);
sys/sys/lock_profile.h
47
void lock_profile_obtain_lock_success(struct lock_object *lo, bool spin,
sys/sys/lock_profile.h
49
void lock_profile_release_lock(struct lock_object *lo, bool spin);
sys/sys/lock_profile.h
53
lock_profile_obtain_lock_failed(struct lock_object *lo, bool spin,
sys/sys/lockstat.h
78
extern volatile bool lockstat_enabled;
sys/sys/malloc.h
283
static inline bool
sys/sys/mbuf.h
1315
extern bool mb_use_ext_pgs; /* Use ext_pgs for sendfile */
sys/sys/mbuf.h
1628
static inline bool
sys/sys/mbuf.h
1722
static inline bool
sys/sys/mbuf.h
1848
static inline bool
sys/sys/memdesc.h
200
size_t offset, size_t len, size_t *actual_len, bool can_truncate);
sys/sys/mman.h
309
struct shmfd *shm_alloc(struct ucred *ucred, mode_t mode, bool largepage);
sys/sys/mman.h
313
bool shm_largepage(struct shmfd *shmfd);
sys/sys/mount.h
1040
(struct mount *, struct export_args *, bool);
sys/sys/mount.h
1149
bool _retval_crit = true; \
sys/sys/mount.h
1163
bool _retval; \
sys/sys/mount.h
804
bool *mp_busy);
sys/sys/namei.h
304
bool vfs_lookup_isroot(struct nameidata *ndp, struct vnode *dvp);
sys/sys/namei.h
307
struct componentname *cnp, bool refstart);
sys/sys/nv.h
106
bool nvlist_in_array(const nvlist_t *nvl);
sys/sys/nv.h
115
bool nvlist_exists(const nvlist_t *nvl, const char *name);
sys/sys/nv.h
116
bool nvlist_exists_type(const nvlist_t *nvl, const char *name, int type);
sys/sys/nv.h
118
bool nvlist_exists_null(const nvlist_t *nvl, const char *name);
sys/sys/nv.h
119
bool nvlist_exists_bool(const nvlist_t *nvl, const char *name);
sys/sys/nv.h
120
bool nvlist_exists_number(const nvlist_t *nvl, const char *name);
sys/sys/nv.h
121
bool nvlist_exists_string(const nvlist_t *nvl, const char *name);
sys/sys/nv.h
122
bool nvlist_exists_nvlist(const nvlist_t *nvl, const char *name);
sys/sys/nv.h
123
bool nvlist_exists_binary(const nvlist_t *nvl, const char *name);
sys/sys/nv.h
124
bool nvlist_exists_bool_array(const nvlist_t *nvl, const char *name);
sys/sys/nv.h
125
bool nvlist_exists_number_array(const nvlist_t *nvl, const char *name);
sys/sys/nv.h
126
bool nvlist_exists_string_array(const nvlist_t *nvl, const char *name);
sys/sys/nv.h
127
bool nvlist_exists_nvlist_array(const nvlist_t *nvl, const char *name);
sys/sys/nv.h
129
bool nvlist_exists_descriptor(const nvlist_t *nvl, const char *name);
sys/sys/nv.h
130
bool nvlist_exists_descriptor_array(const nvlist_t *nvl, const char *name);
sys/sys/nv.h
140
void nvlist_add_bool(nvlist_t *nvl, const char *name, bool value);
sys/sys/nv.h
149
void nvlist_add_bool_array(nvlist_t *nvl, const char *name, const bool *value, size_t nitems);
sys/sys/nv.h
158
void nvlist_append_bool_array(nvlist_t *nvl, const char *name, const bool value);
sys/sys/nv.h
174
void nvlist_move_bool_array(nvlist_t *nvl, const char *name, bool *value, size_t nitems);
sys/sys/nv.h
189
bool nvlist_get_bool(const nvlist_t *nvl, const char *name);
sys/sys/nv.h
194
const bool *nvlist_get_bool_array(const nvlist_t *nvl, const char *name, size_t *nitemsp);
sys/sys/nv.h
209
bool nvlist_take_bool(nvlist_t *nvl, const char *name);
sys/sys/nv.h
214
bool *nvlist_take_bool_array(nvlist_t *nvl, const char *name, size_t *nitemsp);
sys/sys/nv.h
82
bool nvlist_empty(const nvlist_t *nvl);
sys/sys/pctrie.h
462
static __inline bool
sys/sys/pctrie.h
50
static __inline bool
sys/sys/physmem.h
59
bool physmem_excluded(vm_paddr_t pa, vm_size_t sz);
sys/sys/power.h
97
bool _pm_supported[static POWER_STYPE_COUNT]);
sys/sys/proc.h
1173
int *resident_count, bool *super);
sys/sys/proc.h
1200
void proc_reparent(struct proc *child, struct proc *newparent, bool set_oppid);
sys/sys/proc.h
1202
void proc_set_traced(struct proc *p, bool stop);
sys/sys/proc.h
1208
void reaper_abandon_children(struct proc *p, bool exiting);
sys/sys/proc.h
1215
bool should_yield(void);
sys/sys/proc.h
1229
bool curproc_sigkilled(void);
sys/sys/proc.h
1235
bool cpu_exec_vmspace_reuse(struct proc *p, struct vm_map *map);
sys/sys/proc.h
1250
int thread_check_susp(struct thread *td, bool sleep);
sys/sys/proc.h
1272
bool thread_suspend_check_needed(void);
sys/sys/proc.h
1279
bool stop_all_proc_block(void);
sys/sys/ptrace.h
269
extern bool allow_ptrace;
sys/sys/racct.h
90
extern bool racct_enable;
sys/sys/random.h
57
extern int (*_read_random_uio)(struct uio *, bool);
sys/sys/random.h
58
extern bool (*_is_random_seeded)(void);
sys/sys/random.h
64
int read_random_uio(struct uio *, bool);
sys/sys/random.h
65
bool is_random_seeded(void);
sys/sys/rangelock.h
52
bool sleepers;
sys/sys/rangeset.h
38
typedef bool (*rs_pred_t)(void *ctx, void *r);
sys/sys/rangeset.h
52
bool rangeset_check_empty(struct rangeset *rs, uint64_t start,
sys/sys/rangeset.h
79
bool rangeset_empty(struct rangeset *rs, uint64_t start, uint64_t end);
sys/sys/refcount.h
117
static __inline __result_use_check bool
sys/sys/refcount.h
133
static __inline __result_use_check bool
sys/sys/refcount.h
140
static __inline bool
sys/sys/refcount.h
167
static __inline bool
sys/sys/refcount.h
175
static __inline __result_use_check bool \
sys/sys/refcount.h
194
static __inline __result_use_check bool
sys/sys/refcount.h
201
static __inline __result_use_check bool
sys/sys/refcount.h
213
static __inline __result_use_check bool
sys/sys/refcount.h
98
static __inline __result_use_check bool
sys/sys/reg.h
47
typedef bool (regset_get)(struct regset *, struct thread *, void *,
sys/sys/reg.h
49
typedef bool (regset_set)(struct regset *, struct thread *, void *, size_t);
sys/sys/runq.h
104
bool runq_is_queue_empty(struct runq *, int _idx);
sys/sys/runq.h
107
bool runq_remove(struct runq *, struct thread *);
sys/sys/runq.h
113
typedef bool runq_pred_t(int _idx, struct rq_queue *, void *_data);
sys/sys/runq.h
120
bool runq_not_empty(struct runq *);
sys/sys/sched.h
266
bool sched_do_timer_accounting(void);
sys/sys/sched.h
278
bool (*runnable)(void);
sys/sys/sched.h
316
bool (*do_timer_accounting)(void);
sys/sys/sched.h
88
bool sched_runnable(void);
sys/sys/sdt.h
148
bool sdt_tracepoint_valid(uintptr_t patchpoint, uintptr_t target);
sys/sys/sdt.h
83
extern volatile bool sdt_probes_enabled;
sys/sys/signalvar.h
272
extern bool sigfastblock_fetch_always;
sys/sys/signalvar.h
273
extern bool pt_attach_transparent;
sys/sys/signalvar.h
286
static __inline bool
sys/sys/signalvar.h
406
bool sig_do_core(int);
sys/sys/sleepqueue.h
91
void sleepq_chains_remove_matching(bool (*matches)(struct thread *));
sys/sys/sleepqueue.h
98
bool (*matches)(struct thread *), int pri);
sys/sys/slicer.h
60
void flash_register_slicer(flash_slicer_t slicer, u_int type, bool force);
sys/sys/smr.h
231
bool smr_poll(smr_t smr, smr_seq_t goal, bool wait);
sys/sys/sockbuf.h
246
bool sbreserve_locked(struct socket *so, sb_which which, u_long cc,
sys/sys/sockbuf.h
248
bool sbreserve_locked_limit(struct socket *so, sb_which which, u_long cc,
sys/sys/socketvar.h
365
static inline bool
sys/sys/socketvar.h
521
bool solisten_enqueue(struct socket *, int);
sys/sys/stdatomic.h
169
#define _Bool bool
sys/sys/syscallsubr.h
175
int kern_fsync(struct thread *td, int fd, bool fullsync);
sys/sys/syscallsubr.h
226
int kern_kqueue(struct thread *td, int flags, bool cponfork,
sys/sys/syscallsubr.h
280
bool kern_poll_maxfds(u_int nfds);
sys/sys/sysctl.h
1222
size_t newlen, size_t *retval, int flags, bool inkernel);
sys/sys/sysctl.h
415
#define SYSCTL_NULL_BOOL_PTR ((bool *)NULL)
sys/sys/sysctl.h
421
sizeof(bool) == sizeof(*(ptr)))
sys/sys/sysctl.h
425
bool *__ptr = (ptr); \
sys/sys/sysent.h
56
extern bool systrace_enabled;
sys/sys/systm.h
102
extern bool scheduler_stopped;
sys/sys/systm.h
410
int getenv_bool(const char *name, bool *data);
sys/sys/systm.h
411
bool getenv_is_true(const char *name);
sys/sys/systm.h
412
bool getenv_is_false(const char *name);
sys/sys/systm.h
418
int type_size, bool allow_signed);
sys/sys/systm.h
423
void set_cputicker(cpu_tick_f *func, uint64_t freq, bool isvariable);
sys/sys/systm.h
570
static bool __read_mostly __gone_in_ ## __LINE__ = true; \
sys/sys/systm.h
578
static bool __read_mostly __gone_in_ ## __LINE__ = true; \
sys/sys/ttydevsw.h
199
static __inline bool
sys/sys/ttydevsw.h
57
typedef bool tsw_busy_t(struct tty *tp);
sys/sys/turnstile.h
100
bool turnstile_lock(struct turnstile *, struct lock_object **,
sys/sys/ucred.h
238
bool proc_set_cred_enforce_proc_lim(struct proc *p, struct ucred *newcred);
sys/sys/ucred.h
239
void proc_unset_cred(struct proc *p, bool decrement_proc_count);
sys/sys/ucred.h
251
bool cr_xids_subset(struct ucred *active_cred, struct ucred *obj_cred);
sys/sys/ucred.h
256
static inline bool
sys/sys/ucred.h
262
bool group_is_supplementary(const gid_t gid, const struct ucred *const cred);
sys/sys/ucred.h
263
bool groupmember(gid_t gid, const struct ucred *cred);
sys/sys/ucred.h
264
bool realgroupmember(gid_t gid, const struct ucred *cred);
sys/sys/umtxvar.h
220
const char *, struct umtx_abs_timeout *, bool);
sys/sys/umtxvar.h
227
int umtx_pi_drop(struct thread *, struct umtx_key *, bool, int *);
sys/sys/umtxvar.h
84
bool is_abs_real; /* TIMER_ABSTIME && CLOCK_REALTIME* */
sys/sys/user.h
737
bool compat32);
sys/sys/vnode.h
754
bool vhold_smr(struct vnode *);
sys/sys/vnode.h
784
bool vn_isdisk_error(struct vnode *vp, int *errp);
sys/sys/vnode.h
785
bool vn_isdisk(struct vnode *vp);
sys/sys/vnode.h
788
void vn_lock_pair(struct vnode *vp1, bool vp1_locked, int lkflags1,
sys/sys/vnode.h
789
struct vnode *vp2, bool vp2_locked, int lkflags2);
sys/sys/vnode.h
817
int vn_truncate_locked(struct vnode *vp, off_t length, bool sync,
sys/tests/fib_lookup/fib_lookup.c
290
static bool
sys/tests/fib_lookup/fib_lookup.c
327
static bool
sys/tests/fib_lookup/fib_lookup.c
480
static bool
sys/tests/fib_lookup/fib_lookup.c
566
static bool
sys/tests/fib_lookup/fib_lookup.c
578
static bool
sys/tests/fib_lookup/fib_lookup.c
595
bool ret = safe_add(&v, inc);
sys/tests/fib_lookup/fib_lookup.c
608
bool ret = safe_dec(&v, dec);
sys/tests/fib_lookup/fib_lookup.c
673
static bool
sys/tests/ktest.c
272
static bool
sys/tests/ktest.c
302
bool
sys/tests/ktest.c
367
bool ret __diagused;
sys/tests/ktest.c
81
static bool
sys/tests/ktest.h
73
bool ktest_start_msg(struct ktest_test_context *ctx);
sys/ufs/ffs/ffs_extern.h
195
struct workhead *, bool);
sys/ufs/ffs/ffs_extern.h
197
struct workhead *, bool);
sys/ufs/ffs/ffs_extern.h
86
bool ffs_oldfscompat_inode_read(struct fs *, union dinodep, time_t);
sys/ufs/ffs/ffs_softdep.c
10939
bool doingrecovery)
sys/ufs/ffs/ffs_softdep.c
10989
bool doingrecovery)
sys/ufs/ffs/ffs_softdep.c
13810
static bool
sys/ufs/ffs/ffs_softdep.c
13853
bool req;
sys/ufs/ffs/ffs_softdep.c
14014
bool suj_susp;
sys/ufs/ffs/ffs_softdep.c
1403
bool bplocked;
sys/ufs/ffs/ffs_softdep.c
277
bool isrmdir)
sys/ufs/ffs/ffs_softdep.c
300
bool doingrecovery)
sys/ufs/ffs/ffs_softdep.c
3079
bool set;
sys/ufs/ffs/ffs_softdep.c
311
bool doingrecovery)
sys/ufs/ffs/ffs_softdep.c
768
struct inode *, bool, struct dirrem **);
sys/ufs/ffs/ffs_softdep.c
892
static bool softdep_excess_items(struct ufsmount *, int);
sys/ufs/ffs/ffs_softdep.c
9172
bool isrmdir) /* indicates if doing RMDIR */
sys/ufs/ffs/ffs_softdep.c
9364
bool isrmdir, /* indicates if doing RMDIR */
sys/ufs/ffs/ffs_subr.c
437
bool
sys/ufs/ffs/ffs_subr.c
440
bool change;
sys/ufs/ffs/ffs_vfsops.c
1450
static bool
sys/ufs/ffs/ffs_vfsops.c
359
bool mounted_softdep;
sys/ufs/ffs/ffs_vnops.c
1456
bool truncate;
sys/ufs/ffs/ffs_vnops.c
1971
bool do_iodone;
sys/ufs/ffs/ffs_vnops.c
270
bool still_dirty, unlocked, wait;
sys/ufs/ufs/quota.h
232
int quotaon(struct thread *, struct mount *, int, void *, bool *);
sys/ufs/ufs/ufs_dirhash.c
192
bool excl;
sys/ufs/ufs/ufs_extern.h
69
int ufs_dirremove(struct vnode *, struct inode *, int, bool);
sys/ufs/ufs/ufs_extern.h
96
void softdep_setup_remove(struct buf *,struct inode *, struct inode *, bool);
sys/ufs/ufs/ufs_lookup.c
1102
ufs_dirremove(struct vnode *dvp, struct inode *ip, int flags, bool isrmdir)
sys/ufs/ufs/ufs_quota.c
492
bool *mp_busy)
sys/ufs/ufs/ufs_quota.c
712
bool need_resume;
sys/ufs/ufs/ufs_vfsops.c
83
ufs_quotactl(struct mount *mp, int cmds, uid_t id, void *arg, bool *mp_busy)
sys/ufs/ufs/ufs_vnops.c
1278
bool want_seqc_end;
sys/vm/phys_pager.c
81
bool init;
sys/vm/pmap.h
141
bool pmap_is_modified(vm_page_t m);
sys/vm/pmap.h
142
bool pmap_is_prefaultable(pmap_t pmap, vm_offset_t va);
sys/vm/pmap.h
143
bool pmap_is_referenced(vm_page_t m);
sys/vm/pmap.h
144
bool pmap_is_valid_memattr(pmap_t, vm_memattr_t);
sys/vm/pmap.h
149
bool pmap_page_exists_quick(pmap_t pmap, vm_page_t m);
sys/vm/swap_pager.c
1572
bool async;
sys/vm/swap_pager.c
1915
bool sb_empty;
sys/vm/swap_pager.c
209
static bool
sys/vm/swap_pager.c
2116
static bool
sys/vm/swap_pager.c
2158
vm_pindex_t pindex, daddr_t swapblk, bool nowait_noreplace)
sys/vm/swap_pager.c
2539
bool
sys/vm/swap_pager.c
258
bool
sys/vm/swap_pager.c
265
bool
sys/vm/swap_pager.c
396
static bool swap_pager_full = true; /* swap space exhaustion (task killing) */
sys/vm/swap_pager.c
397
bool swap_pager_almost_full = true; /* swap space exhaustion (w/hysteresis) */
sys/vm/swap_pager.c
483
static bool swp_pager_swblk_empty(struct swblk *sb, int start, int limit);
sys/vm/swap_pager.c
500
vm_pindex_t, daddr_t, bool);
sys/vm/swap_pager.c
564
static bool
sys/vm/swap_pager.c
775
bool
sys/vm/swap_pager.c
977
static bool
sys/vm/swap_pager.h
71
extern bool swap_pager_almost_full;
sys/vm/swap_pager.h
78
bool swap_pager_scan_all_shadowed(vm_object_t object);
sys/vm/swap_pager.h
89
bool swap_pager_init_object(vm_object_t object, void *handle,
sys/vm/uma_core.c
1515
static bool
sys/vm/uma_core.c
1516
bucket_cache_reclaim_domain(uma_zone_t zone, bool drain, bool trim, int domain)
sys/vm/uma_core.c
1521
bool done = false;
sys/vm/uma_core.c
1571
bucket_cache_reclaim(uma_zone_t zone, bool drain, int domain)
sys/vm/uma_core.c
1710
zone_reclaim(uma_zone_t zone, int domain, int waitok, bool drain)
sys/vm/uma_core.c
2224
slab_ipers_hdr(u_int size, u_int rsize, u_int slabsize, bool hdr)
sys/vm/uma_core.c
293
static void bucket_cache_reclaim(uma_zone_t zone, bool, int);
sys/vm/uma_core.c
294
static bool bucket_cache_reclaim_domain(uma_zone_t, bool, bool, int);
sys/vm/uma_core.c
304
int itemdomain, bool ws);
sys/vm/uma_core.c
330
static bool cache_alloc(uma_zone_t, uma_cache_t, void *, int);
sys/vm/uma_core.c
331
static bool cache_free(uma_zone_t, uma_cache_t, void *, int);
sys/vm/uma_core.c
3494
bool skipdbg;
sys/vm/uma_core.c
350
static bool uma_dbg_kskip(uma_keg_t keg, void *mem);
sys/vm/uma_core.c
351
static bool uma_dbg_zskip(uma_zone_t zone, void *mem);
sys/vm/uma_core.c
3530
bool skipdbg;
sys/vm/uma_core.c
3783
static __noinline bool
sys/vm/uma_core.c
3788
bool new;
sys/vm/uma_core.c
3944
keg_first_slab(uma_keg_t keg, int domain, bool rr)
sys/vm/uma_core.c
3978
keg_fetch_free_slab(uma_keg_t keg, int domain, bool rr, int flags)
sys/vm/uma_core.c
4003
bool rr;
sys/vm/uma_core.c
4695
int itemdomain, bool ws)
sys/vm/uma_core.c
4732
static __noinline bool
sys/vm/uma_core.c
5512
struct uma_percpu_stat *ups, bool internal)
sys/vm/uma_core.c
5765
static bool
sys/vm/uma_core.c
5775
static bool
sys/vm/uma_core.c
694
bool lockfail;
sys/vm/uma_core.c
790
zone_fetch_bucket(uma_zone_t zone, uma_zone_domain_t zdom, bool reclaim)
sys/vm/uma_core.c
795
bool dtor = false;
sys/vm/uma_core.c
858
const bool ws)
sys/vm/vm.h
168
bool swap_reserve(vm_ooffset_t incr);
sys/vm/vm.h
169
bool swap_reserve_by_cred(vm_ooffset_t incr, struct ucred *cred);
sys/vm/vm_domainset.c
127
static bool
sys/vm/vm_domainset.c
190
static bool
sys/vm/vm_domainset.c
215
static bool
sys/vm/vm_domainset.c
61
static bool vm_domainset_iter_next(struct vm_domainset_iter *di, int *domain);
sys/vm/vm_domainset.h
45
bool di_minskip;
sys/vm/vm_extern.h
140
static inline bool
sys/vm/vm_extern.h
152
static inline bool
sys/vm/vm_extern.h
160
static inline bool
sys/vm/vm_extern.h
168
extern bool vm_check_pg_zero;
sys/vm/vm_extern.h
81
bool);
sys/vm/vm_extern.h
86
bool kernacc(void *, int, int);
sys/vm/vm_extern.h
87
bool useracc(void *, int, int);
sys/vm/vm_fault.c
1037
static bool
sys/vm/vm_fault.c
1050
bool is_first_object_locked, rename_cow;
sys/vm/vm_fault.c
1272
static bool
sys/vm/vm_fault.c
130
bool oom_started;
sys/vm/vm_fault.c
132
bool can_read_lock;
sys/vm/vm_fault.c
141
bool m_needs_zeroing;
sys/vm/vm_fault.c
152
bool lookup_still_valid;
sys/vm/vm_fault.c
1536
bool dead;
sys/vm/vm_fault.c
1697
bool hardfault;
sys/vm/vm_fault.c
181
int backward, int forward, bool obj_locked);
sys/vm/vm_fault.c
2067
int backward, int forward, bool obj_locked)
sys/vm/vm_fault.c
2298
bool upgrade;
sys/vm/vm_fault.c
238
static inline bool
sys/vm/vm_fault.c
267
static bool
sys/vm/vm_fault.c
301
bool need_dirty;
sys/vm/vm_fault.c
341
static bool
sys/vm/vm_fault.c
646
bool writeable;
sys/vm/vm_fault.c
817
static bool
sys/vm/vm_fault.c
838
vm_fault_lock_vnode(struct faultstate *fs, bool objlocked)
sys/vm/vm_glue.c
127
bool
sys/vm/vm_glue.c
159
bool
sys/vm/vm_kern.c
230
bool wait, reclaim;
sys/vm/vm_kern.c
456
vm_size_t size, bool superpage_align)
sys/vm/vm_map.c
2025
static bool
sys/vm/vm_map.c
2155
bool cluster, en_aslr, update_anon;
sys/vm/vm_map.c
2350
static bool
sys/vm/vm_map.c
3052
bool modify_map;
sys/vm/vm_map.c
3305
vm_offset_t *io_end, bool holes_ok, vm_map_entry_t in_entry)
sys/vm/vm_map.c
3355
bool holes_ok, need_wakeup, user_unwire;
sys/vm/vm_map.c
3491
static bool
sys/vm/vm_map.c
3567
bool holes_ok, need_wakeup, user_wire;
sys/vm/vm_map.c
414
bool released;
sys/vm/vm_map.c
4709
bool gap_deleted, is_procstack;
sys/vm/vm_map.c
5282
bool
sys/vm/vm_map.c
535
vm_map_entry_set_vnode_text(vm_map_entry_t entry, bool add)
sys/vm/vm_map.c
539
bool vp_held;
sys/vm/vm_map.h
273
static inline bool
sys/vm/vm_map.h
283
static inline bool
sys/vm/vm_map.h
355
bool vm_map_range_valid_KBI(vm_map_t map, vm_offset_t start, vm_offset_t end);
sys/vm/vm_map.h
552
void vm_map_entry_set_vnode_text(vm_map_entry_t entry, bool add);
sys/vm/vm_mmap.c
1310
bool writex;
sys/vm/vm_mmap.c
1575
bool curmap, fitit;
sys/vm/vm_mmap.c
588
bool pmc_handled;
sys/vm/vm_object.c
1001
int pagerflags, int flags, boolean_t *allclean, bool *eio)
sys/vm/vm_object.c
1054
bool eio;
sys/vm/vm_object.c
1266
static bool
sys/vm/vm_object.c
1427
struct ucred *cred, bool shared)
sys/vm/vm_object.c
2355
bool
sys/vm/vm_object.c
2505
bool
sys/vm/vm_object.c
2513
vm_object_list_handler(struct sysctl_req *req, bool swap_only)
sys/vm/vm_object.c
2526
bool want_path;
sys/vm/vm_object.c
536
bool last;
sys/vm/vm_object.c
619
bool released;
sys/vm/vm_object.h
323
static __inline bool
sys/vm/vm_object.h
345
static inline bool
sys/vm/vm_object.h
368
bool vm_object_mightbedirty(vm_object_t object);
sys/vm/vm_object.h
369
bool vm_object_mightbedirty_(vm_object_t object);
sys/vm/vm_object.h
387
bool);
sys/vm/vm_object.h
394
bool vm_object_is_active(vm_object_t obj);
sys/vm/vm_page.c
1080
bool
sys/vm/vm_page.c
1125
static bool
sys/vm/vm_page.c
1127
const char *wmesg, int allocflags, bool locked)
sys/vm/vm_page.c
1129
bool xsleep;
sys/vm/vm_page.c
1496
bool iter, struct pctrie_iter *pages)
sys/vm/vm_page.c
150
bool vm_check_pg_zero = false;
sys/vm/vm_page.c
1691
bool
sys/vm/vm_page.c
1694
bool dropped;
sys/vm/vm_page.c
1708
bool
sys/vm/vm_page.c
1711
bool dropped;
sys/vm/vm_page.c
1742
bool
sys/vm/vm_page.c
178
static bool _vm_page_busy_sleep(vm_object_t obj, vm_page_t m,
sys/vm/vm_page.c
179
vm_pindex_t pindex, const char *wmesg, int allocflags, bool locked);
sys/vm/vm_page.c
182
static bool vm_page_free_prep(vm_page_t m);
sys/vm/vm_page.c
1868
static bool
sys/vm/vm_page.c
1873
bool dropped;
sys/vm/vm_page.c
190
static void vm_page_release_toq(vm_page_t m, uint8_t nqueue, bool noreuse);
sys/vm/vm_page.c
1939
bool
sys/vm/vm_page.c
3268
bool phys_range_exists = false;
sys/vm/vm_page.c
338
bool
sys/vm/vm_page.c
339
vm_page_blacklist_add(vm_paddr_t pa, bool verbose)
sys/vm/vm_page.c
343
bool found;
sys/vm/vm_page.c
3655
static __always_inline bool
sys/vm/vm_page.c
3675
static bool
sys/vm/vm_page.c
3716
static bool
sys/vm/vm_page.c
3722
bool ret;
sys/vm/vm_page.c
3745
static bool
sys/vm/vm_page.c
3785
static bool
sys/vm/vm_page.c
3805
bool
sys/vm/vm_page.c
4051
static bool
sys/vm/vm_page.c
4187
vm_page_free_pages_toq(struct spglist *free, bool update_wire_count)
sys/vm/vm_page.c
4242
bool
sys/vm/vm_page.c
4269
vm_page_unwire_managed(vm_page_t m, uint8_t nqueue, bool noreuse)
sys/vm/vm_page.c
4350
bool
sys/vm/vm_page.c
4467
vm_page_release_toq(vm_page_t m, uint8_t nqueue, const bool noreuse)
sys/vm/vm_page.c
4568
static bool
sys/vm/vm_page.c
4606
bool
sys/vm/vm_page.c
4616
bool
sys/vm/vm_page.c
4697
static bool
sys/vm/vm_page.c
4699
const char *wmesg, int allocflags, bool locked)
sys/vm/vm_page.c
4769
bool *found, struct pctrie_iter *pages)
sys/vm/vm_page.c
4796
bool found;
sys/vm/vm_page.c
5074
bool found;
sys/vm/vm_page.c
5785
bool
sys/vm/vm_page.c
901
static bool
sys/vm/vm_page.c
918
static inline bool
sys/vm/vm_page.c
921
bool locked;
sys/vm/vm_page.c
935
bool
sys/vm/vm_page.c
939
bool locked;
sys/vm/vm_page.h
575
bool vm_page_blacklist_add(vm_paddr_t pa, bool verbose);
sys/vm/vm_page.h
576
bool vm_page_busy_acquire(vm_page_t m, int allocflags);
sys/vm/vm_page.h
579
bool vm_page_busy_sleep(vm_page_t m, const char *msg, int allocflags);
sys/vm/vm_page.h
588
int vm_page_free_pages_toq(struct spglist *free, bool update_wire_count);
sys/vm/vm_page.h
617
bool vm_page_iter_remove(struct pctrie_iter *pages, vm_page_t m);
sys/vm/vm_page.h
618
bool vm_page_iter_rename(struct pctrie_iter *old_pages, vm_page_t m,
sys/vm/vm_page.h
625
bool vm_page_pqstate_commit(vm_page_t m, vm_page_astate_t *old,
sys/vm/vm_page.h
627
bool vm_page_ps_test(vm_page_t m, int psind, int flags, vm_page_t skip_m);
sys/vm/vm_page.h
643
bool vm_page_remove(vm_page_t);
sys/vm/vm_page.h
644
bool vm_page_remove_xbusy(vm_page_t);
sys/vm/vm_page.h
652
bool vm_page_try_remove_all(vm_page_t m);
sys/vm/vm_page.h
653
bool vm_page_try_remove_write(vm_page_t m);
sys/vm/vm_page.h
659
bool vm_page_unwire_noq(vm_page_t m);
sys/vm/vm_page.h
662
bool vm_page_wire_mapped(vm_page_t m);
sys/vm/vm_page.h
777
static inline bool
sys/vm/vm_page.h
885
static inline bool
sys/vm/vm_page.h
892
static inline bool
sys/vm/vm_page.h
899
static inline bool
sys/vm/vm_page.h
948
static inline bool
sys/vm/vm_page.h
955
static inline bool
sys/vm/vm_page.h
962
static inline bool
sys/vm/vm_page.h
969
static inline bool
sys/vm/vm_pageout.c
1938
bool breakout;
sys/vm/vm_pageout.c
2074
static bool
sys/vm/vm_pageout.c
2079
bool ret;
sys/vm/vm_pageout.c
2126
bool target_met;
sys/vm/vm_pageout.c
231
bool in_shortfall);
sys/vm/vm_pageout.c
292
vm_pageout_collect_batch(struct scan_state *ss, const bool dequeue)
sys/vm/vm_pageout.c
338
vm_pageout_next(struct scan_state *ss, const bool dequeue)
sys/vm/vm_pageout.c
350
static __always_inline bool
sys/vm/vm_pageout.c
351
vm_pageout_defer(vm_page_t m, const uint8_t queue, const bool enqueued)
sys/vm/vm_pageout.c
370
static bool
sys/vm/vm_pageout.c
468
vm_pageout_flush(vm_page_t *mc, int count, int flags, bool *eio)
sys/vm/vm_pageout.c
717
vm_pageout_launder(struct vm_domain *vmd, int launder, bool in_shortfall)
sys/vm/vm_pageout.c
726
bool pageout_ok;
sys/vm/vm_pageout.c
988
bool in_shortfall;
sys/vm/vm_pageout.h
103
int vm_pageout_flush(vm_page_t *mc, int count, int flags, bool *eio);
sys/vm/vm_pagequeue.h
257
bool vmd_oom; /* An OOM kill was requested. */
sys/vm/vm_pagequeue.h
258
bool vmd_helper_threads_enabled;/* Use multiple threads to scan. */
sys/vm/vm_pagequeue.h
275
bool vmd_minset; /* (d) Are we in vm_min_domains? */
sys/vm/vm_pagequeue.h
276
bool vmd_severeset; /* (d) Are we in vm_severe_domains? */
sys/vm/vm_pagequeue.h
360
static inline bool
sys/vm/vm_pager.c
100
static void dead_pager_getvp(vm_object_t, struct vnode **, bool *);
sys/vm/vm_pager.c
146
dead_pager_getvp(vm_object_t object, struct vnode **vpp, bool *vp_heldp)
sys/vm/vm_pager.c
600
bool
sys/vm/vm_pager.h
232
vm_pager_getvp(vm_object_t object, struct vnode **vpp, bool *vp_heldp)
sys/vm/vm_pager.h
275
static __inline bool
sys/vm/vm_pager.h
64
typedef bool pgo_mightbedirty_t(vm_object_t);
sys/vm/vm_pager.h
66
bool *vp_heldp);
sys/vm/vm_phys.c
1280
vm_phys_lazy_init_domain(int domain, bool locked)
sys/vm/vm_phys.c
1282
static bool initdone[MAXMEMDOM];
sys/vm/vm_phys.c
1287
bool unlocked;
sys/vm/vm_phys.c
1502
bool
sys/vm/vm_phys.c
1902
bool
sys/vm/vm_phys.c
191
static bool __diagused
sys/vm/vm_phys.h
81
bool vm_phys_unfree_page(vm_paddr_t pa);
sys/vm/vm_phys.h
88
bool vm_phys_is_dumpable(vm_paddr_t pa);
sys/vm/vm_radix.h
53
static __inline bool
sys/vm/vm_reserv.c
1093
bool
sys/vm/vm_reserv.c
1108
bool
sys/vm/vm_reserv.c
1206
bool
sys/vm/vm_reserv.c
408
static inline bool
sys/vm/vm_reserv.h
57
bool vm_reserv_is_page_free(vm_page_t m);
sys/vm/vm_reserv.h
58
bool vm_reserv_is_populated(vm_page_t m, int npages);
sys/vm/vm_reserv.h
64
bool vm_reserv_reclaim_inactive(int domain);
sys/vm/vm_swapout.c
139
vm_swapout_object_deactivate_page(pmap_t pmap, vm_page_t m, bool unmap)
sys/vm/vm_swapout.c
177
bool unmap;
sys/vm/vnode_pager.c
105
static void vnode_pager_getvp(vm_object_t, struct vnode **, bool *);
sys/vm/vnode_pager.c
1296
static bool
sys/vm/vnode_pager.c
1327
bool in_hole;
sys/vm/vnode_pager.c
154
bool last;
sys/vm/vnode_pager.c
1650
vnode_pager_getvp(vm_object_t object, struct vnode **vpp, bool *vp_heldp)
sys/vm/vnode_pager.c
577
bool same_page;
sys/x86/acpica/madt.c
207
bool bios_x2apic;
sys/x86/cpufreq/hwpstate_amd.c
202
static bool hwpstate_pstate_limit;
sys/x86/cpufreq/hwpstate_amd.c
208
static bool hwpstate_amd_cppc_enable = true;
sys/x86/cpufreq/hwpstate_amd.c
298
static inline bool
sys/x86/cpufreq/hwpstate_amd.c
933
const bool request_read = !hwp_has_error(data.res,
sys/x86/cpufreq/hwpstate_common.c
19
bool hwpstate_pkg_ctrl_enable = true;
sys/x86/cpufreq/hwpstate_common.h
13
extern bool hwpstate_pkg_ctrl_enable;
sys/x86/cpufreq/hwpstate_intel.c
86
bool hwp_notifications;
sys/x86/cpufreq/hwpstate_intel.c
87
bool hwp_activity_window;
sys/x86/cpufreq/hwpstate_intel.c
88
bool hwp_pref_ctrl;
sys/x86/cpufreq/hwpstate_intel.c
89
bool hwp_pkg_ctrl;
sys/x86/cpufreq/hwpstate_intel.c
90
bool hwp_pkg_ctrl_en;
sys/x86/cpufreq/hwpstate_intel.c
91
bool hwp_perf_bias;
sys/x86/cpufreq/hwpstate_intel.c
92
bool hwp_perf_bias_cached;
sys/x86/include/apicvar.h
220
bool lapic_is_x2apic(void);
sys/x86/include/bus_dma.h
39
static inline bool
sys/x86/include/busdma_impl.h
57
bool (*id_mapped)(bus_dma_tag_t, vm_paddr_t, bus_size_t);
sys/x86/include/fpu.h
222
bool xsave_extfeature_supported(uint64_t feature, bool supervisor);
sys/x86/include/fpu.h
223
bool xsave_extension_supported(uint64_t extension);
sys/x86/include/fpu.h
225
size_t xsave_area_offset(uint64_t xstate_bv, uint64_t feature, bool compact,
sys/x86/include/fpu.h
226
bool supervisor);
sys/x86/include/fpu.h
227
size_t xsave_area_size(uint64_t xstate_bv, bool compact, bool supervisor);
sys/x86/include/init.h
47
extern bool acpi_cpu_disabled;
sys/x86/include/init.h
50
extern bool acpi_hpet_disabled;
sys/x86/include/init.h
53
extern bool acpi_timer_disabled;
sys/x86/include/intr_machdep.h
152
void intr_resume(bool suspend_cancelled);
sys/x86/include/intr_machdep.h
86
void (*pic_resume)(struct pic *, bool suspend_cancelled);
sys/x86/include/kvm.h
62
static inline bool
sys/x86/include/pvclock.h
118
bool stable_flag_supported;
sys/x86/include/pvclock.h
121
bool vdso_force_unstable;
sys/x86/include/pvclock.h
122
bool vdso_enable_without_rdtscp;
sys/x86/include/x86_smp.h
55
bool cpu_present:1;
sys/x86/include/x86_smp.h
56
bool cpu_bsp:1;
sys/x86/include/x86_smp.h
57
bool cpu_disabled:1;
sys/x86/include/x86_smp.h
58
bool cpu_hyperthread:1;
sys/x86/include/x86_smp.h
65
extern bool mwait_cpustop_broken;
sys/x86/include/x86_var.h
117
bool acpi_get_fadt_bootflags(uint16_t *flagsp);
sys/x86/include/x86_var.h
121
bool cpu_mwait_usable(void);
sys/x86/include/x86_var.h
128
bool disable_wp(void);
sys/x86/include/x86_var.h
129
void restore_wp(bool old_wp);
sys/x86/include/x86_var.h
138
bool fix_cpuid(void);
sys/x86/include/x86_var.h
143
void hw_ibrs_recalculate(bool all_cpus);
sys/x86/include/x86_var.h
145
void hw_ssb_recalculate(bool all_cpus);
sys/x86/include/x86_var.h
147
void x86_rngds_mitg_recalculate(bool all_cpus);
sys/x86/include/x86_var.h
149
void zenbleed_check_and_apply(bool all_cpus);
sys/x86/include/xen/xen-os.h
47
extern bool xen_evtchn_needs_ack;
sys/x86/include/xen/xen-os.h
74
static inline bool
sys/x86/include/xen/xen-os.h
81
static inline bool
sys/x86/include/xen/xen-os.h
88
static inline bool
sys/x86/include/xen/xen-os.h
95
bool xen_has_iommu_maps(void);
sys/x86/iommu/amd_cmd.c
171
bool intr, bool memw, bool fence)
sys/x86/iommu/amd_cmd.c
201
iommu_gaddr_t size, struct iommu_qi_genseq *pseq, bool emit_wait)
sys/x86/iommu/amd_ctx.c
109
static bool
sys/x86/iommu/amd_ctx.c
118
struct iommu_map_entries_tailq *entries, bool cansleep)
sys/x86/iommu/amd_ctx.c
233
amdiommu_domain_alloc(struct amdiommu_unit *unit, bool id_mapped)
sys/x86/iommu/amd_ctx.c
477
dte_entry_init(struct amdiommu_ctx *ctx, bool move, uint8_t dte, uint32_t edte)
sys/x86/iommu/amd_ctx.c
506
int dev_domain, bool id_mapped, bool rmrr_init, uint8_t dte, uint32_t edte)
sys/x86/iommu/amd_ctx.c
590
bool id_mapped, bool rmrr_init)
sys/x86/iommu/amd_ctx.c
84
amdiommu_domain_unload_entry(struct iommu_map_entry *entry, bool free,
sys/x86/iommu/amd_ctx.c
85
bool cansleep)
sys/x86/iommu/amd_drv.c
1006
uint16_t *ridp, uint8_t *dtep, uint32_t *edtep, bool verbose)
sys/x86/iommu/amd_drv.c
1011
bool res;
sys/x86/iommu/amd_drv.c
1056
amdiommu_find_method(device_t dev, bool verbose)
sys/x86/iommu/amd_drv.c
1118
amdiommu_print_domain(struct amdiommu_domain *domain, bool show_mappings)
sys/x86/iommu/amd_drv.c
1138
amdiommu_print_one(struct amdiommu_unit *unit, bool show_domains,
sys/x86/iommu/amd_drv.c
1139
bool show_mappings, bool show_cmdq)
sys/x86/iommu/amd_drv.c
1192
bool show_domains, show_mappings, show_cmdq;
sys/x86/iommu/amd_drv.c
1211
bool show_domains, show_mappings, show_cmdq;
sys/x86/iommu/amd_drv.c
126
static bool
sys/x86/iommu/amd_drv.c
132
bool done;
sys/x86/iommu/amd_drv.c
160
static bool
sys/x86/iommu/amd_drv.c
178
static bool
sys/x86/iommu/amd_drv.c
449
bool res;
sys/x86/iommu/amd_drv.c
655
static bool
sys/x86/iommu/amd_drv.c
74
static bool amdiommu_running = false;
sys/x86/iommu/amd_drv.c
800
static bool
sys/x86/iommu/amd_drv.c
805
bool res;
sys/x86/iommu/amd_drv.c
820
static bool
sys/x86/iommu/amd_drv.c
825
bool res;
sys/x86/iommu/amd_drv.c
84
typedef bool (*amdiommu_itercc_t)(void *, void *);
sys/x86/iommu/amd_drv.c
85
typedef bool (*amdiommu_iter40_t)(ACPI_IVRS_HARDWARE2 *, void *);
sys/x86/iommu/amd_drv.c
86
typedef bool (*amdiommu_iter11_t)(ACPI_IVRS_HARDWARE2 *, void *);
sys/x86/iommu/amd_drv.c
87
typedef bool (*amdiommu_iter10_t)(ACPI_IVRS_HARDWARE1 *, void *);
sys/x86/iommu/amd_drv.c
887
uint8_t *dtep, uint32_t *edtep, bool verbose)
sys/x86/iommu/amd_drv.c
89
static bool
sys/x86/iommu/amd_drv.c
892
bool res;
sys/x86/iommu/amd_drv.c
94
bool done;
sys/x86/iommu/amd_drv.c
954
uint16_t *ridp, uint8_t *dtep, uint32_t *edtep, bool verbose)
sys/x86/iommu/amd_drv.c
959
bool res;
sys/x86/iommu/amd_event.c
154
static bool
sys/x86/iommu/amd_event.c
166
bool enqueue;
sys/x86/iommu/amd_event.c
89
const struct amdiommu_event_generic *evp, bool fancy)
sys/x86/iommu/amd_idpgtbl.c
306
struct iommu_map_entry *entry, bool free_sf)
sys/x86/iommu/amd_idpgtbl.c
73
struct sf_buf **sf, struct iommu_map_entry *entry, bool free_sf);
sys/x86/iommu/amd_intrmap.c
118
bool is_iommu;
sys/x86/iommu/amd_intrmap.c
208
bool edge, bool activehi, int irq, u_int *cookie, uint32_t *hi,
sys/x86/iommu/amd_intrmap.c
223
amdiommu_ir_find(device_t src, uint16_t *ridp, bool *is_iommu)
sys/x86/iommu/amd_intrmap.c
77
bool *is_iommu);
sys/x86/iommu/amd_iommu.h
100
bool irte_x2apic;
sys/x86/iommu/amd_iommu.h
186
uint16_t *ridp, uint8_t *dtep, uint32_t *edtep, bool verbose);
sys/x86/iommu/amd_iommu.h
188
uint16_t *ridp, uint8_t *dtep, uint32_t *edtep, bool verbose);
sys/x86/iommu/amd_iommu.h
190
uint16_t *ridp, uint8_t *dtep, uint32_t *edtep, bool verbose);
sys/x86/iommu/amd_iommu.h
204
bool edge, bool activehi, int irq, u_int *cookie, uint32_t *hi,
sys/x86/iommu/amd_iommu.h
212
void amdiommu_domain_unload_entry(struct iommu_map_entry *entry, bool free,
sys/x86/iommu/amd_iommu.h
213
bool cansleep);
sys/x86/iommu/amd_iommu.h
215
struct iommu_map_entries_tailq *entries, bool cansleep);
sys/x86/iommu/amd_iommu.h
217
device_t dev, uint16_t rid, int dev_domain, bool id_mapped,
sys/x86/iommu/amd_iommu.h
218
bool rmrr_init, uint8_t dte, uint32_t edte);
sys/x86/iommu/amd_iommu.h
220
uint16_t rid, bool id_mapped, bool rmrr_init);
sys/x86/iommu/intel_ctx.c
151
ctx_id_entry_init(struct dmar_ctx *ctx, dmar_ctx_entry_t *ctxp, bool move,
sys/x86/iommu/intel_ctx.c
189
dmar_flush_for_ctx_entry(struct dmar_unit *dmar, bool force)
sys/x86/iommu/intel_ctx.c
363
dmar_domain_alloc(struct dmar_unit *dmar, bool id_mapped)
sys/x86/iommu/intel_ctx.c
503
bool id_mapped, bool rmrr_init)
sys/x86/iommu/intel_ctx.c
511
bool enable;
sys/x86/iommu/intel_ctx.c
642
bool id_mapped, bool rmrr_init)
sys/x86/iommu/intel_ctx.c
658
bool id_mapped, bool rmrr_init)
sys/x86/iommu/intel_ctx.c
830
dmar_domain_unload_entry(struct iommu_map_entry *entry, bool free,
sys/x86/iommu/intel_ctx.c
831
bool cansleep)
sys/x86/iommu/intel_ctx.c
862
static bool
sys/x86/iommu/intel_ctx.c
874
struct iommu_map_entries_tailq *entries, bool cansleep)
sys/x86/iommu/intel_ctx.c
912
bool id_mapped, bool rmrr_init)
sys/x86/iommu/intel_dmar.h
169
struct dmar_unit *dmar_find(device_t dev, bool verbose);
sys/x86/iommu/intel_dmar.h
174
bool dmar_pglvl_supported(struct dmar_unit *unit, int pglvl);
sys/x86/iommu/intel_dmar.h
177
bool allow_less);
sys/x86/iommu/intel_dmar.h
195
bool dmar_barrier_enter(struct dmar_unit *dmar, u_int barrier_id);
sys/x86/iommu/intel_dmar.h
212
struct iommu_map_entry *entry, bool emit_wait);
sys/x86/iommu/intel_dmar.h
214
iommu_gaddr_t size, bool cansleep);
sys/x86/iommu/intel_dmar.h
233
uint16_t rid, bool id_mapped, bool rmrr_init);
sys/x86/iommu/intel_dmar.h
236
bool id_mapped, bool rmrr_init);
sys/x86/iommu/intel_dmar.h
242
uint16_t rid, bool id_mapped, bool rmrr_init);
sys/x86/iommu/intel_dmar.h
243
void dmar_domain_unload_entry(struct iommu_map_entry *entry, bool free,
sys/x86/iommu/intel_dmar.h
244
bool cansleep);
sys/x86/iommu/intel_dmar.h
246
struct iommu_map_entries_tailq *entries, bool cansleep);
sys/x86/iommu/intel_dmar.h
262
int dmar_map_ioapic_intr(u_int ioapic_id, u_int cpu, u_int vector, bool edge,
sys/x86/iommu/intel_dmar.h
263
bool activehi, int irq, u_int *cookie, uint32_t *hi, uint32_t *lo);
sys/x86/iommu/intel_dmar.h
391
bool forever; \
sys/x86/iommu/intel_drv.c
1114
dmar_print_domain(struct dmar_domain *domain, bool show_mappings)
sys/x86/iommu/intel_drv.c
1138
bool show_mappings, valid;
sys/x86/iommu/intel_drv.c
1202
dmar_print_one(int idx, bool show_domains, bool show_mappings)
sys/x86/iommu/intel_drv.c
1272
bool show_domains, show_mappings;
sys/x86/iommu/intel_drv.c
1286
bool show_domains, show_mappings;
sys/x86/iommu/intel_drv.c
1300
dmar_find_method(device_t dev, bool verbose)
sys/x86/iommu/intel_drv.c
703
static bool
sys/x86/iommu/intel_drv.c
759
dmar_find(device_t dev, bool verbose)
sys/x86/iommu/intel_drv.c
89
static bool dmar_running = false;
sys/x86/iommu/intel_fault.c
128
bool enqueue;
sys/x86/iommu/intel_idpgtbl.c
405
bool superpage;
sys/x86/iommu/intel_idpgtbl.c
548
struct sf_buf **sf, struct iommu_map_entry *entry, bool free_fs);
sys/x86/iommu/intel_idpgtbl.c
567
struct iommu_map_entry *entry, bool free_sf)
sys/x86/iommu/intel_intrmap.c
154
dmar_map_ioapic_intr(u_int ioapic_id, u_int cpu, u_int vector, bool edge,
sys/x86/iommu/intel_intrmap.c
155
bool activehi, int irq, u_int *cookie, uint32_t *hi, uint32_t *lo)
sys/x86/iommu/intel_qi.c
169
dmar_qi_emit_wait_descr(struct iommu_unit *iommu, uint32_t seq, bool intr,
sys/x86/iommu/intel_qi.c
170
bool memw, bool fence)
sys/x86/iommu/intel_qi.c
186
iommu_gaddr_t size, struct iommu_qi_genseq *pseq, bool emit_wait)
sys/x86/iommu/intel_utils.c
110
bool
sys/x86/iommu/intel_utils.c
153
dmar_maxaddr2mgaw(struct dmar_unit *unit, iommu_gaddr_t maxaddr, bool allow_less)
sys/x86/iommu/intel_utils.c
466
bool
sys/x86/iommu/iommu_intrmap.h
36
int iommu_map_ioapic_intr(u_int ioapic_id, u_int cpu, u_int vector, bool edge,
sys/x86/iommu/iommu_intrmap.h
37
bool activehi, int irq, u_int *cookie, uint32_t *hi, uint32_t *lo);
sys/x86/iommu/iommu_utils.c
139
bool allocated;
sys/x86/iommu/iommu_utils.c
202
x86_no_iommu_find(device_t dev, bool verbose)
sys/x86/iommu/iommu_utils.c
228
bool edge, bool activehi, int irq, u_int *cookie, uint32_t *hi,
sys/x86/iommu/iommu_utils.c
265
iommu_domain_unload_entry(struct iommu_map_entry *entry, bool free,
sys/x86/iommu/iommu_utils.c
266
bool cansleep)
sys/x86/iommu/iommu_utils.c
273
struct iommu_map_entries_tailq *entries, bool cansleep)
sys/x86/iommu/iommu_utils.c
280
bool id_mapped, bool rmrr_init)
sys/x86/iommu/iommu_utils.c
292
iommu_find(device_t dev, bool verbose)
sys/x86/iommu/iommu_utils.c
318
iommu_map_ioapic_intr(u_int ioapic_id, u_int cpu, u_int vector, bool edge,
sys/x86/iommu/iommu_utils.c
319
bool activehi, int irq, u_int *cookie, uint32_t *hi, uint32_t *lo)
sys/x86/iommu/iommu_utils.c
339
static bool
sys/x86/iommu/iommu_utils.c
354
bool emit_wait)
sys/x86/iommu/iommu_utils.c
391
gseq, bool nowait)
sys/x86/iommu/iommu_utils.c
415
struct iommu_map_entry *entry, bool emit_wait)
sys/x86/iommu/iommu_utils.c
450
iommu_gaddr_t size, bool cansleep)
sys/x86/iommu/iommu_utils.c
671
iommu_domain_free_entry(struct iommu_map_entry *entry, bool free)
sys/x86/iommu/x86_iommu.h
171
void iommu_domain_free_entry(struct iommu_map_entry *entry, bool free);
sys/x86/iommu/x86_iommu.h
174
pseq, bool emit_wait);
sys/x86/iommu/x86_iommu.h
176
iommu_qi_genseq *gseq, bool nowait);
sys/x86/iommu/x86_iommu.h
179
struct iommu_map_entry *entry, bool emit_wait);
sys/x86/iommu/x86_iommu.h
181
iommu_gaddr_t size, bool cansleep);
sys/x86/iommu/x86_iommu.h
71
bool, bool, bool);
sys/x86/iommu/x86_iommu.h
75
pseq, bool emit_wait);
sys/x86/iommu/x86_iommu.h
76
void (*domain_unload_entry)(struct iommu_map_entry *entry, bool free,
sys/x86/iommu/x86_iommu.h
77
bool cansleep);
sys/x86/iommu/x86_iommu.h
79
struct iommu_map_entries_tailq *entries, bool cansleep);
sys/x86/iommu/x86_iommu.h
81
device_t dev, uint16_t rid, bool id_mapped, bool rmrr_init);
sys/x86/iommu/x86_iommu.h
84
struct iommu_unit *(*find)(device_t dev, bool verbose);
sys/x86/iommu/x86_iommu.h
90
bool edge, bool activehi, int irq, u_int *cookie, uint32_t *hi,
sys/x86/isa/atpic.c
146
static void atpic_resume(struct pic *pic, bool suspend_cancelled);
sys/x86/isa/atpic.c
334
atpic_resume(struct pic *pic, bool suspend_cancelled)
sys/x86/isa/atrtc.c
291
static bool
sys/x86/isa/atrtc.c
292
atrtc_check_cmos_access(bool is_read, ACPI_PHYSICAL_ADDRESS addr, UINT32 len)
sys/x86/isa/atrtc.c
323
bool is_read = func == ACPI_READ;
sys/x86/isa/atrtc.c
415
static bool
sys/x86/isa/atrtc.c
63
static bool atrtc_power_lost = false;
sys/x86/linux/linux_vdso_selector_x86.c
43
bool amd_cpu;
sys/x86/linux/linux_x86.c
104
static bool elf_hwcap2_valid = false;
sys/x86/x86/busdma_bounce.c
101
static bool _bus_dmamap_pagesneeded(bus_dma_tag_t dmat, vm_paddr_t buf,
sys/x86/x86/busdma_bounce.c
131
static __inline bool
sys/x86/x86/busdma_bounce.c
223
static bool
sys/x86/x86/busdma_bounce.c
499
static bool
sys/x86/x86/cpu_machdep.c
1082
bool handled;
sys/x86/x86/cpu_machdep.c
1132
hw_ibrs_recalculate(bool for_all_cpus)
sys/x86/x86/cpu_machdep.c
1184
hw_ssb_set(bool enable, bool for_all_cpus)
sys/x86/x86/cpu_machdep.c
1199
hw_ssb_recalculate(bool all_cpus)
sys/x86/x86/cpu_machdep.c
121
bool safe;
sys/x86/x86/cpu_machdep.c
1481
taa_set(bool enable, bool all)
sys/x86/x86/cpu_machdep.c
1646
x86_rngds_mitg_recalculate(bool all_cpus)
sys/x86/x86/cpu_machdep.c
1738
static bool
sys/x86/x86/cpu_machdep.c
1748
static bool
sys/x86/x86/cpu_machdep.c
1763
zenbleed_check_and_apply(bool all_cpus)
sys/x86/x86/cpu_machdep.c
1765
bool set;
sys/x86/x86/cpu_machdep.c
1822
bool
sys/x86/x86/cpu_machdep.c
1835
restore_wp(bool old_wp)
sys/x86/x86/cpu_machdep.c
1842
bool
sys/x86/x86/cpu_machdep.c
1865
bool cpu_is_amd = cpu_vendor_id == CPU_VENDOR_AMD ||
sys/x86/x86/cpu_machdep.c
344
bool mwait_cpustop_broken = false;
sys/x86/x86/cpu_machdep.c
637
bool
sys/x86/x86/cpu_machdep.c
654
static bool
sys/x86/x86/cpu_machdep.c
883
static bool
sys/x86/x86/cpu_machdep.c
975
bool claimed = false;
sys/x86/x86/identcpu.c
1516
bool
sys/x86/x86/intr_machdep.c
380
intr_resume(bool suspend_cancelled)
sys/x86/x86/intr_machdep.c
601
static bool intr_no_domain;
sys/x86/x86/io_apic.c
125
static void ioapic_resume(struct pic *pic, bool suspend_cancelled);
sys/x86/x86/io_apic.c
615
ioapic_resume(struct pic *pic, bool suspend_cancelled)
sys/x86/x86/local_apic.c
1235
lapic_resume(struct pic *pic, bool suspend_cancelled)
sys/x86/x86/local_apic.c
447
bool
sys/x86/x86/local_apic.c
459
static void lapic_resume(struct pic *pic, bool suspend_cancelled);
sys/x86/x86/local_apic.c
558
bool arat;
sys/x86/x86/mca.c
1065
mca_scan(enum scan_mode mode, bool *recoverablep)
sys/x86/x86/mca.c
1205
bool recoverable = true;
sys/x86/x86/mca.c
1244
bool doresize;
sys/x86/x86/mca.c
140
static bool mca_uselog = false;
sys/x86/x86/mca.c
155
static bool mca_startup_done = false;
sys/x86/x86/mca.c
1717
bool lmcs, recoverable;
sys/x86/x86/mca.c
1761
bool recoverable = true;
sys/x86/x86/mca.c
253
static inline bool
sys/x86/x86/mca.c
274
static inline bool
sys/x86/x86/mca.c
286
static inline bool
sys/x86/x86/mca.c
299
static inline bool
sys/x86/x86/mca.c
486
mca_log(enum scan_mode mode, const struct mca_record *rec, bool fatal)
sys/x86/x86/mca.c
492
bool uncor, using_shared_buf;
sys/x86/x86/mca.c
773
static bool
sys/x86/x86/mca.c
774
mca_is_mce(uint64_t mcg_cap, uint64_t status, bool *recoverablep)
sys/x86/x86/mca.c
811
struct mca_record *rec, bool *recoverablep)
sys/x86/x86/mca.c
815
bool mce, recover;
sys/x86/x86/mp_x86.c
1293
static bool
sys/x86/x86/mp_x86.c
1502
bool call_post;
sys/x86/x86/mp_x86.c
1529
bool use_mwait;
sys/x86/x86/mp_x86.c
173
static bool stop_mwait = false;
sys/x86/x86/msi.c
129
bool msi_msix; /* MSI-X message. */
sys/x86/x86/sdt_machdep.c
22
bool
sys/x86/x86/sdt_machdep.c
49
bool old_wp;
sys/x86/x86/sdt_machdep.c
71
bool old_wp;
sys/x86/x86/stack_machdep.c
109
bool done;
sys/x86/x86/tsc.c
170
static bool
sys/x86/x86/tsc.c
194
static bool
sys/x86/xen/hvm.c
468
xen_hvm_resume(bool suspend_cancelled)
sys/x86/xen/hvm.c
533
bool
sys/x86/xen/hvm.c
90
bool xen_evtchn_needs_ack;
sys/x86/xen/xen_apic.c
162
static bool pvnmi = true;
sys/x86/xen/xen_arch_intr.c
241
xen_intr_pic_resume(struct pic *pic, bool suspend_cancelled)
sys/xen/hvm.h
102
void xen_hvm_resume(bool suspend_cancelled);
sys/xen/xen-os.h
102
static inline bool
sys/xen/xen-os.h
124
static inline bool
sys/xen/xen-os.h
82
extern bool xen_suspend_cancelled;
sys/xen/xen-os.h
84
static inline bool
sys/xen/xen-os.h
90
static inline bool
sys/xen/xen-os.h
96
static inline bool
sys/xen/xen_common.c
87
static bool warned = false;
sys/xen/xenstore/xenstorevar.h
96
bool xs_initialized(void);
tests/freebsd_test_suite/macros.h
55
bool value; \
tests/sys/aio/aio_test.c
1167
aio_socket_blocking_short_write_test(bool vectored)
tests/sys/aio/aio_test.c
1504
bool done;
tests/sys/aio/aio_test.c
1998
aio_zvol_test(completion comp, struct sigevent *sev, bool vectored,
tests/sys/aio/aio_test.c
450
aio_file_test(completion comp, struct sigevent *sev, bool vectored)
tests/sys/aio/aio_test.c
583
aio_unix_socketpair_test(completion comp, struct sigevent *sev, bool vectored)
tests/sys/aio/aio_test.c
854
aio_md_test(completion comp, struct sigevent *sev, bool vectored)
tests/sys/audit/utils.c
225
static bool
tests/sys/audit/utils.c
48
static bool
tests/sys/capsicum/capsicum-test.h
17
extern bool verbose;
tests/sys/capsicum/capsicum-test.h
19
extern bool tmpdir_on_tmpfs;
tests/sys/capsicum/capsicum-test.h
20
extern bool force_mt;
tests/sys/capsicum/capsicum-test.h
21
extern bool force_nofork;
tests/sys/file/closefrom_test.c
301
bool set)
tests/sys/fs/tarfs/mktar.c
50
static bool opt_g;
tests/sys/fs/tarfs/mktar.c
51
static bool opt_v;
tests/sys/fs/tarfs/tarsum.c
19
static bool opt_v;
tests/sys/kern/copy_file_range.c
58
static bool
tests/sys/kern/ktls_test.c
144
static bool
tests/sys/kern/ktls_test.c
218
static bool
tests/sys/kern/ktls_test.c
270
static bool
tests/sys/kern/ktls_test.c
305
static bool
tests/sys/kern/ktls_test.c
350
static bool
tests/sys/kern/ktls_test.c
357
static bool
tests/sys/kern/ktls_test.c
364
static bool
tests/sys/kern/ktls_test.c
405
static bool
tests/sys/kern/ktls_test.c
422
static bool
tests/sys/kern/ktls_test.c
484
static bool
tests/sys/kern/ktls_test.c
491
bool valid;
tests/sys/kern/ktls_test.c
56
bool enable;
tests/sys/kern/libkern_crc32.c
38
static bool
tests/sys/kern/listener_wakeup.c
74
bool nonblock;
tests/sys/kern/prace.c
39
child(int rd, bool poll)
tests/sys/kern/prace.c
84
prace(bool poll)
tests/sys/kern/ptrace_test.c
3277
terminate_with_pending_sigstop(bool sigstop_from_main_thread)
tests/sys/kern/ptrace_test.c
3794
bool hit_break[2];
tests/sys/kern/ptrace_test.c
544
follow_fork_parent(bool use_vfork)
tests/sys/kern/ptrace_test.c
575
bool fork_reported[2];
tests/sys/kern/sendfile_helper.c
136
bool pf_unix = false;
tests/sys/kern/sendfile_helper.c
47
static volatile bool read_done = false;
tests/sys/kern/sigwait.c
120
test_sigtimedwait_timeout_eagain(time_t sec, bool zero_tmo)
tests/sys/kern/sigwait.c
340
test_sig_discard_ign(bool ignore)
tests/sys/kern/sigwait.c
392
bool dequeue)
tests/sys/kern/sigwait.c
428
test_wait_dequeue_sigchld(bool dequeue)
tests/sys/kern/sigwait.c
62
support_create_timer(uint64_t sec, long int nsec, bool repeat,
tests/sys/kern/sigwait.c
63
bool callback)
tests/sys/kern/ssl_sendfile.c
245
sendme_locked(struct ctx *c, off_t offset, size_t size, bool nb)
tests/sys/kern/ssl_sendfile.c
256
sendme_locked_wait(struct ctx *c, off_t offset, size_t size, bool nb)
tests/sys/kern/ssl_sendfile.c
264
sendme(struct ctx *c, off_t offset, size_t size, bool nb)
tests/sys/kern/ssl_sendfile.c
61
bool nb; /* SSL_sendfile mode */
tests/sys/kern/ssl_sendfile.c
83
bool enable;
tests/sys/kern/timerfd.c
801
bool returns_early = false;
tests/sys/kern/tty/test_sti.c
82
init_pty(int *termfd, bool canon)
tests/sys/kern/unix_passfd_test.c
198
static bool
tests/sys/kern/unix_passfd_test.c
220
bool foundcreds;
tests/sys/kern/unix_seqpacket_test.c
243
bool currently_sending = true;
tests/sys/kern/unix_seqpacket_test.c
532
static bool sigpipe_received = false;
tests/sys/kern/unix_stream.c
112
bool timeout;
tests/sys/net/routing/rtsock_config.h
54
bool autocreated_interface;
tests/sys/netinet/broadcast.c
134
bool skip = true;
tests/sys/netinet/ip6_v4mapped_test.c
223
bool got_bind_error = false;
tests/sys/netinet/multicast-receive.c
67
bool index;
tests/sys/netinet/multicast-send.c
65
bool index;
tests/sys/netinet/raw.c
108
bool results[nitems(rcvrs)];
tests/sys/netinet/raw.c
240
bool results[nitems(srcs)];
tests/sys/netinet/raw.c
48
rawsender(bool mcast)
tests/sys/netinet/socket_afinet.c
339
static bool
tests/sys/netinet/socket_afinet.c
341
bool unpriv)
tests/sys/netinet/socket_afinet.c
396
static bool
tests/sys/netinet/socket_afinet.c
402
static bool
tests/sys/netinet/socket_afinet.c
409
bind_socket(int domain, int type, int opt, bool unspec, struct sockaddr *sa)
tests/sys/netinet/socket_afinet.c
458
bool flags[2] = { false, true };
tests/sys/netinet/socket_afinet.c
459
bool res;
tests/sys/netinet/socket_afinet.c
520
bool res;
tests/sys/netinet/udp_dontroute.c
62
bool v6 = false;
tests/sys/netpfil/common/divapp.c
45
bool divert_back;
tests/sys/posixshm/posixshm.h
33
pagesizes(size_t ps[MAXPAGESIZES], bool required)
tests/sys/ses/common.h
26
typedef bool(*ses_cb)(const char *devname, int fd);
tests/sys/ses/common.h
57
static bool
tests/sys/ses/destructive.c
153
static bool
tests/sys/ses/destructive.c
224
static bool
tests/sys/ses/destructive.c
229
bool worked = false;
tests/sys/ses/destructive.c
256
static bool
tests/sys/ses/destructive.c
67
static bool
tests/sys/ses/nondestructive.c
128
static bool
tests/sys/ses/nondestructive.c
246
static bool
tests/sys/ses/nondestructive.c
327
static bool
tests/sys/ses/nondestructive.c
400
static bool
tests/sys/ses/nondestructive.c
43
static bool
tests/sys/ses/nondestructive.c
452
static bool
tests/sys/ses/nondestructive.c
500
static bool
tests/sys/ses/nondestructive.c
545
static bool
tests/sys/ses/nondestructive.c
595
static bool
tests/sys/sound/polling.c
133
bool rd = false;
tests/sys/sound/polling.c
134
bool wr = false;
tests/sys/sound/polling.c
172
bool rd = false;
tests/sys/sound/polling.c
173
bool wr = false;
tests/sys/sound/sndstat.c
142
NV(bool, BITPERFECT);
tests/sys/sound/sndstat.c
143
NV(bool, PVCHAN);
tests/sys/sound/sndstat.c
146
NV(bool, RVCHAN);
tests/sys/sound/sndstat.c
311
NV(bool, FROM_USER, n);
tests/sys/sound/sndstat.c
90
NV(bool, FROM_USER);
tests/sys/vm/mmap_test.c
54
bool allow_wx;
tests/sys/vm/shared_shadow_inval_test.c
313
do_one_shared_shadow_inval(bool lazy_cow, size_t pagesize, size_t len,
tests/sys/vm/shared_shadow_inval_test.c
358
do_shared_shadow_inval(bool lazy_cow)
tests/sys/vm/shared_shadow_inval_test.c
92
bool collapse;
tests/sys/vm/shared_shadow_inval_test.c
93
bool block_xfer;
tests/sys/vm/shared_shadow_inval_test.c
94
bool lazy_cow;
tests/sys/vm/shared_shadow_inval_test.c
95
bool okay;
tests/sys/vm/shared_shadow_inval_test.c
96
volatile bool exiting[DEPTH];
tests/sys/vm/shared_shadow_inval_test.c
97
volatile bool exit;
tests/sys/vm/shared_shadow_inval_test.c
98
volatile bool p3_did_write;
tools/regression/doat/doat.c
87
bool dir_exist = false;
tools/regression/doat/doat.c
88
bool file_exist = false;
tools/regression/doat/doat.c
89
bool link_exist = false;
tools/regression/sockets/unix_cmsg/uc_common.c
585
const char *gid_num_str, int gid_num, bool all_gids)
tools/regression/sockets/unix_cmsg/uc_common.h
31
bool debug;
tools/regression/sockets/unix_cmsg/uc_common.h
35
bool server_flag;
tools/regression/sockets/unix_cmsg/uc_common.h
36
bool send_data_flag;
tools/regression/sockets/unix_cmsg/uc_common.h
38
bool send_array_flag;
tools/regression/sockets/unix_cmsg/uc_common.h
82
const char *gid_num_str, int gid_num, bool all_gids);
tools/regression/sockets/unix_cmsg/unix_cmsg.c
185
static bool failed_flag = false;
tools/regression/sockets/unix_cmsg/unix_cmsg.c
197
usage(bool verbose)
tools/regression/sockets/unix_cmsg/unix_cmsg.c
350
bool dgram_flag, stream_flag;
tools/test/arc4random/biastest.c
103
bool overflowed = false;
tools/test/buf_ring/buf_ring_test.c
90
static _Atomic bool prod_done = false;
tools/test/gpioevents/gpioevents.c
139
bool first = true;
tools/test/gpioevents/gpioevents.c
209
run_read(bool loop, int handle, const char *file, u_int delayus)
tools/test/gpioevents/gpioevents.c
254
run_poll(bool loop, int handle, const char *file, int timeout, u_int delayus)
tools/test/gpioevents/gpioevents.c
290
run_select(bool loop, int handle, const char *file, int timeout, u_int delayus)
tools/test/gpioevents/gpioevents.c
328
run_kqueue(bool loop, int handle, const char *file, int timeout, u_int delayus)
tools/test/gpioevents/gpioevents.c
379
run_aio_read(bool loop, int handle, const char *file, u_int delayus)
tools/test/gpioevents/gpioevents.c
435
run_sigio(bool loop, int handle, const char *file)
tools/test/gpioevents/gpioevents.c
473
bool loop = true;
tools/test/gpioevents/gpioevents.c
474
bool nonblock = false;
tools/test/gpioevents/gpioevents.c
52
static bool be_verbose = false;
tools/test/iconv/tablegen/tablegen.c
282
do_conv(iconv_t cd, bool uniinput) {
tools/test/iconv/tablegen/tablegen.c
55
bool cflag;
tools/test/iconv/tablegen/tablegen.c
56
bool dflag;
tools/test/iconv/tablegen/tablegen.c
57
bool iflag;
tools/test/iconv/tablegen/tablegen.c
58
bool lflag;
tools/test/iconv/tablegen/tablegen.c
59
bool tflag;
tools/test/iconv/tablegen/tablegen.c
60
bool rflag;
tools/test/iconv/tablegen/tablegen.c
63
static void do_conv(iconv_t, bool);
tools/test/stress2/testcases/openat/doat.c
84
bool dir_exist = false;
tools/test/stress2/testcases/openat/doat.c
85
bool file_exist = false;
tools/test/stress2/testcases/openat/doat.c
86
bool link_exist = false;
tools/tools/crypto/cryptocheck.c
1107
static bool
tools/tools/crypto/cryptocheck.c
1152
static bool
tools/tools/crypto/cryptocheck.c
1233
static bool
tools/tools/crypto/cryptocheck.c
1322
static bool
tools/tools/crypto/cryptocheck.c
1396
static bool
tools/tools/crypto/cryptocheck.c
1403
bool valid;
tools/tools/crypto/cryptocheck.c
1440
static bool
tools/tools/crypto/cryptocheck.c
1533
static bool
tools/tools/crypto/cryptocheck.c
1612
bool ok;
tools/tools/crypto/cryptocheck.c
260
static bool testall, verbose;
tools/tools/crypto/cryptocheck.c
471
static bool
tools/tools/crypto/cryptocheck.c
514
static bool
tools/tools/crypto/cryptocheck.c
545
static bool
tools/tools/crypto/cryptocheck.c
626
static bool
tools/tools/crypto/cryptocheck.c
712
static bool
tools/tools/crypto/cryptocheck.c
758
static bool
tools/tools/crypto/cryptocheck.c
771
static bool
tools/tools/crypto/cryptocheck.c
895
static bool
tools/tools/dmardump/dmardump.c
100
bool printed;
tools/tools/dmardump/dmardump.c
156
bool extended;
tools/tools/fib_multibind/sink.c
99
bool all;
tools/tools/fixwhite/fixwhite.c
161
bool leading = true;
tools/tools/fixwhite/fixwhite.c
64
static bool
tools/tools/fixwhite/fixwhite.c
72
savewhite(char c, bool leading)
tools/tools/ifinfo/ifinfo.c
156
static inline bool
tools/tools/ifinfo/ifinfo.c
162
static inline bool
tools/tools/ifinfo/ifinfo.c
171
bool first;
tools/tools/intel-ucode-split/intel-ucode-split.c
125
bool nflag, vflag;
tools/tools/intel-ucode-split/intel-ucode-split.c
82
bool platformid_printed;
tools/tools/ioat/ioatcontrol.c
111
bool fflag, rflag, Eflag, eflag, mflag, xflag, Xflag;
tools/tools/iwn/iwnstats/main.c
277
bool first;
tools/tools/netmap/lb.c
103
bool busy_wait;
tools/tools/nvmf/nvmfd/controller.c
23
bool shutdown;
tools/tools/nvmf/nvmfd/controller.c
28
static bool
tools/tools/nvmf/nvmfd/devices.c
169
bool
tools/tools/nvmf/nvmfd/devices.c
191
bool
tools/tools/nvmf/nvmfd/devices.c
213
static bool
tools/tools/nvmf/nvmfd/devices.c
279
static bool
tools/tools/nvmf/nvmfd/discovery.c
24
bool wildcard;
tools/tools/nvmf/nvmfd/discovery.c
242
static bool
tools/tools/nvmf/nvmfd/discovery.c
43
static bool
tools/tools/nvmf/nvmfd/discovery.c
49
bool wildcard;
tools/tools/nvmf/nvmfd/internal.h
20
typedef bool handle_command(const struct nvmf_capsule *,
tools/tools/nvmf/nvmfd/internal.h
23
extern bool data_digests;
tools/tools/nvmf/nvmfd/internal.h
24
extern bool header_digests;
tools/tools/nvmf/nvmfd/internal.h
25
extern bool flow_control_disable;
tools/tools/nvmf/nvmfd/internal.h
26
extern bool kernel_io;
tools/tools/nvmf/nvmfd/internal.h
50
bool device_identification_descriptor(uint32_t nsid, void *buf);
tools/tools/nvmf/nvmfd/internal.h
51
bool device_namespace_data(uint32_t nsid, struct nvme_namespace_data *nsdata);
tools/tools/nvmf/nvmfd/io.c
141
static bool
tools/tools/nvmf/nvmfd/io.c
253
static bool
tools/tools/nvmf/nvmfd/io.c
306
static bool
tools/tools/nvmf/nvmfd/io.c
400
static bool
tools/tools/nvmf/nvmfd/io.c
406
bool disconnect;
tools/tools/nvmf/nvmfd/io.c
454
bool disconnect;
tools/tools/nvmf/nvmfd/nvmfd.c
157
bool daemonize;
tools/tools/nvmf/nvmfd/nvmfd.c
29
bool data_digests = false;
tools/tools/nvmf/nvmfd/nvmfd.c
30
bool header_digests = false;
tools/tools/nvmf/nvmfd/nvmfd.c
31
bool flow_control_disable = false;
tools/tools/nvmf/nvmfd/nvmfd.c
32
bool kernel_io = false;
tools/tools/nvmf/nvmfd/nvmfd.c
36
static volatile bool quit = false;
tools/tools/nvmf/nvmfd/nvmfd.c
71
create_passive_sockets(int kqfd, const char *port, bool discovery)
tools/tools/nvmf/nvmfd/nvmfd.c
74
bool created;
tools/tools/nvmf/nvmfdd/nvmfdd.c
25
bool disconnect_supported;
tools/tools/nvmf/nvmfdd/nvmfdd.c
30
static bool data_digests, flow_control_disable, header_digests;
tools/tools/nvmf/nvmfdd/nvmfdd.c
50
tcp_qpair_params(struct nvmf_qpair_params *params, bool admin,
tools/tools/so_splice/proxy.c
388
size_t bufsz, enum proxy_mode mode, bool loopback)
tools/tools/so_splice/proxy.c
406
bool loopback;
tools/tools/so_splice/proxy.c
50
bool loopback;
tools/tools/switch_tls/switch_tls.c
189
static bool
tools/tools/switch_tls/switch_tls.c
223
static bool
tools/tools/switch_tls/switch_tls.c
229
bool ok;
tools/tools/switch_tls/switch_tls.c
269
static bool
tools/tools/switch_tls/switch_tls.c
282
bool ok, infamily;
tools/tools/switch_tls/switch_tls.c
324
static bool
tools/tools/switch_tls/switch_tls.c
51
static bool tcpswitch_list_commands = false;
tools/tools/switch_tls/switch_tls.c
56
static bool tcpswitch(const struct sockaddr *, const struct sockaddr *, int);
tools/tools/switch_tls/switch_tls.c
57
static bool tcpswitchall(const char *, int);
tools/tools/switch_tls/switch_tls.c
58
static bool tcpswitchbyname(const char *, const char *, const char *,
tools/tools/switch_tls/switch_tls.c
60
static bool tcpswitchconn(const struct in_conninfo *, int);
tools/tools/switch_tls/switch_tls.c
71
bool switchall, switchallstack;
usr.bin/asa/asa.c
95
bool eol = false;
usr.bin/backlight/backlight.c
102
bool quiet = false;
usr.bin/beep/beep.c
66
static bool background;
usr.bin/bintrans/bintrans.c
109
usage_base64(bool failure)
usr.bin/bintrans/bintrans.c
129
bool decode = false;
usr.bin/bintrans/bintrans.c
44
static void usage_base64(bool);
usr.bin/bintrans/qp.c
147
qp(FILE *fp, FILE *fpo, bool encode, bool rfc2047)
usr.bin/bintrans/qp.c
151
void (*codec)(const char *line, FILE *f, bool rfc2047);
usr.bin/bintrans/qp.c
171
bool encode = true;
usr.bin/bintrans/qp.c
172
bool rfc2047 = false;
usr.bin/bintrans/qp.c
54
decode_quoted_printable(const char *body, FILE *fpo, bool rfc2047)
usr.bin/bintrans/qp.c
98
encode_quoted_printable(const char *body, FILE *fpo, bool rfc2047)
usr.bin/bintrans/uudecode.c
62
static bool base64, cflag, iflag, oflag, pflag, rflag, sflag;
usr.bin/bintrans/uuencode.c
63
static bool raw;
usr.bin/bintrans/uuencode.c
86
bool base64;
usr.bin/brandelf/brandelf.c
72
bool change, force, listed;
usr.bin/calendar/io.c
112
static bool warned = false;
usr.bin/calendar/io.c
441
bool incomment = false;
usr.bin/cmp/cmp.c
101
bool special;
usr.bin/cmp/cmp.c
51
bool bflag, lflag, sflag, xflag, zflag;
usr.bin/cmp/cmp.c
76
static bool
usr.bin/cmp/extern.h
44
extern bool bflag, lflag, sflag, xflag, zflag;
usr.bin/ctags/C.c
252
static bool
usr.bin/ctags/C.c
40
static bool func_entry(void);
usr.bin/ctags/C.c
412
static bool
usr.bin/ctags/C.c
43
static bool str_entry(int);
usr.bin/ctags/C.c
517
bool
usr.bin/ctags/C.c
521
bool skip;
usr.bin/ctags/C.c
522
bool retval;
usr.bin/ctags/C.c
55
bool t_def; /* if reading a typedef */
usr.bin/ctags/ctags.c
55
bool _wht[256], _etk[256], _itk[256], _btk[256], _gd[256];
usr.bin/ctags/ctags.h
64
bool been_warned; /* set if noticed dup */
usr.bin/ctags/ctags.h
78
extern bool _wht[], _etk[], _itk[], _btk[], _gd[];
usr.bin/ctags/ctags.h
83
extern bool cicmp(const char *);
usr.bin/ctags/ctags.h
86
extern bool skip_key(int);
usr.bin/ctags/ctags.h
91
extern bool PF_funcs(void);
usr.bin/ctags/fortran.c
132
bool
usr.bin/ctags/fortran.c
44
bool
usr.bin/ctags/fortran.c
47
bool pfcnt; /* pascal/fortran functions found */
usr.bin/ctags/lisp.c
47
bool special;
usr.bin/ctags/yacc.c
48
bool in_rule;
usr.bin/ctlstat/ctlstat.c
152
bool ports);
usr.bin/ctlstat/ctlstat.c
171
struct timespec *cur_time, int *flags, bool ports)
usr.bin/ctlstat/ctlstat.c
547
ctlstat_prometheus(int fd, struct ctlstat_context *ctx, bool ports) {
usr.bin/ctlstat/ctlstat.c
807
get_and_print_stats(int fd, struct ctlstat_context *ctx, bool ports)
usr.bin/ctlstat/ctlstat.c
987
bool ports;
usr.bin/diff/diff.c
135
static bool do_color(void);
usr.bin/diff/diff.c
39
bool lflag, Nflag, Pflag, rflag, sflag, Tflag, cflag;
usr.bin/diff/diff.c
40
bool ignore_file_case, suppress_common, color, noderef;
usr.bin/diff/diff.c
41
static bool help = false;
usr.bin/diff/diff.c
43
bool diff_algorithm_set;
usr.bin/diff/diff.c
662
static bool
usr.bin/diff/diff.h
114
extern bool lflag, Nflag, Pflag, rflag, sflag, Tflag, cflag;
usr.bin/diff/diff.h
115
extern bool ignore_file_case, suppress_common, color, noderef, algorithm_set;
usr.bin/diff/diff.h
117
extern bool diff_algorithm_set;
usr.bin/diff/diff.h
129
bool can_libdiff(int);
usr.bin/diff/diffreg.c
1039
static bool
usr.bin/diff/diffreg.c
1048
static bool
usr.bin/diff/diffreg.c
1049
ignoreline(char *line, bool skip_blanks)
usr.bin/diff/diffreg.c
1074
bool skip_blanks, ignore;
usr.bin/diff/diffreg.c
179
static bool prepare(int, FILE *, size_t, int);
usr.bin/diff/diffreg.c
188
static bool ignoreline_pattern(char *);
usr.bin/diff/diffreg.c
189
static bool ignoreline(char *, bool);
usr.bin/diff/diffreg.c
555
static bool
usr.bin/diff/diffreg_new.c
156
bool force_text, have_binary;
usr.bin/diff/diffreg_new.c
327
bool
usr.bin/diff3/diff3.c
146
static bool duplicate(struct range *, struct range *);
usr.bin/diff3/diff3.c
147
static int edit(struct diff *, bool, int, enum difftype);
usr.bin/diff3/diff3.c
152
static void change(int, struct range *, bool);
usr.bin/diff3/diff3.c
155
static void prange(struct range *, bool);
usr.bin/diff3/diff3.c
373
bool dup = false;
usr.bin/diff3/diff3.c
513
change(int i, struct range *rold, bool dup)
usr.bin/diff3/diff3.c
531
prange(struct range *rold, bool delete)
usr.bin/diff3/diff3.c
588
static bool
usr.bin/diff3/diff3.c
632
edit(struct diff *diff, bool dup, int j, enum difftype difftype)
usr.bin/diff3/diff3.c
685
bool delete;
usr.bin/diff3/diff3.c
736
bool deletenew;
usr.bin/diff3/diff3.c
737
bool deleteold;
usr.bin/du/du.c
557
static bool
usr.bin/du/du.c
67
static bool check_threshold(FTSENT *);
usr.bin/elfctl/elfctl.c
224
static bool
usr.bin/elfctl/elfctl.c
297
static bool
usr.bin/elfctl/elfctl.c
298
edit_file_features(Elf *elf, int phcount, int fd, char *val, bool endian_swap)
usr.bin/elfctl/elfctl.c
339
static bool
usr.bin/elfctl/elfctl.c
341
bool endian_swap)
usr.bin/elfctl/elfctl.c
364
static bool
usr.bin/elfctl/elfctl.c
366
uint64_t *off, bool endian_swap)
usr.bin/elfctl/elfctl.c
51
static bool convert_to_feature_val(const char *, uint32_t *);
usr.bin/elfctl/elfctl.c
52
static bool edit_file_features(Elf *, int, int, char *, bool);
usr.bin/elfctl/elfctl.c
53
static bool get_file_features(Elf *, int, int, uint32_t *, uint64_t *, bool);
usr.bin/elfctl/elfctl.c
55
static bool print_file_features(Elf *, int, int, char *, bool);
usr.bin/elfctl/elfctl.c
89
static bool iflag;
usr.bin/elfctl/elfctl.c
99
bool editfeatures, lflag, endian_swap;
usr.bin/env/env.c
67
bool login_as_user;
usr.bin/etdump/etdump.c
92
static bool
usr.bin/etdump/etdump.h
39
u_char platform_id, bool initial);
usr.bin/etdump/output_shell.c
40
boot_catalog_section_entry *bcse, u_char platform_id, bool initial)
usr.bin/etdump/output_text.c
62
bool initial)
usr.bin/factor/factor.c
101
static bool is_hex_str(char *);
usr.bin/factor/factor.c
362
static bool
usr.bin/factor/factor.c
366
bool saw_hex = false;
usr.bin/find/function.c
1768
bool deref_link;
usr.bin/find/function.c
1789
static bool
usr.bin/find/function.c
1790
find_has_xattr(const char *path, int ns, const char *aname, bool deref_link)
usr.bin/find/function.c
1813
bool deref_link;
usr.bin/find/printf.c
168
bool flush, warned;
usr.bin/find/printf.c
26
static inline bool
usr.bin/find/printf.c
32
static inline bool
usr.bin/find/printf.c
39
escape(const char *str, bool *flush, bool *warned)
usr.bin/fortune/fortune/fortune.c
1039
static bool did_noprobs = FALSE;
usr.bin/fortune/fortune/fortune.c
450
bool was_malloc;
usr.bin/fortune/fortune/fortune.c
451
bool isdir;
usr.bin/fortune/fortune/fortune.c
78
bool read_tbl;
usr.bin/fortune/fortune/fortune.c
79
bool was_pos_file;
usr.bin/fortune/fortune/fortune.c
86
static bool Found_one; /* did we find a match? */
usr.bin/fortune/fortune/fortune.c
87
static bool Find_files = FALSE; /* just find a list of proper fortune files */
usr.bin/fortune/fortune/fortune.c
88
static bool Fortunes_only = FALSE; /* check only "fortunes" files */
usr.bin/fortune/fortune/fortune.c
89
static bool Wait = FALSE; /* wait desired after fortune */
usr.bin/fortune/fortune/fortune.c
90
static bool Short_only = FALSE; /* short fortune desired */
usr.bin/fortune/fortune/fortune.c
91
static bool Long_only = FALSE; /* long fortune desired */
usr.bin/fortune/fortune/fortune.c
92
static bool Offend = FALSE; /* offensive fortunes only */
usr.bin/fortune/fortune/fortune.c
93
static bool All_forts = FALSE; /* any fortune allowed */
usr.bin/fortune/fortune/fortune.c
94
static bool Equal_probs = FALSE; /* scatter un-allocted prob equally */
usr.bin/fortune/fortune/fortune.c
95
static bool Match = FALSE; /* dump fortunes matching a pattern */
usr.bin/fortune/fortune/fortune.c
96
static bool WriteToDisk = false; /* use files on disk to save state */
usr.bin/gcore/elfcore.c
682
static bool xsave_checked = false;
usr.bin/gcore/elfcore.c
710
static bool has_vmx = true;
usr.bin/gcore/elfcore.c
734
static bool has_vsx = true;
usr.bin/gcore/gcore.c
67
static bool kflag = false;
usr.bin/genl/genl.c
217
bool p = true;
usr.bin/genl/genl.c
314
bool found = false;
usr.bin/genl/genl.c
315
bool all = false;
usr.bin/getaddrinfo/getaddrinfo.c
177
static bool
usr.bin/getaddrinfo/getaddrinfo.c
185
static bool
usr.bin/getaddrinfo/getaddrinfo.c
216
static bool
usr.bin/getaddrinfo/getaddrinfo.c
224
static bool
usr.bin/getaddrinfo/getaddrinfo.c
52
static bool parse_af(const char *, int *);
usr.bin/getaddrinfo/getaddrinfo.c
53
static bool parse_protocol(const char *, int *);
usr.bin/getaddrinfo/getaddrinfo.c
54
static bool parse_socktype(const char *, int *);
usr.bin/getaddrinfo/getaddrinfo.c
55
static bool parse_numeric_tabular(const char *, int *, const char *const *,
usr.bin/getconf/getconf.c
61
bool aflag;
usr.bin/getconf/tests/arch_type.c
35
bool known_arch_type;
usr.bin/gprof/arcs.c
440
bool
usr.bin/gprof/arcs.c
450
bool ret;
usr.bin/gprof/arcs.c
451
bool done;
usr.bin/gprof/arcs.c
516
bool
usr.bin/gprof/arcs.c
520
bool ret;
usr.bin/gprof/arcs.c
548
bool
usr.bin/gprof/dfn.c
127
bool
usr.bin/gprof/dfn.c
137
bool
usr.bin/gprof/elf.c
125
static bool
usr.bin/gprof/elf.c
48
static bool wantsym(const Elf_Sym *, const char *);
usr.bin/gprof/gprof.h
218
EXTERN bool aflag; /* suppress static functions */
usr.bin/gprof/gprof.h
219
EXTERN bool bflag; /* blurbs, too */
usr.bin/gprof/gprof.h
220
EXTERN bool Cflag; /* find cut-set to eliminate cycles */
usr.bin/gprof/gprof.h
221
EXTERN bool dflag; /* debugging options */
usr.bin/gprof/gprof.h
222
EXTERN bool eflag; /* specific functions excluded */
usr.bin/gprof/gprof.h
223
EXTERN bool Eflag; /* functions excluded with time */
usr.bin/gprof/gprof.h
224
EXTERN bool fflag; /* specific functions requested */
usr.bin/gprof/gprof.h
225
EXTERN bool Fflag; /* functions requested with time */
usr.bin/gprof/gprof.h
226
EXTERN bool kflag; /* arcs to be deleted */
usr.bin/gprof/gprof.h
227
EXTERN bool Kflag; /* use the running kernel for symbols */
usr.bin/gprof/gprof.h
228
EXTERN bool sflag; /* sum multiple gmon.out files */
usr.bin/gprof/gprof.h
229
EXTERN bool uflag; /* suppress symbols hidden from C */
usr.bin/gprof/gprof.h
230
EXTERN bool zflag; /* zero time/called functions, too */
usr.bin/gprof/gprof.h
250
bool addcycle(arctype **, arctype **);
usr.bin/gprof/gprof.h
257
bool cycleanalyze(void);
usr.bin/gprof/gprof.h
260
bool descend(nltype *, arctype **, arctype **);
usr.bin/gprof/gprof.h
262
bool dfn_busy(nltype *);
usr.bin/gprof/gprof.h
265
bool dfn_numbered(nltype *);
usr.bin/gprof/gprof.h
289
bool onlist(struct stringlist *, const char *);
usr.bin/gprof/printlist.c
70
bool
usr.bin/grdc/grdc.c
66
bool scrol = false, t12 = false, timer = false;
usr.bin/grep/grep.c
100
bool oflag; /* -o: print only matching part */
usr.bin/grep/grep.c
101
bool qflag; /* -q: quiet mode (don't output anything) */
usr.bin/grep/grep.c
102
bool sflag; /* -s: silent mode (ignore errors) */
usr.bin/grep/grep.c
103
bool vflag; /* -v: only show non-matching lines */
usr.bin/grep/grep.c
104
bool wflag; /* -w: pattern must start and end on word boundaries */
usr.bin/grep/grep.c
105
bool xflag; /* -x: pattern must match entire line */
usr.bin/grep/grep.c
106
bool lbflag; /* --line-buffered */
usr.bin/grep/grep.c
107
bool nullflag; /* --null */
usr.bin/grep/grep.c
117
bool dexclude, dinclude; /* --exclude-dir and --include-dir */
usr.bin/grep/grep.c
118
bool fexclude, finclude; /* --exclude and --include */
usr.bin/grep/grep.c
137
bool file_err; /* file reading error */
usr.bin/grep/grep.c
320
bool matched;
usr.bin/grep/grep.c
69
bool matchall;
usr.bin/grep/grep.c
88
bool Hflag; /* -H: always print file name */
usr.bin/grep/grep.c
89
bool Lflag; /* -L: only show names of files with no matches */
usr.bin/grep/grep.c
90
bool bflag; /* -b: show block numbers for each match */
usr.bin/grep/grep.c
91
bool cflag; /* -c: only show a count of matching lines */
usr.bin/grep/grep.c
92
bool hflag; /* -h: don't print filename headers */
usr.bin/grep/grep.c
93
bool iflag; /* -i: ignore case */
usr.bin/grep/grep.c
94
bool lflag; /* -l: only show names of files with matches */
usr.bin/grep/grep.c
95
bool mflag; /* -m x: stop reading the files after x matches */
usr.bin/grep/grep.c
99
bool nflag; /* -n: show line numbers in front of matching lines */
usr.bin/grep/grep.h
110
bool binary; /* Binary file? */
usr.bin/grep/grep.h
111
bool cntlines; /* Count lines? */
usr.bin/grep/grep.h
118
extern bool Eflag, Fflag, Gflag, Hflag, Lflag,
usr.bin/grep/grep.h
121
extern bool dexclude, dinclude, fexclude, finclude, lbflag, nullflag;
usr.bin/grep/grep.h
130
extern bool file_err, matchall;
usr.bin/grep/grep.h
141
bool file_matching(const char *fname);
usr.bin/grep/grep.h
142
bool procfile(const char *fn);
usr.bin/grep/grep.h
143
bool grep_tree(char **argv);
usr.bin/grep/grep.h
152
bool enqueue(struct str *x);
usr.bin/grep/grep.h
77
bool binary;
usr.bin/grep/queue.c
76
bool
usr.bin/grep/queue.c
80
bool rotated;
usr.bin/grep/util.c
103
static inline bool
usr.bin/grep/util.c
106
bool ret;
usr.bin/grep/util.c
125
bool
usr.bin/grep/util.c
131
bool matched, ok;
usr.bin/grep/util.c
218
bool terminated;
usr.bin/grep/util.c
271
static bool
usr.bin/grep/util.c
272
procmatches(struct mprintc *mc, struct parsec *pc, bool matched)
usr.bin/grep/util.c
310
bool
usr.bin/grep/util.c
319
bool line_matched;
usr.bin/grep/util.c
499
static bool
usr.bin/grep/util.c
509
bool lastmatched, matched;
usr.bin/grep/util.c
54
static bool first_match = true;
usr.bin/grep/util.c
62
bool doctx; /* Printing context? */
usr.bin/grep/util.c
63
bool printmatch; /* Printing matches? */
usr.bin/grep/util.c
64
bool same_file; /* Same file as previously printed? */
usr.bin/grep/util.c
69
static bool procmatches(struct mprintc *mc, struct parsec *pc, bool matched);
usr.bin/grep/util.c
738
bool printsep;
usr.bin/grep/util.c
74
static bool procline(struct parsec *pc);
usr.bin/grep/util.c
75
static bool printline(struct parsec *pc, int sep, size_t *last_out);
usr.bin/grep/util.c
773
static bool
usr.bin/grep/util.c
779
bool terminated;
usr.bin/grep/util.c
78
bool
usr.bin/grep/util.c
82
bool ret;
usr.bin/gzip/unlz.c
283
bool wrapped;
usr.bin/gzip/unlz.c
406
static bool
usr.bin/gzip/unlz.c
98
static bool
usr.bin/gzip/unxz.c
184
static bool
usr.bin/gzip/unxz.c
235
bool all_have_sizes;
usr.bin/gzip/unxz.c
256
static bool
usr.bin/iconv/iconv.c
163
bool opt_c = false, opt_s = false;
usr.bin/iconv/iconv.c
46
static int do_conv(FILE *, iconv_t, bool, bool);
usr.bin/iconv/iconv.c
72
do_conv(FILE *fp, iconv_t cd, bool silent, bool hide_invalid)
usr.bin/id/id.c
276
bool print_dbinfo;
usr.bin/id/id.c
385
group(struct passwd *pw, bool nflag)
usr.bin/id/id.c
56
static void group(struct passwd *, bool);
usr.bin/id/id.c
63
static bool isgroups, iswhoami;
usr.bin/id/id.c
70
bool Aflag, Gflag, Mflag, Pflag;
usr.bin/id/id.c
71
bool cflag, dflag, gflag, nflag, pflag, rflag, sflag, uflag;
usr.bin/ident/ident.c
214
bool quiet = false;
usr.bin/ident/ident.c
53
scan(FILE *fp, const char *name, bool quiet)
usr.bin/ident/ident.c
56
bool hasid = false;
usr.bin/ident/ident.c
57
bool subversion = false;
usr.bin/iscsictl/iscsictl.c
560
bool all_connected;
usr.bin/jot/jot.c
331
putdata(double x, bool last)
usr.bin/jot/jot.c
66
static bool boring;
usr.bin/jot/jot.c
68
static bool longdata;
usr.bin/jot/jot.c
69
static bool intdata;
usr.bin/jot/jot.c
70
static bool chardata;
usr.bin/jot/jot.c
71
static bool nosign;
usr.bin/jot/jot.c
77
static int putdata(double, bool);
usr.bin/jot/jot.c
84
bool have_format = false;
usr.bin/jot/jot.c
85
bool infinity = false;
usr.bin/jot/jot.c
86
bool nofinalnl = false;
usr.bin/jot/jot.c
87
bool randomize = false;
usr.bin/jot/jot.c
88
bool use_random = false;
usr.bin/kdump/kdump.c
134
bool decimal, fancy = true, resolv;
usr.bin/kdump/kdump.c
135
static bool abiflag, suppressdata, syscallno, tail, threads, cpuflag;
usr.bin/kdump/kdump.c
232
bool
usr.bin/kdump/kdump.c
233
print_mask_arg_part(bool (*decoder)(FILE *, int, int *), int value, int *rem)
usr.bin/kdump/kdump.c
2351
bool first;
usr.bin/kdump/kdump.c
241
print_mask_arg(bool (*decoder)(FILE *, int, int *), int value)
usr.bin/kdump/kdump.c
243
bool invalid;
usr.bin/kdump/kdump.c
253
print_mask_arg0(bool (*decoder)(FILE *, int, int *), int value)
usr.bin/kdump/kdump.c
255
bool invalid;
usr.bin/kdump/kdump.c
272
bool invalid;
usr.bin/kdump/kdump.c
289
bool invalid;
usr.bin/kdump/kdump.c
304
print_mask_arg32(bool (*decoder)(FILE *, uint32_t, uint32_t *), uint32_t value)
usr.bin/kdump/kdump.c
306
bool invalid;
usr.bin/kdump/kdump.c
317
print_mask_argul(bool (*decoder)(FILE *, u_long, u_long *), u_long value)
usr.bin/kdump/kdump.c
319
bool invalid;
usr.bin/kdump/kdump.h
35
extern bool decimal, fancy, resolv;
usr.bin/kdump/kdump.h
76
void print_mask_arg(bool (*decoder)(FILE *, int, int *), int value);
usr.bin/kdump/kdump.h
77
void print_mask_arg0(bool (*decoder)(FILE *, int, int *), int value);
usr.bin/kdump/kdump.h
78
void print_mask_arg32(bool (*decoder)(FILE *, uint32_t, uint32_t *),
usr.bin/kdump/kdump.h
80
void print_mask_argul(bool (*decoder)(FILE *, u_long, u_long *),
usr.bin/kdump/kdump.h
82
bool print_mask_arg_part(bool (*decoder)(FILE *, int, int *),
usr.bin/kdump/kdump.h
86
bool ktrstruct_linux(const char *name, const char *data, size_t datalen);
usr.bin/kdump/linux.c
510
bool
usr.bin/ldd/ldd.c
265
static bool
usr.bin/ldd/ldd.c
275
bool has_abi_tag;
usr.bin/ldd/ldd.c
333
static bool
usr.bin/ldd/ldd.c
342
bool pie;
usr.bin/ldd/ldd.c
395
bool dynamic, freebsd, pie;
usr.bin/lex/initscan.c
1883
extern bool tablesverify, tablesext;
usr.bin/lockf/lockf.c
111
bool silent, writepid;
usr.bin/lockf/lockf.c
65
static bool keep;
usr.bin/lockf/lockf.c
66
static bool fdlock;
usr.bin/lockf/lockf.c
68
static bool termchild;
usr.bin/lockf/lockf.c
76
static bool
usr.bin/mail/tests/mailx_signal_test.c
32
mailx_signal_test(int signo, bool interactive)
usr.bin/mdo/mdo.c
100
static bool
usr.bin/mdo/mdo.c
370
static bool
usr.bin/mdo/mdo.c
474
bool start_from_current_groups = false;
usr.bin/mdo/mdo.c
475
bool start_from_current_users = false;
usr.bin/mdo/mdo.c
482
bool need_user = false; /* '-u' or '-k' needed. */
usr.bin/mkimg/mkimg.c
452
bool abs_offset;
usr.bin/mktemp/mktemp.c
65
bool prefer_tmpdir;
usr.bin/msgs/msgs.c
103
static bool local;
usr.bin/msgs/msgs.c
104
static bool ruptible;
usr.bin/msgs/msgs.c
105
static bool totty;
usr.bin/msgs/msgs.c
106
static bool seenfrom;
usr.bin/msgs/msgs.c
107
static bool seensubj;
usr.bin/msgs/msgs.c
108
static bool blankline;
usr.bin/msgs/msgs.c
109
static bool printing = false;
usr.bin/msgs/msgs.c
110
static bool mailing = false;
usr.bin/msgs/msgs.c
111
static bool quitit = false;
usr.bin/msgs/msgs.c
112
static bool sending = false;
usr.bin/msgs/msgs.c
113
static bool intrpflg = false;
usr.bin/msgs/msgs.c
124
static bool hdrs = false;
usr.bin/msgs/msgs.c
125
static bool qopt = false;
usr.bin/msgs/msgs.c
126
static bool hush = false;
usr.bin/msgs/msgs.c
127
static bool send_msg = false;
usr.bin/msgs/msgs.c
128
static bool locomode = false;
usr.bin/msgs/msgs.c
129
static bool use_pager = false;
usr.bin/msgs/msgs.c
130
static bool clean = false;
usr.bin/msgs/msgs.c
131
static bool lastcmd = false;
usr.bin/msgs/msgs.c
147
bool newrc, already;
usr.bin/msgs/msgs.c
260
bool seenany = false;
usr.bin/ncal/ncal.c
166
static bool flag_monday; /* user wants week starts on Monday */
usr.bin/ncurses/transform.h
4
extern bool same_program(const char *, const char *);
usr.bin/netstat/common.h
62
bool p_rtable_netlink(int fibnum, int af);
usr.bin/netstat/if.c
297
int *max_addr_len, bool *network, bool *link)
usr.bin/netstat/if.c
459
bool network = false, link = false;
usr.bin/netstat/if.c
610
bool found = false;
usr.bin/netstat/main.c
191
static void printproto(struct protox *, const char *, bool *);
usr.bin/netstat/main.c
201
bool Aflag; /* show addresses of protocol control block */
usr.bin/netstat/main.c
202
bool aflag; /* show all sockets (including servers) */
usr.bin/netstat/main.c
203
static bool Bflag; /* show information about bpf consumers */
usr.bin/netstat/main.c
204
bool bflag; /* show i/f total bytes in/out */
usr.bin/netstat/main.c
205
bool cflag; /* show TCP congestion control stack */
usr.bin/netstat/main.c
206
bool Cflag; /* show congestion control algo and vars */
usr.bin/netstat/main.c
207
bool dflag; /* show i/f dropped packets */
usr.bin/netstat/main.c
208
bool gflag; /* show group (multicast) routing or stats */
usr.bin/netstat/main.c
209
bool hflag; /* show counters in human readable format */
usr.bin/netstat/main.c
210
bool iflag; /* show interfaces */
usr.bin/netstat/main.c
211
bool Lflag; /* show size of listen queues */
usr.bin/netstat/main.c
212
bool mflag; /* show memory stats */
usr.bin/netstat/main.c
215
bool numeric_port; /* show ports numerically */
usr.bin/netstat/main.c
216
bool Oflag; /* show nhgrp objects*/
usr.bin/netstat/main.c
217
bool oflag; /* show nexthop objects*/
usr.bin/netstat/main.c
218
bool Pflag; /* show TCP log ID */
usr.bin/netstat/main.c
219
static bool pflag; /* show given protocol */
usr.bin/netstat/main.c
220
static bool Qflag; /* show netisr information */
usr.bin/netstat/main.c
221
bool rflag; /* show routing tables (or routing stats) */
usr.bin/netstat/main.c
222
bool Rflag; /* show flow / RSS statistics */
usr.bin/netstat/main.c
224
bool Wflag; /* wide display */
usr.bin/netstat/main.c
225
bool Tflag; /* TCP Information */
usr.bin/netstat/main.c
226
bool xflag; /* extra information, includes all socket buffer info */
usr.bin/netstat/main.c
227
bool zflag; /* zero stats */
usr.bin/netstat/main.c
247
bool first = true;
usr.bin/netstat/main.c
669
printproto(struct protox *tp, const char *name, bool *first)
usr.bin/netstat/main.c
673
bool doingdblocks = false;
usr.bin/netstat/netstat.h
162
void unixpr(u_long, u_long, u_long, u_long, u_long, bool *);
usr.bin/netstat/netstat.h
40
extern bool Aflag; /* show addresses of protocol control block */
usr.bin/netstat/netstat.h
41
extern bool aflag; /* show all sockets (including servers) */
usr.bin/netstat/netstat.h
42
extern bool bflag; /* show i/f total bytes in/out */
usr.bin/netstat/netstat.h
43
extern bool cflag; /* show congestion control stats */
usr.bin/netstat/netstat.h
44
extern bool Cflag; /* show congestion control algo and stack */
usr.bin/netstat/netstat.h
45
extern bool dflag; /* show i/f dropped packets */
usr.bin/netstat/netstat.h
46
extern bool gflag; /* show group (multicast) routing or stats */
usr.bin/netstat/netstat.h
47
extern bool hflag; /* show counters in human readable format */
usr.bin/netstat/netstat.h
48
extern bool iflag; /* show interfaces */
usr.bin/netstat/netstat.h
49
extern bool Lflag; /* show size of listen queues */
usr.bin/netstat/netstat.h
50
extern bool mflag; /* show memory stats */
usr.bin/netstat/netstat.h
53
extern bool numeric_port; /* show ports numerically */
usr.bin/netstat/netstat.h
54
extern bool Pflag; /* show TCP log ID */
usr.bin/netstat/netstat.h
55
extern bool rflag; /* show routing tables (or routing stats) */
usr.bin/netstat/netstat.h
56
extern bool Rflag; /* show flowid / RSS information */
usr.bin/netstat/netstat.h
58
extern bool Tflag; /* show TCP control block info */
usr.bin/netstat/netstat.h
59
extern bool Wflag; /* wide display */
usr.bin/netstat/netstat.h
60
extern bool xflag; /* extended display, includes all socket buffer info */
usr.bin/netstat/netstat.h
61
extern bool zflag; /* zero stats */
usr.bin/netstat/route.c
653
bool illegal = false;
usr.bin/netstat/route_netlink.c
163
p_path(struct snl_parsed_route *rt, bool is_mpath)
usr.bin/netstat/route_netlink.c
271
bool
usr.bin/netstat/unix.c
190
u_long sphead_off, bool *first)
usr.bin/patch/common.h
64
extern bool using_plan_a; /* try to keep everything in memory */
usr.bin/patch/common.h
65
extern bool out_of_mem; /* ran out of memory in plan a */
usr.bin/patch/common.h
66
extern bool nonempty_patchf_seen; /* seen a non-zero-length patch file? */
usr.bin/patch/common.h
71
extern bool ok_to_create_file;
usr.bin/patch/common.h
79
extern bool toutkeep;
usr.bin/patch/common.h
80
extern bool trejkeep;
usr.bin/patch/common.h
86
extern bool force;
usr.bin/patch/common.h
87
extern bool batch;
usr.bin/patch/common.h
88
extern bool verbose;
usr.bin/patch/common.h
89
extern bool reverse;
usr.bin/patch/common.h
90
extern bool noreverse;
usr.bin/patch/common.h
91
extern bool skip_rest_of_patch;
usr.bin/patch/common.h
93
extern bool canonicalize;
usr.bin/patch/common.h
95
extern bool check_only;
usr.bin/patch/common.h
96
extern bool warn_on_invalid_line;
usr.bin/patch/common.h
97
extern bool last_line_missing_eol;
usr.bin/patch/inp.c
113
static bool
usr.bin/patch/inp.c
136
static bool
usr.bin/patch/inp.c
289
bool found_revision = (revision == NULL);
usr.bin/patch/inp.c
414
static bool
usr.bin/patch/inp.c
67
static bool rev_in_string(const char *);
usr.bin/patch/inp.c
68
static bool reallocate_lines(size_t *);
usr.bin/patch/inp.c
71
static bool plan_a(const char *);
usr.bin/patch/patch.c
100
static void copy_till(LINENUM, bool);
usr.bin/patch/patch.c
101
static bool spew_output(void);
usr.bin/patch/patch.c
102
static void dump_line(LINENUM, bool);
usr.bin/patch/patch.c
1028
copy_till(LINENUM lastline, bool endoffile)
usr.bin/patch/patch.c
103
static bool patch_match(LINENUM, LINENUM, LINENUM);
usr.bin/patch/patch.c
104
static bool similar(const char *, const char *, int);
usr.bin/patch/patch.c
1043
static bool
usr.bin/patch/patch.c
106
static bool handle_creation(bool, bool *);
usr.bin/patch/patch.c
1063
dump_line(LINENUM line, bool write_newline)
usr.bin/patch/patch.c
1080
static bool
usr.bin/patch/patch.c
109
static bool remove_empty_files = false;
usr.bin/patch/patch.c
112
static bool reverse_flag_specified = false;
usr.bin/patch/patch.c
1126
static bool
usr.bin/patch/patch.c
114
static bool Vflag = false;
usr.bin/patch/patch.c
1148
static bool
usr.bin/patch/patch.c
1149
handle_creation(bool out_existed, bool *remove)
usr.bin/patch/patch.c
1151
bool reverse_seen;
usr.bin/patch/patch.c
135
static bool do_defines = false;
usr.bin/patch/patch.c
153
bool out_creating, out_existed, patch_seen, remove_file;
usr.bin/patch/patch.c
154
bool reverse_seen;
usr.bin/patch/patch.c
54
bool using_plan_a = true; /* try to keep everything in memory */
usr.bin/patch/patch.c
55
bool out_of_mem = false; /* ran out of memory in plan a */
usr.bin/patch/patch.c
56
bool nonempty_patchf_seen = false; /* seen nonempty patch file? */
usr.bin/patch/patch.c
61
bool ok_to_create_file = false;
usr.bin/patch/patch.c
68
bool toutkeep = false;
usr.bin/patch/patch.c
69
bool trejkeep = false;
usr.bin/patch/patch.c
70
bool warn_on_invalid_line;
usr.bin/patch/patch.c
71
bool last_line_missing_eol;
usr.bin/patch/patch.c
729
bool check_after = (offset <= max_pos_offset);
usr.bin/patch/patch.c
730
bool check_before = (offset <= max_neg_offset);
usr.bin/patch/patch.c
77
bool force = false;
usr.bin/patch/patch.c
78
bool batch = false;
usr.bin/patch/patch.c
79
bool verbose = true;
usr.bin/patch/patch.c
80
bool reverse = false;
usr.bin/patch/patch.c
81
bool noreverse = false;
usr.bin/patch/patch.c
82
bool skip_rest_of_patch = false;
usr.bin/patch/patch.c
84
bool canonicalize = false;
usr.bin/patch/patch.c
85
bool check_only = false;
usr.bin/patch/pch.c
1214
pgets(bool do_indent)
usr.bin/patch/pch.c
1253
bool
usr.bin/patch/pch.c
1261
bool blankline = false;
usr.bin/patch/pch.c
1530
posix_name(const struct file_name *names, bool assume_exists)
usr.bin/patch/pch.c
1560
compare_names(const struct file_name *names, bool assume_exists)
usr.bin/patch/pch.c
1604
best_name(const struct file_name *names, bool assume_exists)
usr.bin/patch/pch.c
173
bool
usr.bin/patch/pch.c
176
bool exists = false;
usr.bin/patch/pch.c
271
bool last_line_was_command = false, this_is_a_command = false;
usr.bin/patch/pch.c
272
bool stars_last_line = false, stars_this_line = false;
usr.bin/patch/pch.c
513
static bool
usr.bin/patch/pch.c
535
bool
usr.bin/patch/pch.c
543
bool ptrn_spaces_eaten; /* ptrn was slightly malformed */
usr.bin/patch/pch.c
544
bool repl_could_be_missing; /* no + or ! lines in this hunk */
usr.bin/patch/pch.c
545
bool repl_missing; /* we are now backtracking */
usr.bin/patch/pch.c
78
static size_t pgets(bool _do_indent);
usr.bin/patch/pch.c
79
static char *best_name(const struct file_name *, bool);
usr.bin/patch/pch.c
80
static char *posix_name(const struct file_name *, bool);
usr.bin/patch/pch.h
36
bool exists;
usr.bin/patch/pch.h
44
bool there_is_another_patch(void);
usr.bin/patch/pch.h
45
bool another_hunk(void);
usr.bin/patch/pch.h
46
bool pch_swap(void);
usr.bin/patch/util.c
329
makedirs(const char *filename, bool striplast)
usr.bin/patch/util.c
353
fetchname(const char *at, bool *exists, int strip_leading)
usr.bin/patch/util.h
29
char *fetchname(const char *, bool *, int);
usr.bin/patch/util.h
45
void makedirs(const char *, bool);
usr.bin/posixmqcontrol/posixmqcontrol.c
120
parse_unsigned(const char *text, bool *set,
usr.bin/posixmqcontrol/posixmqcontrol.c
134
static bool
usr.bin/posixmqcontrol/posixmqcontrol.c
287
static bool
usr.bin/posixmqcontrol/posixmqcontrol.c
293
static bool
usr.bin/posixmqcontrol/posixmqcontrol.c
296
bool valid = !STAILQ_EMPTY(&contents);
usr.bin/posixmqcontrol/posixmqcontrol.c
303
static bool
usr.bin/posixmqcontrol/posixmqcontrol.c
306
bool valid = creation.exists || creation.depth > 0;
usr.bin/posixmqcontrol/posixmqcontrol.c
313
static bool
usr.bin/posixmqcontrol/posixmqcontrol.c
316
bool valid = !STAILQ_EMPTY(&queues);
usr.bin/posixmqcontrol/posixmqcontrol.c
323
static bool
usr.bin/posixmqcontrol/posixmqcontrol.c
326
bool valid = !STAILQ_EMPTY(&queues) &&
usr.bin/posixmqcontrol/posixmqcontrol.c
334
static bool
usr.bin/posixmqcontrol/posixmqcontrol.c
337
bool valid = creation.exists || creation.size > 0;
usr.bin/posixmqcontrol/posixmqcontrol.c
355
bool (*validate)(void);
usr.bin/posixmqcontrol/posixmqcontrol.c
370
bool match = false;
usr.bin/posixmqcontrol/posixmqcontrol.c
403
static bool
usr.bin/posixmqcontrol/posixmqcontrol.c
406
bool valid = true;
usr.bin/posixmqcontrol/posixmqcontrol.c
46
bool exists;
usr.bin/posixmqcontrol/posixmqcontrol.c
48
bool set_mode;
usr.bin/posixmqcontrol/posixmqcontrol.c
56
bool block;
usr.bin/posixmqcontrol/posixmqcontrol.c
58
bool set_group;
usr.bin/posixmqcontrol/posixmqcontrol.c
62
bool set_user;
usr.bin/posixshmcontrol/posixshmcontrol.c
228
bool hsize, jailed, uname;
usr.bin/posixshmcontrol/posixshmcontrol.c
401
stat_one_shm(const char *path, bool hsize, bool uname)
usr.bin/posixshmcontrol/posixshmcontrol.c
407
bool largepage;
usr.bin/posixshmcontrol/posixshmcontrol.c
462
bool hsize, uname;
usr.bin/posixshmcontrol/posixshmcontrol.c
92
bool printed;
usr.bin/proccontrol/proccontrol.c
111
bool enable, do_command, query;
usr.bin/procstat/procstat_kqueue.c
104
bool first;
usr.bin/procstat/procstat_kqueue.c
234
bool verbose)
usr.bin/procstat/procstat_kqueue.c
287
bool verbose;
usr.bin/procstat/procstat_kqueue.c
98
procstat_kqueue_flags(const struct pk_elem *names, unsigned flags, bool commas)
usr.bin/procstat/procstat_rusage.c
43
bool ri_humanize;
usr.bin/procstat/procstat_rusage.c
87
format_value(long value, bool humanize, int scale)
usr.bin/procstat/procstat_sigs.c
195
bool has_sigfastblk_addr;
usr.bin/protect/protect.c
53
static bool first = true;
usr.bin/protect/protect.c
75
bool descend, inherit, idset;
usr.bin/random/random.c
58
bool selected;
usr.bin/random/randomize_fd.h
74
static inline bool
usr.bin/rctl/rctl.c
175
expand_rule(const char *rule, bool resolve_ids)
usr.bin/rctl/rctl.c
377
bool racct_enable;
usr.bin/renice/renice.c
126
donice(int which, int who, int prio, bool incr)
usr.bin/renice/renice.c
45
static int donice(int, int, int, bool);
usr.bin/renice/renice.c
58
bool havedelim = false, haveprio = false, incr = false;
usr.bin/runat/runat.c
41
bool done_args;
usr.bin/sdiff/sdiff.c
71
static bool Iflag; /* ignore sets matching regexp */
usr.bin/sdiff/sdiff.c
72
static bool lflag; /* print only left column for identical lines */
usr.bin/sdiff/sdiff.c
73
static bool sflag; /* skip identical lines */
usr.bin/sdiff/sdiff.c
74
static bool tflag; /* expand tabs */
usr.bin/sdiotool/linux_compat.h
48
bool __ret = (cond); \
usr.bin/sdiotool/sdiotool.c
176
u8 regsz, void *data, bool write);
usr.bin/sdiotool/sdiotool.c
238
static int brcmf_sdiod_request_data(struct brcmf_sdio_dev *sdiodev, u8 fn, u32 addr, u8 regsz, void *data, bool write)
usr.bin/sdiotool/sdiotool.c
312
static int brcmf_sdiod_regrw_helper(struct brcmf_sdio_dev *sdiodev, u32 addr, u8 regsz, void *data, bool write) {
usr.bin/sed/compile.c
382
static bool
usr.bin/sed/compile.c
391
static bool
usr.bin/showmount/showmount.c
265
int bool;
usr.bin/showmount/showmount.c
269
if (!xdr_bool(xdrsp, &bool))
usr.bin/showmount/showmount.c
271
while (bool) {
usr.bin/showmount/showmount.c
333
if (!xdr_bool(xdrsp, &bool))
usr.bin/showmount/showmount.c
347
int bool, grpbool;
usr.bin/showmount/showmount.c
351
if (!xdr_bool(xdrsp, &bool))
usr.bin/showmount/showmount.c
353
while (bool) {
usr.bin/showmount/showmount.c
377
if (!xdr_bool(xdrsp, &bool))
usr.bin/sockstat/main.c
100
static bool opt_S; /* Show protocol stack if applicable */
usr.bin/sockstat/main.c
101
static bool opt_s; /* Show protocol state if applicable */
usr.bin/sockstat/main.c
102
static bool opt_U; /* Show remote UDP encapsulation port number */
usr.bin/sockstat/main.c
103
static bool opt_u; /* Show Unix domain sockets */
usr.bin/sockstat/main.c
105
static bool opt_w; /* Automatically size the columns */
usr.bin/sockstat/main.c
106
static bool is_xo_style_encoding;
usr.bin/sockstat/main.c
107
static bool show_path_state = false;
usr.bin/sockstat/main.c
1184
bool fref = true;
usr.bin/sockstat/main.c
1237
bool first = true;
usr.bin/sockstat/main.c
1413
bool first;
usr.bin/sockstat/main.c
1838
static bool
usr.bin/sockstat/main.c
1844
bool rv = false;
usr.bin/sockstat/main.c
205
static bool
usr.bin/sockstat/main.c
227
static inline bool
usr.bin/sockstat/main.c
233
static inline bool
usr.bin/sockstat/main.c
85
static bool opt_4; /* Show IPv4 sockets */
usr.bin/sockstat/main.c
86
static bool opt_6; /* Show IPv6 sockets */
usr.bin/sockstat/main.c
87
static bool opt_A; /* Show kernel address of pcb */
usr.bin/sockstat/main.c
88
static bool opt_b; /* Show BBLog state */
usr.bin/sockstat/main.c
89
static bool opt_C; /* Show congestion control */
usr.bin/sockstat/main.c
90
static bool opt_c; /* Show connected sockets */
usr.bin/sockstat/main.c
91
static bool opt_F; /* Show sockets for selected user only */
usr.bin/sockstat/main.c
92
static bool opt_f; /* Show FIB numbers */
usr.bin/sockstat/main.c
93
static bool opt_I; /* Show spliced socket addresses */
usr.bin/sockstat/main.c
931
bool needs_ipv6_brackets = false;
usr.bin/sockstat/main.c
94
static bool opt_i; /* Show inp_gencnt */
usr.bin/sockstat/main.c
96
static bool opt_L; /* Don't show IPv4 or IPv6 loopback sockets */
usr.bin/sockstat/main.c
97
static bool opt_l; /* Show listening sockets */
usr.bin/sockstat/main.c
98
static bool opt_n; /* Don't resolve UIDs to user names */
usr.bin/sockstat/main.c
99
static bool opt_q; /* Don't show header */
usr.bin/sort/bwstring.c
425
bwsfwrite(struct bwstring *bws, FILE *f, bool zero_ended)
usr.bin/sort/bwstring.c
44
bool byte_sort;
usr.bin/sort/bwstring.c
747
bwstod(struct bwstring *s0, bool *empty)
usr.bin/sort/bwstring.h
43
extern bool byte_sort;
usr.bin/sort/bwstring.h
78
double bwstod(struct bwstring *s0, bool *empty);
usr.bin/sort/bwstring.h
97
size_t bwsfwrite(struct bwstring *bws, FILE *f, bool zero_ended);
usr.bin/sort/coll.c
1062
static inline bool
usr.bin/sort/coll.c
1076
static inline bool
usr.bin/sort/coll.c
1090
static bool
usr.bin/sort/coll.c
1120
bool empty1, empty2, key1_read, key2_read;
usr.bin/sort/coll.c
1275
bool key1_read, key2_read;
usr.bin/sort/coll.c
237
bool skip_blanks, bool *empty_key)
usr.bin/sort/coll.c
261
skip_fields_to_start(const struct bwstring *s, size_t fields, bool *empty_field)
usr.bin/sort/coll.c
270
bool pb = true;
usr.bin/sort/coll.c
273
bool isblank;
usr.bin/sort/coll.c
310
size_t *field_start, size_t *key_start, bool *empty_field, bool *empty_key)
usr.bin/sort/coll.c
328
bool empty_field, empty_key;
usr.bin/sort/coll.c
373
bool empty_field, empty_key;
usr.bin/sort/coll.c
809
size_t offset __unused, bool use_suffix)
usr.bin/sort/coll.c
817
bool e1, e2, key1_read, key2_read;
usr.bin/sort/coll.c
864
bool neg1, neg2;
usr.bin/sort/coll.h
127
bool pos1b;
usr.bin/sort/coll.h
128
bool pos2b;
usr.bin/sort/coll.h
44
bool empty;
usr.bin/sort/coll.h
45
bool neg;
usr.bin/sort/coll.h
54
bool nan;
usr.bin/sort/coll.h
55
bool notnum;
usr.bin/sort/file.c
161
static bool
usr.bin/sort/file.c
165
bool ret = false;
usr.bin/sort/file.c
205
file_list_init(struct file_list *fl, bool tmp)
usr.bin/sort/file.c
218
file_list_add(struct file_list *fl, const char *fn, bool allocate)
usr.bin/sort/file.c
236
file_list_populate(struct file_list *fl, int argc, char **argv, bool allocate)
usr.bin/sort/file.c
56
bool use_mmap;
usr.bin/sort/file.h
109
void file_list_init(struct file_list *fl, bool tmp);
usr.bin/sort/file.h
110
void file_list_add(struct file_list *fl, const char *fn, bool allocate);
usr.bin/sort/file.h
111
void file_list_populate(struct file_list *fl, int argc, char **argv, bool allocate);
usr.bin/sort/file.h
71
bool tmp;
usr.bin/sort/file.h
82
extern bool use_mmap;
usr.bin/sort/radixsort.c
114
static inline bool
usr.bin/sort/radixsort.c
117
bool ret;
usr.bin/sort/radixsort.c
54
static bool reverse_sort;
usr.bin/sort/sort.c
101
static bool gnusort_numeric_compatibility;
usr.bin/sort/sort.c
106
static bool print_symbols_on_debug;
usr.bin/sort/sort.c
187
static bool
usr.bin/sort/sort.c
201
usage(bool opt_err)
usr.bin/sort/sort.c
512
check_mutually_exclusive_flags(char c, bool *mef_flags)
usr.bin/sort/sort.c
515
bool found_others, found_this;
usr.bin/sort/sort.c
556
static bool
usr.bin/sort/sort.c
58
static bool need_random;
usr.bin/sort/sort.c
619
parse_pos(const char *s, struct key_specs *ks, bool *mef_flags, bool second)
usr.bin/sort/sort.c
734
bool mef_flags[NUMBER_OF_MUTUALLY_EXCLUSIVE_FLAGS] =
usr.bin/sort/sort.c
91
bool debug_sort;
usr.bin/sort/sort.c
92
bool need_hint;
usr.bin/sort/sort.c
988
bool mef_flags[NUMBER_OF_MUTUALLY_EXCLUSIVE_FLAGS] =
usr.bin/sort/sort.h
103
bool bflag;
usr.bin/sort/sort.h
104
bool dflag;
usr.bin/sort/sort.h
105
bool fflag;
usr.bin/sort/sort.h
106
bool gflag;
usr.bin/sort/sort.h
107
bool iflag;
usr.bin/sort/sort.h
108
bool Mflag;
usr.bin/sort/sort.h
109
bool nflag;
usr.bin/sort/sort.h
110
bool rflag;
usr.bin/sort/sort.h
111
bool Rflag;
usr.bin/sort/sort.h
112
bool Vflag;
usr.bin/sort/sort.h
113
bool hflag;
usr.bin/sort/sort.h
116
extern bool need_hint;
usr.bin/sort/sort.h
58
extern bool debug_sort;
usr.bin/sort/sort.h
76
bool cflag;
usr.bin/sort/sort.h
77
bool csilentflag;
usr.bin/sort/sort.h
78
bool kflag;
usr.bin/sort/sort.h
79
bool mflag;
usr.bin/sort/sort.h
80
bool sflag;
usr.bin/sort/sort.h
81
bool uflag;
usr.bin/sort/sort.h
82
bool zflag;
usr.bin/sort/sort.h
83
bool tflag;
usr.bin/sort/sort.h
84
bool complex_sort;
usr.bin/sort/vsort.c
39
static inline bool
usr.bin/sort/vsort.c
46
static inline bool
usr.bin/sort/vsort.c
53
static inline bool
usr.bin/sort/vsort.c
70
bool expect_alpha, sfx;
usr.bin/split/split.c
56
static bool clobber = true; /* Whether to overwrite existing output files. */
usr.bin/split/split.c
63
static bool dflag;
usr.bin/split/split.c
65
static bool autosfx = true; /* Whether to auto-extend the suffix length. */
usr.bin/stat/stat.c
201
static bool nonl;
usr.bin/stat/stat.c
218
bool lsF, holes, usestat, nfs_handle, quiet;
usr.bin/systat/ifstat.c
80
bool display;
usr.bin/systat/ifstat.c
85
static bool displayall = false;
usr.bin/systat/iolat.c
37
static bool docolor = true;
usr.bin/systat/iostat.c
79
static bool numbers = false; /* default display bar graphs */
usr.bin/systat/iostat.c
80
static bool kbpt = false; /* default ms/seek shown */
usr.bin/systat/proc.c
131
static bool
usr.bin/tftp/main.c
104
static void command(bool, EditLine *, History *, HistEvent *) __dead2;
usr.bin/tftp/main.c
170
bool interactive;
usr.bin/tftp/main.c
733
command(bool interactive, EditLine *el, History *hist, HistEvent *hep)
usr.bin/time/time.c
130
bool do_siginfo = siginfo_recvd != 0;
usr.bin/top/commands.c
220
bool first = true;
usr.bin/top/commands.c
299
str_addarg(char str[], int len, char arg[], bool first)
usr.bin/top/commands.c
45
static int str_addarg(char *str, int len, char *arg, bool first);
usr.bin/top/commands.h
53
bool available_to_dumb;
usr.bin/top/machine.h
64
bool idle; /* show idle processes */
usr.bin/top/machine.h
65
bool self; /* show self */
usr.bin/top/machine.h
66
bool system; /* show system processes */
usr.bin/top/machine.h
67
bool thread; /* show threads */
usr.bin/top/machine.h
68
bool thread_id; /* show thread ids */
usr.bin/top/machine.h
71
bool wcpu; /* show weighted cpu */
usr.bin/top/machine.h
73
bool jail; /* show jail ID */
usr.bin/top/machine.h
74
bool swap; /* show swap usage */
usr.bin/top/machine.h
75
bool kidle; /* show per-CPU idle threads */
usr.bin/top/screen.c
60
init_termcap(bool interactive)
usr.bin/top/screen.h
31
void init_termcap(bool interactive);
usr.bin/top/top.c
247
bool do_unames = true;
usr.bin/top/username.c
93
enter_user(int uid, char name[], bool wecare)
usr.bin/top/username.h
14
int enter_user(int uid, char *name, bool wecare);
usr.bin/tr/cmap.c
67
bool
usr.bin/tr/cmap.h
46
bool cm_havecache;
usr.bin/tr/cmap.h
55
bool cmap_add(struct cmap *, wint_t, wint_t);
usr.bin/tr/cset.c
150
bool
usr.bin/tr/cset.c
197
bool
usr.bin/tr/cset.c
198
cset_addclass(struct cset *cs, wctype_t type, bool invert)
usr.bin/tr/cset.c
68
bool
usr.bin/tr/cset.h
45
bool csc_invert;
usr.bin/tr/cset.h
51
bool cs_cache[CS_CACHE_SIZE];
usr.bin/tr/cset.h
52
bool cs_havecache;
usr.bin/tr/cset.h
55
bool cs_invert;
usr.bin/tr/cset.h
58
bool cset_addclass(struct cset *, wctype_t, bool);
usr.bin/tr/cset.h
60
bool cset_add(struct cset *, wchar_t);
usr.bin/tr/cset.h
62
bool cset_in_hard(struct cset *, wchar_t);
usr.bin/tr/cset.h
65
static __inline bool
usr.bin/truss/syscall.h
227
bool unknown; /* Unknown system call */
usr.bin/truss/syscalls.c
1168
bool buf_truncated, iov_truncated;
usr.bin/truss/syscalls.c
1292
print_sctp_sndrcvinfo(FILE *fp, bool receive, struct sctp_sndrcvinfo *info)
usr.bin/truss/syscalls.c
1389
print_sctp_cmsg(FILE *fp, bool receive, struct cmsghdr *cmsghdr)
usr.bin/truss/syscalls.c
1467
print_cmsgs(FILE *fp, pid_t pid, bool receive, struct msghdr *msghdr)
usr.bin/truss/syscalls.c
1474
bool first;
usr.bin/truss/syscalls.c
1535
bool first;
usr.bin/truss/syscalls.c
1578
static bool
usr.bin/truss/syscalls.c
1586
bool success = false;
usr.bin/truss/syscalls.c
2458
bool truncated;
usr.bin/truss/syscalls.c
2703
bool truncated;
usr.bin/truss/syscalls.c
771
static bool
usr.bin/truss/syscalls.c
772
print_mask_arg_part(bool (*decoder)(FILE *, int, int *), FILE *fp, int value,
usr.bin/truss/syscalls.c
780
print_mask_arg(bool (*decoder)(FILE *, int, int *), FILE *fp, int value)
usr.bin/truss/syscalls.c
791
print_mask_arg32(bool (*decoder)(FILE *, uint32_t, uint32_t *), FILE *fp,
usr.bin/uniq/uniq.c
56
static bool cflag, dflag, uflag, iflag;
usr.bin/units/units.c
72
static bool verbose = false;
usr.bin/units/units.c
73
static bool terse = false;
usr.bin/units/units.c
753
bool quiet;
usr.bin/units/units.c
754
bool readfile;
usr.bin/units/units.c
755
bool quit;
usr.bin/vgrind/extern.h
33
extern bool _escaped; /* if last character was an escape */
usr.bin/vgrind/extern.h
45
extern bool l_onecase; /* upper and lower case are equivalent */
usr.bin/vgrind/extern.h
49
extern bool l_toplex; /* procedures only defined at top lex level */
usr.bin/vgrind/regexp.c
340
bool matched; /* a temporary bool */
usr.bin/vgrind/regexp.c
42
bool _escaped; /* true if we are currently x_escaped */
usr.bin/vgrind/regexp.c
44
bool l_onecase; /* true if upper and lower equivalent */
usr.bin/vgrind/vfontedpr.c
111
bool l_toplex; /* procedures only defined at top lex level */
usr.bin/vgrind/vfontedpr.c
536
putKcp(char *start, char *end, bool force)
usr.bin/vgrind/vfontedpr.c
59
static bool isproc(char *);
usr.bin/vgrind/vfontedpr.c
60
static void putKcp(char *, char *, bool);
usr.bin/vgrind/vfontedpr.c
676
static bool
usr.bin/vgrind/vfontedpr.c
70
static bool filter = false; /* act as a filter (like eqn) */
usr.bin/vgrind/vfontedpr.c
71
static bool inchr; /* in a string constant */
usr.bin/vgrind/vfontedpr.c
72
static bool incomm; /* in a comment of the primary type */
usr.bin/vgrind/vfontedpr.c
73
static bool idx = false; /* form an index */
usr.bin/vgrind/vfontedpr.c
74
static bool instr; /* in a string constant */
usr.bin/vgrind/vfontedpr.c
75
static bool nokeyw = false; /* no keywords being flagged */
usr.bin/vgrind/vfontedpr.c
76
static bool pass = false; /*
usr.bin/vgrind/vfontedpr.c
89
static bool prccont; /* continue last procedure */
usr.bin/vtfontcvt/vtfontcvt.c
171
static bool filter = true;
usr.bin/vtfontcvt/vtfontcvt.c
290
static bool
usr.bin/vtfontcvt/vtfontcvt.c
802
write_fnt_source(bool lz4, const char *filename)
usr.bin/wc/wc.c
214
bool gotsp, warned;
usr.bin/wc/wc.c
60
static bool doline, doword, dochar, domulti, dolongline;
usr.bin/what/what.c
100
bool found;
usr.bin/what/what.c
39
static bool search(bool, bool, FILE *);
usr.bin/what/what.c
46
bool found, qflag, sflag;
usr.bin/what/what.c
97
bool
usr.bin/what/what.c
98
search(bool one, bool quiet, FILE *in)
usr.bin/xargs/strnsubst.c
18
bool strnsubst(char **, const char *, const char *, size_t);
usr.bin/xargs/strnsubst.c
32
bool
usr.bin/xargs/strnsubst.c
36
bool error = false;
usr.bin/xargs/xargs.c
63
bool strnsubst(char **, const char *, const char *, size_t);
usr.sbin/acpi/acpidump/acpi.c
2010
acpi_handle_ivrs_ivhd_10(ACPI_IVRS_HARDWARE1 *addr, bool efrsup)
usr.sbin/acpi/acpidump/acpi.c
2123
acpi_handle_ivrs_blocks(void *addr, int remaining, bool efrsup)
usr.sbin/acpi/acpidump/acpi.c
2171
bool efrsup;
usr.sbin/arp/arp.h
10
bool nflag;
usr.sbin/arp/arp.h
9
bool aflag;
usr.sbin/arp/arp_netlink.c
53
static bool
usr.sbin/arp/arp_netlink.c
81
static bool
usr.sbin/autofs/automount.c
300
unmount_automounted(bool force)
usr.sbin/autofs/automount.c
342
bool do_unmount = false, force_unmount = false, flush = false;
usr.sbin/autofs/automount.c
61
unmount_by_statfs(const struct statfs *sb, bool force)
usr.sbin/autofs/automountd.c
124
create_subtree(const struct node *node, bool incomplete)
usr.sbin/autofs/automountd.c
128
bool wildcard_found = false;
usr.sbin/autofs/automountd.c
172
bool incomplete_hierarchy)
usr.sbin/autofs/automountd.c
179
bool wildcards;
usr.sbin/autofs/automountd.c
391
wait_for_children(bool block)
usr.sbin/autofs/automountd.c
440
bool dont_daemonize = false, incomplete_hierarchy = false;
usr.sbin/autofs/automountd.c
68
done(int request_error, bool wildcards)
usr.sbin/autofs/automountd.c
94
bool first = true;
usr.sbin/autofs/autounmountd.c
269
bool dont_daemonize = false;
usr.sbin/autofs/autounmountd.c
53
bool af_mark;
usr.sbin/autofs/common.c
1028
bool *wildcards)
usr.sbin/autofs/common.c
1032
bool executable;
usr.sbin/autofs/common.c
287
node_expand_includes(struct node *root, bool is_master)
usr.sbin/autofs/common.c
340
bool backslashed = false;
usr.sbin/autofs/common.c
462
static bool
usr.sbin/autofs/common.c
474
bool
usr.sbin/autofs/common.c
488
bool
usr.sbin/autofs/common.c
502
node_expand_maps(struct node *n, bool indirect)
usr.sbin/autofs/common.c
937
static bool
usr.sbin/autofs/common.h
81
bool node_is_direct_map(const struct node *n);
usr.sbin/autofs/common.h
82
bool node_has_wildcards(const struct node *n);
usr.sbin/autofs/common.h
92
bool *wildcards);
usr.sbin/autofs/defined.c
85
bool backslashed = false, bracketed = false;
usr.sbin/bhyve/aarch64/bhyverun_machdep.c
201
bhyve_start_vcpu(struct vcpu *vcpu, bool bsp __unused)
usr.sbin/bhyve/amd64/atkbdc.c
107
bool irq_active;
usr.sbin/bhyve/amd64/atkbdc.c
116
bool irq_active;
usr.sbin/bhyve/amd64/bhyverun_machdep.c
317
bhyve_start_vcpu(struct vcpu *vcpu, bool bsp)
usr.sbin/bhyve/amd64/pci_irq.c
81
static bool
usr.sbin/bhyve/amd64/ps2kbd.c
85
bool enabled;
usr.sbin/bhyve/amd64/task_switch.c
204
uint16_t sel, struct user_segment_descriptor *desc, bool doread,
usr.sbin/bhyve/amd64/task_switch.c
276
static bool
usr.sbin/bhyve/amd64/task_switch.c
283
static bool
usr.sbin/bhyve/amd64/task_switch.c
290
static bool
usr.sbin/bhyve/amd64/task_switch.c
297
static bool
usr.sbin/bhyve/amd64/task_switch.c
316
bool ldtseg, codeseg, stackseg, dataseg, conforming;
usr.sbin/bhyve/amd64/task_switch.c
486
bool nested;
usr.sbin/bhyve/amd64/vga.c
127
bool gc_mode_c4; /* chain 4 */
usr.sbin/bhyve/amd64/vga.c
128
bool gc_mode_oe; /* odd/even */
usr.sbin/bhyve/amd64/vga.c
172
static bool
usr.sbin/bhyve/basl.c
120
basl_dump(const bool mem)
usr.sbin/bhyve/basl.c
64
static bool load_into_memory;
usr.sbin/bhyve/basl.c
97
basl_dump_table(const struct basl_table *const table, const bool mem)
usr.sbin/bhyve/bhyverun.c
249
bool need_recalc;
usr.sbin/bhyve/bhyverun.c
313
bool explicit_cpus;
usr.sbin/bhyve/bhyverun.c
692
bool romboot, monitor;
usr.sbin/bhyve/bhyverun.c
726
bool
usr.sbin/bhyve/bhyverun.h
79
bool bhyve_parse_config_option(const char *option);
usr.sbin/bhyve/bhyverun.h
89
void bhyve_start_vcpu(struct vcpu *vcpu, bool bsp);
usr.sbin/bhyve/block_if.c
365
static inline bool
usr.sbin/bhyve/bootrom.c
322
bool
usr.sbin/bhyve/bootrom.h
48
bool bootrom_boot(void);
usr.sbin/bhyve/config.c
362
static bool
usr.sbin/bhyve/config.c
379
bool
usr.sbin/bhyve/config.c
390
bool
usr.sbin/bhyve/config.c
391
get_config_bool_default(const char *path, bool def)
usr.sbin/bhyve/config.c
401
bool
usr.sbin/bhyve/config.c
412
bool
usr.sbin/bhyve/config.c
414
bool def)
usr.sbin/bhyve/config.c
425
set_config_bool(const char *path, bool value)
usr.sbin/bhyve/config.c
432
set_config_bool_node(nvlist_t *parent, const char *name, bool value)
usr.sbin/bhyve/config.c
50
_lookup_config_node(nvlist_t *parent, const char *path, bool create)
usr.sbin/bhyve/config.h
128
bool get_config_bool(const char *path);
usr.sbin/bhyve/config.h
129
bool get_config_bool_node(const nvlist_t *parent, const char *name);
usr.sbin/bhyve/config.h
130
bool get_config_bool_default(const char *path, bool def);
usr.sbin/bhyve/config.h
131
bool get_config_bool_node_default(const nvlist_t *parent, const char *name,
usr.sbin/bhyve/config.h
132
bool def);
usr.sbin/bhyve/config.h
133
void set_config_bool(const char *path, bool value);
usr.sbin/bhyve/config.h
134
void set_config_bool_node(nvlist_t *parent, const char *name, bool value);
usr.sbin/bhyve/gdb.c
108
static bool first_stop, report_next_stop, swbreak_enabled;
usr.sbin/bhyve/gdb.c
1162
static bool
usr.sbin/bhyve/gdb.c
1246
bool started;
usr.sbin/bhyve/gdb.c
1465
static bool
usr.sbin/bhyve/gdb.c
1466
set_breakpoint_caps(bool enable)
usr.sbin/bhyve/gdb.c
151
bool stepping;
usr.sbin/bhyve/gdb.c
1519
update_sw_breakpoint(uint64_t gva, int kind, bool insert)
usr.sbin/bhyve/gdb.c
152
bool stepped;
usr.sbin/bhyve/gdb.c
153
bool hit_swbreak;
usr.sbin/bhyve/gdb.c
1589
bool insert;
usr.sbin/bhyve/gdb.c
164
static bool gdb_active = false;
usr.sbin/bhyve/gdb.c
1648
static bool
usr.sbin/bhyve/gdb.c
1661
bool supported;
usr.sbin/bhyve/gdb.c
1739
bool first;
usr.sbin/bhyve/gdb.c
2188
bool wait;
usr.sbin/bhyve/gdb.c
463
static bool
usr.sbin/bhyve/gdb.c
784
report_stop(bool set_cur_vcpu)
usr.sbin/bhyve/gdb.c
852
_gdb_cpu_suspend(struct vcpu *vcpu, bool report_stop)
usr.sbin/bhyve/iov.c
97
bool
usr.sbin/bhyve/iov.h
42
bool check_iov_len(const struct iovec *, size_t, size_t);
usr.sbin/bhyve/pci_ahci.c
871
bool first, ncq;
usr.sbin/bhyve/pci_e82545.c
1092
bool invalid;
usr.sbin/bhyve/pci_emul.c
1983
static bool
usr.sbin/bhyve/pci_nvme.c
1679
bool cd;
usr.sbin/bhyve/pci_nvme.c
1724
bool set_crit = false;
usr.sbin/bhyve/pci_nvme.c
1725
bool report_crit;
usr.sbin/bhyve/pci_nvme.c
1820
bool sv = NVMEV(NVME_FEAT_SET_SV, command->cdw10);
usr.sbin/bhyve/pci_nvme.c
2184
static bool
usr.sbin/bhyve/pci_nvme.c
2209
bool range_is_contiguous;
usr.sbin/bhyve/pci_nvme.c
2367
static bool
usr.sbin/bhyve/pci_nvme.c
2374
bool pending = false;
usr.sbin/bhyve/pci_nvme.c
2404
bool is_write)
usr.sbin/bhyve/pci_nvme.c
2432
bool is_write)
usr.sbin/bhyve/pci_nvme.c
248
bool namespace_specific;
usr.sbin/bhyve/pci_nvme.c
2501
static bool
usr.sbin/bhyve/pci_nvme.c
2510
bool is_write = cmd->opc == NVME_OPC_WRITE;
usr.sbin/bhyve/pci_nvme.c
2511
bool pending = false;
usr.sbin/bhyve/pci_nvme.c
2560
bool done = true;
usr.sbin/bhyve/pci_nvme.c
2591
static bool
usr.sbin/bhyve/pci_nvme.c
2601
bool pending = false;
usr.sbin/bhyve/pci_nvme.c
2730
bool pending;
usr.sbin/bhyve/pci_nvme.c
2803
static bool
usr.sbin/bhyve/pci_nvme.c
298
bool posted;
usr.sbin/bhyve/pci_nvme.c
334
bool num_q_is_set; /* Has host set Number of Queues */
usr.sbin/bhyve/pci_nvme.c
750
static bool
usr.sbin/bhyve/pci_nvme.c
757
static bool
usr.sbin/bhyve/pci_passthru.c
882
static bool
usr.sbin/bhyve/pci_virtio_9p.c
254
bool ro;
usr.sbin/bhyve/pci_virtio_console.c
100
bool vsp_enabled;
usr.sbin/bhyve/pci_virtio_console.c
101
bool vsp_console;
usr.sbin/bhyve/pci_virtio_console.c
102
bool vsp_rx_ready;
usr.sbin/bhyve/pci_virtio_console.c
103
bool vsp_open;
usr.sbin/bhyve/pci_virtio_console.c
118
bool vss_open;
usr.sbin/bhyve/pci_virtio_console.c
129
bool vsc_ready;
usr.sbin/bhyve/pci_virtio_console.c
166
static void pci_vtcon_open_port(struct pci_vtcon_port *, bool);
usr.sbin/bhyve/pci_virtio_console.c
231
pci_vtcon_port_to_vq(struct pci_vtcon_port *port, bool tx_queue)
usr.sbin/bhyve/pci_virtio_console.c
551
pci_vtcon_open_port(struct pci_vtcon_port *port, bool open)
usr.sbin/bhyve/pci_virtio_net.c
110
bool features_negotiated; /* protected by rx_mtx */
usr.sbin/bhyve/pci_virtio_scsi.c
151
bool vsw_exiting;
usr.sbin/bhyve/pci_virtio_scsi.c
275
static inline bool pci_vtscsi_check_lun(const uint8_t *);
usr.sbin/bhyve/pci_virtio_scsi.c
441
static inline bool
usr.sbin/bhyve/pctestdev.c
70
static bool pctestdev_inited;
usr.sbin/bhyve/qemu_fwcfg.c
432
bool fwcfg_enabled;
usr.sbin/bhyve/rfb.c
1017
bool input;
usr.sbin/bhyve/rfb.c
109
bool adjust_pixels;
usr.sbin/bhyve/rfb.c
125
bool enc_raw_ok;
usr.sbin/bhyve/rfb.c
126
bool enc_zlib_ok;
usr.sbin/bhyve/rfb.c
127
bool enc_resize_ok;
usr.sbin/bhyve/rfb.c
128
bool enc_extkeyevent_ok;
usr.sbin/bhyve/rfb.c
130
bool enc_extkeyevent_send;
usr.sbin/bhyve/rfb.c
353
bool adjust_pixels = true;
usr.sbin/bhyve/rfb.c
704
bool expected;
usr.sbin/bhyve/riscv/bhyverun_machdep.c
192
bhyve_start_vcpu(struct vcpu *vcpu, bool bsp __unused)
usr.sbin/bhyve/riscv/bhyverun_machdep.c
272
static bool
usr.sbin/bhyve/rtc_pl031.c
144
rtc_pl031_tick(struct rtc_pl031_softc *sc, bool from_timer)
usr.sbin/bhyve/rtc_pl031.c
146
bool match;
usr.sbin/bhyve/slirp/libslirp.h
146
bool in_enabled;
usr.sbin/bhyve/slirp/libslirp.h
154
bool in6_enabled;
usr.sbin/bhyve/slirp/libslirp.h
186
bool disable_host_loopback;
usr.sbin/bhyve/slirp/libslirp.h
191
bool enable_emu;
usr.sbin/bhyve/slirp/libslirp.h
205
bool disable_dns;
usr.sbin/bhyve/slirp/libslirp.h
211
bool disable_dhcp;
usr.sbin/bhyve/slirp/libslirp.h
231
Slirp *slirp_init(int restricted, bool in_enabled, struct in_addr vnetwork,
usr.sbin/bhyve/slirp/libslirp.h
233
bool in6_enabled, struct in6_addr vprefix_addr6,
usr.sbin/bhyve/slirp/slirp-helper.c
464
bool restricted;
usr.sbin/bhyve/snapshot.c
1217
bool stop_vm)
usr.sbin/bhyve/snapshot.c
142
static bool checkpoint_active;
usr.sbin/bhyve/snapshot.c
1532
bool restore_null, struct vm_snapshot_meta *meta)
usr.sbin/bhyve/snapshot.c
658
const size_t len, const size_t totalmem, const bool op_wr)
usr.sbin/bhyve/snapshot.c
663
bool show_progress;
usr.sbin/bhyve/snapshot.c
723
vm_snapshot_mem(struct vmctx *ctx, int snapfd, size_t memsz, const bool op_wr)
usr.sbin/bhyve/snapshot.h
107
bool restore_null, struct vm_snapshot_meta *meta);
usr.sbin/bhyve/tpm_intf_crb.c
185
bool closing;
usr.sbin/bhyve/tpm_intf_crb.c
449
tpm_crb_modify_mmio_registration(const bool registration, void *const arg1)
usr.sbin/bhyve/uart_backend.c
132
static bool
usr.sbin/bhyve/uart_backend.c
196
uart_rxfifo_drain(struct uart_softc *sc, bool loopback)
usr.sbin/bhyve/uart_backend.c
220
uart_rxfifo_putchar(struct uart_softc *sc, uint8_t ch, bool loopback)
usr.sbin/bhyve/uart_backend.c
56
bool opened;
usr.sbin/bhyve/uart_backend.c
57
bool is_socket;
usr.sbin/bhyve/uart_backend.c
85
static bool uart_stdio; /* stdio in use for i/o */
usr.sbin/bhyve/uart_backend.h
40
void uart_rxfifo_drain(struct uart_softc *sc, bool loopback);
usr.sbin/bhyve/uart_backend.h
43
int uart_rxfifo_putchar(struct uart_softc *sc, uint8_t ch, bool loopback);
usr.sbin/bhyve/uart_emul.c
195
bool loopback;
usr.sbin/bhyve/uart_emul.c
73
bool inuse;
usr.sbin/bhyve/uart_emul.c
98
bool thre_int_pending; /* THRE interrupt pending */
usr.sbin/bhyve/uart_pl011.c
174
bool loopback;
usr.sbin/bhyve/uart_pl011.c
209
bool loopback;
usr.sbin/bhyvectl/aarch64/bhyvectl_machdep.c
80
int vcpuid __unused, bool get_all __unused)
usr.sbin/bhyvectl/amd64/bhyvectl_machdep.c
1021
get_misc_vmcb(struct vcpu *vcpu, int vcpuid, bool get_all)
usr.sbin/bhyvectl/amd64/bhyvectl_machdep.c
1299
bool cpu_intel;
usr.sbin/bhyvectl/amd64/bhyvectl_machdep.c
1546
bhyvectl_md_main(struct vmctx *ctx, struct vcpu *vcpu, int vcpuid, bool get_all)
usr.sbin/bhyvectl/amd64/bhyvectl_machdep.c
1553
bool cpu_intel;
usr.sbin/bhyvectl/amd64/bhyvectl_machdep.c
165
static bool
usr.sbin/bhyvectl/amd64/bhyvectl_machdep.c
398
dump_msr_bitmap(int vcpu, uint64_t addr, bool cpu_intel)
usr.sbin/bhyvectl/amd64/bhyvectl_machdep.c
454
get_all_registers(struct vcpu *vcpu, int vcpuid, bool get_all)
usr.sbin/bhyvectl/amd64/bhyvectl_machdep.c
641
get_all_segments(struct vcpu *vcpu, int vcpuid, bool get_all)
usr.sbin/bhyvectl/amd64/bhyvectl_machdep.c
788
get_misc_vmcs(struct vcpu *vcpu, int vcpuid, bool get_all)
usr.sbin/bhyvectl/bhyvectl.c
307
snapshot_request(const char *vmname, char *file, bool suspend)
usr.sbin/bhyvectl/bhyvectl.h
46
bool get_all);
usr.sbin/bhyvectl/riscv/bhyvectl_machdep.c
80
int vcpuid __unused, bool get_all __unused)
usr.sbin/bluetooth/btpand/bnep.c
180
static bool
usr.sbin/bluetooth/btpand/bnep.c
230
bnep_recv_control(channel_t *chan, uint8_t *ptr, size_t size, bool isext)
usr.sbin/bluetooth/btpand/bnep.c
45
static bool bnep_recv_extension(packet_t *);
usr.sbin/bluetooth/btpand/bnep.c
46
static size_t bnep_recv_control(channel_t *, uint8_t *, size_t, bool);
usr.sbin/bluetooth/btpand/bnep.c
55
static bool bnep_pfilter(channel_t *, packet_t *);
usr.sbin/bluetooth/btpand/bnep.c
56
static bool bnep_mfilter(channel_t *, packet_t *);
usr.sbin/bluetooth/btpand/bnep.c
634
bool
usr.sbin/bluetooth/btpand/bnep.c
640
bool src, dst;
usr.sbin/bluetooth/btpand/bnep.c
720
static bool
usr.sbin/bluetooth/btpand/bnep.c
742
static bool
usr.sbin/bluetooth/btpand/bnep.c
86
bool
usr.sbin/bluetooth/btpand/btpand.h
105
bool (*send)(channel_t *, packet_t *);
usr.sbin/bluetooth/btpand/btpand.h
106
bool (*recv)(packet_t *);
usr.sbin/bluetooth/btpand/btpand.h
185
bool bnep_send(channel_t *, packet_t *);
usr.sbin/bluetooth/btpand/btpand.h
186
bool bnep_recv(packet_t *);
usr.sbin/bluetooth/btpand/btpand.h
192
bool channel_open(channel_t *, int);
usr.sbin/bluetooth/btpand/btpand.h
84
bool oactive;
usr.sbin/bluetooth/btpand/channel.c
79
bool
usr.sbin/bluetooth/btpand/sdp.c
134
bool
usr.sbin/bluetooth/btpand/sdp.c
186
bool
usr.sbin/bluetooth/btpand/sdp.c
60
bool
usr.sbin/bluetooth/btpand/sdp.c
84
bool
usr.sbin/bluetooth/btpand/sdp.h
36
bool _sdp_match_uuid16(uint8_t **, uint8_t *, uint16_t);
usr.sbin/bluetooth/btpand/sdp.h
37
bool _sdp_get_uuid(uint8_t **, uint8_t *, uuid_t *);
usr.sbin/bluetooth/btpand/sdp.h
38
bool _sdp_get_seq(uint8_t **, uint8_t *, uint8_t **);
usr.sbin/bluetooth/btpand/sdp.h
39
bool _sdp_get_uint16(uint8_t **, uint8_t *, uint16_t *);
usr.sbin/bluetooth/btpand/tap.c
132
static bool
usr.sbin/bluetooth/btpand/tap.c
154
static bool
usr.sbin/bluetooth/btpand/tap.c
50
static bool tap_send(channel_t *, packet_t *);
usr.sbin/bluetooth/btpand/tap.c
51
static bool tap_recv(packet_t *);
usr.sbin/bluetooth/hccontrol/le.c
1051
static void handle_le_connection_event(ng_hci_event_pkt_t* e, bool verbose)
usr.sbin/bluetooth/hccontrol/le.c
631
bool verbose;
usr.sbin/bluetooth/hccontrol/le.c
64
static void handle_le_event(ng_hci_event_pkt_t* e, bool verbose);
usr.sbin/bluetooth/hccontrol/le.c
70
static void handle_le_connection_event(ng_hci_event_pkt_t* e, bool verbose);
usr.sbin/bluetooth/hccontrol/le.c
742
static void handle_le_event(ng_hci_event_pkt_t* e, bool verbose)
usr.sbin/bluetooth/hccontrol/le.c
831
bool addr_set = false;
usr.sbin/bluetooth/hccontrol/le.c
890
bool addr_set = false;
usr.sbin/bluetooth/hccontrol/le.c
950
bool addr_set = false;
usr.sbin/bluetooth/hccontrol/le.c
951
bool verbose = false;
usr.sbin/bsdinstall/partedit/gpart_ops.c
1043
bool init_allocated;
usr.sbin/bsdinstall/runconsoles/child.c
221
child_leader_run(const char *name, int fd, bool new_session, const char **argv,
usr.sbin/bsdinstall/runconsoles/child.h
28
void child_leader_run(const char *name, int fd, bool new_session,
usr.sbin/bsdinstall/runconsoles/runconsoles.c
179
bool started_console;
usr.sbin/bsdinstall/runconsoles/runconsoles.c
204
bool others;
usr.sbin/certctl/certctl.c
59
static bool dryrun;
usr.sbin/certctl/certctl.c
60
static bool longnames;
usr.sbin/certctl/certctl.c
61
static bool nobundle;
usr.sbin/certctl/certctl.c
62
static bool unprivileged;
usr.sbin/certctl/certctl.c
63
static bool verbose;
usr.sbin/certctl/certctl.c
639
load_trusted(bool all, struct cert_tree *exclude)
usr.sbin/certctl/certctl.c
666
load_untrusted(bool all)
usr.sbin/chroot/chroot.c
102
bool nonprivileged;
usr.sbin/config/config.h
201
bool env_is_file;
usr.sbin/config/config.h
47
bool cw_eof;
usr.sbin/config/config.h
48
bool cw_eol;
usr.sbin/config/config.h
53
bool eof() const {
usr.sbin/config/config.h
57
bool eol() const {
usr.sbin/config/config.h
61
configword &eof(bool eof) {
usr.sbin/config/config.h
66
configword &eol(bool eol) {
usr.sbin/config/config.y
361
newenvvar(char *name, bool is_file)
usr.sbin/config/config.y
99
static void newenvvar(char *name, bool is_file);
usr.sbin/crunch/crunchgen/crunchgen.c
95
static bool tempfname_initialized = false;
usr.sbin/ctld/conf.h
100
bool lun_start(const char *name);
usr.sbin/ctld/conf.h
102
bool lun_add_option(const char *name, const char *value);
usr.sbin/ctld/conf.h
103
bool lun_set_backend(const char *value);
usr.sbin/ctld/conf.h
104
bool lun_set_blocksize(size_t value);
usr.sbin/ctld/conf.h
105
bool lun_set_ctl_lun(uint32_t value);
usr.sbin/ctld/conf.h
106
bool lun_set_device_id(const char *value);
usr.sbin/ctld/conf.h
107
bool lun_set_device_type(const char *value);
usr.sbin/ctld/conf.h
108
bool lun_set_path(const char *value);
usr.sbin/ctld/conf.h
109
bool lun_set_serial(const char *value);
usr.sbin/ctld/conf.h
110
bool lun_set_size(uint64_t value);
usr.sbin/ctld/conf.h
112
bool yyparse_conf(FILE *fp);
usr.sbin/ctld/conf.h
41
bool auth_group_start(const char *name);
usr.sbin/ctld/conf.h
43
bool auth_group_add_chap(const char *user, const char *secret);
usr.sbin/ctld/conf.h
44
bool auth_group_add_chap_mutual(const char *user, const char *secret,
usr.sbin/ctld/conf.h
46
bool auth_group_add_host_address(const char *portal);
usr.sbin/ctld/conf.h
47
bool auth_group_add_host_nqn(const char *name);
usr.sbin/ctld/conf.h
48
bool auth_group_add_initiator_name(const char *name);
usr.sbin/ctld/conf.h
49
bool auth_group_add_initiator_portal(const char *portal);
usr.sbin/ctld/conf.h
50
bool auth_group_set_type(const char *type);
usr.sbin/ctld/conf.h
56
bool conf_set_pidfile_path(const char *path);
usr.sbin/ctld/conf.h
59
bool isns_add_server(const char *addr);
usr.sbin/ctld/conf.h
61
bool portal_group_start(const char *name);
usr.sbin/ctld/conf.h
63
bool portal_group_add_listen(const char *listen, bool iser);
usr.sbin/ctld/conf.h
64
bool portal_group_add_option(const char *name, const char *value);
usr.sbin/ctld/conf.h
65
bool portal_group_set_discovery_auth_group(const char *name);
usr.sbin/ctld/conf.h
66
bool portal_group_set_dscp(u_int dscp);
usr.sbin/ctld/conf.h
67
bool portal_group_set_filter(const char *filter);
usr.sbin/ctld/conf.h
69
bool portal_group_set_offload(const char *offload);
usr.sbin/ctld/conf.h
70
bool portal_group_set_pcp(u_int pcp);
usr.sbin/ctld/conf.h
71
bool portal_group_set_redirection(const char *addr);
usr.sbin/ctld/conf.h
74
bool transport_group_start(const char *name);
usr.sbin/ctld/conf.h
75
bool transport_group_add_listen_discovery_tcp(const char *listen);
usr.sbin/ctld/conf.h
76
bool transport_group_add_listen_tcp(const char *listen);
usr.sbin/ctld/conf.h
78
bool target_start(const char *name);
usr.sbin/ctld/conf.h
80
bool target_add_chap(const char *user, const char *secret);
usr.sbin/ctld/conf.h
81
bool target_add_chap_mutual(const char *user, const char *secret,
usr.sbin/ctld/conf.h
83
bool target_add_initiator_name(const char *name);
usr.sbin/ctld/conf.h
84
bool target_add_initiator_portal(const char *addr);
usr.sbin/ctld/conf.h
85
bool target_add_lun(u_int id, const char *name);
usr.sbin/ctld/conf.h
86
bool target_add_portal_group(const char *pg_name, const char *ag_name);
usr.sbin/ctld/conf.h
87
bool target_set_alias(const char *alias);
usr.sbin/ctld/conf.h
88
bool target_set_auth_group(const char *name);
usr.sbin/ctld/conf.h
89
bool target_set_auth_type(const char *type);
usr.sbin/ctld/conf.h
90
bool target_set_physical_port(const char *pport);
usr.sbin/ctld/conf.h
91
bool target_set_redirection(const char *addr);
usr.sbin/ctld/conf.h
92
bool target_start_lun(u_int id);
usr.sbin/ctld/conf.h
94
bool controller_start(const char *name);
usr.sbin/ctld/conf.h
95
bool controller_add_host_address(const char *addr);
usr.sbin/ctld/conf.h
96
bool controller_add_host_nqn(const char *name);
usr.sbin/ctld/conf.h
97
bool controller_add_namespace(u_int id, const char *name);
usr.sbin/ctld/conf.h
98
bool controller_start_namespace(u_int id);
usr.sbin/ctld/parse.y
1021
bool ok;
usr.sbin/ctld/parse.y
1032
bool ok;
usr.sbin/ctld/parse.y
1059
bool ok;
usr.sbin/ctld/parse.y
1071
bool ok;
usr.sbin/ctld/parse.y
1082
bool ok;
usr.sbin/ctld/parse.y
1116
bool
usr.sbin/ctld/parse.y
159
bool ok;
usr.sbin/ctld/parse.y
170
bool ok;
usr.sbin/ctld/parse.y
218
bool ok;
usr.sbin/ctld/parse.y
252
bool ok;
usr.sbin/ctld/parse.y
263
bool ok;
usr.sbin/ctld/parse.y
275
bool ok;
usr.sbin/ctld/parse.y
289
bool ok;
usr.sbin/ctld/parse.y
300
bool ok;
usr.sbin/ctld/parse.y
311
bool ok;
usr.sbin/ctld/parse.y
322
bool ok;
usr.sbin/ctld/parse.y
340
bool ok;
usr.sbin/ctld/parse.y
382
bool ok;
usr.sbin/ctld/parse.y
393
bool ok;
usr.sbin/ctld/parse.y
411
bool ok;
usr.sbin/ctld/parse.y
422
bool ok;
usr.sbin/ctld/parse.y
433
bool ok;
usr.sbin/ctld/parse.y
444
bool ok;
usr.sbin/ctld/parse.y
456
bool ok;
usr.sbin/ctld/parse.y
546
bool ok;
usr.sbin/ctld/parse.y
582
bool ok;
usr.sbin/ctld/parse.y
593
bool ok;
usr.sbin/ctld/parse.y
611
bool ok;
usr.sbin/ctld/parse.y
629
bool ok;
usr.sbin/ctld/parse.y
673
bool ok;
usr.sbin/ctld/parse.y
684
bool ok;
usr.sbin/ctld/parse.y
695
bool ok;
usr.sbin/ctld/parse.y
706
bool ok;
usr.sbin/ctld/parse.y
718
bool ok;
usr.sbin/ctld/parse.y
732
bool ok;
usr.sbin/ctld/parse.y
743
bool ok;
usr.sbin/ctld/parse.y
754
bool ok;
usr.sbin/ctld/parse.y
764
bool ok;
usr.sbin/ctld/parse.y
775
bool ok;
usr.sbin/ctld/parse.y
786
bool ok;
usr.sbin/ctld/parse.y
821
bool ok;
usr.sbin/ctld/parse.y
847
bool ok;
usr.sbin/ctld/parse.y
881
bool ok;
usr.sbin/ctld/parse.y
892
bool ok;
usr.sbin/ctld/parse.y
903
bool ok;
usr.sbin/ctld/parse.y
913
bool ok;
usr.sbin/ctld/parse.y
948
bool ok;
usr.sbin/ctld/parse.y
994
bool ok;
usr.sbin/cxgbetool/cxgbetool.c
65
bool vf; /* Nexus is a VF. */
usr.sbin/cxgbetool/cxgbetool.c
68
bool warn_on_ioctl_err;
usr.sbin/daemon/daemon.c
107
static bool listen_child(struct daemon_state *);
usr.sbin/daemon/daemon.c
116
static bool daemon_is_child_dead(struct daemon_state *);
usr.sbin/daemon/daemon.c
687
static bool
usr.sbin/daemon/daemon.c
861
static bool
usr.sbin/daemon/daemon.c
97
bool restart_enabled;
usr.sbin/daemon/daemon.c
98
bool syslog_enabled;
usr.sbin/daemon/daemon.c
99
bool log_reopen;
usr.sbin/devctl/devctl.c
141
bool force;
usr.sbin/devctl/devctl.c
175
bool force;
usr.sbin/devctl/devctl.c
245
bool force;
usr.sbin/devctl/devctl.c
279
bool force;
usr.sbin/devctl/devctl.c
325
bool force;
usr.sbin/devctl/devctl.c
399
bool detach_drv;
usr.sbin/devinfo/devinfo.c
187
bool printit = vflag || (dev->dd_name[0] != 0 &&
usr.sbin/devinfo/devinfo.c
217
bool hexmode;
usr.sbin/devinfo/devinfo.c
282
static bool
usr.sbin/devinfo/devinfo.c
300
static bool
usr.sbin/devinfo/devinfo.c
377
bool uflag;
usr.sbin/devinfo/devinfo.c
45
static bool rflag;
usr.sbin/devinfo/devinfo.c
46
static bool vflag;
usr.sbin/devinfo/devinfo.c
87
bool hexmode;
usr.sbin/diskinfo/diskinfo.c
290
static bool
usr.sbin/diskinfo/diskinfo.c
70
static bool candelete(int fd);
usr.sbin/efibootmgr/efibootmgr.c
1059
set_boot_to_fw_ui(bool to_fw)
usr.sbin/efibootmgr/efibootmgr.c
394
handle_activity(int bootnum, bool active)
usr.sbin/efibootmgr/efibootmgr.c
659
make_boot_var(const char *label, const char *loader, const char *kernel, const char *env, bool dry_run,
usr.sbin/efibootmgr/efibootmgr.c
660
int bootnum, bool activate)
usr.sbin/efibootmgr/efibootmgr.c
78
bool copy;
usr.sbin/efibootmgr/efibootmgr.c
79
bool create;
usr.sbin/efibootmgr/efibootmgr.c
80
bool delete;
usr.sbin/efibootmgr/efibootmgr.c
81
bool delete_bootnext;
usr.sbin/efibootmgr/efibootmgr.c
82
bool del_timeout;
usr.sbin/efibootmgr/efibootmgr.c
825
static bool
usr.sbin/efibootmgr/efibootmgr.c
826
print_boot_var(const char *name, bool verbose, bool curboot)
usr.sbin/efibootmgr/efibootmgr.c
83
bool dry_run;
usr.sbin/efibootmgr/efibootmgr.c
84
bool device_path;
usr.sbin/efibootmgr/efibootmgr.c
85
bool esp_device;
usr.sbin/efibootmgr/efibootmgr.c
850
static bool
usr.sbin/efibootmgr/efibootmgr.c
86
bool find_dev;
usr.sbin/efibootmgr/efibootmgr.c
87
bool fw_ui;
usr.sbin/efibootmgr/efibootmgr.c
88
bool no_fw_ui;
usr.sbin/efibootmgr/efibootmgr.c
89
bool has_bootnum;
usr.sbin/efibootmgr/efibootmgr.c
893
print_boot_vars(bool verbose)
usr.sbin/efibootmgr/efibootmgr.c
90
bool once;
usr.sbin/efibootmgr/efibootmgr.c
905
bool boot_to_fw_ui;
usr.sbin/efibootmgr/efibootmgr.c
92
bool set_active;
usr.sbin/efibootmgr/efibootmgr.c
93
bool set_bootnext;
usr.sbin/efibootmgr/efibootmgr.c
94
bool set_inactive;
usr.sbin/efibootmgr/efibootmgr.c
95
bool set_timeout;
usr.sbin/efibootmgr/efibootmgr.c
97
bool unix_path;
usr.sbin/efibootmgr/efibootmgr.c
98
bool verbose;
usr.sbin/efibootmgr/efibootmgr.c
994
report_esp_device(bool do_dp, bool do_unix)
usr.sbin/efitable/efitable.c
74
bool got_table = false;
usr.sbin/efitable/efitable.c
75
bool table_set = false;
usr.sbin/efitable/efitable.c
76
bool uuid_set = false;
usr.sbin/efivar/efivar.c
71
static bool aflag, Aflag, bflag, dflag, Dflag, gflag, Hflag, Nflag,
usr.sbin/efiwake/efiwake.c
57
bool disable = false, enable = false;
usr.sbin/fstyp/exfat.c
296
bool eod = false;
usr.sbin/fstyp/fstyp.c
202
bool ignore_type = false, show_unmountable = false;
usr.sbin/fstyp/fstyp.c
55
bool show_label = false;
usr.sbin/fstyp/fstyp.c
76
bool unmountable;
usr.sbin/fstyp/fstyp.h
46
extern bool show_label; /* -l flag */
usr.sbin/fstyp/hammer2.c
115
find_pfs(FILE *fp, const hammer2_blockref_t *bref, const char *pfs, bool *res)
usr.sbin/fstyp/hammer2.c
211
bool res = false;
usr.sbin/fstyp/msdosfs.c
49
static bool
usr.sbin/fwcontrol/fwcontrol.c
742
bool command_set = false;
usr.sbin/fwcontrol/fwcontrol.c
743
bool open_needed = false;
usr.sbin/fwcontrol/fwcontrol.c
752
bool display_board_only = false;
usr.sbin/fwcontrol/fwcontrol.c
753
bool display_crom = false;
usr.sbin/fwcontrol/fwcontrol.c
754
bool send_bus_reset = false;
usr.sbin/fwcontrol/fwcontrol.c
755
bool display_crom_hex = false;
usr.sbin/fwcontrol/fwcontrol.c
756
bool load_crom_from_file = false;
usr.sbin/fwcontrol/fwcontrol.c
757
bool set_fwmem_target = false;
usr.sbin/fwcontrol/fwcontrol.c
758
bool dump_topology = false;
usr.sbin/fwcontrol/fwcontrol.c
759
bool dump_phy_reg = false;
usr.sbin/iovctl/parse.c
60
bool val;
usr.sbin/iscsid/iscsid.c
149
struct addrinfo **ai, bool initiator_side)
usr.sbin/iscsid/iscsid.c
543
static bool
usr.sbin/iscsid/iscsid.c
59
static bool timed_out(void);
usr.sbin/iscsid/iscsid.c
65
static volatile bool sigalrm_received = false;
usr.sbin/iscsid/iscsid.c
658
wait_for_children(bool block)
usr.sbin/iscsid/iscsid.c
694
bool dont_daemonize = false;
usr.sbin/iscsid/iscsid.h
53
bool conn_initial_r2t;
usr.sbin/iscsid/login.c
220
static bool initial = true;
usr.sbin/kldxref/kldxref.c
59
static bool dflag; /* do not create a hint file, only write on stdout */
usr.sbin/makefs/ffs.h
54
bool min_inodes; /* allocate minimum number of inodes */
usr.sbin/makefs/makefs.c
405
*(bool *)options[i].value = 1;
usr.sbin/makefs/mtree.c
825
read_mtree_spec1(FILE *fp, bool def, const char *name)
usr.sbin/makefs/zfs/dsl.c
623
bool
usr.sbin/makefs/zfs/dsl.c
629
bool
usr.sbin/makefs/zfs/fs.c
175
static bool
usr.sbin/makefs/zfs/fs.c
181
static bool
usr.sbin/makefs/zfs/fs.c
970
bool fakedroot;
usr.sbin/makefs/zfs/zap.c
185
bool
usr.sbin/makefs/zfs/zap.c
65
bool micro; /* can this be a micro ZAP? */
usr.sbin/makefs/zfs/zfs.h
126
bool dsl_dir_has_dataset(zfs_dsl_dir_t *);
usr.sbin/makefs/zfs/zfs.h
127
bool dsl_dir_dataset_has_objset(zfs_dsl_dir_t *);
usr.sbin/makefs/zfs/zfs.h
166
bool zap_entry_exists(zfs_zap_t *, const char *);
usr.sbin/makefs/zfs/zfs.h
77
bool nowarn; /* ignored */
usr.sbin/makefs/zfs/zfs.h
86
bool verify_txgs; /* verify data upon import */
usr.sbin/mfiutil/mfi_evt.c
538
bool first;
usr.sbin/moused/moused/moused.c
1318
bool has_keys, has_buttons, has_lmr, has_rel_axes, has_abs_axes;
usr.sbin/moused/moused/moused.c
1319
bool has_mt;
usr.sbin/moused/moused/moused.c
1477
bool enable = t->tuples[i].third;
usr.sbin/moused/moused/moused.c
1515
bool enable = t->tuples[idx].second;
usr.sbin/moused/moused/moused.c
1801
bool r1, r2;
usr.sbin/moused/moused/moused.c
1859
bool grab;
usr.sbin/moused/moused/moused.c
1860
bool ignore;
usr.sbin/moused/moused/moused.c
1861
bool qvalid;
usr.sbin/moused/moused/moused.c
201
bool is_clickpad;
usr.sbin/moused/moused/moused.c
202
bool is_topbuttonpad;
usr.sbin/moused/moused/moused.c
203
bool is_mt;
usr.sbin/moused/moused/moused.c
204
bool cap_touch;
usr.sbin/moused/moused/moused.c
205
bool cap_pressure;
usr.sbin/moused/moused/moused.c
206
bool cap_width;
usr.sbin/moused/moused/moused.c
218
bool two_finger_scroll; /* Enable two finger scrolling */
usr.sbin/moused/moused/moused.c
219
bool natural_scroll; /* Enable natural scrolling */
usr.sbin/moused/moused/moused.c
220
bool three_finger_drag; /* Enable dragging with three fingers */
usr.sbin/moused/moused/moused.c
2438
static bool
usr.sbin/moused/moused/moused.c
2481
bool changed;
usr.sbin/moused/moused/moused.c
249
bool fingerdown;
usr.sbin/moused/moused/moused.c
250
bool in_taphold;
usr.sbin/moused/moused/moused.c
2545
static bool
usr.sbin/moused/moused/moused.c
255
bool timer_armed;
usr.sbin/moused/moused/moused.c
2756
static bool
usr.sbin/moused/moused/moused.c
2839
bool two_finger_scroll = tpinfo->two_finger_scroll;
usr.sbin/moused/moused/moused.c
2840
bool three_finger_drag = tpinfo->three_finger_drag;
usr.sbin/moused/moused/moused.c
332
bool timeout;
usr.sbin/moused/moused/moused.c
357
bool enabled;
usr.sbin/moused/moused/moused.c
362
bool timer_armed;
usr.sbin/moused/moused/moused.c
372
bool enable_vert;
usr.sbin/moused/moused/moused.c
373
bool enable_hor;
usr.sbin/moused/moused/moused.c
392
bool terminate;
usr.sbin/moused/moused/moused.c
401
bool is_exponential; /* Exponential acceleration is enabled */
usr.sbin/moused/moused/moused.c
431
static bool nodaemon = false;
usr.sbin/moused/moused/moused.c
432
static bool background = false;
usr.sbin/moused/moused/moused.c
433
static bool paused = false;
usr.sbin/moused/moused/moused.c
434
static bool opt_grab = false;
usr.sbin/moused/moused/moused.c
458
static bool opt_e3b_enabled = false;
usr.sbin/moused/moused/moused.c
462
static bool opt_drift_terminate = false;
usr.sbin/moused/moused/moused.c
469
static bool opt_exp_accel = false;
usr.sbin/moused/moused/moused.c
473
static bool opt_virtual_scroll = false;
usr.sbin/moused/moused/moused.c
474
static bool opt_hvirtual_scroll = false;
usr.sbin/moused/moused/moused.c
513
static bool r_installmap(char *arg, struct btstate *bt);
usr.sbin/moused/moused/moused.c
519
static bool r_timeout(struct e3bstate *e3b);
usr.sbin/moused/moused/moused.c
522
static bool r_drift(struct drift *, mousestatus_t *);
usr.sbin/moused/moused/quirks.c
1153
static bool
usr.sbin/moused/moused/quirks.c
1156
bool rc = false;
usr.sbin/moused/moused/quirks.c
1187
static inline bool
usr.sbin/moused/moused/quirks.c
1199
bool rc = false;
usr.sbin/moused/moused/quirks.c
1361
static inline bool
usr.sbin/moused/moused/quirks.c
165
bool has_match; /* to check for empty sections */
usr.sbin/moused/moused/quirks.c
166
bool has_property; /* to check for empty sections */
usr.sbin/moused/moused/quirks.c
1720
static bool
usr.sbin/moused/moused/quirks.c
1857
bool
usr.sbin/moused/moused/quirks.c
1863
bool
usr.sbin/moused/moused/quirks.c
1881
bool
usr.sbin/moused/moused/quirks.c
1899
bool
usr.sbin/moused/moused/quirks.c
1917
bool
usr.sbin/moused/moused/quirks.c
1935
bool
usr.sbin/moused/moused/quirks.c
1936
quirks_get_bool(struct quirks *q, enum quirk which, bool *val)
usr.sbin/moused/moused/quirks.c
1953
bool
usr.sbin/moused/moused/quirks.c
1973
bool
usr.sbin/moused/moused/quirks.c
1993
bool
usr.sbin/moused/moused/quirks.c
2013
bool
usr.sbin/moused/moused/quirks.c
521
static inline bool
usr.sbin/moused/moused/quirks.c
547
static bool
usr.sbin/moused/moused/quirks.c
664
static bool
usr.sbin/moused/moused/quirks.c
670
bool b;
usr.sbin/moused/moused/quirks.c
706
static inline bool
usr.sbin/moused/moused/quirks.c
713
bool rc = false;
usr.sbin/moused/moused/quirks.c
717
bool b;
usr.sbin/moused/moused/quirks.c
89
bool b;
usr.sbin/moused/moused/quirks.c
893
static inline bool
usr.sbin/moused/moused/quirks.c
900
bool rc = false;
usr.sbin/moused/moused/quirks.c
905
bool b;
usr.sbin/moused/moused/quirks.h
247
bool
usr.sbin/moused/moused/quirks.h
258
bool
usr.sbin/moused/moused/quirks.h
271
bool
usr.sbin/moused/moused/quirks.h
284
bool
usr.sbin/moused/moused/quirks.h
300
bool
usr.sbin/moused/moused/quirks.h
313
bool
usr.sbin/moused/moused/quirks.h
316
bool *val);
usr.sbin/moused/moused/quirks.h
326
bool
usr.sbin/moused/moused/quirks.h
339
bool
usr.sbin/moused/moused/quirks.h
352
bool
usr.sbin/moused/moused/quirks.h
365
bool
usr.sbin/moused/moused/util-evdev.c
41
static inline bool
usr.sbin/moused/moused/util-list.c
79
bool
usr.sbin/moused/moused/util-list.h
91
bool list_empty(const struct list *list);
usr.sbin/moused/moused/util.c
170
bool
usr.sbin/moused/moused/util.c
199
bool
usr.sbin/moused/moused/util.c
225
bool
usr.sbin/moused/moused/util.c
226
parse_boolean_property(const char *prop, bool *b)
usr.sbin/moused/moused/util.c
241
static bool
usr.sbin/moused/moused/util.c
263
bool found = false;
usr.sbin/moused/moused/util.c
305
bool
usr.sbin/moused/moused/util.c
308
bool rc = false;
usr.sbin/moused/moused/util.c
322
bool enable;
usr.sbin/moused/moused/util.c
375
bool
usr.sbin/moused/moused/util.c
378
bool rc = false;
usr.sbin/moused/moused/util.c
390
bool enable;
usr.sbin/moused/moused/util.h
142
static inline bool
usr.sbin/moused/moused/util.h
151
static inline bool
usr.sbin/moused/moused/util.h
225
static inline bool
usr.sbin/moused/moused/util.h
251
static inline bool
usr.sbin/moused/moused/util.h
258
static inline bool
usr.sbin/moused/moused/util.h
284
static inline bool
usr.sbin/moused/moused/util.h
291
static inline bool
usr.sbin/moused/moused/util.h
369
static inline bool
usr.sbin/moused/moused/util.h
386
static inline bool
usr.sbin/moused/moused/util.h
403
bool enabled;
usr.sbin/moused/moused/util.h
406
bool parse_dimension_property(const char *prop, size_t *w, size_t *h);
usr.sbin/moused/moused/util.h
407
bool parse_range_property(const char *prop, int *hi, int *lo);
usr.sbin/moused/moused/util.h
408
bool parse_boolean_property(const char *prop, bool *b);
usr.sbin/moused/moused/util.h
410
bool parse_evcode_property(const char *prop, struct input_event *events, size_t *nevents);
usr.sbin/moused/moused/util.h
411
bool parse_input_prop_property(const char *prop, struct input_prop *props_out, size_t *nprops);
usr.sbin/moused/msconvd/msconvd.c
1375
static bool on = false;
usr.sbin/moused/msconvd/msconvd.c
145
static bool nodaemon = false;
usr.sbin/moused/msconvd/msconvd.c
146
static bool background = false;
usr.sbin/moused/msconvd/msconvd.c
147
static bool paused = false;
usr.sbin/moused/msconvd/msconvd.c
1958
static bool
usr.sbin/moused/msconvd/msconvd.c
2039
static bool
usr.sbin/moused/msconvd/msconvd.c
2156
static bool
usr.sbin/moused/msconvd/msconvd.c
2572
mremote_clientchg(bool add)
usr.sbin/moused/msconvd/msconvd.c
408
static bool pnpwakeup1(void);
usr.sbin/moused/msconvd/msconvd.c
409
static bool pnpwakeup2(void);
usr.sbin/moused/msconvd/msconvd.c
411
static bool pnpparse(pnpid_t *id, char *buf, int len);
usr.sbin/moused/msconvd/msconvd.c
419
static void mremote_clientchg(bool add);
usr.sbin/mpsutil/mps_cmd.c
467
mps_firmware_send(int fd, unsigned char *fw, uint32_t len, bool bios)
usr.sbin/mpsutil/mps_cmd.c
487
mps_firmware_get(int fd, unsigned char **firmware, bool bios)
usr.sbin/mpsutil/mps_flash.c
124
bool bios = false;
usr.sbin/mpsutil/mps_flash.c
51
bool bios = false;
usr.sbin/mpsutil/mpsutil.h
127
int mps_firmware_send(int fd, unsigned char *buf, uint32_t len, bool bios);
usr.sbin/mpsutil/mpsutil.h
128
int mps_firmware_get(int fd, unsigned char **buf, bool bios);
usr.sbin/ndp/ndp.c
163
bool
usr.sbin/ndp/ndp.h
10
bool tflag;
usr.sbin/ndp/ndp.h
18
bool valid_type(int if_type);
usr.sbin/ndp/ndp.h
23
int print_entries_nl(uint32_t ifindex, struct sockaddr_in6 *addr, bool cflag);
usr.sbin/ndp/ndp.h
24
int delete_nl(uint32_t ifindex, char *host, bool warn);
usr.sbin/ndp/ndp.h
9
bool nflag;
usr.sbin/ndp/ndp_netlink.c
293
bool isrouter = neigh->ndm_flags & NTF_ROUTER;
usr.sbin/ndp/ndp_netlink.c
312
print_entries_nl(uint32_t ifindex, struct sockaddr_in6 *addr, bool cflag)
usr.sbin/ndp/ndp_netlink.c
403
delete_nl(uint32_t ifindex, char *host, bool warn)
usr.sbin/ndp/ndp_netlink.c
65
static bool
usr.sbin/ndp/ndp_netlink.c
93
static bool
usr.sbin/newsyslog/newsyslog.c
255
static bool compress_type_set = false;
usr.sbin/newsyslog/newsyslog.c
256
static bool compress_type_seen = false;
usr.sbin/newsyslog/newsyslog.c
513
static bool
usr.sbin/ofwdump/ofwdump.c
143
ofw_dump_properties(int fd, phandle_t n, int level, bool raw, bool str)
usr.sbin/ofwdump/ofwdump.c
154
ofw_dump_property(int fd, phandle_t n, int level, const char *prop, bool raw,
usr.sbin/ofwdump/ofwdump.c
155
bool str)
usr.sbin/ofwdump/ofwdump.c
211
const char *pmatch, bool raw, bool str)
usr.sbin/ofwdump/ofwdump.c
242
ofw_dump(int fd, const char *start, bool rec, bool prop, const char *pmatch,
usr.sbin/ofwdump/ofwdump.c
243
bool raw, bool str)
usr.sbin/ofwdump/ofwdump.c
51
static void ofw_dump_properties(int, phandle_t, int, bool, bool);
usr.sbin/ofwdump/ofwdump.c
53
const char *prop, bool raw, bool str);
usr.sbin/ofwdump/ofwdump.c
54
static void ofw_dump(int, const char *, bool, bool, const char *, bool, bool);
usr.sbin/ofwdump/ofwdump.c
70
bool aflag, pflag, rflag, Rflag, Sflag;
usr.sbin/pciconf/pciconf.c
231
static bool
usr.sbin/pciconf/pciconf.c
433
static bool
usr.sbin/pciconf/pciconf.c
474
print_tree_entry(struct pci_tree_entry *e, const char *indent, bool last,
usr.sbin/pciconf/pciconf.c
531
bool last, new_bus;
usr.sbin/pciconf/pciconf.c
608
print_special_decode(bool isa, bool vga, bool subtractive)
usr.sbin/pciconf/pciconf.c
610
bool comma;
usr.sbin/pciconf/pciconf.c
635
bool subtractive;
usr.sbin/pciconf/pciconf.c
710
bool prefetch)
usr.sbin/pkg/config.c
345
static bool
usr.sbin/pkg/config.c
379
bool newrepo = false;
usr.sbin/pkg/config.c
57
bool envset;
usr.sbin/pkg/config.c
58
bool main_only; /* Only set in pkg.conf. */
usr.sbin/pkg/config.c
656
config_bool(pkg_config_key k, bool *val)
usr.sbin/pkg/config.h
87
int config_bool(pkg_config_key, bool *);
usr.sbin/pkg/ecc.c
520
static bool
usr.sbin/pkg/ecc.c
555
static bool
usr.sbin/pkg/ecc.c
560
bool ret;
usr.sbin/pkg/ecc.c
59
bool loaded;
usr.sbin/pkg/pkg.c
1039
static bool
usr.sbin/pkg/pkg.c
1079
bool activation_test, add_pkg, bootstrap_only, force, yes;
usr.sbin/pkg/pkg.c
146
static bool
usr.sbin/pkg/pkg.c
155
static bool
usr.sbin/pkg/pkg.c
222
install_pkg_static(const char *path, const char *pkgpath, bool force)
usr.sbin/pkg/pkg.c
564
bool end_seen;
usr.sbin/pkg/pkg.c
650
static bool
usr.sbin/pkg/pkg.c
657
bool ret;
usr.sbin/pkg/pkg.c
728
static bool
usr.sbin/pkg/pkg.c
735
bool ret;
usr.sbin/pkg/pkg.c
847
bootstrap_pkg(bool force, const char *fetchOpts, struct repository *repo)
usr.sbin/pkg/pkg.c
971
bootstrap_pkg_local(const char *pkgpath, bool force)
usr.sbin/pkg/pkg.h
41
typedef bool pkgsign_verify_cert_cb(const struct pkgsign_ctx *, int,
usr.sbin/pkg/pkg.h
43
typedef bool pkgsign_verify_data_cb(const struct pkgsign_ctx *,
usr.sbin/pkg/pkg.h
64
bool trusted;
usr.sbin/pkg/rsa.c
145
static bool
usr.sbin/pkg/rsa.c
151
bool ret;
usr.sbin/pkg/rsa.c
81
static bool
usr.sbin/pkg/rsa.c
89
bool ret;
usr.sbin/pmcstat/pmcstat.c
117
static bool libpmc_initialized = false;
usr.sbin/powerd/powerd.c
101
static bool netlink_init(void);
usr.sbin/powerd/powerd.c
138
static bool try_netlink = true;
usr.sbin/powerd/powerd.c
464
bool
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
113
static bool
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
121
static bool
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
129
static bool
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
235
static bool
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
436
static bool
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
457
static bool
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
490
oid_print(const struct oid *o, struct oidname *on, bool print_description,
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
491
bool exclude, bool include, FILE *fp)
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
497
bool has_desc;
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
540
static bool
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
577
bool exclude, include, gzip_mode, http_mode, print_descriptions;
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
67
static bool
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
76
static bool
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
85
static bool
usr.sbin/pw/pw.c
116
bool relocated, nis;
usr.sbin/pw/pw.h
103
bool dryrun, bool pretty, bool precrypted);
usr.sbin/pw/pw.h
121
bool grp_has_member(struct group *grp, const char *name);
usr.sbin/pw/pw.h
93
int pw_groupnext(struct userconf *cnf, bool quiet);
usr.sbin/pw/pw_group.c
101
pw_groupnext(struct userconf *cnf, bool quiet)
usr.sbin/pw/pw_group.c
113
getgroup(char *name, intmax_t id, bool fatal)
usr.sbin/pw/pw_group.c
236
print_group(struct group * grp, bool pretty)
usr.sbin/pw/pw_group.c
265
bool quiet = false;
usr.sbin/pw/pw_group.c
297
bool all, force, quiet, pretty;
usr.sbin/pw/pw_group.c
374
bool quiet = false;
usr.sbin/pw/pw_group.c
375
bool nis = false;
usr.sbin/pw/pw_group.c
428
bool
usr.sbin/pw/pw_group.c
44
static int print_group(struct group * grp, bool pretty);
usr.sbin/pw/pw_group.c
458
bool dryrun, bool pretty, bool precrypted)
usr.sbin/pw/pw_group.c
48
grp_set_passwd(struct group *grp, bool update, int fd, bool precrypted)
usr.sbin/pw/pw_group.c
510
bool quiet, precrypted, dryrun, pretty, nis;
usr.sbin/pw/pw_group.c
602
bool quiet, pretty, dryrun, nis, precrypted;
usr.sbin/pw/pw_user.c
1211
bool dryrun, nis, pretty, quiet, createhome, precrypted, genconf;
usr.sbin/pw/pw_user.c
146
const char *skeldir, mode_t homemode, bool update)
usr.sbin/pw/pw_user.c
1544
bool quiet, createhome, pretty, dryrun, nis, edited;
usr.sbin/pw/pw_user.c
1545
bool precrypted;
usr.sbin/pw/pw_user.c
166
pw_set_passwd(struct passwd *pwd, int fd, bool precrypted, bool update)
usr.sbin/pw/pw_user.c
275
bool locked = false;
usr.sbin/pw/pw_user.c
379
pw_gidpolicy(struct userconf *cnf, char *grname, char *nam, gid_t prefer, bool dryrun)
usr.sbin/pw/pw_user.c
546
print_user(struct passwd * pwd, bool pretty, bool v7)
usr.sbin/pw/pw_user.c
719
bool quiet = false;
usr.sbin/pw/pw_user.c
73
static int print_user(struct passwd *pwd, bool pretty, bool v7);
usr.sbin/pw/pw_user.c
759
bool all = false;
usr.sbin/pw/pw_user.c
76
gid_t prefer, bool dryrun);
usr.sbin/pw/pw_user.c
760
bool pretty = false;
usr.sbin/pw/pw_user.c
761
bool force = false;
usr.sbin/pw/pw_user.c
762
bool v7 = false;
usr.sbin/pw/pw_user.c
763
bool quiet = false;
usr.sbin/pw/pw_user.c
851
bool nis = false;
usr.sbin/pw/pw_user.c
852
bool deletehome = false;
usr.sbin/pw/pw_user.c
853
bool quiet = false;
usr.sbin/pw/pwupd.h
144
bool rm_r(int rootfd, char const * dir, uid_t uid);
usr.sbin/pw/pwupd.h
82
bool altroot;
usr.sbin/pw/pwupd.h
83
bool checkduplicate;
usr.sbin/pw/rm_r.c
120
static bool
usr.sbin/pw/rm_r.c
123
bool skipped = true;
usr.sbin/pw/rm_r.c
49
static bool try_dataset_remove(const char *home);
usr.sbin/pw/rm_r.c
58
bool
usr.sbin/pw/rm_r.c
66
bool skipped = false;
usr.sbin/pwm/pwm.c
82
bool setname;
usr.sbin/quot/quot.c
58
static bool all;
usr.sbin/quot/quot.c
59
static bool count;
usr.sbin/quot/quot.c
60
static bool noname;
usr.sbin/quot/quot.c
61
static bool unused;
usr.sbin/rpc.tlsclntd/rpc.tlsclntd.c
118
bool tls_enable;
usr.sbin/rpc.tlsclntd/rpc.tlsclntd.c
78
bool rpctls_verbose;
usr.sbin/rpc.tlsclntd/rpc.tlsclntd.c
83
bool rpctls_cert = false;
usr.sbin/rpc.tlsclntd/rpc.tlsclntd.c
84
bool rpctls_gothup = false;
usr.sbin/rpc.tlsservd/rpc.tlscommon.h
51
bool shutoff;
usr.sbin/rpc.tlsservd/rpc.tlscommon.h
58
extern bool rpctls_verbose;
usr.sbin/rpc.tlsservd/rpc.tlscommon.h
63
extern bool rpctls_cert;
usr.sbin/rpc.tlsservd/rpc.tlscommon.h
64
extern bool rpctls_gothup;
usr.sbin/rpc.tlsservd/rpc.tlsservd.c
144
bool tls_enable;
usr.sbin/rpc.tlsservd/rpc.tlsservd.c
77
bool rpctls_verbose;
usr.sbin/rpc.tlsservd/rpc.tlsservd.c
82
bool rpctls_gothup = false;
usr.sbin/rpc.tlsservd/rpc.tlsservd.c
93
static bool rpctls_do_mutual = false;
usr.sbin/rpc.tlsservd/rpc.tlsservd.c
95
static bool rpctls_comparehost = false;
usr.sbin/rpc.tlsservd/rpc.tlsservd.c
97
static bool rpctls_cnuser = false;
usr.sbin/rpcbind/rpcbind.c
316
bool local, netlink;
usr.sbin/rpcbind/tests/addrmerge_test.c
127
const char* bcast, unsigned int flags, uint32_t scope_id, bool bind)
usr.sbin/rpcbind/tests/addrmerge_test.c
179
unsigned int flags __unused, uint32_t scope_id __unused, bool bind __unused)
usr.sbin/rpcbind/tests/addrmerge_test.c
217
mock_igb1(bool bind)
usr.sbin/rpcbind/tests/addrmerge_test.c
80
const char* bcast, unsigned int flags, bool bind)
usr.sbin/rtsold/cap_script.c
214
bool hasscripts;
usr.sbin/sesutil/sesutil.c
127
do_led(int fd, unsigned int idx, elm_type_t type, bool onoff, bool setfault)
usr.sbin/sesutil/sesutil.c
158
static bool
usr.sbin/sesutil/sesutil.c
175
sesled(int argc, char **argv, bool setfault)
usr.sbin/sesutil/sesutil.c
184
bool all, isses, onoff;
usr.sbin/sesutil/sesutil.c
70
static int sesled(int argc, char **argv, bool fault);
usr.sbin/sesutil/sesutil.c
728
bool first_ses;
usr.sbin/setaudit/setaudit.c
64
bool Uflag;
usr.sbin/sndctl/sndctl.c
267
static bool oflag = false;
usr.sbin/sndctl/sndctl.c
268
static bool vflag = false;
usr.sbin/sndctl/sndctl.c
493
dp->from_user = NV(bool, FROM_USER);
usr.sbin/sndctl/sndctl.c
540
dp->bitperfect = NV(bool, BITPERFECT);
usr.sbin/sndctl/sndctl.c
541
dp->play.vchans = NV(bool, PVCHAN);
usr.sbin/sndctl/sndctl.c
545
dp->rec.vchans = NV(bool, RVCHAN);
usr.sbin/sndctl/sndctl.c
655
print_dev_ctl(struct snd_dev *dp, struct snd_ctl *ctl, bool simple,
usr.sbin/sndctl/sndctl.c
656
bool showgrp)
usr.sbin/sndctl/sndctl.c
691
print_chan_ctl(struct snd_chan *ch, struct snd_ctl *ctl, bool simple,
usr.sbin/sndctl/sndctl.c
692
bool showgrp)
usr.sbin/sndctl/sndctl.c
952
bool show = true, found;
usr.sbin/syslogd/syslogd.c
1990
bool facility_found, priority_found;
usr.sbin/syslogd/syslogd.c
231
bool isnumeric;
usr.sbin/syslogd/syslogd.c
2314
parseconfigfile(FILE *cf, bool allow_includes, nvlist_t *nvl_conf)
usr.sbin/syslogd/syslogd.c
2579
init(bool reload)
usr.sbin/syslogd/syslogd.c
292
static bool Debug; /* debug flag */
usr.sbin/syslogd/syslogd.c
293
static bool Foreground = false; /* Run in foreground, instead of daemonizing */
usr.sbin/syslogd/syslogd.c
294
static bool resolve = true; /* resolve hostname */
usr.sbin/syslogd/syslogd.c
297
static bool Initialized; /* set when we have initialized ourselves */
usr.sbin/syslogd/syslogd.c
300
static bool NoBind; /* don't bind() as suggested by RFC 3164 */
usr.sbin/syslogd/syslogd.c
3125
bool syncfile;
usr.sbin/syslogd/syslogd.c
316
static bool RemoteAddDate; /* Always set the date on remote messages */
usr.sbin/syslogd/syslogd.c
317
static bool RemoteHostname; /* Log remote hostname from the message */
usr.sbin/syslogd/syslogd.c
319
static bool UniquePriority; /* Only log specified priority? */
usr.sbin/syslogd/syslogd.c
322
static bool KeepKernFac; /* Keep remotely logged kernel facility */
usr.sbin/syslogd/syslogd.c
323
static bool needdofsync = true; /* Are any file(s) waiting to be fsynced? */
usr.sbin/syslogd/syslogd.c
334
static bool allowaddr(char *);
usr.sbin/syslogd/syslogd.c
3425
static bool
usr.sbin/syslogd/syslogd.c
349
static void init(bool);
usr.sbin/syslogd/syslogd.c
3605
static bool
usr.sbin/syslogd/syslogd.c
365
static bool validate(struct sockaddr *, const char *);
usr.sbin/syslogd/syslogd.c
495
bool bflag = false, pflag = false, Sflag = false;
usr.sbin/tcpdrop/tcpdrop.c
197
static bool
usr.sbin/tcpdrop/tcpdrop.c
228
static bool
usr.sbin/tcpdrop/tcpdrop.c
234
bool ok;
usr.sbin/tcpdrop/tcpdrop.c
286
static bool
usr.sbin/tcpdrop/tcpdrop.c
300
bool ok, infamily;
usr.sbin/tcpdrop/tcpdrop.c
342
static bool
usr.sbin/tcpdrop/tcpdrop.c
48
static bool tcpdrop_list_commands = false;
usr.sbin/tcpdrop/tcpdrop.c
53
static bool tcpdrop(const struct sockaddr *, const struct sockaddr *);
usr.sbin/tcpdrop/tcpdrop.c
54
static bool tcpdropall(const char *, const char *, int);
usr.sbin/tcpdrop/tcpdrop.c
55
static bool tcpdropbyname(const char *, const char *, const char *,
usr.sbin/tcpdrop/tcpdrop.c
57
static bool tcpdropconn(const struct in_conninfo *);
usr.sbin/tcpdrop/tcpdrop.c
69
bool dropall, dropspecific;
usr.sbin/tcpsso/tcpsso.c
290
bool optval_is_int;
usr.sbin/tcpsso/tcpsso.c
404
bool ok, apply_all, apply_subset, apply_specific;
usr.sbin/tcpsso/tcpsso.c
77
static bool
usr.sbin/tcpsso/tcpsso.c
92
static bool
usr.sbin/tcpsso/tcpsso.c
99
bool ok;
usr.sbin/traceroute/traceroute.c
503
bool cansandbox;
usr.sbin/trim/trim.c
140
static bool
usr.sbin/trim/trim.c
207
trim(const char *path, off_t offset, off_t length, bool dryrun, bool verbose)
usr.sbin/trim/trim.c
48
static bool candelete(int fd);
usr.sbin/trim/trim.c
51
static int trim(const char *path, off_t offset, off_t length, bool dryrun, bool verbose);
usr.sbin/trim/trim.c
60
bool dryrun, verbose;
usr.sbin/uefisign/child.c
226
bool Vflag, bool vflag)
usr.sbin/uefisign/uefisign.c
337
bool Vflag = false, vflag = false;
usr.sbin/uefisign/uefisign.h
81
bool Vflag, bool vflag);
usr.sbin/usbconfig/dump.c
133
const char *field, uint32_t value, bool list_mode)
usr.sbin/usbconfig/dump.c
537
bool list_mode)
usr.sbin/usbconfig/dump.c
634
dump_device_desc(struct libusb20_device *pdev, bool list_mode)
usr.sbin/usbconfig/dump.h
36
bool list_mode);
usr.sbin/usbconfig/dump.h
39
void dump_device_desc(struct libusb20_device *pdev, bool list_mode);
usr.sbin/virtual_oss/virtual_oss/httpd.c
297
uintmax_t r_start, uintmax_t r_end, bool is_partial)
usr.sbin/virtual_oss/virtual_oss/httpd.c
463
bool is_partial = false;
usr.sbin/virtual_oss/virtual_oss/virtual_oss.c
144
int64_t volume, int shift, int shift_orig, bool pol,
usr.sbin/virtual_oss/virtual_oss/virtual_oss.c
145
bool assign)
usr.sbin/virtual_oss/virtual_oss/virtual_oss.c
179
int64_t volume, int shift, int shift_orig, bool pol,
usr.sbin/virtual_oss/virtual_oss/virtual_oss.c
180
bool assign)
usr.sbin/virtual_oss/virtual_oss/virtual_oss.c
247
bool need_delay = false;
usr.sbin/ypldap/ber.c
235
ber_add_boolean(struct ber_element *prev, int bool)
usr.sbin/ypldap/ber.c
242
elm->be_numeric = bool ? 0xff : 0;