HelenOS sources

bool               57 abi/include/abi/cap.h static inline bool cap_handle_valid(cap_handle_t handle)
bool               70 abi/include/abi/sysinfo.h 	bool active;             /**< CPU is activate */
bool              124 abi/include/abi/sysinfo.h 	bool on_cpu;            /**< Associated with a CPU */
bool              142 abi/include/abi/sysinfo.h 	bool hot;                    /**< Active or inactive exception */
bool               59 boot/arch/arm32/src/main.c 	bool sep;
bool               38 boot/arch/ia64/src/ski.c 	static bool initialized = false;
bool               35 boot/generic/include/gzip.h extern bool gzip_check(const void *, size_t);
bool               77 boot/generic/include/tar.h bool tar_info(const uint8_t *, const uint8_t *, const char **, size_t *);
bool               76 boot/generic/src/gzip.c bool gzip_check(const void *src, size_t srclen)
bool              113 boot/generic/src/inflate.c 	bool overrun;     /**< Overrun condition */
bool               78 boot/generic/src/kernel.c static bool elf_is_valid(const elf_header_t *header)
bool               67 boot/generic/src/payload.c static bool overlaps(uint8_t *start1, uint8_t *end1,
bool               73 boot/generic/src/payload.c static bool extract_component(uint8_t **cstart, uint8_t *cend,
bool               86 boot/generic/src/payload.c 	bool gz = gzip_check(data, packed_size);
bool              527 boot/generic/src/printf_core.c 			bool end = false;
bool               74 boot/generic/src/tar.c bool tar_info(const uint8_t *start, const uint8_t *end,
bool              271 common/adt/bitmap.c bool bitmap_allocate_range(bitmap_t *bitmap, size_t count, size_t base,
bool               63 common/adt/hash_table.c static bool alloc_table(size_t, list_t **);
bool               91 common/adt/hash_table.c bool hash_table_create(hash_table_t *h, size_t init_size, size_t max_load,
bool              134 common/adt/hash_table.c bool hash_table_empty(hash_table_t *h)
bool              211 common/adt/hash_table.c bool hash_table_insert_unique(hash_table_t *h, ht_link_t *item)
bool              357 common/adt/hash_table.c void hash_table_apply(hash_table_t *h, bool (*f)(ht_link_t *, void *), void *arg)
bool              398 common/adt/hash_table.c static bool alloc_table(size_t bucket_cnt, list_t **pbuckets)
bool               56 common/adt/list.c bool list_member(const link_t *link, const list_t *list)
bool               58 common/adt/list.c 	bool found = false;
bool              511 common/adt/odict.c bool odlink_used(odlink_t *odlink)
bool              521 common/adt/odict.c bool odict_empty(odict_t *odict)
bool              107 common/gsort.c bool gsort(void *data, size_t cnt, size_t elem_size, sort_cmp_t cmp, void *arg)
bool               85 common/include/adt/bitmap.h extern bool bitmap_allocate_range(bitmap_t *, size_t, size_t, size_t, size_t,
bool               59 common/include/adt/hash_table.h 	bool (*equal)(const ht_link_t *item1, const ht_link_t *item2);
bool               62 common/include/adt/hash_table.h 	bool (*key_equal)(const void *key, const ht_link_t *item);
bool               81 common/include/adt/hash_table.h 	bool apply_ongoing;
bool               87 common/include/adt/hash_table.h extern bool hash_table_create(hash_table_t *, size_t, size_t,
bool               91 common/include/adt/hash_table.h extern bool hash_table_empty(hash_table_t *);
bool               96 common/include/adt/hash_table.h extern bool hash_table_insert_unique(hash_table_t *, ht_link_t *);
bool              102 common/include/adt/hash_table.h extern void hash_table_apply(hash_table_t *, bool (*)(ht_link_t *, void *),
bool              155 common/include/adt/list.h extern bool list_member(const link_t *, const list_t *);
bool              160 common/include/adt/list.h static inline bool link_in_use(const link_t *link)
bool              264 common/include/adt/list.h _NO_TRACE static inline bool list_empty(const list_t *list)
bool              449 common/include/adt/list.h static inline bool link_used(link_t *link)
bool               53 common/include/adt/odict.h extern bool odlink_used(odlink_t *);
bool               54 common/include/adt/odict.h extern bool odict_empty(odict_t *);
bool               43 common/include/gsort.h extern bool gsort(void *, size_t, size_t, sort_cmp_t, void *);
bool              109 common/include/str.h extern bool ascii_check(char32_t ch);
bool              110 common/include/str.h extern bool chr_check(char32_t ch);
bool              117 common/include/str.h extern bool str_test_prefix(const char *s, const char *p);
bool              140 common/include/str.h extern bool wstr_linsert(char32_t *str, char32_t ch, size_t pos, size_t max_pos);
bool              141 common/include/str.h extern bool wstr_remove(char32_t *str, size_t pos);
bool              148 common/include/str.h extern errno_t str_uint8_t(const char *, const char **, unsigned int, bool,
bool              150 common/include/str.h extern errno_t str_uint16_t(const char *, const char **, unsigned int, bool,
bool              152 common/include/str.h extern errno_t str_uint32_t(const char *, const char **, unsigned int, bool,
bool              154 common/include/str.h extern errno_t str_uint64_t(const char *, const char **, unsigned int, bool,
bool              156 common/include/str.h extern errno_t str_size_t(const char *, const char **, unsigned int, bool,
bool              158 common/include/str.h extern errno_t str_int64_t(const char *, const char **, unsigned int, bool,
bool              162 common/include/str.h extern void bin_order_suffix(const uint64_t, uint64_t *, const char **, bool);
bool              568 common/printf/printf_core.c 	bool neg;
bool              572 common/printf/printf_core.c static int get_sign_char(bool negative, uint32_t flags)
bool              734 common/printf/printf_core.c 	bool has_decimal_pt = (0 < frac_len) || (flags & __PRINTF_FLAG_DECIMALPT);
bool              949 common/printf/printf_core.c 	bool has_decimal_pt = (0 < precision) || (flags & __PRINTF_FLAG_DECIMALPT);
bool             1365 common/printf/printf_core.c 			bool end = false;
bool               73 common/stdc/qsort.c static bool elem_lt(qs_spec_t *qs, size_t i, size_t j)
bool              543 common/str.c   bool ascii_check(char32_t ch)
bool              556 common/str.c   bool chr_check(char32_t ch)
bool              773 common/str.c   bool str_test_prefix(const char *s, const char *p)
bool             1263 common/str.c   	bool update_last_chunk = true;
bool             1344 common/str.c   bool wstr_linsert(char32_t *str, char32_t ch, size_t pos, size_t max_pos)
bool             1372 common/str.c   bool wstr_remove(char32_t *str, size_t pos)
bool             1521 common/str.c       bool fixed)
bool               76 common/strtol.c static inline int _prefixbase(const char *restrict *nptrptr, bool nonstd)
bool              123 common/strtol.c     bool *restrict sgn, errno_t *err, bool nonstd)
bool              219 common/strtol.c     intmax_t min, intmax_t max, errno_t *err, bool nonstd)
bool              221 common/strtol.c 	bool sgn = false;
bool              237 common/strtol.c     uintmax_t max, errno_t *err, bool nonstd)
bool              239 common/strtol.c 	bool sgn = false;
bool              364 common/strtol.c     bool strict, uint8_t *result)
bool              399 common/strtol.c     bool strict, uint16_t *result)
bool              434 common/strtol.c     bool strict, uint32_t *result)
bool              469 common/strtol.c     bool strict, uint64_t *result)
bool              504 common/strtol.c     bool strict, int64_t *result)
bool              539 common/strtol.c     bool strict, size_t *result)
bool              189 kernel/arch/abs32le/include/arch/asm.h _NO_TRACE static inline bool interrupts_disabled(void)
bool               43 kernel/arch/abs32le/include/arch/mm/km.h extern bool km_is_non_identity_arch(uintptr_t);
bool               39 kernel/arch/abs32le/src/debug/stacktrace.c bool kernel_stack_trace_context_validate(stack_trace_context_t *ctx)
bool               44 kernel/arch/abs32le/src/debug/stacktrace.c bool kernel_frame_pointer_prev(stack_trace_context_t *ctx, uintptr_t *prev)
bool               49 kernel/arch/abs32le/src/debug/stacktrace.c bool kernel_return_address_get(stack_trace_context_t *ctx, uintptr_t *ra)
bool               54 kernel/arch/abs32le/src/debug/stacktrace.c bool uspace_stack_trace_context_validate(stack_trace_context_t *ctx)
bool               59 kernel/arch/abs32le/src/debug/stacktrace.c bool uspace_frame_pointer_prev(stack_trace_context_t *ctx, uintptr_t *prev)
bool               64 kernel/arch/abs32le/src/debug/stacktrace.c bool uspace_return_address_get(stack_trace_context_t *ctx, uintptr_t *ra)
bool               44 kernel/arch/abs32le/src/mm/km.c bool km_is_non_identity_arch(uintptr_t addr)
bool              290 kernel/arch/amd64/include/arch/asm.h _NO_TRACE static inline bool interrupts_disabled(void)
bool               63 kernel/arch/amd64/include/arch/mm/km.h extern bool km_is_non_identity_arch(uintptr_t);
bool               58 kernel/arch/amd64/include/arch/mm/pat.h static inline void pat_set_mapping(bool pat, bool pcd, bool pwt,
bool               71 kernel/arch/amd64/include/arch/mm/pat.h static inline bool pat_supported(void)
bool               44 kernel/arch/amd64/include/arch/smp/smp.h 	bool (*cpu_enabled)(size_t);
bool               47 kernel/arch/amd64/include/arch/smp/smp.h 	bool (*cpu_bootstrap)(size_t);
bool              149 kernel/arch/amd64/src/amd64.c 		bool bfb = false;
bool               43 kernel/arch/amd64/src/debug/stacktrace.c bool kernel_stack_trace_context_validate(stack_trace_context_t *ctx)
bool               48 kernel/arch/amd64/src/debug/stacktrace.c bool kernel_frame_pointer_prev(stack_trace_context_t *ctx, uintptr_t *prev)
bool               56 kernel/arch/amd64/src/debug/stacktrace.c bool kernel_return_address_get(stack_trace_context_t *ctx, uintptr_t *ra)
bool               64 kernel/arch/amd64/src/debug/stacktrace.c bool uspace_stack_trace_context_validate(stack_trace_context_t *ctx)
bool               69 kernel/arch/amd64/src/debug/stacktrace.c bool uspace_frame_pointer_prev(stack_trace_context_t *ctx, uintptr_t *prev)
bool               75 kernel/arch/amd64/src/debug/stacktrace.c bool uspace_return_address_get(stack_trace_context_t *ctx, uintptr_t *ra)
bool              160 kernel/arch/amd64/src/interrupt.c 	bool ack = false;
bool               50 kernel/arch/amd64/src/mm/frame.c static void init_e820_memory(pfn_t minconf, bool low)
bool               51 kernel/arch/amd64/src/mm/km.c bool km_is_non_identity_arch(uintptr_t addr)
bool               67 kernel/arch/amd64/src/smp/apic.c static bool l_apic_is_spurious(unsigned int);
bool              146 kernel/arch/amd64/src/smp/apic.c bool l_apic_is_spurious(unsigned int n)
bool               81 kernel/arch/amd64/src/smp/mps.c static bool mps_cpu_enabled(size_t i)
bool               96 kernel/arch/amd64/src/smp/mps.c static bool mps_cpu_bootstrap(size_t i)
bool              129 kernel/arch/amd64/src/smp/mps.c static bool mps_fs_check(uint8_t *base)
bool              143 kernel/arch/amd64/src/smp/mps.c static bool mps_ct_check(void)
bool               53 kernel/arch/arm32/include/arch/fpu_context.h bool handle_if_fpu_exception(void);
bool               53 kernel/arch/arm32/include/arch/interrupt.h extern bool interrupts_disabled(void);
bool               53 kernel/arch/arm32/include/arch/mm/km.h extern bool km_is_non_identity_arch(uintptr_t);
bool               48 kernel/arch/arm32/include/arch/security_ext.h static inline bool sec_ext_is_implemented(void)
bool               62 kernel/arch/arm32/include/arch/security_ext.h static inline bool sec_ext_is_monitor_mode(void)
bool               77 kernel/arch/arm32/include/arch/security_ext.h static inline bool sec_ext_is_secure(void)
bool              272 kernel/arch/arm32/src/cpu/cpu.c static void dcache_clean_manual(unsigned level, bool invalidate,
bool              342 kernel/arch/arm32/src/cpu/cpu.c static bool cache_is_unified(void)
bool               42 kernel/arch/arm32/src/debug/stacktrace.c bool kernel_stack_trace_context_validate(stack_trace_context_t *ctx)
bool               47 kernel/arch/arm32/src/debug/stacktrace.c bool kernel_frame_pointer_prev(stack_trace_context_t *ctx, uintptr_t *prev)
bool               55 kernel/arch/arm32/src/debug/stacktrace.c bool kernel_return_address_get(stack_trace_context_t *ctx, uintptr_t *ra)
bool               63 kernel/arch/arm32/src/debug/stacktrace.c bool uspace_stack_trace_context_validate(stack_trace_context_t *ctx)
bool               68 kernel/arch/arm32/src/debug/stacktrace.c bool uspace_frame_pointer_prev(stack_trace_context_t *ctx, uintptr_t *prev)
bool               74 kernel/arch/arm32/src/debug/stacktrace.c bool uspace_return_address_get(stack_trace_context_t *ctx, uintptr_t *ra)
bool              229 kernel/arch/arm32/src/fpu_context.c bool handle_if_fpu_exception(void)
bool               93 kernel/arch/arm32/src/interrupt.c bool interrupts_disabled(void)
bool              178 kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c 	const bool ok = omap_uart_init(&beagleboard.uart,
bool              201 kernel/arch/arm32/src/mach/beaglebone/beaglebone.c 	const bool ok = omap_uart_init(&bbone.uart,
bool               79 kernel/arch/arm32/src/mach/integratorcp/integratorcp.c static bool hw_map_init_called = false;
bool              294 kernel/arch/arm32/src/mach/integratorcp/integratorcp.c 	static bool vga_init = false;
bool               43 kernel/arch/arm32/src/mm/frame.c static void frame_common_arch_init(bool low)
bool               52 kernel/arch/arm32/src/mm/km.c bool km_is_non_identity_arch(uintptr_t addr)
bool               65 kernel/arch/arm32/src/ras.c 	bool restart_needed = false;
bool               57 kernel/arch/arm64/include/arch/interrupt.h extern bool interrupts_disabled(void);
bool               51 kernel/arch/arm64/include/arch/mm/km.h extern bool km_is_non_identity_arch(uintptr_t);
bool              396 kernel/arch/arm64/include/arch/mm/page.h _NO_TRACE static inline bool get_pt_executable(pte_t *pte)
bool              409 kernel/arch/arm64/include/arch/mm/page.h _NO_TRACE static inline bool get_pt_writable(pte_t *pte)
bool               42 kernel/arch/arm64/src/debug/stacktrace.c bool kernel_stack_trace_context_validate(stack_trace_context_t *ctx)
bool               47 kernel/arch/arm64/src/debug/stacktrace.c bool kernel_frame_pointer_prev(stack_trace_context_t *ctx, uintptr_t *prev)
bool               55 kernel/arch/arm64/src/debug/stacktrace.c bool kernel_return_address_get(stack_trace_context_t *ctx, uintptr_t *ra)
bool               63 kernel/arch/arm64/src/debug/stacktrace.c bool uspace_stack_trace_context_validate(stack_trace_context_t *ctx)
bool               68 kernel/arch/arm64/src/debug/stacktrace.c bool uspace_frame_pointer_prev(stack_trace_context_t *ctx, uintptr_t *prev)
bool               74 kernel/arch/arm64/src/debug/stacktrace.c bool uspace_return_address_get(stack_trace_context_t *ctx, uintptr_t *ra)
bool              133 kernel/arch/arm64/src/exception.c 	bool exec = false;
bool               95 kernel/arch/arm64/src/interrupt.c bool interrupts_disabled(void)
bool               74 kernel/arch/arm64/src/mm/frame.c static void frame_common_arch_init(bool low)
bool               51 kernel/arch/arm64/src/mm/km.c bool km_is_non_identity_arch(uintptr_t addr)
bool              330 kernel/arch/ia32/include/arch/asm.h _NO_TRACE static inline bool interrupts_disabled(void)
bool               49 kernel/arch/ia32/include/arch/mm/km.h extern bool km_is_non_identity_arch(uintptr_t);
bool               58 kernel/arch/ia32/include/arch/mm/pat.h static inline void pat_set_mapping(bool pat, bool pcd, bool pwt,
bool               71 kernel/arch/ia32/include/arch/mm/pat.h static inline bool pat_supported(void)
bool               44 kernel/arch/ia32/include/arch/smp/smp.h 	bool (*cpu_enabled)(size_t);
bool               47 kernel/arch/ia32/include/arch/smp/smp.h 	bool (*cpu_bootstrap)(size_t);
bool               43 kernel/arch/ia32/src/debug/stacktrace.c bool kernel_stack_trace_context_validate(stack_trace_context_t *ctx)
bool               48 kernel/arch/ia32/src/debug/stacktrace.c bool kernel_frame_pointer_prev(stack_trace_context_t *ctx, uintptr_t *prev)
bool               55 kernel/arch/ia32/src/debug/stacktrace.c bool kernel_return_address_get(stack_trace_context_t *ctx, uintptr_t *ra)
bool               62 kernel/arch/ia32/src/debug/stacktrace.c bool uspace_stack_trace_context_validate(stack_trace_context_t *ctx)
bool               67 kernel/arch/ia32/src/debug/stacktrace.c bool uspace_frame_pointer_prev(stack_trace_context_t *ctx, uintptr_t *prev)
bool               73 kernel/arch/ia32/src/debug/stacktrace.c bool uspace_return_address_get(stack_trace_context_t *ctx, uintptr_t *ra)
bool              139 kernel/arch/ia32/src/ia32.c 		bool bfb = false;
bool              181 kernel/arch/ia32/src/interrupt.c 	bool ack = false;
bool               50 kernel/arch/ia32/src/mm/frame.c static void init_e820_memory(pfn_t minconf, bool low)
bool               51 kernel/arch/ia32/src/mm/km.c bool km_is_non_identity_arch(uintptr_t addr)
bool               67 kernel/arch/ia32/src/smp/apic.c static bool l_apic_is_spurious(unsigned int);
bool              146 kernel/arch/ia32/src/smp/apic.c bool l_apic_is_spurious(unsigned int n)
bool               81 kernel/arch/ia32/src/smp/mps.c static bool mps_cpu_enabled(size_t i)
bool               96 kernel/arch/ia32/src/smp/mps.c static bool mps_cpu_bootstrap(size_t i)
bool              129 kernel/arch/ia32/src/smp/mps.c static bool mps_fs_check(uint8_t *base)
bool              143 kernel/arch/ia32/src/smp/mps.c static bool mps_ct_check(void)
bool              452 kernel/arch/ia64/include/arch/asm.h _NO_TRACE static inline bool interrupts_disabled(void)
bool               55 kernel/arch/ia64/include/arch/mm/km.h extern bool km_is_non_identity_arch(uintptr_t);
bool              297 kernel/arch/ia64/include/arch/mm/page.h extern bool vhpt_compare(uintptr_t page, asid_t asid, vhpt_entry_t *v);
bool               74 kernel/arch/ia64/include/arch/mm/tlb.h extern void tc_mapping_insert(uintptr_t va, asid_t asid, tlb_entry_t entry, bool dtc);
bool               78 kernel/arch/ia64/include/arch/mm/tlb.h extern void tr_mapping_insert(uintptr_t va, asid_t asid, tlb_entry_t entry, bool dtr, size_t tr);
bool               82 kernel/arch/ia64/include/arch/mm/tlb.h extern void dtlb_kernel_mapping_insert(uintptr_t page, uintptr_t frame, bool dtr, size_t tr);
bool               40 kernel/arch/ia64/src/debug/stacktrace.c bool kernel_stack_trace_context_validate(stack_trace_context_t *ctx)
bool               45 kernel/arch/ia64/src/debug/stacktrace.c bool kernel_frame_pointer_prev(stack_trace_context_t *ctx, uintptr_t *prev)
bool               50 kernel/arch/ia64/src/debug/stacktrace.c bool kernel_return_address_get(stack_trace_context_t *ctx, uintptr_t *ra)
bool               55 kernel/arch/ia64/src/debug/stacktrace.c bool uspace_stack_trace_context_validate(stack_trace_context_t *ctx)
bool               60 kernel/arch/ia64/src/debug/stacktrace.c bool uspace_frame_pointer_prev(stack_trace_context_t *ctx, uintptr_t *prev)
bool               65 kernel/arch/ia64/src/debug/stacktrace.c bool uspace_return_address_get(stack_trace_context_t *ctx, uintptr_t *ra)
bool               55 kernel/arch/ia64/src/mm/frame.c static void frame_common_arch_init(bool low)
bool               51 kernel/arch/ia64/src/mm/km.c bool km_is_non_identity_arch(uintptr_t addr)
bool              161 kernel/arch/ia64/src/mm/page.c bool vhpt_compare(uintptr_t page, asid_t asid, vhpt_entry_t *v)
bool              166 kernel/arch/ia64/src/mm/page.c 	bool match;
bool              107 kernel/arch/ia64/src/mm/tlb.c 	bool restore_rr = false;
bool              225 kernel/arch/ia64/src/mm/tlb.c void tc_mapping_insert(uintptr_t va, asid_t asid, tlb_entry_t entry, bool dtc)
bool              228 kernel/arch/ia64/src/mm/tlb.c 	bool restore_rr = false;
bool              311 kernel/arch/ia64/src/mm/tlb.c void tr_mapping_insert(uintptr_t va, asid_t asid, tlb_entry_t entry, bool dtr,
bool              315 kernel/arch/ia64/src/mm/tlb.c 	bool restore_rr = false;
bool              369 kernel/arch/ia64/src/mm/tlb.c void dtlb_kernel_mapping_insert(uintptr_t page, uintptr_t frame, bool dtr,
bool              466 kernel/arch/ia64/src/mm/tlb.c static bool is_kernel_fault(istate_t *istate, uintptr_t va)
bool              493 kernel/arch/ia64/src/mm/tlb.c 	bool found = page_mapping_find(AS, va, true, &t);
bool              605 kernel/arch/ia64/src/mm/tlb.c 	bool found = page_mapping_find(as, va, true, &t);
bool              656 kernel/arch/ia64/src/mm/tlb.c 	bool found = page_mapping_find(as, va, true, &t);
bool              689 kernel/arch/ia64/src/mm/tlb.c 	bool found = page_mapping_find(AS, va, true, &t);
bool              724 kernel/arch/ia64/src/mm/tlb.c 	bool found = page_mapping_find(as, va, true, &t);
bool              764 kernel/arch/ia64/src/mm/tlb.c 	bool found = page_mapping_find(AS, va, true, &t);
bool              788 kernel/arch/ia64/src/mm/tlb.c 	bool found = page_mapping_find(AS, va, true, &t);
bool               89 kernel/arch/mips32/include/arch/asm.h extern bool interrupts_disabled(void);
bool               70 kernel/arch/mips32/include/arch/debugger.h extern bool is_jump(sysarg_t);
bool               52 kernel/arch/mips32/include/arch/mm/km.h extern bool km_is_non_identity_arch(uintptr_t);
bool              174 kernel/arch/mips32/include/arch/mm/tlb.h extern void tlb_prepare_entry_lo(entry_lo_t *lo, bool g, bool v, bool d, bool cacheable, uintptr_t pfn);
bool              126 kernel/arch/mips32/src/debug/stacktrace.c static bool bounds_check(uintptr_t pc)
bool              132 kernel/arch/mips32/src/debug/stacktrace.c static bool
bool              136 kernel/arch/mips32/src/debug/stacktrace.c 	bool has_fp = false;
bool              243 kernel/arch/mips32/src/debug/stacktrace.c bool kernel_stack_trace_context_validate(stack_trace_context_t *ctx)
bool              249 kernel/arch/mips32/src/debug/stacktrace.c bool kernel_frame_pointer_prev(stack_trace_context_t *ctx, uintptr_t *prev)
bool              254 kernel/arch/mips32/src/debug/stacktrace.c bool kernel_return_address_get(stack_trace_context_t *ctx, uintptr_t *ra)
bool              259 kernel/arch/mips32/src/debug/stacktrace.c bool uspace_stack_trace_context_validate(stack_trace_context_t *ctx)
bool              264 kernel/arch/mips32/src/debug/stacktrace.c bool uspace_frame_pointer_prev(stack_trace_context_t *ctx, uintptr_t *prev)
bool              269 kernel/arch/mips32/src/debug/stacktrace.c bool uspace_return_address_get(stack_trace_context_t *ctx, uintptr_t *ra)
bool              137 kernel/arch/mips32/src/debugger.c bool is_jump(sysarg_t instr)
bool               97 kernel/arch/mips32/src/interrupt.c bool interrupts_disabled(void)
bool               78 kernel/arch/mips32/src/mm/frame.c static bool frame_available(pfn_t frame)
bool              104 kernel/arch/mips32/src/mm/frame.c static bool frame_safe(pfn_t frame)
bool              121 kernel/arch/mips32/src/mm/frame.c 	bool safe = true;
bool              133 kernel/arch/mips32/src/mm/frame.c static void frame_add_region(pfn_t start_frame, pfn_t end_frame, bool low)
bool              197 kernel/arch/mips32/src/mm/frame.c 	bool avail = true;
bool               51 kernel/arch/mips32/src/mm/km.c bool km_is_non_identity_arch(uintptr_t addr)
bool              103 kernel/arch/mips32/src/mm/tlb.c 	bool found = page_mapping_find(AS, badvaddr, true, &pte);
bool              166 kernel/arch/mips32/src/mm/tlb.c 	bool found = page_mapping_find(AS, badvaddr, true, &pte);
bool              230 kernel/arch/mips32/src/mm/tlb.c 	bool found = page_mapping_find(AS, badvaddr, true, &pte);
bool              263 kernel/arch/mips32/src/mm/tlb.c tlb_prepare_entry_lo(entry_lo_t *lo, bool g, bool v, bool d, bool cacheable,
bool              164 kernel/arch/ppc32/include/arch/asm.h _NO_TRACE static inline bool interrupts_disabled(void)
bool               49 kernel/arch/ppc32/include/arch/mm/km.h extern bool km_is_non_identity_arch(uintptr_t);
bool               43 kernel/arch/ppc32/src/debug/stacktrace.c bool kernel_stack_trace_context_validate(stack_trace_context_t *ctx)
bool               48 kernel/arch/ppc32/src/debug/stacktrace.c bool kernel_frame_pointer_prev(stack_trace_context_t *ctx, uintptr_t *prev)
bool               55 kernel/arch/ppc32/src/debug/stacktrace.c bool kernel_return_address_get(stack_trace_context_t *ctx, uintptr_t *ra)
bool               62 kernel/arch/ppc32/src/debug/stacktrace.c bool uspace_stack_trace_context_validate(stack_trace_context_t *ctx)
bool               67 kernel/arch/ppc32/src/debug/stacktrace.c bool uspace_frame_pointer_prev(stack_trace_context_t *ctx, uintptr_t *prev)
bool               73 kernel/arch/ppc32/src/debug/stacktrace.c bool uspace_return_address_get(stack_trace_context_t *ctx, uintptr_t *ra)
bool               56 kernel/arch/ppc32/src/mm/frame.c static void frame_common_arch_init(bool low)
bool               51 kernel/arch/ppc32/src/mm/km.c bool km_is_non_identity_arch(uintptr_t addr)
bool               57 kernel/arch/ppc32/src/mm/pht.c static bool find_mapping_and_check(as_t *as, uintptr_t badvaddr, int access,
bool               63 kernel/arch/ppc32/src/mm/pht.c 	bool found = page_mapping_find(as, badvaddr, true, pte);
bool              107 kernel/arch/ppc32/src/mm/pht.c 	bool found = false;
bool              190 kernel/arch/ppc32/src/mm/pht.c 	bool found = find_mapping_and_check(AS, badvaddr,
bool              137 kernel/arch/ppc32/src/ppc32.c static bool display_register(ofw_tree_node_t *node, void *arg)
bool              222 kernel/arch/ppc32/src/ppc32.c static bool macio_register(ofw_tree_node_t *node, void *arg)
bool               92 kernel/arch/riscv64/include/arch/asm.h _NO_TRACE static inline bool interrupts_disabled(void)
bool               50 kernel/arch/riscv64/include/arch/mm/km.h extern bool km_is_non_identity_arch(uintptr_t);
bool               40 kernel/arch/riscv64/src/debug/stacktrace.c bool kernel_stack_trace_context_validate(stack_trace_context_t *ctx)
bool               45 kernel/arch/riscv64/src/debug/stacktrace.c bool kernel_frame_pointer_prev(stack_trace_context_t *ctx, uintptr_t *prev)
bool               50 kernel/arch/riscv64/src/debug/stacktrace.c bool kernel_return_address_get(stack_trace_context_t *ctx, uintptr_t *ra)
bool               55 kernel/arch/riscv64/src/debug/stacktrace.c bool uspace_stack_trace_context_validate(stack_trace_context_t *ctx)
bool               60 kernel/arch/riscv64/src/debug/stacktrace.c bool uspace_frame_pointer_prev(stack_trace_context_t *ctx, uintptr_t *prev)
bool               65 kernel/arch/riscv64/src/debug/stacktrace.c bool uspace_return_address_get(stack_trace_context_t *ctx, uintptr_t *ra)
bool               53 kernel/arch/riscv64/src/mm/frame.c static void frame_common_arch_init(bool low)
bool               51 kernel/arch/riscv64/src/mm/km.c bool km_is_non_identity_arch(uintptr_t addr)
bool              380 kernel/arch/sparc64/include/arch/asm.h _NO_TRACE static inline bool interrupts_disabled(void)
bool               48 kernel/arch/sparc64/include/arch/cpu_family.h static inline bool is_us(void)
bool               60 kernel/arch/sparc64/include/arch/cpu_family.h static inline bool is_us_iii(void)
bool               73 kernel/arch/sparc64/include/arch/cpu_family.h static inline bool is_us_iv(void)
bool               58 kernel/arch/sparc64/include/arch/mm/sun4u/km.h extern bool km_is_non_identity_arch(uintptr_t);
bool              681 kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h extern void dtlb_insert_mapping(uintptr_t, uintptr_t, int, bool, bool);
bool              171 kernel/arch/sparc64/include/arch/mm/sun4u/tsb.h extern void dtsb_pte_copy(struct pte *t, size_t index, bool ro);
bool               54 kernel/arch/sparc64/include/arch/mm/sun4v/km.h extern bool km_is_non_identity_arch(uintptr_t);
bool              149 kernel/arch/sparc64/include/arch/mm/sun4v/tlb.h extern void dtlb_insert_mapping(uintptr_t, uintptr_t, int, bool, bool);
bool               75 kernel/arch/sparc64/include/arch/mm/sun4v/tsb.h extern void dtsb_pte_copy(struct pte *t, bool ro);
bool               43 kernel/arch/sparc64/include/arch/smp/sun4v/smp.h extern bool calculate_optimal_nrdy(exec_unit_t *);
bool               52 kernel/arch/sparc64/include/arch/sun4v/md.h bool md_next_child(md_child_iter_t *it);
bool               55 kernel/arch/sparc64/include/arch/sun4v/md.h bool md_get_integer_property(md_node_t node, const char *key,
bool               57 kernel/arch/sparc64/include/arch/sun4v/md.h bool md_get_string_property(md_node_t node, const char *key,
bool               59 kernel/arch/sparc64/include/arch/sun4v/md.h bool md_next_node(md_node_t *node, const char *name);
bool               56 kernel/arch/sparc64/src/debug/stacktrace.c bool kernel_stack_trace_context_validate(stack_trace_context_t *ctx)
bool               74 kernel/arch/sparc64/src/debug/stacktrace.c bool kernel_frame_pointer_prev(stack_trace_context_t *ctx, uintptr_t *prev)
bool               82 kernel/arch/sparc64/src/debug/stacktrace.c bool kernel_return_address_get(stack_trace_context_t *ctx, uintptr_t *ra)
bool               90 kernel/arch/sparc64/src/debug/stacktrace.c bool uspace_stack_trace_context_validate(stack_trace_context_t *ctx)
bool               95 kernel/arch/sparc64/src/debug/stacktrace.c bool uspace_frame_pointer_prev(stack_trace_context_t *ctx, uintptr_t *prev)
bool              100 kernel/arch/sparc64/src/debug/stacktrace.c bool uspace_return_address_get(stack_trace_context_t *ctx, uintptr_t *ra)
bool               58 kernel/arch/sparc64/src/drivers/kbd.c static bool kbd_ns16550_init(ofw_tree_node_t *node)
bool               57 kernel/arch/sparc64/src/drivers/tty.c static bool tty_ns16550_init(ofw_tree_node_t *node)
bool               47 kernel/arch/sparc64/src/mm/sun4u/frame.c static void frame_common_arch_init(bool low)
bool               51 kernel/arch/sparc64/src/mm/sun4u/km.c bool km_is_non_identity_arch(uintptr_t addr)
bool               59 kernel/arch/sparc64/src/mm/sun4u/tlb.c static void dtlb_pte_copy(pte_t *, size_t, bool);
bool               92 kernel/arch/sparc64/src/mm/sun4u/tlb.c     bool locked, bool cacheable)
bool              130 kernel/arch/sparc64/src/mm/sun4u/tlb.c void dtlb_pte_copy(pte_t *t, size_t index, bool ro)
bool              202 kernel/arch/sparc64/src/mm/sun4u/tlb.c 	bool found = page_mapping_find(AS, istate->tpc, true, &t);
bool              259 kernel/arch/sparc64/src/mm/sun4u/tlb.c 	bool found = page_mapping_find(as, page_16k, true, &t);
bool              302 kernel/arch/sparc64/src/mm/sun4u/tlb.c 	bool found = page_mapping_find(as, page_16k, true, &t);
bool              125 kernel/arch/sparc64/src/mm/sun4u/tsb.c void dtsb_pte_copy(pte_t *t, size_t index, bool ro)
bool               47 kernel/arch/sparc64/src/mm/sun4v/frame.c static void frame_common_arch_init(bool low)
bool               51 kernel/arch/sparc64/src/mm/sun4v/km.c bool km_is_non_identity_arch(uintptr_t addr)
bool               65 kernel/arch/sparc64/src/mm/sun4v/tlb.c static void dtlb_pte_copy(pte_t *, bool);
bool              127 kernel/arch/sparc64/src/mm/sun4v/tlb.c     bool locked, bool cacheable)
bool              162 kernel/arch/sparc64/src/mm/sun4v/tlb.c void dtlb_pte_copy(pte_t *t, bool ro)
bool              216 kernel/arch/sparc64/src/mm/sun4v/tlb.c 	bool found = page_mapping_find(AS, va, true, &t);
bool              266 kernel/arch/sparc64/src/mm/sun4v/tlb.c 	bool found = page_mapping_find(as, va, true, &t);
bool              304 kernel/arch/sparc64/src/mm/sun4v/tlb.c 	bool found = page_mapping_find(as, va, true, &t);
bool              127 kernel/arch/sparc64/src/mm/sun4v/tsb.c void dtsb_pte_copy(pte_t *t, bool ro)
bool               91 kernel/arch/sparc64/src/smp/sun4u/ipi.c 	bool done;
bool               90 kernel/arch/sparc64/src/smp/sun4v/smp.c bool calculate_optimal_nrdy(exec_unit_t *exec_unit)
bool              174 kernel/arch/sparc64/src/smp/sun4v/smp.c 	bool exec_unit_assign_error = 0;
bool              353 kernel/arch/sparc64/src/smp/sun4v/smp.c static bool wake_cpu(uint64_t cpuid)
bool              133 kernel/arch/sparc64/src/sun4v/md.c bool md_get_integer_property(md_node_t node, const char *key,
bool              156 kernel/arch/sparc64/src/sun4v/md.c bool md_get_string_property(md_node_t node, const char *key,
bool              183 kernel/arch/sparc64/src/sun4v/md.c bool md_next_child(md_child_iter_t *it)
bool              218 kernel/arch/sparc64/src/sun4v/md.c static bool str_parse_head(char **str, char **head)
bool              244 kernel/arch/sparc64/src/sun4v/md.c 	bool more;
bool              285 kernel/arch/sparc64/src/sun4v/md.c bool md_next_node(md_node_t *node, const char *name)
bool              200 kernel/genarch/include/genarch/drivers/amdm37x/gpt.h 	bool special_available;
bool              259 kernel/genarch/include/genarch/drivers/amdm37x/gpt.h static inline bool amdm37x_gpt_irq_ack(amdm37x_gpt_t *timer)
bool              153 kernel/genarch/include/genarch/drivers/bcm2835/mbox.h extern bool bcm2835_prop_get_memory(uint32_t *base, uint32_t *size);
bool              154 kernel/genarch/include/genarch/drivers/bcm2835/mbox.h extern bool bcm2835_fb_init(fb_properties_t *prop, uint32_t width, uint32_t heigth);
bool              155 kernel/genarch/include/genarch/drivers/bcm2835/mbox.h extern bool bcm2835_mbox_get_fb_size(uint32_t *h, uint32_t *w);
bool               54 kernel/genarch/include/genarch/drivers/i8259/i8259.h extern bool i8259_is_spurious(unsigned int);
bool               48 kernel/genarch/include/genarch/drivers/omap/uart.h extern bool omap_uart_init(omap_uart_t *uart, inr_t interrupt,
bool              156 kernel/genarch/include/genarch/drivers/pl011/pl011.h bool pl011_uart_init(pl011_uart_t *, inr_t, uintptr_t);
bool               56 kernel/genarch/include/genarch/fb/bfb.h extern bool bfb_init(void);
bool              146 kernel/genarch/include/genarch/mm/page_pt.h extern pte_t *page_mapping_find_pt(as_t *, uintptr_t, bool);
bool               67 kernel/genarch/include/genarch/ofw/ebus.h extern bool ofw_ebus_apply_ranges(ofw_tree_node_t *, ofw_ebus_reg_t *,
bool               69 kernel/genarch/include/genarch/ofw/ebus.h extern bool ofw_ebus_map_interrupt(ofw_tree_node_t *, ofw_ebus_reg_t *,
bool               67 kernel/genarch/include/genarch/ofw/ofw_tree.h typedef bool (*ofw_tree_walker_t)(ofw_tree_node_t *, void *);
bool               55 kernel/genarch/include/genarch/ofw/pci.h extern bool ofw_pci_apply_ranges(ofw_tree_node_t *, ofw_pci_reg_t *,
bool               58 kernel/genarch/include/genarch/ofw/pci.h extern bool ofw_pci_reg_absolutize(ofw_tree_node_t *, ofw_pci_reg_t *,
bool               61 kernel/genarch/include/genarch/ofw/pci.h extern bool ofw_pci_map_interrupt(ofw_tree_node_t *, ofw_pci_reg_t *,
bool               48 kernel/genarch/include/genarch/ofw/sbus.h extern bool ofw_sbus_apply_ranges(ofw_tree_node_t *, ofw_sbus_reg_t *,
bool               42 kernel/genarch/include/genarch/ofw/upa.h extern bool ofw_upa_apply_ranges(ofw_tree_node_t *, ofw_upa_reg_t *,
bool               46 kernel/genarch/include/genarch/pic/pic_ops.h 	bool (*is_spurious)(unsigned int);
bool               90 kernel/genarch/src/acpi/madt.c static bool madt_cpu_enabled(size_t i)
bool              106 kernel/genarch/src/acpi/madt.c static bool madt_cpu_bootstrap(size_t i)
bool               60 kernel/genarch/src/drivers/bcm2835/mbox.c bool bcm2835_prop_get_memory(uint32_t *base, uint32_t *size)
bool               62 kernel/genarch/src/drivers/bcm2835/mbox.c 	bool ret;
bool               88 kernel/genarch/src/drivers/bcm2835/mbox.c bool bcm2835_fb_init(fb_properties_t *prop, uint32_t width, uint32_t height)
bool               91 kernel/genarch/src/drivers/bcm2835/mbox.c 	bool ret = false;
bool              130 kernel/genarch/src/drivers/bcm2835/mbox.c bool bcm2835_mbox_get_fb_size(uint32_t *w, uint32_t *h)
bool              132 kernel/genarch/src/drivers/bcm2835/mbox.c 	bool r;
bool              155 kernel/genarch/src/drivers/i8259/i8259.c bool i8259_is_spurious(unsigned int irq)
bool               86 kernel/genarch/src/drivers/omap/uart.c bool omap_uart_init(
bool              107 kernel/genarch/src/drivers/omap/uart.c 	const bool enhanced = uart->regs->efr & OMAP_UART_EFR_ENH_FLAG;
bool              112 kernel/genarch/src/drivers/omap/uart.c 	const bool tcl_tlr = uart->regs->mcr & OMAP_UART_MCR_TCR_TLR_FLAG;
bool              102 kernel/genarch/src/drivers/pl011/pl011.c bool pl011_uart_init(pl011_uart_t *uart, inr_t interrupt, uintptr_t addr)
bool               56 kernel/genarch/src/drivers/via-cuda/cuda.c static void cuda_autopoll_set(cuda_instance_t *instance, bool enable);
bool              159 kernel/genarch/src/drivers/via-cuda/cuda.c 	bool handle;
bool              337 kernel/genarch/src/drivers/via-cuda/cuda.c static void cuda_autopoll_set(cuda_instance_t *instance, bool enable)
bool               58 kernel/genarch/src/fb/bfb.c bool bfb_init(void)
bool              235 kernel/genarch/src/fb/fb.c     unsigned int col, unsigned int row, bool overlay)
bool              107 kernel/genarch/src/kbrd/kbrd.c 	bool letter;
bool              108 kernel/genarch/src/kbrd/kbrd.c 	bool shift;
bool              109 kernel/genarch/src/kbrd/kbrd.c 	bool capslock;
bool               61 kernel/genarch/src/kbrd/kbrd_at.c static bool is_lock_key(char32_t);
bool              100 kernel/genarch/src/kbrd/kbrd_at.c 	bool letter;
bool              101 kernel/genarch/src/kbrd/kbrd_at.c 	bool shift;
bool              102 kernel/genarch/src/kbrd/kbrd_at.c 	bool capslock;
bool              205 kernel/genarch/src/kbrd/kbrd_at.c static bool is_lock_key(char32_t sc)
bool               51 kernel/genarch/src/mm/as_ht.c static void ht_lock(as_t *, bool);
bool               52 kernel/genarch/src/mm/as_ht.c static void ht_unlock(as_t *, bool);
bool               53 kernel/genarch/src/mm/as_ht.c static bool ht_locked(as_t *);
bool              105 kernel/genarch/src/mm/as_ht.c void ht_lock(as_t *as, bool lock)
bool              120 kernel/genarch/src/mm/as_ht.c void ht_unlock(as_t *as, bool unlock)
bool              133 kernel/genarch/src/mm/as_ht.c bool ht_locked(as_t *as)
bool               52 kernel/genarch/src/mm/as_pt.c static void pt_lock(as_t *, bool);
bool               53 kernel/genarch/src/mm/as_pt.c static void pt_unlock(as_t *, bool);
bool               54 kernel/genarch/src/mm/as_pt.c static bool pt_locked(as_t *);
bool              125 kernel/genarch/src/mm/as_pt.c void pt_lock(as_t *as, bool lock)
bool              140 kernel/genarch/src/mm/as_pt.c void pt_unlock(as_t *as, bool unlock)
bool              153 kernel/genarch/src/mm/as_pt.c bool pt_locked(as_t *as)
bool               57 kernel/genarch/src/mm/page_ht.c static bool ht_key_equal(const void *, const ht_link_t *);
bool               62 kernel/genarch/src/mm/page_ht.c static bool ht_mapping_find(as_t *, uintptr_t, bool, pte_t *);
bool               63 kernel/genarch/src/mm/page_ht.c static void ht_mapping_update(as_t *, uintptr_t, bool, pte_t *);
bool              121 kernel/genarch/src/mm/page_ht.c bool ht_key_equal(const void *arg, const ht_link_t *item)
bool              224 kernel/genarch/src/mm/page_ht.c static pte_t *ht_mapping_find_internal(as_t *as, uintptr_t page, bool nolock)
bool              249 kernel/genarch/src/mm/page_ht.c bool ht_mapping_find(as_t *as, uintptr_t page, bool nolock, pte_t *pte)
bool              269 kernel/genarch/src/mm/page_ht.c void ht_mapping_update(as_t *as, uintptr_t page, bool nolock, pte_t *pte)
bool               56 kernel/genarch/src/mm/page_pt.c static bool pt_mapping_find(as_t *, uintptr_t, bool, pte_t *pte);
bool               57 kernel/genarch/src/mm/page_pt.c static void pt_mapping_update(as_t *, uintptr_t, bool, pte_t *pte);
bool              198 kernel/genarch/src/mm/page_pt.c 	bool empty = true;
bool              294 kernel/genarch/src/mm/page_pt.c static pte_t *pt_mapping_find_internal(as_t *as, uintptr_t page, bool nolock)
bool              340 kernel/genarch/src/mm/page_pt.c bool pt_mapping_find(as_t *as, uintptr_t page, bool nolock, pte_t *pte)
bool              355 kernel/genarch/src/mm/page_pt.c void pt_mapping_update(as_t *as, uintptr_t page, bool nolock, pte_t *pte)
bool               47 kernel/genarch/src/ofw/ebus.c bool
bool               82 kernel/genarch/src/ofw/ebus.c bool
bool              283 kernel/genarch/src/ofw/ofw_tree.c static bool ofw_tree_walk_by_device_type_internal(ofw_tree_node_t *node,
bool              291 kernel/genarch/src/ofw/ofw_tree.c 			bool ret = walker(cur, arg);
bool              297 kernel/genarch/src/ofw/ofw_tree.c 			bool ret =
bool              337 kernel/genarch/src/ofw/ofw_tree.c     bool dry_run, void *data)
bool               52 kernel/genarch/src/ofw/pci.c bool
bool               86 kernel/genarch/src/ofw/pci.c bool
bool              129 kernel/genarch/src/ofw/pci.c bool
bool               42 kernel/genarch/src/ofw/sbus.c bool ofw_sbus_apply_ranges(ofw_tree_node_t *node, ofw_sbus_reg_t *reg,
bool               45 kernel/genarch/src/ofw/upa.c bool ofw_upa_apply_ranges(ofw_tree_node_t *node, ofw_upa_reg_t *reg, uintptr_t *pa)
bool               54 kernel/genarch/src/srln/srln.c 	bool cr = false;
bool              271 kernel/generic/common/adt/bitmap.c bool bitmap_allocate_range(bitmap_t *bitmap, size_t count, size_t base,
bool               63 kernel/generic/common/adt/hash_table.c static bool alloc_table(size_t, list_t **);
bool               91 kernel/generic/common/adt/hash_table.c bool hash_table_create(hash_table_t *h, size_t init_size, size_t max_load,
bool              134 kernel/generic/common/adt/hash_table.c bool hash_table_empty(hash_table_t *h)
bool              211 kernel/generic/common/adt/hash_table.c bool hash_table_insert_unique(hash_table_t *h, ht_link_t *item)
bool              357 kernel/generic/common/adt/hash_table.c void hash_table_apply(hash_table_t *h, bool (*f)(ht_link_t *, void *), void *arg)
bool              398 kernel/generic/common/adt/hash_table.c static bool alloc_table(size_t bucket_cnt, list_t **pbuckets)
bool               56 kernel/generic/common/adt/list.c bool list_member(const link_t *link, const list_t *list)
bool               58 kernel/generic/common/adt/list.c 	bool found = false;
bool              511 kernel/generic/common/adt/odict.c bool odlink_used(odlink_t *odlink)
bool              521 kernel/generic/common/adt/odict.c bool odict_empty(odict_t *odict)
bool              107 kernel/generic/common/gsort.c bool gsort(void *data, size_t cnt, size_t elem_size, sort_cmp_t cmp, void *arg)
bool               85 kernel/generic/common/include/adt/bitmap.h extern bool bitmap_allocate_range(bitmap_t *, size_t, size_t, size_t, size_t,
bool               59 kernel/generic/common/include/adt/hash_table.h 	bool (*equal)(const ht_link_t *item1, const ht_link_t *item2);
bool               62 kernel/generic/common/include/adt/hash_table.h 	bool (*key_equal)(const void *key, const ht_link_t *item);
bool               81 kernel/generic/common/include/adt/hash_table.h 	bool apply_ongoing;
bool               87 kernel/generic/common/include/adt/hash_table.h extern bool hash_table_create(hash_table_t *, size_t, size_t,
bool               91 kernel/generic/common/include/adt/hash_table.h extern bool hash_table_empty(hash_table_t *);
bool               96 kernel/generic/common/include/adt/hash_table.h extern bool hash_table_insert_unique(hash_table_t *, ht_link_t *);
bool              102 kernel/generic/common/include/adt/hash_table.h extern void hash_table_apply(hash_table_t *, bool (*)(ht_link_t *, void *),
bool              155 kernel/generic/common/include/adt/list.h extern bool list_member(const link_t *, const list_t *);
bool              160 kernel/generic/common/include/adt/list.h static inline bool link_in_use(const link_t *link)
bool              264 kernel/generic/common/include/adt/list.h _NO_TRACE static inline bool list_empty(const list_t *list)
bool              449 kernel/generic/common/include/adt/list.h static inline bool link_used(link_t *link)
bool               53 kernel/generic/common/include/adt/odict.h extern bool odlink_used(odlink_t *);
bool               54 kernel/generic/common/include/adt/odict.h extern bool odict_empty(odict_t *);
bool               43 kernel/generic/common/include/gsort.h extern bool gsort(void *, size_t, size_t, sort_cmp_t, void *);
bool              109 kernel/generic/common/include/str.h extern bool ascii_check(char32_t ch);
bool              110 kernel/generic/common/include/str.h extern bool chr_check(char32_t ch);
bool              117 kernel/generic/common/include/str.h extern bool str_test_prefix(const char *s, const char *p);
bool              140 kernel/generic/common/include/str.h extern bool wstr_linsert(char32_t *str, char32_t ch, size_t pos, size_t max_pos);
bool              141 kernel/generic/common/include/str.h extern bool wstr_remove(char32_t *str, size_t pos);
bool              148 kernel/generic/common/include/str.h extern errno_t str_uint8_t(const char *, const char **, unsigned int, bool,
bool              150 kernel/generic/common/include/str.h extern errno_t str_uint16_t(const char *, const char **, unsigned int, bool,
bool              152 kernel/generic/common/include/str.h extern errno_t str_uint32_t(const char *, const char **, unsigned int, bool,
bool              154 kernel/generic/common/include/str.h extern errno_t str_uint64_t(const char *, const char **, unsigned int, bool,
bool              156 kernel/generic/common/include/str.h extern errno_t str_size_t(const char *, const char **, unsigned int, bool,
bool              158 kernel/generic/common/include/str.h extern errno_t str_int64_t(const char *, const char **, unsigned int, bool,
bool              162 kernel/generic/common/include/str.h extern void bin_order_suffix(const uint64_t, uint64_t *, const char **, bool);
bool              568 kernel/generic/common/printf/printf_core.c 	bool neg;
bool              572 kernel/generic/common/printf/printf_core.c static int get_sign_char(bool negative, uint32_t flags)
bool              734 kernel/generic/common/printf/printf_core.c 	bool has_decimal_pt = (0 < frac_len) || (flags & __PRINTF_FLAG_DECIMALPT);
bool              949 kernel/generic/common/printf/printf_core.c 	bool has_decimal_pt = (0 < precision) || (flags & __PRINTF_FLAG_DECIMALPT);
bool             1365 kernel/generic/common/printf/printf_core.c 			bool end = false;
bool               73 kernel/generic/common/stdc/qsort.c static bool elem_lt(qs_spec_t *qs, size_t i, size_t j)
bool              543 kernel/generic/common/str.c bool ascii_check(char32_t ch)
bool              556 kernel/generic/common/str.c bool chr_check(char32_t ch)
bool              773 kernel/generic/common/str.c bool str_test_prefix(const char *s, const char *p)
bool             1263 kernel/generic/common/str.c 	bool update_last_chunk = true;
bool             1344 kernel/generic/common/str.c bool wstr_linsert(char32_t *str, char32_t ch, size_t pos, size_t max_pos)
bool             1372 kernel/generic/common/str.c bool wstr_remove(char32_t *str, size_t pos)
bool             1521 kernel/generic/common/str.c     bool fixed)
bool               76 kernel/generic/common/strtol.c static inline int _prefixbase(const char *restrict *nptrptr, bool nonstd)
bool              123 kernel/generic/common/strtol.c     bool *restrict sgn, errno_t *err, bool nonstd)
bool              219 kernel/generic/common/strtol.c     intmax_t min, intmax_t max, errno_t *err, bool nonstd)
bool              221 kernel/generic/common/strtol.c 	bool sgn = false;
bool              237 kernel/generic/common/strtol.c     uintmax_t max, errno_t *err, bool nonstd)
bool              239 kernel/generic/common/strtol.c 	bool sgn = false;
bool              364 kernel/generic/common/strtol.c     bool strict, uint8_t *result)
bool              399 kernel/generic/common/strtol.c     bool strict, uint16_t *result)
bool              434 kernel/generic/common/strtol.c     bool strict, uint32_t *result)
bool              469 kernel/generic/common/strtol.c     bool strict, uint64_t *result)
bool              504 kernel/generic/common/strtol.c     bool strict, int64_t *result)
bool              539 kernel/generic/common/strtol.c     bool strict, size_t *result)
bool              132 kernel/generic/include/cap/cap.h extern bool caps_apply_to_kobject_type(struct task *, kobject_type_t,
bool              133 kernel/generic/include/cap/cap.h     bool (*)(cap_t *, void *), void *);
bool               89 kernel/generic/include/config.h 	bool identity_configured;
bool               95 kernel/generic/include/config.h 	bool non_identity_configured;
bool              121 kernel/generic/include/console/chardev.h extern bool check_poll(indev_t *);
bool               94 kernel/generic/include/console/kconsole.h extern bool kconsole_notify;
bool              102 kernel/generic/include/console/kconsole.h extern bool kconsole_check_poll(void);
bool              103 kernel/generic/include/console/kconsole.h extern void kconsole(const char *prompt, const char *msg, bool kcon);
bool              106 kernel/generic/include/console/kconsole.h extern bool cmd_register(cmd_info_t *cmd);
bool               42 kernel/generic/include/console/prompt.h extern bool console_prompt_display_all_hints(indev_t *, size_t);
bool               43 kernel/generic/include/console/prompt.h extern bool console_prompt_more_hints(indev_t *, size_t *);
bool               74 kernel/generic/include/cpu.h 	bool idle;
bool              109 kernel/generic/include/cpu.h 	bool active;
bool              110 kernel/generic/include/cpu.h 	volatile bool tlb_active;
bool               72 kernel/generic/include/cpu/cpu_mask.h extern bool cpu_mask_is_set(cpu_mask_t *, unsigned int);
bool               73 kernel/generic/include/cpu/cpu_mask.h extern bool cpu_mask_is_none(cpu_mask_t *);
bool               53 kernel/generic/include/ddi/ddi.h 	bool unpriv;
bool               55 kernel/generic/include/ddi/ddi.h 	bool mapped;
bool               72 kernel/generic/include/ddi/irq.h 	bool notify;
bool               74 kernel/generic/include/ddi/irq.h 	bool hashed_in;
bool              109 kernel/generic/include/ddi/irq.h 	bool preack;
bool               47 kernel/generic/include/debug/line.h 	bool default_is_stmt;
bool               89 kernel/generic/include/debug/line.h 	bool end_sequence;
bool               90 kernel/generic/include/debug/line.h 	bool truncated;
bool              106 kernel/generic/include/debug/line.h extern bool debug_line_get_address_info(debug_sections_t *scs, uintptr_t addr, int op_index, const char **file, const char **dir, int *line, int *col);
bool               53 kernel/generic/include/interrupt.h 	bool hot;
bool               67 kernel/generic/include/interrupt.h extern iroutine_t exc_register(unsigned int, const char *, bool, iroutine_t);
bool               59 kernel/generic/include/ipc/event.h 	bool masked;
bool               97 kernel/generic/include/ipc/event.h extern errno_t event_notify(event_type_t, bool, sysarg_t, sysarg_t, sysarg_t,
bool               99 kernel/generic/include/ipc/event.h extern errno_t event_task_notify(struct task *, event_task_type_t, bool, sysarg_t, sysarg_t,
bool               83 kernel/generic/include/ipc/ipc.h 	bool active;
bool              136 kernel/generic/include/ipc/ipc.h 	bool forget;
bool              139 kernel/generic/include/ipc/ipc.h 	bool active;
bool              185 kernel/generic/include/ipc/ipc.h extern void _ipc_answer_free_call(call_t *, bool);
bool              188 kernel/generic/include/ipc/ipc.h extern bool ipc_phone_connect(phone_t *, answerbox_t *);
bool              195 kernel/generic/include/ipc/ipc.h extern void ipc_answerbox_slam_phones(answerbox_t *, bool);
bool               44 kernel/generic/include/ipc/ipcrsc.h extern errno_t phone_alloc(task_t *, bool, cap_phone_handle_t *, kobject_t **);
bool               49 kernel/generic/include/ipc/kbox.h 	bool finished;
bool               90 kernel/generic/include/lib/ra.h extern bool ra_span_add(ra_arena_t *, uintptr_t, size_t);
bool               91 kernel/generic/include/lib/ra.h extern bool ra_alloc(ra_arena_t *, size_t, size_t, uintptr_t *);
bool               88 kernel/generic/include/lib/refcount.h static inline bool refcount_try_up(atomic_refcount_t *rc)
bool              102 kernel/generic/include/lib/refcount.h static inline bool refcount_unique(atomic_refcount_t *rc)
bool              121 kernel/generic/include/lib/refcount.h static inline bool refcount_down(atomic_refcount_t *rc)
bool              139 kernel/generic/include/mm/as.h 	void (*page_table_lock)(as_t *, bool);
bool              140 kernel/generic/include/mm/as.h 	void (*page_table_unlock)(as_t *, bool);
bool              141 kernel/generic/include/mm/as.h 	bool (*page_table_locked)(as_t *);
bool              199 kernel/generic/include/mm/as.h 	bool shared;
bool              237 kernel/generic/include/mm/as.h 		bool anonymous;
bool              292 kernel/generic/include/mm/as.h 	bool (*create)(as_area_t *);
bool              293 kernel/generic/include/mm/as.h 	bool (*resize)(as_area_t *, size_t);
bool              297 kernel/generic/include/mm/as.h 	bool (*is_resizable)(as_area_t *);
bool              298 kernel/generic/include/mm/as.h 	bool (*is_shareable)(as_area_t *);
bool              303 kernel/generic/include/mm/as.h 	bool (*create_shared_data)(as_area_t *);
bool              339 kernel/generic/include/mm/as.h extern bool as_area_check_access(as_area_t *, pf_access_t);
bool              344 kernel/generic/include/mm/as.h extern bool used_space_insert(used_space_t *, uintptr_t, size_t);
bool              133 kernel/generic/include/mm/frame.h extern bool frame_adjust_zone_bounds(bool, uintptr_t *, size_t *);
bool              150 kernel/generic/include/mm/frame.h extern bool zone_merge(size_t, size_t);
bool               51 kernel/generic/include/mm/km.h extern bool km_is_non_identity(uintptr_t);
bool               50 kernel/generic/include/mm/page.h 	bool (*mapping_find)(as_t *, uintptr_t, bool, pte_t *);
bool               51 kernel/generic/include/mm/page.h 	void (*mapping_update)(as_t *, uintptr_t, bool, pte_t *);
bool               58 kernel/generic/include/mm/page.h extern void page_table_lock(as_t *, bool);
bool               59 kernel/generic/include/mm/page.h extern void page_table_unlock(as_t *, bool);
bool               60 kernel/generic/include/mm/page.h extern bool page_table_locked(as_t *);
bool               63 kernel/generic/include/mm/page.h extern bool page_mapping_find(as_t *, uintptr_t, bool, pte_t *);
bool               64 kernel/generic/include/mm/page.h extern void page_mapping_update(as_t *, uintptr_t, bool, pte_t *);
bool               42 kernel/generic/include/mm/reserve.h extern bool reserve_try_alloc(size_t);
bool               68 kernel/generic/include/panic.h extern bool console_override;
bool              153 kernel/generic/include/proc/task.h extern void task_kill_self(bool) __attribute__((noreturn));
bool              155 kernel/generic/include/proc/task.h extern void task_print_list(bool);
bool               88 kernel/generic/include/proc/thread.h 	volatile bool interrupted;
bool              133 kernel/generic/include/proc/thread.h 	bool uspace;
bool              136 kernel/generic/include/proc/thread.h 	bool uncounted;
bool              170 kernel/generic/include/proc/thread.h 	bool in_copy_from_uspace;
bool              176 kernel/generic/include/proc/thread.h 	bool in_copy_to_uspace;
bool              186 kernel/generic/include/proc/thread.h 	bool fpu_context_exists;
bool              192 kernel/generic/include/proc/thread.h 	bool stolen;
bool              281 kernel/generic/include/proc/thread.h extern void thread_print_list(bool);
bool              286 kernel/generic/include/proc/thread.h extern void thread_update_accounting(bool);
bool               51 kernel/generic/include/stacktrace.h 	bool (*stack_trace_context_validate)(stack_trace_context_t *);
bool               52 kernel/generic/include/stacktrace.h 	bool (*frame_pointer_prev)(stack_trace_context_t *, uintptr_t *);
bool               53 kernel/generic/include/stacktrace.h 	bool (*return_address_get)(stack_trace_context_t *, uintptr_t *);
bool               54 kernel/generic/include/stacktrace.h 	bool (*symbol_resolve)(uintptr_t, int, const char **, uintptr_t *, const char **, const char **, int *, int *);
bool               70 kernel/generic/include/stacktrace.h extern bool kernel_stack_trace_context_validate(stack_trace_context_t *);
bool               71 kernel/generic/include/stacktrace.h extern bool kernel_frame_pointer_prev(stack_trace_context_t *, uintptr_t *);
bool               72 kernel/generic/include/stacktrace.h extern bool kernel_return_address_get(stack_trace_context_t *, uintptr_t *);
bool               74 kernel/generic/include/stacktrace.h extern bool uspace_stack_trace_context_validate(stack_trace_context_t *);
bool               75 kernel/generic/include/stacktrace.h extern bool uspace_frame_pointer_prev(stack_trace_context_t *, uintptr_t *);
bool               76 kernel/generic/include/stacktrace.h extern bool uspace_return_address_get(stack_trace_context_t *, uintptr_t *);
bool               59 kernel/generic/include/synch/mutex.h extern bool mutex_locked(mutex_t *);
bool              122 kernel/generic/include/synch/spinlock.h extern bool spinlock_trylock(spinlock_t *);
bool              125 kernel/generic/include/synch/spinlock.h extern bool spinlock_locked(spinlock_t *);
bool              135 kernel/generic/include/synch/spinlock.h static inline bool spinlock_trylock(spinlock_t *l)
bool              151 kernel/generic/include/synch/spinlock.h static inline bool spinlock_locked(spinlock_t *l)
bool              160 kernel/generic/include/synch/spinlock.h 	bool guard;                   /**< Flag whether ipl is valid */
bool              198 kernel/generic/include/synch/spinlock.h extern void irq_spinlock_lock(irq_spinlock_t *, bool);
bool              199 kernel/generic/include/synch/spinlock.h extern void irq_spinlock_unlock(irq_spinlock_t *, bool);
bool              200 kernel/generic/include/synch/spinlock.h extern bool irq_spinlock_trylock(irq_spinlock_t *);
bool              203 kernel/generic/include/synch/spinlock.h extern bool irq_spinlock_locked(irq_spinlock_t *);
bool               62 kernel/generic/include/synch/waitq.h 	bool closed;
bool               45 kernel/generic/include/sysinfo/sysinfo.h extern bool fb_exported;
bool               70 kernel/generic/include/sysinfo/sysinfo.h typedef void *(*sysinfo_fn_data_t)(struct sysinfo_item *, size_t *, bool,
bool              116 kernel/generic/include/sysinfo/sysinfo.h typedef sysinfo_return_t (*sysinfo_fn_subtree_t)(const char *, bool, void *);
bool               70 kernel/generic/include/time/timeout.h extern bool timeout_unregister(timeout_t *);
bool               81 kernel/generic/include/udebug/udebug.h 	bool go;         /**< Thread is GO */
bool               82 kernel/generic/include/udebug/udebug.h 	bool stoppable;  /**< Thread is stoppable */
bool               83 kernel/generic/include/udebug/udebug.h 	bool active;     /**< Thread is in a debugging session */
bool               94 kernel/generic/include/udebug/udebug.h     sysarg_t, sysarg_t, sysarg_t, bool);
bool               43 kernel/generic/include/udebug/udebug_ops.h errno_t udebug_begin(call_t *call, bool *active);
bool              120 kernel/generic/src/cap/cap.c static bool caps_key_equal(const void *key, const ht_link_t *item)
bool              200 kernel/generic/src/cap/cap.c bool caps_apply_to_kobject_type(task_t *task, kobject_type_t type,
bool              201 kernel/generic/src/cap/cap.c     bool (*cb)(cap_t *, void *), void *arg)
bool              203 kernel/generic/src/cap/cap.c 	bool done = true;
bool              156 kernel/generic/src/console/chardev.c bool check_poll(indev_t *indev)
bool             1171 kernel/generic/src/console/cmd.c 	bool pointer = false;
bool             1383 kernel/generic/src/console/cmd.c static bool run_test(const test_t *test)
bool             1423 kernel/generic/src/console/cmd.c static bool run_bench(const test_t *test, const uint32_t cnt)
bool             1426 kernel/generic/src/console/cmd.c 	bool ret = true;
bool             1535 kernel/generic/src/console/cmd.c 		bool fnd = false;
bool             1572 kernel/generic/src/console/cmd.c 		bool fnd = false;
bool              110 kernel/generic/src/console/console.c bool console_override = false;
bool              213 kernel/generic/src/console/console.c 	bool prev = console_override;
bool              266 kernel/generic/src/console/console.c 	bool ordy = ((stdout) && (stdout->op->write));
bool              313 kernel/generic/src/console/console.c 	bool ordy = ((stdout) && (stdout->op->write));
bool              115 kernel/generic/src/console/kconsole.c bool cmd_register(cmd_info_t *cmd)
bool              225 kernel/generic/src/console/kconsole.c 	bool continue_showing_hints = true;
bool              396 kernel/generic/src/console/kconsole.c 			bool sp = false;
bool              547 kernel/generic/src/console/kconsole.c bool kconsole_check_poll(void)
bool              552 kernel/generic/src/console/kconsole.c _NO_TRACE static bool parse_int_arg(const char *text, size_t len,
bool              555 kernel/generic/src/console/kconsole.c 	bool isaddr = false;
bool              556 kernel/generic/src/console/kconsole.c 	bool isptr = false;
bool              641 kernel/generic/src/console/kconsole.c _NO_TRACE static bool parse_argument(const char *cmdline, size_t size,
bool              647 kernel/generic/src/console/kconsole.c 	bool found_start = false;
bool              720 kernel/generic/src/console/kconsole.c 	bool error = false;
bool              803 kernel/generic/src/console/kconsole.c void kconsole(const char *prompt, const char *msg, bool kcon)
bool               50 kernel/generic/src/console/prompt.c bool console_prompt_display_all_hints(indev_t *indev, size_t hints)
bool               82 kernel/generic/src/console/prompt.c bool console_prompt_more_hints(indev_t *indev, size_t *display_hints)
bool              118 kernel/generic/src/cpu/cpu_mask.c bool cpu_mask_is_set(cpu_mask_t *cpus, unsigned int cpu_id)
bool              127 kernel/generic/src/cpu/cpu_mask.c bool cpu_mask_is_none(cpu_mask_t *cpus)
bool              148 kernel/generic/src/ddi/ddi.c 	bool priv =
bool               76 kernel/generic/src/ddi/irq.c static bool irq_ht_equal(const ht_link_t *, const ht_link_t *);
bool               77 kernel/generic/src/ddi/irq.c static bool irq_ht_key_equal(const void *, const ht_link_t *);
bool              217 kernel/generic/src/ddi/irq.c bool irq_ht_equal(const ht_link_t *item1, const ht_link_t *item2)
bool              225 kernel/generic/src/ddi/irq.c bool irq_ht_key_equal(const void *key, const ht_link_t *item)
bool              404 kernel/generic/src/debug/line.c static bool has_usable_name(const uint8_t *format, const uint8_t *format_end, unsigned width)
bool              407 kernel/generic/src/debug/line.c 	bool has_usable_name = false;
bool              666 kernel/generic/src/debug/line.c static bool get_info(const struct debug_line_program_header *hdr, uintptr_t addr, int op_index, int *file, int *line, int *column)
bool              676 kernel/generic/src/debug/line.c 		bool first = lp.end_sequence;
bool              708 kernel/generic/src/debug/line.c bool debug_line_get_address_info(debug_sections_t *scs, uintptr_t addr, int op_index, const char **file_name, const char **dir_name, int *line, int *column)
bool              131 kernel/generic/src/debug/stacktrace.c static bool
bool              143 kernel/generic/src/debug/stacktrace.c static bool
bool               35 kernel/generic/src/debug/util.c bool skip_data(unsigned form, const uint8_t **const data,
bool               40 kernel/generic/src/debug/util.h extern bool skip_data(unsigned, const uint8_t **const, const uint8_t *, unsigned);
bool               81 kernel/generic/src/interrupt/interrupt.c iroutine_t exc_register(unsigned int n, const char *name, bool hot,
bool              240 kernel/generic/src/interrupt/interrupt.c 	bool excs_all;
bool              140 kernel/generic/src/ipc/event.c static errno_t event_enqueue(event_t *event, bool mask, sysarg_t a1, sysarg_t a2,
bool              207 kernel/generic/src/ipc/event.c errno_t event_notify(event_type_t evno, bool mask, sysarg_t a1, sysarg_t a2,
bool              235 kernel/generic/src/ipc/event.c errno_t event_task_notify(task_t *task, event_task_type_t evno, bool mask,
bool              163 kernel/generic/src/ipc/ipc.c bool ipc_phone_connect(phone_t *phone, answerbox_t *box)
bool              165 kernel/generic/src/ipc/ipc.c 	bool connected;
bool              249 kernel/generic/src/ipc/ipc.c 		bool answered = !request->active;
bool              285 kernel/generic/src/ipc/ipc.c void _ipc_answer_free_call(call_t *call, bool selflocked)
bool              314 kernel/generic/src/ipc/ipc.c 	bool do_lock = ((!selflocked) || (callerbox != &TASK->answerbox));
bool              349 kernel/generic/src/ipc/ipc.c     bool preforget)
bool              402 kernel/generic/src/ipc/ipc.c     bool preforget)
bool              652 kernel/generic/src/ipc/ipc.c void ipc_answerbox_slam_phones(answerbox_t *box, bool notify_box)
bool              777 kernel/generic/src/ipc/ipc.c static bool phone_cap_cleanup_cb(cap_t *cap, void *arg)
bool              812 kernel/generic/src/ipc/ipc.c static bool irq_cap_cleanup_cb(cap_t *cap, void *arg)
bool              818 kernel/generic/src/ipc/ipc.c static bool call_cap_cleanup_cb(cap_t *cap, void *arg)
bool              927 kernel/generic/src/ipc/ipc.c static bool print_task_phone_cb(cap_t *cap, void *arg)
bool               67 kernel/generic/src/ipc/ipcrsc.c errno_t phone_alloc(task_t *task, bool publish, cap_phone_handle_t *phandle,
bool               65 kernel/generic/src/ipc/kbox.c 	bool have_kb_thread = (TASK->kb.thread != NULL);
bool              108 kernel/generic/src/ipc/kbox.c static void kbox_proc_phone_hungup(call_t *call, bool *last)
bool              165 kernel/generic/src/ipc/kbox.c 	bool done = false;
bool               76 kernel/generic/src/ipc/ops/pagein.c 		bool found = page_mapping_find(AS, ipc_get_arg1(&answer->data),
bool               66 kernel/generic/src/ipc/sysipc.c static inline bool method_is_system(sysarg_t imethod)
bool               84 kernel/generic/src/ipc/sysipc.c static inline bool method_is_forwardable(sysarg_t imethod)
bool              104 kernel/generic/src/ipc/sysipc.c static inline bool method_is_immutable(sysarg_t imethod)
bool              131 kernel/generic/src/ipc/sysipc.c static inline bool answer_need_old(call_t *call)
bool              297 kernel/generic/src/ipc/sysipc.c 		bool forgotten = call->forget;
bool              485 kernel/generic/src/ipc/sysipc.c     sysarg_t arg3, sysarg_t arg4, sysarg_t arg5, unsigned int mode, bool slow)
bool              494 kernel/generic/src/ipc/sysipc.c 	bool need_old = answer_need_old(call);
bool              498 kernel/generic/src/ipc/sysipc.c 	bool after_forward = false;
bool              665 kernel/generic/src/ipc/sysipc.c 	bool saved;
bool              712 kernel/generic/src/ipc/sysipc.c 	bool saved;
bool              852 kernel/generic/src/ipc/sysipc.c 	bool saved;
bool               57 kernel/generic/src/lib/halt.c 	bool rundebugger = false;
bool               76 kernel/generic/src/lib/ra.c static bool used_key_equal(const void *key, const ht_link_t *item)
bool              233 kernel/generic/src/lib/ra.c bool ra_span_add(ra_arena_t *arena, uintptr_t base, size_t size)
bool              248 kernel/generic/src/lib/ra.c static bool
bool              415 kernel/generic/src/lib/ra.c bool
bool              418 kernel/generic/src/lib/ra.c 	bool success = false;
bool              342 kernel/generic/src/mm/as.c _NO_TRACE static bool area_is_conflicting(uintptr_t addr,
bool              343 kernel/generic/src/mm/as.c     size_t count, bool guarded, as_area_t *area)
bool              382 kernel/generic/src/mm/as.c _NO_TRACE static bool check_area_conflicts(as_t *as, uintptr_t addr,
bool              383 kernel/generic/src/mm/as.c     size_t count, bool guarded, as_area_t *avoid)
bool              477 kernel/generic/src/mm/as.c     size_t size, bool guarded)
bool              527 kernel/generic/src/mm/as.c 		bool avail =
bool              697 kernel/generic/src/mm/as.c 	bool dealloc = false;
bool              759 kernel/generic/src/mm/as.c 	bool const guarded = flags & AS_AREA_GUARD;
bool              966 kernel/generic/src/mm/as.c 		bool cond = true;
bool             1009 kernel/generic/src/mm/as.c 				bool found = page_mapping_find(as,
bool             1058 kernel/generic/src/mm/as.c 		bool const guarded = area->flags & AS_AREA_GUARD;
bool             1119 kernel/generic/src/mm/as.c 			bool found = page_mapping_find(as,
bool             1248 kernel/generic/src/mm/as.c 	bool shared = sh_info->shared;
bool             1307 kernel/generic/src/mm/as.c _NO_TRACE bool as_area_check_access(as_area_t *area, pf_access_t access)
bool             1423 kernel/generic/src/mm/as.c 			bool found = page_mapping_find(as, ptr + P2SZ(size),
bool             1561 kernel/generic/src/mm/as.c 	bool found = page_mapping_find(AS, page, false, &pte);
bool             1789 kernel/generic/src/mm/as.c _NO_TRACE void page_table_lock(as_t *as, bool lock)
bool             1803 kernel/generic/src/mm/as.c _NO_TRACE void page_table_unlock(as_t *as, bool unlock)
bool             1818 kernel/generic/src/mm/as.c _NO_TRACE bool page_table_locked(as_t *as)
bool             2032 kernel/generic/src/mm/as.c bool used_space_insert(used_space_t *used_space, uintptr_t page, size_t count)
bool             2036 kernel/generic/src/mm/as.c 	bool adj_a;
bool             2037 kernel/generic/src/mm/as.c 	bool adj_b;
bool               56 kernel/generic/src/mm/backend_anon.c static bool anon_create(as_area_t *);
bool               57 kernel/generic/src/mm/backend_anon.c static bool anon_resize(as_area_t *, size_t);
bool               61 kernel/generic/src/mm/backend_anon.c static bool anon_is_resizable(as_area_t *);
bool               62 kernel/generic/src/mm/backend_anon.c static bool anon_is_shareable(as_area_t *);
bool               83 kernel/generic/src/mm/backend_anon.c bool anon_create(as_area_t *area)
bool               91 kernel/generic/src/mm/backend_anon.c bool anon_resize(as_area_t *area, size_t new_pages)
bool              131 kernel/generic/src/mm/backend_anon.c 			bool found;
bool              163 kernel/generic/src/mm/backend_anon.c bool anon_is_resizable(as_area_t *area)
bool              168 kernel/generic/src/mm/backend_anon.c bool anon_is_shareable(as_area_t *area)
bool               55 kernel/generic/src/mm/backend_elf.c static bool elf_create(as_area_t *);
bool               56 kernel/generic/src/mm/backend_elf.c static bool elf_resize(as_area_t *, size_t);
bool               60 kernel/generic/src/mm/backend_elf.c static bool elf_is_resizable(as_area_t *);
bool               61 kernel/generic/src/mm/backend_elf.c static bool elf_is_shareable(as_area_t *);
bool              113 kernel/generic/src/mm/backend_elf.c bool elf_create(as_area_t *area)
bool              123 kernel/generic/src/mm/backend_elf.c bool elf_resize(as_area_t *area, size_t new_pages)
bool              193 kernel/generic/src/mm/backend_elf.c 			bool found;
bool              236 kernel/generic/src/mm/backend_elf.c bool elf_is_resizable(as_area_t *area)
bool              241 kernel/generic/src/mm/backend_elf.c bool elf_is_shareable(as_area_t *area)
bool              268 kernel/generic/src/mm/backend_elf.c 	bool dirty = false;
bool              336 kernel/generic/src/mm/backend_elf.c 			bool found;
bool               50 kernel/generic/src/mm/backend_phys.c static bool phys_create(as_area_t *);
bool               54 kernel/generic/src/mm/backend_phys.c static bool phys_is_resizable(as_area_t *);
bool               55 kernel/generic/src/mm/backend_phys.c static bool phys_is_shareable(as_area_t *);
bool               59 kernel/generic/src/mm/backend_phys.c static bool phys_create_shared_data(as_area_t *);
bool               83 kernel/generic/src/mm/backend_phys.c bool phys_create(as_area_t *area)
bool              113 kernel/generic/src/mm/backend_phys.c bool phys_is_resizable(as_area_t *area)
bool              118 kernel/generic/src/mm/backend_phys.c bool phys_is_shareable(as_area_t *area)
bool              155 kernel/generic/src/mm/backend_phys.c bool phys_create_shared_data(as_area_t *area)
bool               54 kernel/generic/src/mm/backend_user.c static bool user_create(as_area_t *);
bool               57 kernel/generic/src/mm/backend_user.c static bool user_is_resizable(as_area_t *);
bool               58 kernel/generic/src/mm/backend_user.c static bool user_is_shareable(as_area_t *);
bool               79 kernel/generic/src/mm/backend_user.c bool user_create(as_area_t *area)
bool               89 kernel/generic/src/mm/backend_user.c bool user_is_resizable(as_area_t *area)
bool               94 kernel/generic/src/mm/backend_user.c bool user_is_shareable(as_area_t *area)
bool              213 kernel/generic/src/mm/frame.c _NO_TRACE static bool zone_can_alloc(zone_t *zone, size_t count,
bool              267 kernel/generic/src/mm/frame.c _NO_TRACE static bool is_high_priority(pfn_t base, size_t count)
bool              565 kernel/generic/src/mm/frame.c bool zone_merge(size_t z1, size_t z2)
bool              569 kernel/generic/src/mm/frame.c 	bool ret = true;
bool              758 kernel/generic/src/mm/frame.c 				bool overlap = false;
bool              848 kernel/generic/src/mm/frame.c static size_t try_find_zone(size_t count, bool lowmem,
bool              891 kernel/generic/src/mm/frame.c 	bool lowmem = (flags & FRAME_LOWMEM) || !(flags & FRAME_HIGHMEM);
bool             1156 kernel/generic/src/mm/frame.c bool frame_adjust_zone_bounds(bool low, uintptr_t *basep, size_t *sizep)
bool             1267 kernel/generic/src/mm/frame.c 		bool available = ((flags & ZONE_AVAILABLE) != 0);
bool             1268 kernel/generic/src/mm/frame.c 		bool lowmem = ((flags & ZONE_LOWMEM) != 0);
bool             1269 kernel/generic/src/mm/frame.c 		bool highmem = ((flags & ZONE_HIGHMEM) != 0);
bool             1270 kernel/generic/src/mm/frame.c 		bool highprio = is_high_priority(fbase, count);
bool             1379 kernel/generic/src/mm/frame.c 	bool available = ((flags & ZONE_AVAILABLE) != 0);
bool             1380 kernel/generic/src/mm/frame.c 	bool lowmem = ((flags & ZONE_LOWMEM) != 0);
bool             1381 kernel/generic/src/mm/frame.c 	bool highmem = ((flags & ZONE_HIGHMEM) != 0);
bool             1382 kernel/generic/src/mm/frame.c 	bool highprio = is_high_priority(fbase, count);
bool              102 kernel/generic/src/mm/km.c bool km_is_non_identity(uintptr_t addr)
bool              109 kernel/generic/src/mm/km.c 	bool span_added;
bool              146 kernel/generic/src/mm/page.c _NO_TRACE bool page_mapping_find(as_t *as, uintptr_t page, bool nolock,
bool              167 kernel/generic/src/mm/page.c _NO_TRACE void page_mapping_update(as_t *as, uintptr_t page, bool nolock,
bool              197 kernel/generic/src/mm/page.c 	bool found = page_mapping_find(AS, virt, false, &pte);
bool               46 kernel/generic/src/mm/reserve.c static bool reserve_initialized = false;
bool               70 kernel/generic/src/mm/reserve.c bool reserve_try_alloc(size_t size)
bool               72 kernel/generic/src/mm/reserve.c 	bool reserved = false;
bool              335 kernel/generic/src/mm/slab.c     bool first)
bool              566 kernel/generic/src/mm/slab.c _NO_TRACE static bool make_magcache(slab_cache_t *cache)
bool              581 kernel/generic/src/proc/task.c void task_kill_self(bool notify)
bool              615 kernel/generic/src/proc/task.c static void task_print(task_t *task, bool additional)
bool              655 kernel/generic/src/proc/task.c void task_print_list(bool additional)
bool              681 kernel/generic/src/proc/thread.c static void thread_print(thread_t *thread, bool additional)
bool              725 kernel/generic/src/proc/thread.c void thread_print_list(bool additional)
bool              757 kernel/generic/src/proc/thread.c static bool thread_exists(thread_t *thread)
bool              789 kernel/generic/src/proc/thread.c void thread_update_accounting(bool user)
bool              159 kernel/generic/src/synch/condvar.c 	bool guard = irq_lock->guard;
bool               48 kernel/generic/src/synch/irq_spinlock.c static inline bool owned_by_me(irq_spinlock_t *lock)
bool               53 kernel/generic/src/synch/irq_spinlock.c static inline bool not_owned_by_me(irq_spinlock_t *lock)
bool               73 kernel/generic/src/synch/irq_spinlock.c static inline bool owned_by_me(irq_spinlock_t *lock)
bool               78 kernel/generic/src/synch/irq_spinlock.c static inline bool not_owned_by_me(irq_spinlock_t *lock)
bool              113 kernel/generic/src/synch/irq_spinlock.c void irq_spinlock_lock(irq_spinlock_t *lock, bool irq_dis)
bool              142 kernel/generic/src/synch/irq_spinlock.c void irq_spinlock_unlock(irq_spinlock_t *lock, bool irq_res)
bool              174 kernel/generic/src/synch/irq_spinlock.c bool irq_spinlock_trylock(irq_spinlock_t *lock)
bool              177 kernel/generic/src/synch/irq_spinlock.c 	bool ret = spinlock_trylock(&(lock->lock));
bool              203 kernel/generic/src/synch/irq_spinlock.c 	bool guard = unlock->guard;
bool              260 kernel/generic/src/synch/irq_spinlock.c bool irq_spinlock_locked(irq_spinlock_t *lock)
bool               67 kernel/generic/src/synch/mutex.c bool mutex_locked(mutex_t *mtx)
bool               82 kernel/generic/src/synch/mutex.c 	bool deadlock_reported = false;
bool               75 kernel/generic/src/synch/spinlock.c 	bool deadlock_reported = false;
bool              146 kernel/generic/src/synch/spinlock.c bool spinlock_trylock(spinlock_t *lock)
bool              150 kernel/generic/src/synch/spinlock.c 	bool ret = !atomic_flag_test_and_set_explicit(&lock->flag, memory_order_acquire);
bool              163 kernel/generic/src/synch/spinlock.c bool spinlock_locked(spinlock_t *lock)
bool              170 kernel/generic/src/synch/spinlock.c 	bool ret = atomic_flag_test_and_set_explicit(&lock->flag, memory_order_relaxed);
bool               60 kernel/generic/src/synch/syswaitq.c static bool waitq_cap_cleanup_cb(cap_t *cap, void *arg)
bool              184 kernel/generic/src/synch/waitq.c 	bool sleep_composable = (flags & SYNCH_FLAGS_FUTEX);
bool              185 kernel/generic/src/synch/waitq.c 	bool interruptible = (flags & SYNCH_FLAGS_INTERRUPTIBLE);
bool              220 kernel/generic/src/synch/waitq.c 		bool terminating = (thread_wait_start() == THREAD_TERMINATING);
bool              228 kernel/generic/src/synch/waitq.c 		bool timed_out = (thread_wait_finish(deadline) == THREAD_WAIT_TIMEOUT);
bool               73 kernel/generic/src/sysinfo/stats.c 	bool counting;
bool              106 kernel/generic/src/sysinfo/stats.c     bool dry_run, void *data)
bool              241 kernel/generic/src/sysinfo/stats.c     bool dry_run, void *data)
bool              330 kernel/generic/src/sysinfo/stats.c     bool dry_run, void *data)
bool              384 kernel/generic/src/sysinfo/stats.c static bool produce_stats_ipcc_cb(cap_t *cap, void *arg)
bool              438 kernel/generic/src/sysinfo/stats.c     bool dry_run, void *data)
bool              509 kernel/generic/src/sysinfo/stats.c static sysinfo_return_t get_stats_task(const char *name, bool dry_run,
bool              568 kernel/generic/src/sysinfo/stats.c static sysinfo_return_t get_stats_thread(const char *name, bool dry_run,
bool              630 kernel/generic/src/sysinfo/stats.c     bool dry_run, void *data)
bool              682 kernel/generic/src/sysinfo/stats.c static sysinfo_return_t get_stats_exception(const char *name, bool dry_run,
bool              752 kernel/generic/src/sysinfo/stats.c     bool dry_run, void *data)
bool              783 kernel/generic/src/sysinfo/stats.c     bool dry_run, void *data)
bool               50 kernel/generic/src/sysinfo/sysinfo.c bool fb_exported = false;
bool              127 kernel/generic/src/sysinfo/sysinfo.c     sysinfo_item_t *subtree, sysinfo_return_t **ret, bool dry_run)
bool              625 kernel/generic/src/sysinfo/sysinfo.c     sysinfo_item_t **root, bool dry_run)
bool              680 kernel/generic/src/sysinfo/sysinfo.c     bool dry_run)
bool              723 kernel/generic/src/sysinfo/sysinfo.c     sysinfo_item_t **root, bool dry_run)
bool              789 kernel/generic/src/sysinfo/sysinfo.c     bool dry_run)
bool              149 kernel/generic/src/time/timeout.c bool timeout_unregister(timeout_t *timeout)
bool              159 kernel/generic/src/time/timeout.c 	bool success = link_in_use(&timeout->link);
bool              220 kernel/generic/src/udebug/udebug.c     bool end_variant)
bool               74 kernel/generic/src/udebug/udebug_ipc.c 	bool active;
bool               81 kernel/generic/src/udebug/udebug_ops.c static errno_t _thread_op_begin(thread_t *thread, bool being_go)
bool              163 kernel/generic/src/udebug/udebug_ops.c errno_t udebug_begin(call_t *call, bool *active)
bool              382 kernel/generic/src/udebug/udebug_ops.c 		bool uspace = thread->uspace;
bool               39 kernel/test/test.c bool test_quiet;
bool               41 kernel/test/test.h extern bool test_quiet;
bool               56 kernel/test/test.h 	bool safe;
bool               62 tools/checkers/vcc.h 	__specification(ghost bool \consistent;)
bool               65 tools/checkers/vcc.h 	__specification(ghost bool \valid;)
bool               68 tools/checkers/vcc.h __specification(bool \extent_mutable(\object);)
bool               71 tools/checkers/vcc.h __specification(bool \mutable_array(\object, \size_t);)
bool               58 tools/xcw/demo/viewer.c 	bool fullscreen;
bool               68 tools/xcw/demo/viewer.c static bool viewer_img_load(viewer_t *, const char *, gfx_bitmap_t **,
bool               70 tools/xcw/demo/viewer.c static bool viewer_img_setup(viewer_t *, gfx_bitmap_t *, gfx_rect_t *);
bool              111 tools/xcw/demo/viewer.c 	bool update = false;
bool              248 tools/xcw/demo/viewer.c static bool viewer_img_load(viewer_t *viewer, const char *fname,
bool              291 tools/xcw/demo/viewer.c static bool viewer_img_setup(viewer_t *viewer, gfx_bitmap_t *bmp,
bool              168 uspace/app/barber/barber.c static bool decode_frames(gfx_context_t *gc, image_t *img)
bool              313 uspace/app/barber/barber.c 		bool known = false;
bool               74 uspace/app/bdsh/cmds/builtins/batch/batch.c 	bool continue_despite_errors = false;
bool               51 uspace/app/bdsh/cmds/builtins/cd/cd.c static bool previous_directory_valid = true;
bool               52 uspace/app/bdsh/cmds/builtins/cd/cd.c static bool previous_directory_set = false;
bool               93 uspace/app/bdsh/cmds/builtins/cd/cd.c 	bool hyphen_override = false;
bool               54 uspace/app/bdsh/cmds/modules/alias/alias.c static bool print_alias(const char *name)
bool              111 uspace/app/bdsh/cmds/modules/alias/alias.c static bool validate_name(const char *name)
bool               56 uspace/app/bdsh/cmds/modules/cat/cat.c static bool paging_enabled = false;
bool               61 uspace/app/bdsh/cmds/modules/cat/cat.c static bool should_quit = false;
bool               62 uspace/app/bdsh/cmds/modules/cat/cat.c static bool dash_represents_stdin = false;
bool               64 uspace/app/bdsh/cmds/modules/cat/cat.c static bool number = false;
bool               65 uspace/app/bdsh/cmds/modules/cat/cat.c static bool last_char_was_newline = false;
bool              180 uspace/app/bdsh/cmds/modules/cat/cat.c static unsigned int cat_file(const char *fname, size_t blen, bool hex,
bool              181 uspace/app/bdsh/cmds/modules/cat/cat.c     off64_t head, off64_t tail, bool tail_first)
bool              192 uspace/app/bdsh/cmds/modules/cat/cat.c 	bool reading_stdin = dash_represents_stdin && (str_cmp(fname, "-") == 0);
bool              316 uspace/app/bdsh/cmds/modules/cat/cat.c 	bool hex = false;
bool              317 uspace/app/bdsh/cmds/modules/cat/cat.c 	bool more = false;
bool              318 uspace/app/bdsh/cmds/modules/cat/cat.c 	bool tailFirst = false;
bool              145 uspace/app/bdsh/cmds/modules/cp/cp.c static bool get_user_decision(bool bdefault, const char *message, ...)
bool              250 uspace/app/bdsh/cmds/modules/cp/cp.c 				bool overwrite = get_user_decision(false,
bool               26 uspace/app/bdsh/cmds/modules/ls/ls.h 	bool single_column;
bool               27 uspace/app/bdsh/cmds/modules/ls/ls.h 	bool exact_size;
bool               86 uspace/app/bdsh/cmds/modules/mkdir/mkdir.c create_directory(const char *user_path, bool create_parents)
bool              165 uspace/app/bdsh/cmds/modules/mkdir/mkdir.c 	bool create_parents = false, follow = false, verbose = false;
bool              135 uspace/app/bdsh/cmds/modules/mkfile/mkfile.c 	bool create_sparse = false;
bool              137 uspace/app/bdsh/cmds/modules/mount/mount.c 	bool instance_set = false;
bool              123 uspace/app/bdsh/cmds/modules/printf/printf.c 	bool esc_flag = false;
bool               83 uspace/app/bdsh/cmds/modules/touch/touch.c 	bool no_create = false;
bool               89 uspace/app/bdsh/compl.c 	bool is_command;
bool              311 uspace/app/bdsh/compl.c static bool compl_match_prefix(compl_t *cs, const char *compl)
bool               72 uspace/app/bdsh/input.c static bool find_alias_hup(alias_t *alias, list_t *alias_hups)
bool               42 uspace/app/bdsh/tok.c static bool tok_pending_chars(tokenizer_t *);
bool              273 uspace/app/bdsh/tok.c bool tok_pending_chars(tokenizer_t *tok)
bool               80 uspace/app/bdsh/util.c bool is_path(const char *cmd)
bool               83 uspace/app/bdsh/util.c 	bool ret = str_lcmp(cmd, "/", 1) == 0;
bool               38 uspace/app/bdsh/util.h extern bool is_path(const char *cmd);
bool               60 uspace/app/blkdump/blkdump.c static bool relative = false;
bool               73 uspace/app/blkdump/blkdump.c 	bool toc = false;
bool              370 uspace/app/calculator/calculator.c static bool is_digit(char c)
bool              382 uspace/app/calculator/calculator.c static bool is_plus(char c)
bool              387 uspace/app/calculator/calculator.c static bool is_minus(char c)
bool              392 uspace/app/calculator/calculator.c static bool is_finish(char c)
bool              413 uspace/app/calculator/calculator.c static bool is_operator(char c)
bool              418 uspace/app/calculator/calculator.c static bool stack_push_value(list_t *stack, int64_t value, bool value_neg)
bool              437 uspace/app/calculator/calculator.c static bool stack_push_operator(list_t *stack, operator_t operator)
bool              451 uspace/app/calculator/calculator.c static bool stack_pop_value(list_t *stack, int64_t *value)
bool              469 uspace/app/calculator/calculator.c static bool stack_pop_operator(list_t *stack, operator_t *operator)
bool              501 uspace/app/calculator/calculator.c static bool compute(int64_t a, operator_t operator, int64_t b, int64_t *value)
bool              658 uspace/app/calculator/calculator.c 	bool value_neg = false;
bool               52 uspace/app/corecfg/corecfg.c 	bool enable;
bool               44 uspace/app/date/date.c static bool is_leap_year(int year);
bool               60 uspace/app/date/date.c 	bool          read_only = true;
bool              239 uspace/app/date/date.c 	bool sec_present = len == 8;
bool              315 uspace/app/date/date.c static bool
bool              318 uspace/app/date/date.c 	bool r = false;
bool               50 uspace/app/devctl/devctl.c static bool verbose = false;
bool               56 uspace/app/df/df.c static bool display_blocks;
bool               49 uspace/app/dltest/dltest.c static bool no_dlfcn = false;
bool               52 uspace/app/dltest/dltest.c static bool test_dlsym(void)
bool               68 uspace/app/dltest/dltest.c static bool test_dlfcn_dl_get_constant(void)
bool               94 uspace/app/dltest/dltest.c static bool test_dlfcn_dl_get_constant_via_call(void)
bool              122 uspace/app/dltest/dltest.c static bool test_dlfcn_dl_get_private_var(void)
bool              159 uspace/app/dltest/dltest.c static bool test_dlfcn_dl_get_private_uvar(void)
bool              196 uspace/app/dltest/dltest.c static bool test_dlfcn_dl_get_public_var(void)
bool              233 uspace/app/dltest/dltest.c static bool test_dlfcn_dl_get_public_uvar(void)
bool              270 uspace/app/dltest/dltest.c static bool test_dlfcn_read_public_var(void)
bool              308 uspace/app/dltest/dltest.c static bool test_dlfcn_read_public_uvar(void)
bool              348 uspace/app/dltest/dltest.c static bool test_dlfcn_dl_get_private_fib_var(void)
bool              385 uspace/app/dltest/dltest.c static bool test_dlfcn_dl_get_private_fib_uvar(void)
bool              422 uspace/app/dltest/dltest.c static bool test_dlfcn_dl_get_public_fib_var(void)
bool              459 uspace/app/dltest/dltest.c static bool test_dlfcn_dl_get_public_fib_uvar(void)
bool              496 uspace/app/dltest/dltest.c static bool test_dlfcn_read_public_fib_var(void)
bool              534 uspace/app/dltest/dltest.c static bool test_dlfcn_read_public_fib_uvar(void)
bool              582 uspace/app/dltest/dltest.c static bool test_public_ptr_var(void)
bool              599 uspace/app/dltest/dltest.c static bool test_lnk_dl_get_constant(void)
bool              618 uspace/app/dltest/dltest.c static bool test_lnk_dl_get_constant_via_call(void)
bool              639 uspace/app/dltest/dltest.c static bool test_lnk_dl_get_private_var(void)
bool              662 uspace/app/dltest/dltest.c static bool test_lnk_dl_get_private_uvar(void)
bool              685 uspace/app/dltest/dltest.c static bool test_lnk_dl_get_public_var(void)
bool              708 uspace/app/dltest/dltest.c static bool test_lnk_dl_get_public_uvar(void)
bool              729 uspace/app/dltest/dltest.c static bool test_lnk_read_public_var(void)
bool              750 uspace/app/dltest/dltest.c static bool test_lnk_read_public_uvar(void)
bool              773 uspace/app/dltest/dltest.c static bool test_lnk_dl_get_private_fib_var(void)
bool              796 uspace/app/dltest/dltest.c static bool test_lnk_dl_get_private_fib_uvar(void)
bool              819 uspace/app/dltest/dltest.c static bool test_lnk_dl_get_public_fib_var(void)
bool              842 uspace/app/dltest/dltest.c static bool test_lnk_dl_get_public_fib_uvar(void)
bool              863 uspace/app/dltest/dltest.c static bool test_lnk_read_public_fib_var(void)
bool              885 uspace/app/dltest/dltest.c static bool test_lnk_read_public_fib_uvar(void)
bool               49 uspace/app/dltests/dltests.c static bool no_dlfcn = false;
bool               52 uspace/app/dltests/dltests.c static bool test_dlsym(void)
bool               68 uspace/app/dltests/dltests.c static bool test_dlfcn_dl_get_constant(void)
bool               94 uspace/app/dltests/dltests.c static bool test_dlfcn_dl_get_constant_via_call(void)
bool              122 uspace/app/dltests/dltests.c static bool test_dlfcn_dl_get_private_var(void)
bool              159 uspace/app/dltests/dltests.c static bool test_dlfcn_dl_get_private_uvar(void)
bool              196 uspace/app/dltests/dltests.c static bool test_dlfcn_dl_get_public_var(void)
bool              233 uspace/app/dltests/dltests.c static bool test_dlfcn_dl_get_public_uvar(void)
bool              270 uspace/app/dltests/dltests.c static bool test_dlfcn_read_public_var(void)
bool              308 uspace/app/dltests/dltests.c static bool test_dlfcn_read_public_uvar(void)
bool              348 uspace/app/dltests/dltests.c static bool test_dlfcn_dl_get_private_fib_var(void)
bool              385 uspace/app/dltests/dltests.c static bool test_dlfcn_dl_get_private_fib_uvar(void)
bool              422 uspace/app/dltests/dltests.c static bool test_dlfcn_dl_get_public_fib_var(void)
bool              459 uspace/app/dltests/dltests.c static bool test_dlfcn_dl_get_public_fib_uvar(void)
bool              496 uspace/app/dltests/dltests.c static bool test_dlfcn_read_public_fib_var(void)
bool              534 uspace/app/dltests/dltests.c static bool test_dlfcn_read_public_fib_uvar(void)
bool              582 uspace/app/dltests/dltests.c static bool test_public_ptr_var(void)
bool              599 uspace/app/dltests/dltests.c static bool test_lnk_dl_get_constant(void)
bool              618 uspace/app/dltests/dltests.c static bool test_lnk_dl_get_constant_via_call(void)
bool              639 uspace/app/dltests/dltests.c static bool test_lnk_dl_get_private_var(void)
bool              662 uspace/app/dltests/dltests.c static bool test_lnk_dl_get_private_uvar(void)
bool              685 uspace/app/dltests/dltests.c static bool test_lnk_dl_get_public_var(void)
bool              708 uspace/app/dltests/dltests.c static bool test_lnk_dl_get_public_uvar(void)
bool              729 uspace/app/dltests/dltests.c static bool test_lnk_read_public_var(void)
bool              750 uspace/app/dltests/dltests.c static bool test_lnk_read_public_uvar(void)
bool              773 uspace/app/dltests/dltests.c static bool test_lnk_dl_get_private_fib_var(void)
bool              796 uspace/app/dltests/dltests.c static bool test_lnk_dl_get_private_fib_uvar(void)
bool              819 uspace/app/dltests/dltests.c static bool test_lnk_dl_get_public_fib_var(void)
bool              842 uspace/app/dltests/dltests.c static bool test_lnk_dl_get_public_fib_uvar(void)
bool              863 uspace/app/dltests/dltests.c static bool test_lnk_read_public_fib_var(void)
bool              885 uspace/app/dltests/dltests.c static bool test_lnk_read_public_fib_uvar(void)
bool              129 uspace/app/edit/edit.c 	bool search_reverse;
bool              131 uspace/app/edit/edit.c 	bool previous_search_reverse;
bool              168 uspace/app/edit/edit.c static void cursor_setvis(bool visible);
bool              175 uspace/app/edit/edit.c static void key_handle_movement(unsigned int key, bool shift);
bool              203 uspace/app/edit/edit.c static void caret_move_relative(int drow, int dcolumn, enum dir_spec align_dir, bool select);
bool              204 uspace/app/edit/edit.c static void caret_move_absolute(int row, int column, enum dir_spec align_dir, bool select);
bool              205 uspace/app/edit/edit.c static void caret_move(spt_t spt, bool select, bool update_ideal_column);
bool              206 uspace/app/edit/edit.c static void caret_move_word_left(bool select);
bool              207 uspace/app/edit/edit.c static void caret_move_word_right(bool select);
bool              210 uspace/app/edit/edit.c static bool selection_active(void);
bool              220 uspace/app/edit/edit.c static void search(char *pattern, bool reverse);
bool              221 uspace/app/edit/edit.c static void search_prompt(bool reverse);
bool              228 uspace/app/edit/edit.c static bool pt_is_word_beginning(spt_t *pt);
bool              229 uspace/app/edit/edit.c static bool pt_is_delimiter(spt_t *pt);
bool              230 uspace/app/edit/edit.c static bool pt_is_punctuation(spt_t *pt);
bool              666 uspace/app/edit/edit.c static void cursor_setvis(bool visible)
bool              833 uspace/app/edit/edit.c 	bool select;
bool              848 uspace/app/edit/edit.c static void caret_move(spt_t new_caret_pt, bool select, bool update_ideal_column)
bool              852 uspace/app/edit/edit.c 	bool had_sel;
bool              889 uspace/app/edit/edit.c static void key_handle_movement(unsigned int key, bool select)
bool             1786 uspace/app/edit/edit.c     bool select)
bool             1791 uspace/app/edit/edit.c 	bool pure_vertical;
bool             1839 uspace/app/edit/edit.c     bool select)
bool             1869 uspace/app/edit/edit.c static void caret_move_word_left(bool select)
bool             1877 uspace/app/edit/edit.c static void caret_move_word_right(bool select)
bool             1957 uspace/app/edit/edit.c static void search_prompt(bool reverse)
bool             1991 uspace/app/edit/edit.c static void search(char *pattern, bool reverse)
bool             2046 uspace/app/edit/edit.c static bool selection_active(void)
bool             2215 uspace/app/edit/edit.c static bool pt_is_word_beginning(spt_t *pt)
bool             2250 uspace/app/edit/edit.c static bool pt_is_delimiter(spt_t *pt)
bool             2276 uspace/app/edit/edit.c static bool pt_is_punctuation(spt_t *pt)
bool             2802 uspace/app/edit/edit.c 	bool reverse;
bool               46 uspace/app/edit/search.c     bool reverse)
bool              143 uspace/app/edit/search.c bool char_exact_equals(const char32_t a, const char32_t b)
bool               44 uspace/app/edit/search.h typedef bool (*search_equals_fn)(const char32_t, const char32_t);
bool               61 uspace/app/edit/search.h extern bool char_exact_equals(const char32_t, const char32_t);
bool               62 uspace/app/edit/search.h extern search_t *search_init(const char *, void *, search_ops_t, bool);
bool              323 uspace/app/edit/sheet.c bool spt_equal(spt_t const *a, spt_t const *b)
bool              103 uspace/app/edit/sheet.h extern bool spt_equal(spt_t const *, spt_t const *);
bool               49 uspace/app/fdisk/fdisk.c static bool quit = false;
bool               83 uspace/app/fdisk/fdisk.c static errno_t fdsk_confirm(const char *msg, bool *rconfirm)
bool              329 uspace/app/fdisk/fdisk.c 	bool confirm;
bool              353 uspace/app/fdisk/fdisk.c 	bool confirm;
bool              836 uspace/app/fdisk/fdisk.c 	bool confirm;
bool              103 uspace/app/getterm/getterm.c 	bool print_msg = false;
bool              104 uspace/app/getterm/getterm.c 	bool wait = false;
bool               73 uspace/app/gfxdemo/gfxdemo.c static bool quit = false;
bool               80 uspace/app/gfxdemo/gfxdemo.c static bool textmode;
bool               87 uspace/app/gfxdemo/gfxdemo.c static bool demo_is_text(void)
bool               41 uspace/app/hbench/disk/randread.c static bool runner(bench_env_t *env, bench_run_t *run, uint64_t size)
bool               49 uspace/app/hbench/disk/randread.c 	bool block_inited = false;
bool               41 uspace/app/hbench/disk/seqread.c static bool runner(bench_env_t *env, bench_run_t *run, uint64_t size)
bool               49 uspace/app/hbench/disk/seqread.c 	bool block_inited = false;
bool               60 uspace/app/hbench/env.c static bool param_key_equal(const void *key, const ht_link_t *item)
bool               68 uspace/app/hbench/env.c static bool param_equal(const ht_link_t *link_a, const ht_link_t *link_b)
bool               93 uspace/app/hbench/env.c 	bool ok = hash_table_create(&env->parameters, 0, 0, &param_hash_table_ops);
bool               46 uspace/app/hbench/fs/dirread.c static bool runner(bench_env_t *env, bench_run_t *run, uint64_t size)
bool               47 uspace/app/hbench/fs/fileread.c static bool runner(bench_env_t *env, bench_run_t *run, uint64_t size)
bool               56 uspace/app/hbench/fs/fileread.c 	bool ret = true;
bool               82 uspace/app/hbench/hbench.h typedef bool (*benchmark_entry_t)(bench_env_t *, bench_run_t *, uint64_t);
bool               90 uspace/app/hbench/hbench.h typedef bool (*benchmark_helper_t)(bench_env_t *, bench_run_t *);
bool              101 uspace/app/hbench/hbench.h extern bool bench_run_fail(bench_run_t *, const char *, ...);
bool               40 uspace/app/hbench/ipc/ns_ping.c static bool runner(bench_env_t *env, bench_run_t *run, uint64_t niter)
bool               42 uspace/app/hbench/ipc/ping_pong.c static bool setup(bench_env_t *env, bench_run_t *run)
bool               54 uspace/app/hbench/ipc/ping_pong.c static bool teardown(bench_env_t *env, bench_run_t *run)
bool               60 uspace/app/hbench/ipc/ping_pong.c static bool runner(bench_env_t *env, bench_run_t *run, uint64_t niter)
bool               47 uspace/app/hbench/ipc/read1k.c static bool setup(bench_env_t *env, bench_run_t *run)
bool               67 uspace/app/hbench/ipc/read1k.c static bool teardown(bench_env_t *env, bench_run_t *run)
bool               73 uspace/app/hbench/ipc/read1k.c static bool runner(bench_env_t *env, bench_run_t *run, uint64_t niter)
bool               47 uspace/app/hbench/ipc/write1k.c static bool setup(bench_env_t *env, bench_run_t *run)
bool               67 uspace/app/hbench/ipc/write1k.c static bool teardown(bench_env_t *env, bench_run_t *run)
bool               73 uspace/app/hbench/ipc/write1k.c static bool runner(bench_env_t *env, bench_run_t *run, uint64_t niter)
bool              152 uspace/app/hbench/main.c static bool run_benchmark(bench_env_t *env, benchmark_t *bench)
bool              170 uspace/app/hbench/main.c 	bool ret = true;
bool              194 uspace/app/hbench/main.c 		bool ok = bench->entry(env, &run, workload_size);
bool              217 uspace/app/hbench/main.c 		bool ok = bench->entry(env, &runs[i], workload_size);
bool              238 uspace/app/hbench/main.c 		bool ok = bench->teardown(env, &helper_run);
bool              408 uspace/app/hbench/main.c 		bool benchmark_exists = false;
bool               38 uspace/app/hbench/malloc/malloc1.c static bool runner(bench_env_t *env, bench_run_t *run, uint64_t size)
bool               37 uspace/app/hbench/malloc/malloc2.c static bool runner(bench_env_t *env, bench_run_t *run, uint64_t niter)
bool               67 uspace/app/hbench/synch/fibril_mutex.c static bool runner(bench_env_t *env, bench_run_t *run, uint64_t size)
bool               41 uspace/app/hbench/syscall/taskgetid.c static bool setup(bench_env_t *env, bench_run_t *run)
bool               46 uspace/app/hbench/syscall/taskgetid.c static bool teardown(bench_env_t *env, bench_run_t *run)
bool               51 uspace/app/hbench/syscall/taskgetid.c static bool runner(bench_env_t *env, bench_run_t *run, uint64_t niter)
bool               68 uspace/app/hbench/utils.c bool bench_run_fail(bench_run_t *run, const char *fmt, ...)
bool               82 uspace/app/init/init.c static bool mount_report(const char *desc, const char *mntpt,
bool              122 uspace/app/init/init.c static bool mount_root(const char *fstype)
bool              134 uspace/app/init/init.c 	bool ret = mount_report("Root file system", ROOT_MOUNT_POINT, fstype,
bool              101 uspace/app/init/untar.c bool bd_untar(const char *dev)
bool               41 uspace/app/init/untar.h extern bool bd_untar(const char *);
bool              185 uspace/app/lprint/lprint.c 	bool msg_mode = false;
bool              532 uspace/app/mkexfat/mkexfat.c 	bool need_reset = true;
bool              777 uspace/app/mkexfat/mkexfat.c static bool
bool               80 uspace/app/mkmfs/mkmfs.c 	bool longnames;
bool               84 uspace/app/mkmfs/mkmfs.c static bool	is_power_of_two(uint32_t n);
bool              753 uspace/app/mkmfs/mkmfs.c static bool is_power_of_two(uint32_t n)
bool               45 uspace/app/modplay/modplay.c static bool quit = false;
bool               78 uspace/app/nav/panel.c errno_t panel_create(ui_window_t *window, bool active, panel_t **rpanel)
bool              272 uspace/app/nav/panel.c bool panel_is_active(panel_t *panel)
bool               48 uspace/app/nav/panel.h extern errno_t panel_create(ui_window_t *, bool, panel_t **);
bool               56 uspace/app/nav/panel.h extern bool panel_is_active(panel_t *);
bool               49 uspace/app/nav/test/menu.c 	bool file_open;
bool               50 uspace/app/nav/test/menu.c 	bool file_exit;
bool               44 uspace/app/nav/test/panel.c 	bool activate_req;
bool               72 uspace/app/nav/types/panel.h 	bool active;
bool               47 uspace/app/netecho/netecho.c static bool done;
bool               47 uspace/app/nterm/nterm.c static bool done;
bool               50 uspace/app/ofw/ofw.c static errno_t ofw_print_subtree(const char *, bool);
bool               57 uspace/app/ofw/ofw.c 	bool verbose = false;
bool              111 uspace/app/ofw/ofw.c static errno_t ofw_print_subtree(const char *path, bool verbose)
bool               69 uspace/app/ping/ping.c static bool quit = false;
bool               82 uspace/app/ping/ping.c static bool repeat_forever = false;
bool               50 uspace/app/sbi/src/bigint_t.h 	bool negative;
bool               52 uspace/app/shutdown/shutdown.h 	bool stopped;
bool               53 uspace/app/shutdown/shutdown.h 	bool failed;
bool              105 uspace/app/stats/stats.c static void list_threads(task_id_t task_id, bool all)
bool              143 uspace/app/stats/stats.c static void list_ipccs(task_id_t task_id, bool all)
bool              292 uspace/app/stats/stats.c 	bool kernel_found = false;
bool              298 uspace/app/stats/stats.c 		bool kernel = (str_cmp(stats_tasks[i].name, KERNEL_NAME) == 0);
bool              301 uspace/app/stats/stats.c 		bool init = str_test_prefix(stats_tasks[i].name, INIT_PREFIX);
bool              407 uspace/app/stats/stats.c 	bool toggle_all = false;
bool              448 uspace/app/sysinst/volume.c static bool vol_volume_is_persist(vol_volume_t *volume)
bool              477 uspace/app/sysinst/volume.c 	bool was_persist;
bool               97 uspace/app/taskbar-cfg/smeedit.c 	bool terminal;
bool              383 uspace/app/taskbar-cfg/smeedit.c 	bool terminal;
bool              457 uspace/app/taskbar-cfg/startmenu.c 	bool separator;
bool              141 uspace/app/taskbar/tbsmenu.c 	bool separator;
bool              144 uspace/app/taskbar/tbsmenu.c 	bool terminal;
bool              246 uspace/app/taskbar/tbsmenu.c bool tbsmenu_is_open(tbsmenu_t *tbsmenu)
bool              283 uspace/app/taskbar/tbsmenu.c     const char *cmd, bool terminal, tbsmenu_entry_t **rentry)
bool              364 uspace/app/taskbar/tbsmenu.c     bool paint)
bool              598 uspace/app/taskbar/tbsmenu.c 	bool suspended;
bool               55 uspace/app/taskbar/tbsmenu.h extern bool tbsmenu_is_open(tbsmenu_t *);
bool               57 uspace/app/taskbar/tbsmenu.h extern errno_t tbsmenu_add(tbsmenu_t *, const char *, const char *, bool,
bool               60 uspace/app/taskbar/tbsmenu.h extern void tbsmenu_remove(tbsmenu_t *, tbsmenu_entry_t *, bool);
bool               64 uspace/app/taskbar/types/clock.h 	bool timer_cleanup;
bool               67 uspace/app/taskbar/types/clock.h 	bool timer_done;
bool               62 uspace/app/taskbar/types/tbsmenu.h 	bool terminal;
bool               92 uspace/app/taskbar/types/tbsmenu.h 	bool needs_reload;
bool               56 uspace/app/taskbar/types/wndlist.h 	bool visible;
bool              210 uspace/app/taskbar/wndlist.c     const char *caption, bool active, bool paint)
bool              277 uspace/app/taskbar/wndlist.c     bool paint)
bool              344 uspace/app/taskbar/wndlist.c bool wndlist_update_pitch(wndlist_t *wndlist)
bool              393 uspace/app/taskbar/wndlist.c     const char *caption, bool active)
bool               52 uspace/app/taskbar/wndlist.h extern errno_t wndlist_append(wndlist_t *, sysarg_t, const char *, bool,
bool               53 uspace/app/taskbar/wndlist.h     bool);
bool               54 uspace/app/taskbar/wndlist.h extern errno_t wndlist_remove(wndlist_t *, wndlist_entry_t *, bool);
bool               55 uspace/app/taskbar/wndlist.h extern bool wndlist_update_pitch(wndlist_t *);
bool               57 uspace/app/taskbar/wndlist.h     bool);
bool               78 uspace/app/taskdump/symtab.c 	bool load_sec, sec_is_symtab;
bool               62 uspace/app/taskdump/taskdump.c static bool write_core_file;
bool              117 uspace/app/terminal/terminal.c static void term_set_cursor_visibility(con_srv_t *, bool);
bool              603 uspace/app/terminal/terminal.c static void term_set_cursor_visibility(con_srv_t *srv, bool visible)
bool               74 uspace/app/terminal/terminal.h 	bool is_focused;
bool               61 uspace/app/tester/float/float2.c static bool cmp_float(float a, float b)
bool               78 uspace/app/tester/float/float2.c static bool cmp_double(double a, double b)
bool               97 uspace/app/tester/float/float2.c 	bool fail = false;
bool               46 uspace/app/tester/mm/common.c bool error_flag = false;
bool               87 uspace/app/tester/mm/common.c static bool overlap_match(mem_block_t *block, void *addr, size_t size)
bool              124 uspace/app/tester/mm/common.c 	bool fnd = false;
bool              106 uspace/app/tester/mm/common.h extern bool error_flag;
bool               68 uspace/app/tester/mm/mapping1.c static bool verify_mapping(void *area, int page_count, errno_t expected_rc,
bool               46 uspace/app/tester/tester.c bool test_quiet;
bool               84 uspace/app/tester/tester.c static bool run_test(test_t *test)
bool               45 uspace/app/tester/tester.h extern bool test_quiet;
bool               78 uspace/app/tester/tester.h 	bool safe;
bool               39 uspace/app/tester/util.c bool assert_eq_fn_##type(type exp, type act, const char *act_desc) \
bool               43 uspace/app/tester/util.h extern bool assert_eq_fn_##type(type, type, const char *);
bool               79 uspace/app/testread/testread.c 	bool check_enabled = true;
bool               80 uspace/app/testread/testread.c 	bool progress = true;
bool               75 uspace/app/tetris/screen.c static bool use_rgb;          /* true => use RGB colors */
bool               76 uspace/app/tetris/screen.c static bool use_color;          /* true => use indexed colors */
bool               82 uspace/app/tetris/screen.c bool size_changed;
bool              162 uspace/app/tetris/screen.c static void get_display_color_sup(bool *rgb, bool *color)
bool              347 uspace/app/tetris/screen.c void scr_msg(char *s, bool set)
bool               69 uspace/app/tetris/screen.h extern bool size_changed;
bool               78 uspace/app/tetris/screen.h extern void scr_msg(char *, bool);
bool               96 uspace/app/top/screen.c static void screen_restart(bool clear)
bool              131 uspace/app/top/top.c static bool excs_all = false;
bool              276 uspace/app/top/top.c 		bool found = false;
bool              328 uspace/app/top/top.c 		bool found = false;
bool               86 uspace/app/trace/ipcp.c static bool pending_call_key_equal(const void *key, const ht_link_t *item)
bool              167 uspace/app/trace/ipcp.c 	bool ok = hash_table_create(&pending_calls, 0, 0, &pending_call_ops);
bool               71 uspace/app/trace/proto.c static bool srv_proto_key_equal(const void *key, const ht_link_t *item)
bool               98 uspace/app/trace/proto.c static bool method_oper_key_equal(const void *key, const ht_link_t *item)
bool              116 uspace/app/trace/proto.c 	bool ok = hash_table_create(&srv_proto, 0, 0, &srv_proto_ops);
bool              150 uspace/app/trace/proto.c 	bool ok = hash_table_create(&proto->method_oper, 0, 0, &method_oper_ops);
bool               52 uspace/app/trace/syscalls.h static inline bool syscall_desc_defined(unsigned sc_id)
bool               75 uspace/app/trace/trace.c bool abort_trace;
bool               78 uspace/app/trace/trace.c static bool paused;
bool               82 uspace/app/trace/trace.c static bool cev_valid;
bool               92 uspace/app/trace/trace.c static bool task_wait_for;
bool              137 uspace/app/trace/trace.c 	bool debug_started = false;
bool              138 uspace/app/trace/trace.c 	bool wait_set_up = false;
bool              542 uspace/app/trace/trace.c 	bool done;
bool               76 uspace/app/uidemo/uidemo.c static void checkbox_switched(ui_checkbox_t *, void *, bool);
bool              197 uspace/app/uidemo/uidemo.c static void checkbox_switched(ui_checkbox_t *checkbox, void *arg, bool enable)
bool               58 uspace/app/usbinfo/hid.c static bool is_descriptor_kind(const uint8_t *d, usb_descriptor_type_t t)
bool              149 uspace/app/usbinfo/main.c 	bool something_active = false;
bool               46 uspace/app/usbinfo/usbinfo.h 	bool active;
bool               58 uspace/app/viewer/viewer.c 	bool fullscreen;
bool               68 uspace/app/viewer/viewer.c static bool viewer_img_load(viewer_t *, const char *, gfx_bitmap_t **,
bool               70 uspace/app/viewer/viewer.c static bool viewer_img_setup(viewer_t *, gfx_bitmap_t *, gfx_rect_t *);
bool              111 uspace/app/viewer/viewer.c 	bool update = false;
bool              248 uspace/app/viewer/viewer.c static bool viewer_img_load(viewer_t *viewer, const char *fname,
bool              291 uspace/app/viewer/viewer.c static bool viewer_img_setup(viewer_t *viewer, gfx_bitmap_t *bmp,
bool               64 uspace/app/wavplay/dplay.c 	volatile bool playing;
bool              258 uspace/app/wavplay/dplay.c 	bool started = false;
bool               99 uspace/app/wavplay/drec.c 	bool record = true;
bool              255 uspace/app/wavplay/main.c 	bool direct = false, record = false, parallel = false;
bool               88 uspace/app/websrv/websrv.c static bool verbose = false;
bool              208 uspace/app/websrv/websrv.c static bool uri_is_valid(char *uri)
bool              230 uspace/app/wifi_supplicant/wifi_supplicant.c static errno_t wifi_scan(uint32_t index, bool now)
bool              303 uspace/app/wifi_supplicant/wifi_supplicant.c 			bool now = false;
bool               93 uspace/dist/src/c/demos/edit/edit.c 	bool previous_search_reverse;
bool              107 uspace/dist/src/c/demos/edit/edit.c static bool done;
bool              109 uspace/dist/src/c/demos/edit/edit.c static bool cursor_visible;
bool              123 uspace/dist/src/c/demos/edit/edit.c static void cursor_setvis(bool visible);
bool              130 uspace/dist/src/c/demos/edit/edit.c static void key_handle_movement(unsigned int key, bool shift);
bool              153 uspace/dist/src/c/demos/edit/edit.c static void caret_move_relative(int drow, int dcolumn, enum dir_spec align_dir, bool select);
bool              154 uspace/dist/src/c/demos/edit/edit.c static void caret_move_absolute(int row, int column, enum dir_spec align_dir, bool select);
bool              155 uspace/dist/src/c/demos/edit/edit.c static void caret_move(spt_t spt, bool select, bool update_ideal_column);
bool              156 uspace/dist/src/c/demos/edit/edit.c static void caret_move_word_left(bool select);
bool              157 uspace/dist/src/c/demos/edit/edit.c static void caret_move_word_right(bool select);
bool              160 uspace/dist/src/c/demos/edit/edit.c static bool selection_active(void);
bool              168 uspace/dist/src/c/demos/edit/edit.c static void search(char *pattern, bool reverse);
bool              169 uspace/dist/src/c/demos/edit/edit.c static void search_prompt(bool reverse);
bool              176 uspace/dist/src/c/demos/edit/edit.c static bool pt_is_word_beginning(spt_t *pt);
bool              177 uspace/dist/src/c/demos/edit/edit.c static bool pt_is_delimiter(spt_t *pt);
bool              178 uspace/dist/src/c/demos/edit/edit.c static bool pt_is_punctuation(spt_t *pt);
bool              191 uspace/dist/src/c/demos/edit/edit.c 	bool new_file;
bool              318 uspace/dist/src/c/demos/edit/edit.c static void cursor_setvis(bool visible)
bool              486 uspace/dist/src/c/demos/edit/edit.c 	bool select;
bool              500 uspace/dist/src/c/demos/edit/edit.c static void caret_move(spt_t new_caret_pt, bool select, bool update_ideal_column)
bool              504 uspace/dist/src/c/demos/edit/edit.c 	bool had_sel;
bool              541 uspace/dist/src/c/demos/edit/edit.c static void key_handle_movement(unsigned int key, bool select)
bool              635 uspace/dist/src/c/demos/edit/edit.c 	bool done;
bool             1161 uspace/dist/src/c/demos/edit/edit.c     bool select)
bool             1166 uspace/dist/src/c/demos/edit/edit.c 	bool pure_vertical;
bool             1214 uspace/dist/src/c/demos/edit/edit.c     bool select)
bool             1244 uspace/dist/src/c/demos/edit/edit.c static void caret_move_word_left(bool select)
bool             1252 uspace/dist/src/c/demos/edit/edit.c static void caret_move_word_right(bool select)
bool             1335 uspace/dist/src/c/demos/edit/edit.c static void search_prompt(bool reverse)
bool             1371 uspace/dist/src/c/demos/edit/edit.c static void search(char *pattern, bool reverse)
bool             1426 uspace/dist/src/c/demos/edit/edit.c static bool selection_active(void)
bool             1579 uspace/dist/src/c/demos/edit/edit.c static bool pt_is_word_beginning(spt_t *pt)
bool             1614 uspace/dist/src/c/demos/edit/edit.c static bool pt_is_delimiter(spt_t *pt)
bool             1640 uspace/dist/src/c/demos/edit/edit.c static bool pt_is_punctuation(spt_t *pt)
bool               45 uspace/dist/src/c/demos/edit/search.c     bool reverse)
bool              142 uspace/dist/src/c/demos/edit/search.c bool char_exact_equals(const char32_t a, const char32_t b)
bool               43 uspace/dist/src/c/demos/edit/search.h typedef bool (*search_equals_fn)(const char32_t, const char32_t);
bool               60 uspace/dist/src/c/demos/edit/search.h extern bool char_exact_equals(const char32_t, const char32_t);
bool               61 uspace/dist/src/c/demos/edit/search.h extern search_t *search_init(const char *, void *, search_ops_t, bool);
bool              314 uspace/dist/src/c/demos/edit/sheet.c bool spt_equal(spt_t const *a, spt_t const *b)
bool              102 uspace/dist/src/c/demos/edit/sheet.h extern bool spt_equal(spt_t const *, spt_t const *);
bool               74 uspace/dist/src/c/demos/tetris/screen.c static bool use_color;          /* true => use colors */
bool              145 uspace/dist/src/c/demos/tetris/screen.c static bool get_display_color_sup(void)
bool              321 uspace/dist/src/c/demos/tetris/screen.c void scr_msg(char *s, bool set)
bool               77 uspace/dist/src/c/demos/tetris/screen.h extern void scr_msg(char *, bool);
bool               98 uspace/dist/src/c/demos/top/screen.c static void screen_restart(bool clear)
bool              132 uspace/dist/src/c/demos/top/top.c static bool excs_all = false;
bool              277 uspace/dist/src/c/demos/top/top.c 		bool found = false;
bool              329 uspace/dist/src/c/demos/top/top.c 		bool found = false;
bool              106 uspace/drv/audio/hdaudio/codec.c static errno_t hda_get_fgrp_type(hda_codec_t *codec, int node, bool *unsol,
bool              122 uspace/drv/audio/hdaudio/codec.c static errno_t hda_get_clist_len(hda_codec_t *codec, int node, bool *longform,
bool              338 uspace/drv/audio/hdaudio/codec.c 	bool longform;
bool              499 uspace/drv/audio/hdaudio/codec.c 	bool unsol;
bool               49 uspace/drv/audio/hdaudio/hdactl.h 	bool ok64bit;
bool              153 uspace/drv/audio/hdaudio/hdaudio.c 	bool bound = false;
bool               58 uspace/drv/audio/hdaudio/hdaudio.h 	bool playing;
bool               59 uspace/drv/audio/hdaudio/hdaudio.h 	bool capturing;
bool               60 uspace/drv/audio/hdaudio/pcm_iface.c static errno_t hda_stop_playback(ddf_fun_t *, bool);
bool               63 uspace/drv/audio/hdaudio/pcm_iface.c static errno_t hda_stop_capture(ddf_fun_t *, bool);
bool              277 uspace/drv/audio/hdaudio/pcm_iface.c static errno_t hda_stop_playback(ddf_fun_t *fun, bool immediate)
bool              336 uspace/drv/audio/hdaudio/pcm_iface.c static errno_t hda_stop_capture(ddf_fun_t *fun, bool immediate)
bool              184 uspace/drv/audio/hdaudio/stream.c static void hda_stream_set_run(hda_stream_t *stream, bool run)
bool              443 uspace/drv/audio/sb16/dsp.c errno_t sb_dsp_stop_playback(sb_dsp_t *dsp, bool immediate)
bool              517 uspace/drv/audio/sb16/dsp.c errno_t sb_dsp_stop_capture(sb_dsp_t *dsp, bool immediate)
bool               91 uspace/drv/audio/sb16/dsp.h errno_t sb_dsp_stop_playback(sb_dsp_t *dsp, bool immediate);
bool               94 uspace/drv/audio/sb16/dsp.h errno_t sb_dsp_stop_capture(sb_dsp_t *dsp, bool immediate);
bool               96 uspace/drv/audio/sb16/main.c 	bool handler_regd = false;
bool               43 uspace/drv/audio/sb16/mixer.c 	bool preserve_bits;
bool               98 uspace/drv/audio/sb16/pcm_iface.c static errno_t sb_stop_playback(ddf_fun_t *fun, bool immediate)
bool              110 uspace/drv/audio/sb16/pcm_iface.c static errno_t sb_stop_capture(ddf_fun_t *fun, bool immediate)
bool               70 uspace/drv/block/ahci/ahci.h 	bool is_invalid_device;
bool              103 uspace/drv/block/ahci/ahci.h 	bool is_packet_device;
bool              100 uspace/drv/block/ddisk/ddisk.c 	bool io_busy;
bool              205 uspace/drv/block/ddisk/ddisk.c static errno_t ddisk_rw_block(ddisk_t *ddisk, bool read, aoff64_t ba, void *buf)
bool              242 uspace/drv/block/ddisk/ddisk.c     void *buf, size_t size, bool is_read)
bool              326 uspace/drv/block/ddisk/ddisk.c 	bool bound = false;
bool              544 uspace/drv/block/ddisk/ddisk.c static errno_t ddisk_dev_remove_common(ddisk_t *ddisk, bool surprise)
bool              100 uspace/drv/block/isa-ide/isa-ide.c 	bool irq_inited = false;
bool              217 uspace/drv/block/isa-ide/main.c 	bool bound = false;
bool               68 uspace/drv/block/pc-floppy/pc-floppy.c static errno_t pc_fdc_read_id(pc_fdc_t *, bool, uint8_t, uint8_t);
bool              138 uspace/drv/block/pc-floppy/pc-floppy.c 	bool irq_inited = false;
bool              413 uspace/drv/block/pc-floppy/pc-floppy.c 	bool bound = false;
bool              664 uspace/drv/block/pc-floppy/pc-floppy.c static errno_t pc_fdc_read_id(pc_fdc_t *fdc, bool mfm, uint8_t drive,
bool              191 uspace/drv/block/pci-ide/main.c 	bool bound = false;
bool              186 uspace/drv/block/pci-ide/pci-ide.c 	bool irq_inited = false;
bool              225 uspace/drv/block/usbmast/main.c 	bool bound = false;
bool               53 uspace/drv/block/usbmast/scsi_ms.h 	bool removable;
bool              166 uspace/drv/block/virtio-blk/virtio-blk.c static errno_t virtio_blk_rw_block(virtio_blk_t *virtio_blk, bool read,
bool              262 uspace/drv/block/virtio-blk/virtio-blk.c     void *buf, size_t size, bool read)
bool               69 uspace/drv/bus/adb/cuda_adb/cuda_adb.c static void cuda_autopoll_set(cuda_t *, bool);
bool               71 uspace/drv/bus/adb/cuda_adb/cuda_adb.c static void adb_packet_handle(cuda_t *, uint8_t *, size_t, bool);
bool              269 uspace/drv/bus/adb/cuda_adb/cuda_adb.c 	bool handle;
bool              441 uspace/drv/bus/adb/cuda_adb/cuda_adb.c     bool autopoll)
bool              481 uspace/drv/bus/adb/cuda_adb/cuda_adb.c static void cuda_autopoll_set(cuda_t *cuda, bool enable)
bool              187 uspace/drv/bus/isa/i8237.c 	bool initialized;
bool              312 uspace/drv/bus/isa/i8237.c static inline bool is_dma16(unsigned channel)
bool              321 uspace/drv/bus/isa/i8237.c static inline bool is_dma8(unsigned channel)
bool               78 uspace/drv/bus/isa/isa.c 	bool pci_isa_bridge;
bool              118 uspace/drv/bus/isa/isa.c static bool isa_fun_owns_interrupt(isa_fun_t *fun, int irq)
bool              291 uspace/drv/bus/isa/isa.c 	bool suc = false;
bool              293 uspace/drv/bus/isa/isa.c 	bool opened = false;
bool              369 uspace/drv/bus/isa/isa.c static bool line_empty(const char *line)
bool              606 uspace/drv/bus/isa/isa.c static bool prop_parse(isa_fun_t *fun, const char *line, const char *prop,
bool              696 uspace/drv/bus/isa/isa.c 	bool isa_bridge = ((isa->pci_class == BASE_CLASS_BRIDGE) &&
bool              701 uspace/drv/bus/isa/isa.c 	bool ebus = ((isa->pci_vendor_id == VENDOR_ID_SUN) &&
bool              100 uspace/drv/bus/pci/pciintel/pci.c static bool pciintel_fun_owns_interrupt(pci_fun_t *fun, int irq)
bool              485 uspace/drv/bus/pci/pciintel/pci.c     bool io)
bool              527 uspace/drv/bus/pci/pciintel/pci.c 	bool io;
bool              529 uspace/drv/bus/pci/pciintel/pci.c 	bool addrw64;
bool              641 uspace/drv/bus/pci/pciintel/pci.c 	bool multi;
bool              643 uspace/drv/bus/pci/pciintel/pci.c 	bool device_found;
bool              742 uspace/drv/bus/pci/pciintel/pci.c 	bool got_res = false;
bool              947 uspace/drv/bus/pci/pciintel/pci.c bool pci_alloc_resource_list(pci_fun_t *fun)
bool               92 uspace/drv/bus/pci/pciintel/pci.h extern void pci_add_range(pci_fun_t *, uint64_t, size_t, bool);
bool              104 uspace/drv/bus/pci/pciintel/pci.h extern bool pci_alloc_resource_list(pci_fun_t *);
bool              164 uspace/drv/bus/usb/ehci/ehci_batch.c bool ehci_transfer_batch_check_completed(ehci_transfer_batch_t *ehci_batch)
bool              350 uspace/drv/bus/usb/ehci/ehci_batch.c 		const bool last = (remain_size == transfer_size);
bool               68 uspace/drv/bus/usb/ehci/ehci_batch.h bool ehci_transfer_batch_check_completed(ehci_transfer_batch_t *batch);
bool               64 uspace/drv/bus/usb/ehci/ehci_rh.h 	bool reset_flag[EHCI_MAX_PORTS];
bool               65 uspace/drv/bus/usb/ehci/ehci_rh.h 	bool resume_flag[EHCI_MAX_PORTS];
bool              179 uspace/drv/bus/usb/ehci/hw_struct/queue_head.h static inline bool qh_toggle_from_td(const qh_t *qh)
bool              200 uspace/drv/bus/usb/ehci/hw_struct/queue_head.h static inline bool qh_halted(const qh_t *qh)
bool              219 uspace/drv/bus/usb/ehci/hw_struct/queue_head.h static inline bool qh_transfer_active(const qh_t *qh)
bool              225 uspace/drv/bus/usb/ehci/hw_struct/queue_head.h static inline bool qh_transfer_pending(const qh_t *qh)
bool               84 uspace/drv/bus/usb/ehci/hw_struct/transfer_descriptor.c     usb_direction_t direction, size_t size, int toggle, bool ioc)
bool               92 uspace/drv/bus/usb/ehci/hw_struct/transfer_descriptor.h static inline bool td_active(const td_t *td)
bool              108 uspace/drv/bus/usb/ehci/hw_struct/transfer_descriptor.h     size_t buf_size, int toggle, bool ioc);
bool              119 uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h static inline bool ed_inactive(const ed_t *instance)
bool              137 uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h static inline bool ed_transfer_pending(const ed_t *instance)
bool              215 uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h static inline void ed_toggle_set(ed_t *instance, bool toggle)
bool              105 uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h inline static bool td_is_finished(const td_t *instance)
bool              148 uspace/drv/bus/usb/ohci/ohci_batch.c bool ohci_transfer_batch_check_completed(ohci_transfer_batch_t *ohci_batch)
bool               70 uspace/drv/bus/usb/ohci/ohci_batch.h bool ohci_transfer_batch_check_completed(ohci_transfer_batch_t *batch);
bool              144 uspace/drv/bus/usb/uhci/hc.h 	bool toggle;
bool               68 uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.c void td_init(td_t *instance, int err_count, size_t size, bool toggle, bool iso,
bool               69 uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.c     bool low_speed, usb_target_t target, usb_packet_id pid, const void *buffer,
bool              100 uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h void td_init(td_t *instance, int error_count, size_t size, bool toggle,
bool              101 uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h     bool iso, bool low_speed, usb_target_t target, usb_packet_id pid,
bool              127 uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h static inline bool td_is_short(const td_t *instance)
bool              153 uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h static inline bool td_is_active(const td_t *instance)
bool              152 uspace/drv/bus/usb/uhci/uhci_batch.c bool uhci_transfer_batch_check_completed(uhci_transfer_batch_t *uhci_batch)
bool              221 uspace/drv/bus/usb/uhci/uhci_batch.c 	const bool low_speed =
bool              285 uspace/drv/bus/usb/uhci/uhci_batch.c 	const bool low_speed =
bool               74 uspace/drv/bus/usb/uhci/uhci_batch.h bool uhci_transfer_batch_check_completed(uhci_transfer_batch_t *);
bool               55 uspace/drv/bus/usb/uhci/uhci_rh.h 	bool reset_changed[2];
bool               53 uspace/drv/bus/usb/usbdiag/tests.c 	bool validate = params->validate_data;
bool              145 uspace/drv/bus/usb/usbdiag/tests.c 	bool validate = params->validate_data;
bool              211 uspace/drv/bus/usb/usbhub/port.c 	const bool connected = !!(status & USB_HUB_PORT_STATUS_CONNECTION);
bool              224 uspace/drv/bus/usb/usbhub/port.c 	const bool enabled = !!(status & USB_HUB_PORT_STATUS_ENABLE);
bool              235 uspace/drv/bus/usb/usbhub/port.c 	const bool overcurrent = !!(status & USB_HUB_PORT_STATUS_OC);
bool              258 uspace/drv/bus/usb/usbhub/port.c 	const bool enabled = !!(status & USB_HUB_PORT_STATUS_ENABLE);
bool              108 uspace/drv/bus/usb/usbhub/usbhub.c static bool usb_hub_polling_error_callback(usb_device_t *dev,
bool              309 uspace/drv/bus/usb/usbhub/usbhub.c bool hub_port_changes_callback(usb_device_t *dev,
bool              321 uspace/drv/bus/usb/usbhub/usbhub.c 	const bool change = change_bitmap[0] & 1;
bool              329 uspace/drv/bus/usb/usbhub/usbhub.c 		const bool change = (change_bitmap[bit / 8] >> (bit % 8)) & 1;
bool               72 uspace/drv/bus/usb/usbhub/usbhub.h 	bool power_switched;
bool               74 uspace/drv/bus/usb/usbhub/usbhub.h 	bool per_port_power;
bool               76 uspace/drv/bus/usb/usbhub/usbhub.h 	bool mtt_available;
bool               93 uspace/drv/bus/usb/usbhub/usbhub.h bool hub_port_changes_callback(usb_device_t *, uint8_t *, size_t, void *);
bool               51 uspace/drv/bus/usb/usbmid/explore.c static bool interface_in_list(const list_t *list, int interface_no)
bool               52 uspace/drv/bus/usb/vhc/devconn.c     uintptr_t *handle, bool connect, usb_address_t address)
bool               99 uspace/drv/bus/usb/vhc/hub/hub.h 	bool signal_changes;
bool              220 uspace/drv/bus/usb/vhc/hub/virthub.c bool virthub_is_device_enabled(usbvirt_device_t *dev, vhc_virtdev_t *conn)
bool               84 uspace/drv/bus/usb/vhc/hub/virthub.h bool virthub_is_device_enabled(usbvirt_device_t *, vhc_virtdev_t *);
bool               41 uspace/drv/bus/usb/vhc/transfer.c static bool is_set_address_transfer(vhc_transfer_t *transfer)
bool               55 uspace/drv/bus/usb/vhc/vhcd.h 	bool plugged;
bool              104 uspace/drv/bus/usb/xhci/commands.h 		bool async;
bool              105 uspace/drv/bus/usb/xhci/commands.h 		bool completed;
bool              123 uspace/drv/bus/usb/xhci/commands.h 	bool tsp;
bool              127 uspace/drv/bus/usb/xhci/commands.h 	bool deconfigure;
bool               58 uspace/drv/bus/usb/xhci/device.h 	bool is_hub;
bool              290 uspace/drv/bus/usb/xhci/endpoint.c 	const bool in = ep->base.direction == USB_DIRECTION_IN;
bool              557 uspace/drv/bus/usb/xhci/hc.c static bool hc_is_broken(xhci_hc_t *hc)
bool               96 uspace/drv/bus/usb/xhci/hc.h 	bool ac64;
bool               97 uspace/drv/bus/usb/xhci/hc.h 	bool csz;
bool              170 uspace/drv/bus/usb/xhci/hw_struct/trb.h static inline bool xhci_trb_is_chained(xhci_trb_t *trb)
bool              173 uspace/drv/bus/usb/xhci/hw_struct/trb.h 	const bool chain_bit = XHCI_DWORD_EXTRACT(trb->control, 4, 4);
bool              312 uspace/drv/bus/usb/xhci/isoch.c 	bool fed = false;
bool              398 uspace/drv/bus/usb/xhci/isoch.c 	bool fed = false;
bool              631 uspace/drv/bus/usb/xhci/isoch.c 	bool found_mine = false;
bool              165 uspace/drv/bus/usb/xhci/rh.c 	bool enabled = !!(status & XHCI_REG_MASK(XHCI_PORT_PED));
bool              248 uspace/drv/bus/usb/xhci/rh.c 		const bool connected = !!(status & XHCI_REG_MASK(XHCI_PORT_CCS));
bool              249 uspace/drv/bus/usb/xhci/rh.c 		const bool enabled = !!(status & XHCI_REG_MASK(XHCI_PORT_PED));
bool               83 uspace/drv/bus/usb/xhci/transfers.c static inline bool configure_endpoint_needed(usb_device_request_setup_packet_t *setup)
bool              253 uspace/drv/bus/usb/xhci/transfers.c 	const bool use_streams = !!ep->primary_stream_data_size;
bool              197 uspace/drv/bus/usb/xhci/trb_ring.c static bool trb_generates_interrupt(xhci_trb_t *trb)
bool               71 uspace/drv/bus/usb/xhci/trb_ring.h 	bool pcs;          /**< Producer Cycle State: section 4.9.2 */
bool              109 uspace/drv/bus/usb/xhci/trb_ring.h 	bool ccs;               /**< Consumer Cycle State: section 4.9.2 */
bool              129 uspace/drv/bus/usb/xhci/trb_ring.h 	bool running;
bool              176 uspace/drv/char/i8042/i8042.c 	bool kbd_bound = false;
bool              177 uspace/drv/char/i8042/i8042.c 	bool aux_bound = false;
bool               88 uspace/drv/char/msim-con/msim-con.c 	bool bound = false;
bool               49 uspace/drv/char/ns8250/cyclic_buffer.h static inline bool buf_push_back(cyclic_buffer_t *buf, uint8_t item)
bool               59 uspace/drv/char/ns8250/cyclic_buffer.h static inline bool buf_is_empty(cyclic_buffer_t *buf)
bool              178 uspace/drv/char/ns8250/ns8250.c 	bool removed;
bool              205 uspace/drv/char/ns8250/ns8250.c static bool ns8250_received(ns8250_regs_t *regs)
bool              224 uspace/drv/char/ns8250/ns8250.c static bool is_transmit_empty(ns8250_regs_t *regs)
bool              356 uspace/drv/char/ns8250/ns8250.c static bool ns8250_pio_enable(ns8250_t *ns)
bool              378 uspace/drv/char/ns8250/ns8250.c static bool ns8250_dev_probe(ns8250_t *ns)
bool              382 uspace/drv/char/ns8250/ns8250.c 	bool res = true;
bool              430 uspace/drv/char/ns8250/ns8250.c 	bool irq = false;
bool              431 uspace/drv/char/ns8250/ns8250.c 	bool ioport = false;
bool              751 uspace/drv/char/ns8250/ns8250.c 	bool cont = true;
bool              760 uspace/drv/char/ns8250/ns8250.c 				bool buf_was_empty = buf_is_empty(&ns->input_buffer);
bool              833 uspace/drv/char/ns8250/ns8250.c 	bool need_cleanup = false;
bool              834 uspace/drv/char/ns8250/ns8250.c 	bool need_unreg_intr_handler = false;
bool              835 uspace/drv/char/ns8250/ns8250.c 	bool bound = false;
bool               82 uspace/drv/char/pc-lpt/pc-lpt.c 	bool bound = false;
bool               73 uspace/drv/char/ski-con/ski-con.c 	bool bound = false;
bool              163 uspace/drv/char/ski-con/ski-con.c static bool ski_con_disabled(void)
bool               77 uspace/drv/char/sun4v-con/sun4v-con.c 	bool bound = false;
bool               76 uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.h 	bool myalloc;
bool               94 uspace/drv/fb/kfb/port.c 	bool myalloc;
bool               53 uspace/drv/hid/adb-kbd/adb-kbd.c 	bool bound = false;
bool               62 uspace/drv/hid/adb-mouse/adb-mouse.c 	bool b1, b2;
bool              122 uspace/drv/hid/adb-mouse/adb-mouse.c 	bool bound = false;
bool               45 uspace/drv/hid/adb-mouse/adb-mouse.h 	bool b1_pressed;
bool               46 uspace/drv/hid/adb-mouse/adb-mouse.h 	bool b2_pressed;
bool              106 uspace/drv/hid/ps2mouse/ps2mouse.c static errno_t probe_intellimouse(ps2_mouse_t *, bool);
bool              126 uspace/drv/hid/ps2mouse/ps2mouse.c 	bool bound = false;
bool              276 uspace/drv/hid/ps2mouse/ps2mouse.c 	bool buttons[PS2_BUTTON_COUNT] = { };
bool              296 uspace/drv/hid/ps2mouse/ps2mouse.c 			const bool status = (packet[0] & PS2_BUTTON_MASK(i));
bool              328 uspace/drv/hid/ps2mouse/ps2mouse.c 	bool buttons[INTELLIMOUSE_BUTTON_COUNT] = { };
bool              356 uspace/drv/hid/ps2mouse/ps2mouse.c 		const bool imb = (packet[3] & INTELLIMOUSE_ALWAYS_ZERO) == 0;
bool              357 uspace/drv/hid/ps2mouse/ps2mouse.c 		const bool status[] = {
bool              398 uspace/drv/hid/ps2mouse/ps2mouse.c static errno_t probe_intellimouse(ps2_mouse_t *mouse, bool buttons)
bool              219 uspace/drv/hid/usbhid/generic/hiddev.c bool usb_generic_hid_polling_callback(usb_hid_dev_t *hid_dev, void *data)
bool               55 uspace/drv/hid/usbhid/generic/hiddev.h extern bool usb_generic_hid_polling_callback(usb_hid_dev_t *, void *);
bool              699 uspace/drv/hid/usbhid/kbd/kbddev.c bool usb_kbd_polling_callback(usb_hid_dev_t *hid_dev, void *data)
bool              118 uspace/drv/hid/usbhid/kbd/kbddev.h extern bool usb_kbd_polling_callback(usb_hid_dev_t *, void *);
bool              183 uspace/drv/hid/usbhid/mouse/mousedev.c 	bool absolute_x = move_x && !USB_HID_ITEM_FLAG_RELATIVE(move_x->item_flags);
bool              184 uspace/drv/hid/usbhid/mouse/mousedev.c 	bool absolute_y = move_y && !USB_HID_ITEM_FLAG_RELATIVE(move_y->item_flags);
bool              400 uspace/drv/hid/usbhid/mouse/mousedev.c bool usb_mouse_polling_callback(usb_hid_dev_t *hid_dev, void *data)
bool               62 uspace/drv/hid/usbhid/mouse/mousedev.h extern bool usb_mouse_polling_callback(usb_hid_dev_t *, void *);
bool              233 uspace/drv/hid/usbhid/multimedia/multimedia.c bool usb_multimedia_polling_callback(struct usb_hid_dev *hid_dev, void *data)
bool               44 uspace/drv/hid/usbhid/multimedia/multimedia.h extern bool usb_multimedia_polling_callback(usb_hid_dev_t *, void *);
bool              116 uspace/drv/hid/usbhid/usbhid.c static bool usb_hid_ids_match(const usb_hid_dev_t *hid_dev,
bool              129 uspace/drv/hid/usbhid/usbhid.c static bool usb_hid_path_matches(usb_hid_dev_t *hid_dev,
bool              154 uspace/drv/hid/usbhid/usbhid.c 	bool matches = false;
bool              238 uspace/drv/hid/usbhid/usbhid.c 		bool matched = false;
bool              328 uspace/drv/hid/usbhid/usbhid.c static bool usb_hid_polling_callback(usb_device_t *dev, uint8_t *buffer,
bool              358 uspace/drv/hid/usbhid/usbhid.c 	bool cont = false;
bool              370 uspace/drv/hid/usbhid/usbhid.c static bool usb_hid_polling_error_callback(usb_device_t *dev, errno_t err_code, void *arg)
bool              383 uspace/drv/hid/usbhid/usbhid.c static void usb_hid_polling_ended_callback(usb_device_t *dev, bool reason, void *arg)
bool              491 uspace/drv/hid/usbhid/usbhid.c 	bool ok = false;
bool               74 uspace/drv/hid/usbhid/usbhid.h typedef bool (*usb_hid_driver_poll_t)(usb_hid_dev_t *dev, void *data);
bool               84 uspace/drv/hid/usbhid/usbhid.h     bool ended_due_to_errors);
bool              135 uspace/drv/hid/usbhid/usbhid.h 	volatile bool running;
bool              398 uspace/drv/hid/xtkbd/xtkbd.c 	bool bound = false;
bool              214 uspace/drv/intctl/apic/apic.c 	bool bound = false;
bool              144 uspace/drv/intctl/i8259/i8259.c 	bool bound = false;
bool              118 uspace/drv/intctl/icp-ic/icp-ic.c 	bool bound = false;
bool              120 uspace/drv/intctl/obio/obio.c 	bool bound = false;
bool              107 uspace/drv/nic/ar9271/ar9271.c static errno_t ar9271_ieee80211_bssid_change(ieee80211_dev_t *, bool);
bool              109 uspace/drv/nic/ar9271/ar9271.c     bool);
bool              265 uspace/drv/nic/ar9271/ar9271.c static bool ar9271_rx_status_error(uint8_t status)
bool              365 uspace/drv/nic/ar9271/ar9271.c     bool connected)
bool              414 uspace/drv/nic/ar9271/ar9271.c     ieee80211_key_config_t *key_conf, bool insert)
bool              201 uspace/drv/nic/ar9271/ar9271.h 	bool starting_up;
bool              107 uspace/drv/nic/ar9271/hw.c static errno_t hw_set_reset(ar9271_t *ar9271, bool cold)
bool              409 uspace/drv/nic/ar9271/hw.c errno_t hw_set_rx_filter(ar9271_t *ar9271, bool assoc)
bool               48 uspace/drv/nic/ar9271/hw.h extern errno_t hw_set_rx_filter(ar9271_t *, bool);
bool              256 uspace/drv/nic/ar9271/wmi.c 	bool clean_resp_buffer = false;
bool              154 uspace/drv/nic/e1k/e1k.c 	bool vlan_tag_add;
bool              198 uspace/drv/nic/e1k/e1k.c static errno_t e1000_vlan_set_tag(ddf_fun_t *, uint16_t, bool, bool);
bool              538 uspace/drv/nic/e1k/e1k.c 	bool short_mode = (mode & NIC_DEFECTIVE_SHORT ? true : false);
bool              539 uspace/drv/nic/e1k/e1k.c 	bool bad_mode = (mode & NIC_DEFECTIVE_BAD_CRC ? true : false);
bool              563 uspace/drv/nic/e1k/e1k.c     const nic_address_t *address, bool set_av_bit)
bool              975 uspace/drv/nic/e1k/e1k.c static bool e1000_is_rx_enabled(e1000_t *e1000)
bool             1025 uspace/drv/nic/e1k/e1k.c 		bool rx_enabled = e1000_is_rx_enabled(e1000);
bool             1056 uspace/drv/nic/e1k/e1k.c static errno_t e1000_vlan_set_tag(ddf_fun_t *fun, uint16_t tag, bool add,
bool             1057 uspace/drv/nic/e1k/e1k.c     bool strip)
bool             2350 uspace/drv/nic/e1k/e1k.c 	bool descriptor_available = false;
bool              243 uspace/drv/nic/ne2k/dp8390.h 		bool dirty;    /**< Buffer contains a packet */
bool              251 uspace/drv/nic/ne2k/dp8390.h 	bool probed;
bool              252 uspace/drv/nic/ne2k/dp8390.h 	bool up;
bool               47 uspace/drv/platform/amdm37x/amdm37x.c     void *data, bool write)
bool               53 uspace/drv/platform/amdm37x/amdm37x.c errno_t amdm37x_init(amdm37x_t *device, bool trace)
bool              328 uspace/drv/platform/amdm37x/amdm37x.c void amdm37x_usb_clocks_set(amdm37x_t *device, bool enabled)
bool               68 uspace/drv/platform/amdm37x/amdm37x.h errno_t amdm37x_init(amdm37x_t *device, bool trace_io);
bool               71 uspace/drv/platform/amdm37x/amdm37x.h void amdm37x_usb_clocks_set(amdm37x_t *device, bool enabled);
bool              164 uspace/drv/platform/icp/icp.c static bool icp_fun_owns_interrupt(icp_fun_t *fun, int irq)
bool              126 uspace/drv/platform/mac/mac.c static bool mac_add_fun(ddf_dev_t *dev, const char *name,
bool              171 uspace/drv/platform/malta/malta.c static bool
bool              213 uspace/drv/platform/malta/malta.c static bool malta_add_functions(ddf_dev_t *dev)
bool              180 uspace/drv/platform/msim/msim.c static bool
bool              225 uspace/drv/platform/msim/msim.c static bool msim_add_functions(ddf_dev_t *dev)
bool              186 uspace/drv/platform/sun4u/sun4u.c static bool
bool              228 uspace/drv/platform/sun4u/sun4u.c static bool sun4u_add_functions(ddf_dev_t *dev)
bool               72 uspace/drv/test/test3/test3.c 	bool bound = false;
bool               72 uspace/drv/time/cmos-rtc/cmos-rtc.c 	bool removed;
bool               87 uspace/drv/time/cmos-rtc/cmos-rtc.c static bool rtc_pio_enable(rtc_t *rtc);
bool               91 uspace/drv/time/cmos-rtc/cmos-rtc.c static bool rtc_update_in_progress(rtc_t *rtc);
bool               97 uspace/drv/time/cmos-rtc/cmos-rtc.c static bool is_battery_ok(rtc_t *rtc);
bool              172 uspace/drv/time/cmos-rtc/cmos-rtc.c static bool
bool              199 uspace/drv/time/cmos-rtc/cmos-rtc.c 	bool ioport = false;
bool              304 uspace/drv/time/cmos-rtc/cmos-rtc.c static bool
bool              320 uspace/drv/time/cmos-rtc/cmos-rtc.c 	bool bcd_mode;
bool              321 uspace/drv/time/cmos-rtc/cmos-rtc.c 	bool pm_mode = false;
bool              371 uspace/drv/time/cmos-rtc/cmos-rtc.c 	bool _12h_mode = !(rtc_register_read(rtc, RTC_STATUS_B) &
bool              444 uspace/drv/time/cmos-rtc/cmos-rtc.c 	bool bcd_mode;
bool              556 uspace/drv/time/cmos-rtc/cmos-rtc.c 	const bool batt_ok = is_battery_ok(rtc);
bool              571 uspace/drv/time/cmos-rtc/cmos-rtc.c static bool
bool              589 uspace/drv/time/cmos-rtc/cmos-rtc.c 	bool need_cleanup = false;
bool              590 uspace/drv/time/cmos-rtc/cmos-rtc.c 	bool bound = false;
bool               62 uspace/lib/ata/include/ata/ata.h 	bool have_irq;
bool               64 uspace/lib/ata/include/ata/ata.h 	bool use_dma;
bool              148 uspace/lib/ata/include/ata/ata.h 	bool present;
bool              195 uspace/lib/ata/include/ata/ata.h 	bool irq_fired;
bool              184 uspace/lib/ata/src/ata.c 	bool irq_inited = false;
bool              185 uspace/lib/ata/src/ata.c 	bool dev_added[MAX_DEVICES];
bool               63 uspace/lib/bithenge/include/bithenge/blob.h 	    aoff64_t *size, bool little_endian);
bool              182 uspace/lib/bithenge/include/bithenge/blob.h     aoff64_t offset, char *buffer, aoff64_t *size, bool little_endian)
bool              199 uspace/lib/bithenge/include/bithenge/blob.h static inline errno_t bithenge_blob_empty(bithenge_blob_t *self, bool *out)
bool              257 uspace/lib/bithenge/include/bithenge/blob.h     bool);
bool              262 uspace/lib/bithenge/include/bithenge/blob.h errno_t bithenge_blob_equal(bool *, bithenge_blob_t *, bithenge_blob_t *);
bool              135 uspace/lib/bithenge/include/bithenge/expression.h     bool);
bool               57 uspace/lib/bithenge/include/bithenge/transform.h 	bool barrier;
bool              202 uspace/lib/bithenge/include/bithenge/transform.h bool bithenge_scope_is_barrier(bithenge_scope_t *);
bool               66 uspace/lib/bithenge/include/bithenge/tree.h 		bool boolean_value;
bool               71 uspace/lib/bithenge/include/bithenge/tree.h 			bool needs_free;
bool              146 uspace/lib/bithenge/include/bithenge/tree.h static inline bool bithenge_boolean_node_value(bithenge_node_t *self)
bool              181 uspace/lib/bithenge/include/bithenge/tree.h     bithenge_int_t, bool needs_free);
bool              183 uspace/lib/bithenge/include/bithenge/tree.h errno_t bithenge_new_boolean_node(bithenge_node_t **, bool);
bool              187 uspace/lib/bithenge/include/bithenge/tree.h errno_t bithenge_new_string_node(bithenge_node_t **, const char *, bool);
bool              189 uspace/lib/bithenge/include/bithenge/tree.h errno_t bithenge_node_equal(bool *, bithenge_node_t *, bithenge_node_t *);
bool               71 uspace/lib/bithenge/src/blob.c 	bool need_realloc = false;
bool              184 uspace/lib/bithenge/src/blob.c 	bool needs_free;
bool              244 uspace/lib/bithenge/src/blob.c     size_t len, bool needs_free)
bool              298 uspace/lib/bithenge/src/blob.c 	bool size_matters;
bool              338 uspace/lib/bithenge/src/blob.c     char *buffer, aoff64_t *size, bool little_endian)
bool              365 uspace/lib/bithenge/src/blob.c static bool is_subblob(bithenge_blob_t *blob)
bool              371 uspace/lib/bithenge/src/blob.c     aoff64_t offset, aoff64_t size, bool size_matters)
bool              465 uspace/lib/bithenge/src/blob.c errno_t bithenge_blob_equal(bool *out, bithenge_blob_t *a, bithenge_blob_t *b)
bool              173 uspace/lib/bithenge/src/compound.c     bool *out)
bool              192 uspace/lib/bithenge/src/compound.c 	bool cond;
bool              204 uspace/lib/bithenge/src/compound.c 	bool cond;
bool              111 uspace/lib/bithenge/src/expression.c 	bool a_bool = false, b_bool = false, out_bool = false;
bool              580 uspace/lib/bithenge/src/expression.c 	bool absolute_limit;
bool              672 uspace/lib/bithenge/src/expression.c     bithenge_expression_t *limit, bool absolute_limit)
bool             1083 uspace/lib/bithenge/src/expression.c     char *buffer, aoff64_t *size, bool little_endian)
bool               52 uspace/lib/bithenge/src/file.c 	bool needs_close;
bool              100 uspace/lib/bithenge/src/file.c static errno_t new_file_blob(bithenge_node_t **out, int fd, bool needs_close)
bool               61 uspace/lib/bithenge/src/helenos/common.h static inline bool string_iterator_done(const string_iterator_t *i)
bool               64 uspace/lib/bithenge/src/linux/common.h static inline bool string_iterator_done(const string_iterator_t *i)
bool               50 uspace/lib/bithenge/src/print.c 	bool first;
bool              103 uspace/lib/bithenge/src/print.c 	bool add_quotes = state->type == BITHENGE_PRINT_JSON &&
bool              141 uspace/lib/bithenge/src/print.c 	bool value = bithenge_boolean_node_value(node);
bool              141 uspace/lib/bithenge/src/script.c 	bool in_node_used;
bool              535 uspace/lib/bithenge/src/script.c 		bool val = state->token == TOKEN_TRUE;
bool              682 uspace/lib/bithenge/src/script.c 			bool absolute_limit = false;
bool              848 uspace/lib/bithenge/src/script.c static bithenge_transform_t *parse_if(state_t *state, bool in_struct)
bool              890 uspace/lib/bithenge/src/script.c static bithenge_transform_t *parse_switch(state_t *state, bool in_struct)
bool               55 uspace/lib/bithenge/src/sequence.c 	bool end_on_empty;
bool              100 uspace/lib/bithenge/src/sequence.c 			bool empty;
bool              166 uspace/lib/bithenge/src/sequence.c 			bool empty;
bool              224 uspace/lib/bithenge/src/sequence.c static errno_t seq_node_complete(seq_node_t *self, bool *out)
bool              257 uspace/lib/bithenge/src/sequence.c     bool end_on_empty)
bool              300 uspace/lib/bithenge/src/sequence.c 	bool prefix;
bool              361 uspace/lib/bithenge/src/sequence.c 		bool complete;
bool              482 uspace/lib/bithenge/src/sequence.c     bool prefix)
bool              658 uspace/lib/bithenge/src/sequence.c 	bool prefix;
bool              715 uspace/lib/bithenge/src/sequence.c 		bool complete;
bool              772 uspace/lib/bithenge/src/sequence.c     bool prefix)
bool             1006 uspace/lib/bithenge/src/sequence.c 		bool cond = bithenge_boolean_node_value(expr_result);
bool              369 uspace/lib/bithenge/src/transform.c bool bithenge_scope_is_barrier(bithenge_scope_t *self)
bool              651 uspace/lib/bithenge/src/transform.c 	bool little_endian;
bool              681 uspace/lib/bithenge/src/transform.c     char *buffer, aoff64_t *size, bool little_endian)
bool              688 uspace/lib/bithenge/src/transform.c 	bool separate_buffer = bit_offset != 0;
bool              863 uspace/lib/bithenge/src/transform.c 	bool value = bithenge_integer_node_value(in) != 0;
bool              960 uspace/lib/bithenge/src/transform.c 	bool little_endian = (self == &bithenge_uint_le_transform);
bool               93 uspace/lib/bithenge/src/tree.c 	bool equal;
bool              215 uspace/lib/bithenge/src/tree.c 	bool needs_free;
bool              271 uspace/lib/bithenge/src/tree.c     bithenge_node_t **nodes, bithenge_int_t len, bool needs_free)
bool              307 uspace/lib/bithenge/src/tree.c errno_t bithenge_new_boolean_node(bithenge_node_t **out, bool value)
bool              344 uspace/lib/bithenge/src/tree.c errno_t bithenge_new_string_node(bithenge_node_t **out, const char *value, bool needs_free)
bool              369 uspace/lib/bithenge/src/tree.c errno_t bithenge_node_equal(bool *out, bithenge_node_t *a, bithenge_node_t *b)
bool              256 uspace/lib/block/block.c static bool cache_key_equal(const void *key, const ht_link_t *item)
bool              352 uspace/lib/block/block.c static bool cache_can_grow(cache_t *cache)
bool               71 uspace/lib/block/block.h 	bool dirty;
bool               73 uspace/lib/block/block.h 	bool toxic;
bool               37 uspace/lib/c/arch/abs32le/src/stacktrace.c bool stacktrace_fp_valid(stacktrace_t *st, uintptr_t fp)
bool               45 uspace/lib/c/arch/amd64/src/stacktrace.c bool stacktrace_fp_valid(stacktrace_t *st, uintptr_t fp)
bool               40 uspace/lib/c/arch/arm32/src/atomic.c bool __atomic_compare_exchange_4(volatile void *mem0, void *expected0,
bool               41 uspace/lib/c/arch/arm32/src/atomic.c     unsigned desired, bool weak, int success, int failure)
bool              181 uspace/lib/c/arch/arm32/src/atomic.c bool __sync_bool_compare_and_swap_4(volatile void *ptr, unsigned old_val, unsigned new_val)
bool               45 uspace/lib/c/arch/arm32/src/stacktrace.c bool stacktrace_fp_valid(stacktrace_t *st, uintptr_t fp)
bool               43 uspace/lib/c/arch/arm64/src/stacktrace.c bool stacktrace_fp_valid(stacktrace_t *st __attribute__((unused)),
bool               45 uspace/lib/c/arch/ia32/src/stacktrace.c bool stacktrace_fp_valid(stacktrace_t *st, uintptr_t fp)
bool               43 uspace/lib/c/arch/ia64/src/stacktrace.c bool stacktrace_fp_valid(stacktrace_t *st, uintptr_t fp)
bool               43 uspace/lib/c/arch/mips32/src/stacktrace.c bool stacktrace_fp_valid(stacktrace_t *st, uintptr_t fp)
bool               45 uspace/lib/c/arch/ppc32/src/stacktrace.c bool stacktrace_fp_valid(stacktrace_t *st, uintptr_t fp)
bool               36 uspace/lib/c/arch/riscv64/src/stacktrace.c bool stacktrace_fp_valid(stacktrace_t *st, uintptr_t fp)
bool               46 uspace/lib/c/arch/sparc64/src/stacktrace.c bool stacktrace_fp_valid(stacktrace_t *st, uintptr_t fp)
bool              271 uspace/lib/c/common/adt/bitmap.c bool bitmap_allocate_range(bitmap_t *bitmap, size_t count, size_t base,
bool               63 uspace/lib/c/common/adt/hash_table.c static bool alloc_table(size_t, list_t **);
bool               91 uspace/lib/c/common/adt/hash_table.c bool hash_table_create(hash_table_t *h, size_t init_size, size_t max_load,
bool              134 uspace/lib/c/common/adt/hash_table.c bool hash_table_empty(hash_table_t *h)
bool              211 uspace/lib/c/common/adt/hash_table.c bool hash_table_insert_unique(hash_table_t *h, ht_link_t *item)
bool              357 uspace/lib/c/common/adt/hash_table.c void hash_table_apply(hash_table_t *h, bool (*f)(ht_link_t *, void *), void *arg)
bool              398 uspace/lib/c/common/adt/hash_table.c static bool alloc_table(size_t bucket_cnt, list_t **pbuckets)
bool               56 uspace/lib/c/common/adt/list.c bool list_member(const link_t *link, const list_t *list)
bool               58 uspace/lib/c/common/adt/list.c 	bool found = false;
bool              511 uspace/lib/c/common/adt/odict.c bool odlink_used(odlink_t *odlink)
bool              521 uspace/lib/c/common/adt/odict.c bool odict_empty(odict_t *odict)
bool              107 uspace/lib/c/common/gsort.c bool gsort(void *data, size_t cnt, size_t elem_size, sort_cmp_t cmp, void *arg)
bool               85 uspace/lib/c/common/include/adt/bitmap.h extern bool bitmap_allocate_range(bitmap_t *, size_t, size_t, size_t, size_t,
bool               59 uspace/lib/c/common/include/adt/hash_table.h 	bool (*equal)(const ht_link_t *item1, const ht_link_t *item2);
bool               62 uspace/lib/c/common/include/adt/hash_table.h 	bool (*key_equal)(const void *key, const ht_link_t *item);
bool               81 uspace/lib/c/common/include/adt/hash_table.h 	bool apply_ongoing;
bool               87 uspace/lib/c/common/include/adt/hash_table.h extern bool hash_table_create(hash_table_t *, size_t, size_t,
bool               91 uspace/lib/c/common/include/adt/hash_table.h extern bool hash_table_empty(hash_table_t *);
bool               96 uspace/lib/c/common/include/adt/hash_table.h extern bool hash_table_insert_unique(hash_table_t *, ht_link_t *);
bool              102 uspace/lib/c/common/include/adt/hash_table.h extern void hash_table_apply(hash_table_t *, bool (*)(ht_link_t *, void *),
bool              155 uspace/lib/c/common/include/adt/list.h extern bool list_member(const link_t *, const list_t *);
bool              160 uspace/lib/c/common/include/adt/list.h static inline bool link_in_use(const link_t *link)
bool              264 uspace/lib/c/common/include/adt/list.h _NO_TRACE static inline bool list_empty(const list_t *list)
bool              449 uspace/lib/c/common/include/adt/list.h static inline bool link_used(link_t *link)
bool               53 uspace/lib/c/common/include/adt/odict.h extern bool odlink_used(odlink_t *);
bool               54 uspace/lib/c/common/include/adt/odict.h extern bool odict_empty(odict_t *);
bool               43 uspace/lib/c/common/include/gsort.h extern bool gsort(void *, size_t, size_t, sort_cmp_t, void *);
bool              109 uspace/lib/c/common/include/str.h extern bool ascii_check(char32_t ch);
bool              110 uspace/lib/c/common/include/str.h extern bool chr_check(char32_t ch);
bool              117 uspace/lib/c/common/include/str.h extern bool str_test_prefix(const char *s, const char *p);
bool              140 uspace/lib/c/common/include/str.h extern bool wstr_linsert(char32_t *str, char32_t ch, size_t pos, size_t max_pos);
bool              141 uspace/lib/c/common/include/str.h extern bool wstr_remove(char32_t *str, size_t pos);
bool              148 uspace/lib/c/common/include/str.h extern errno_t str_uint8_t(const char *, const char **, unsigned int, bool,
bool              150 uspace/lib/c/common/include/str.h extern errno_t str_uint16_t(const char *, const char **, unsigned int, bool,
bool              152 uspace/lib/c/common/include/str.h extern errno_t str_uint32_t(const char *, const char **, unsigned int, bool,
bool              154 uspace/lib/c/common/include/str.h extern errno_t str_uint64_t(const char *, const char **, unsigned int, bool,
bool              156 uspace/lib/c/common/include/str.h extern errno_t str_size_t(const char *, const char **, unsigned int, bool,
bool              158 uspace/lib/c/common/include/str.h extern errno_t str_int64_t(const char *, const char **, unsigned int, bool,
bool              162 uspace/lib/c/common/include/str.h extern void bin_order_suffix(const uint64_t, uint64_t *, const char **, bool);
bool              568 uspace/lib/c/common/printf/printf_core.c 	bool neg;
bool              572 uspace/lib/c/common/printf/printf_core.c static int get_sign_char(bool negative, uint32_t flags)
bool              734 uspace/lib/c/common/printf/printf_core.c 	bool has_decimal_pt = (0 < frac_len) || (flags & __PRINTF_FLAG_DECIMALPT);
bool              949 uspace/lib/c/common/printf/printf_core.c 	bool has_decimal_pt = (0 < precision) || (flags & __PRINTF_FLAG_DECIMALPT);
bool             1365 uspace/lib/c/common/printf/printf_core.c 			bool end = false;
bool               73 uspace/lib/c/common/stdc/qsort.c static bool elem_lt(qs_spec_t *qs, size_t i, size_t j)
bool              543 uspace/lib/c/common/str.c bool ascii_check(char32_t ch)
bool              556 uspace/lib/c/common/str.c bool chr_check(char32_t ch)
bool              773 uspace/lib/c/common/str.c bool str_test_prefix(const char *s, const char *p)
bool             1263 uspace/lib/c/common/str.c 	bool update_last_chunk = true;
bool             1344 uspace/lib/c/common/str.c bool wstr_linsert(char32_t *str, char32_t ch, size_t pos, size_t max_pos)
bool             1372 uspace/lib/c/common/str.c bool wstr_remove(char32_t *str, size_t pos)
bool             1521 uspace/lib/c/common/str.c     bool fixed)
bool               76 uspace/lib/c/common/strtol.c static inline int _prefixbase(const char *restrict *nptrptr, bool nonstd)
bool              123 uspace/lib/c/common/strtol.c     bool *restrict sgn, errno_t *err, bool nonstd)
bool              219 uspace/lib/c/common/strtol.c     intmax_t min, intmax_t max, errno_t *err, bool nonstd)
bool              221 uspace/lib/c/common/strtol.c 	bool sgn = false;
bool              237 uspace/lib/c/common/strtol.c     uintmax_t max, errno_t *err, bool nonstd)
bool              239 uspace/lib/c/common/strtol.c 	bool sgn = false;
bool              364 uspace/lib/c/common/strtol.c     bool strict, uint8_t *result)
bool              399 uspace/lib/c/common/strtol.c     bool strict, uint16_t *result)
bool              434 uspace/lib/c/common/strtol.c     bool strict, uint32_t *result)
bool              469 uspace/lib/c/common/strtol.c     bool strict, uint64_t *result)
bool              504 uspace/lib/c/common/strtol.c     bool strict, int64_t *result)
bool              539 uspace/lib/c/common/strtol.c     bool strict, size_t *result)
bool              134 uspace/lib/c/generic/async/client.c 	bool done;
bool              137 uspace/lib/c/generic/async/client.c 	bool forget;
bool              117 uspace/lib/c/generic/async/ports.c static bool interface_key_equal(const void *key, const ht_link_t *item)
bool              145 uspace/lib/c/generic/async/ports.c static bool port_key_equal(const void *key, const ht_link_t *item)
bool              168 uspace/lib/c/generic/async/ports.c 	bool ret = hash_table_create(&interface->port_hash_table, 0, 0,
bool              244 uspace/lib/c/generic/async/server.c static bool client_key_equal(const void *key, const ht_link_t *item)
bool              260 uspace/lib/c/generic/async/server.c static client_t *async_client_get(task_id_t client_id, bool create)
bool              288 uspace/lib/c/generic/async/server.c 	bool destroy;
bool              504 uspace/lib/c/generic/async/server.c static bool notification_key_equal(const void *key, const ht_link_t *item)
bool              846 uspace/lib/c/generic/async/server.c bool async_get_call_timeout(ipc_call_t *call, usec_t usecs)
bool              879 uspace/lib/c/generic/async/server.c bool async_get_call(ipc_call_t *call)
bool             1215 uspace/lib/c/generic/async/server.c bool async_share_in_receive(ipc_call_t *call, size_t *size)
bool             1268 uspace/lib/c/generic/async/server.c bool async_share_out_receive(ipc_call_t *call, size_t *size,
bool             1324 uspace/lib/c/generic/async/server.c bool async_data_read_receive(ipc_call_t *call, size_t *size)
bool             1483 uspace/lib/c/generic/async/server.c bool async_data_write_receive(ipc_call_t *call, size_t *size)
bool             1539 uspace/lib/c/generic/async/server.c errno_t async_data_write_accept(void **data, const bool nullterm,
bool             1798 uspace/lib/c/generic/async/server.c bool async_state_change_receive(ipc_call_t *call)
bool               36 uspace/lib/c/generic/config.c bool config_key_exists(const char *key)
bool               39 uspace/lib/c/generic/config.c 	bool exists;
bool               39 uspace/lib/c/generic/dbgcon.c bool dbgcon_enable(void)
bool               82 uspace/lib/c/generic/device/hw_res_parsed.c static uint64_t absolutize(uint64_t addr, bool relative, uint64_t base)
bool               90 uspace/lib/c/generic/device/hw_res_parsed.c static uint64_t relativize(uint64_t addr, bool relative, uint64_t base)
bool               55 uspace/lib/c/generic/double_to_str.c static bool is_normalized(fp_num_t num)
bool              271 uspace/lib/c/generic/double_to_str.c 	bool cur_greater_w = rest < w_dist;
bool              273 uspace/lib/c/generic/double_to_str.c 	bool next_in_val_rng = cur_greater_w && (rest + digit_val_diff < delta);
bool              275 uspace/lib/c/generic/double_to_str.c 	bool next_closer = next_in_val_rng &&
bool               41 uspace/lib/c/generic/elf/elf.c static bool elf_is_valid(const elf_header_t *header)
bool              189 uspace/lib/c/generic/io/io.c static bool parse_mode(const char *fmode, int *mode, bool *create, bool *excl,
bool              190 uspace/lib/c/generic/io/io.c     bool *truncate)
bool              203 uspace/lib/c/generic/io/io.c 	bool plus;
bool              211 uspace/lib/c/generic/io/io.c 	bool ex;
bool              339 uspace/lib/c/generic/io/io.c 	bool create;
bool              340 uspace/lib/c/generic/io/io.c 	bool excl;
bool              341 uspace/lib/c/generic/io/io.c 	bool truncate;
bool              672 uspace/lib/c/generic/io/io.c 	bool need_flush;
bool              385 uspace/lib/c/generic/io/table.c 	bool firstc;
bool              386 uspace/lib/c/generic/io/table.c 	bool firstr;
bool               60 uspace/lib/c/generic/libc.c static bool env_setup;
bool               45 uspace/lib/c/generic/loc.c static bool loc_callback_created = false;
bool              170 uspace/lib/c/generic/malloc.c 	bool free;
bool              235 uspace/lib/c/generic/malloc.c static void block_init(void *addr, size_t size, bool free, heap_area_t *area)
bool              297 uspace/lib/c/generic/malloc.c static bool area_create(size_t size)
bool              341 uspace/lib/c/generic/malloc.c static bool area_grow(heap_area_t *area, size_t size)
bool              853 uspace/lib/c/generic/malloc.c 	bool reloc = false;
bool              874 uspace/lib/c/generic/malloc.c 		bool have_next = ((void *) next_head < area->end);
bool              884 uspace/lib/c/generic/malloc.c 			bool have_next_next;
bool               89 uspace/lib/c/generic/pio_trace.c void pio_trace_log(const volatile void *r, uint64_t val, bool write)
bool               63 uspace/lib/c/generic/private/fibril.h 	bool is_running : 1;
bool               64 uspace/lib/c/generic/private/fibril.h 	bool is_writer : 1;
bool               66 uspace/lib/c/generic/private/fibril.h 	bool is_freeable : 1;
bool              125 uspace/lib/c/generic/private/fibril.h extern bool fibril_rmutex_trylock(fibril_rmutex_t *);
bool               75 uspace/lib/c/generic/private/futex.h bool __futex_trylock(futex_t *, const char *);
bool              193 uspace/lib/c/generic/private/futex.h static inline bool futex_trydown(futex_t *futex)
bool              104 uspace/lib/c/generic/stdio/scanf.c 	bool noassign;
bool              106 uspace/lib/c/generic/stdio/scanf.c 	bool memalloc;
bool              108 uspace/lib/c/generic/stdio/scanf.c 	bool have_width;
bool              126 uspace/lib/c/generic/stdio/scanf.c 	bool memalloc;
bool              924 uspace/lib/c/generic/stdio/scanf.c static bool is_in_scanset(char c, const char *scanset)
bool              927 uspace/lib/c/generic/stdio/scanf.c 	bool inverted = false;
bool             1323 uspace/lib/c/generic/stdio/scanf.c 	bool input_error = false;
bool              229 uspace/lib/c/generic/sysinfo.c 		bool found = (str_cmp(data + pos, name) == 0);
bool              188 uspace/lib/c/generic/task.c 	bool wait_initialized = false;
bool               86 uspace/lib/c/generic/thread/fibril.c static bool multithreaded = false;
bool              263 uspace/lib/c/generic/thread/fibril.c static fibril_t *_ready_list_pop(const struct timespec *expires, bool locked)
bool              356 uspace/lib/c/generic/thread/fibril.c static fibril_t *_ready_list_pop_nonblocking(bool locked)
bool              463 uspace/lib/c/generic/thread/fibril.c static void _fibril_switch_to(_switch_type_t type, fibril_t *dstf, bool locked)
bool               74 uspace/lib/c/generic/thread/fibril_synch.c bool fibril_rmutex_trylock(fibril_rmutex_t *m)
bool               90 uspace/lib/c/generic/thread/fibril_synch.c static fibril_local bool deadlocked = false;
bool              186 uspace/lib/c/generic/thread/fibril_synch.c bool fibril_mutex_trylock(fibril_mutex_t *fm)
bool              188 uspace/lib/c/generic/thread/fibril_synch.c 	bool locked = false;
bool              226 uspace/lib/c/generic/thread/fibril_synch.c bool fibril_mutex_is_locked(fibril_mutex_t *fm)
bool              229 uspace/lib/c/generic/thread/fibril_synch.c 	bool locked = (fm->oi.owned_by == (fibril_t *) fibril_get_id());
bool              365 uspace/lib/c/generic/thread/fibril_synch.c bool fibril_rwlock_is_read_locked(fibril_rwlock_t *frw)
bool              368 uspace/lib/c/generic/thread/fibril_synch.c 	bool locked = (frw->readers > 0);
bool              373 uspace/lib/c/generic/thread/fibril_synch.c bool fibril_rwlock_is_write_locked(fibril_rwlock_t *frw)
bool              377 uspace/lib/c/generic/thread/fibril_synch.c 	bool locked = (frw->writers > 0) && (frw->oi.owned_by == fibril_self());
bool              382 uspace/lib/c/generic/thread/fibril_synch.c bool fibril_rwlock_is_locked(fibril_rwlock_t *frw)
bool              426 uspace/lib/c/generic/thread/fibril_synch.c 	bool timed_out = link_in_use(&wdata.link);
bool              111 uspace/lib/c/generic/thread/futex.c bool __futex_trylock(futex_t *futex, const char *name)
bool              114 uspace/lib/c/generic/thread/futex.c 	bool success = futex_trydown(futex);
bool              114 uspace/lib/c/generic/time.c static bool is_leap_year(time_t year)
bool              564 uspace/lib/c/generic/time.c bool ts_gt(const struct timespec *ts1, const struct timespec *ts2)
bool              584 uspace/lib/c/generic/time.c bool ts_gteq(const struct timespec *ts1, const struct timespec *ts2)
bool               57 uspace/lib/c/generic/tmpfile.c int __tmpfile_templ(char *templ, bool create)
bool              263 uspace/lib/c/generic/uuid.c errno_t uuid_format(uuid_t *uuid, char **rstr, bool uppercase)
bool              240 uspace/lib/c/generic/vfs/vfs.c errno_t vfs_clone(int file_from, int file_to, bool high, int *handle)
bool              800 uspace/lib/c/generic/vfs/vfs.c errno_t vfs_receive_handle(bool high, int *handle)
bool              110 uspace/lib/c/include/async.h extern bool async_get_call(ipc_call_t *);
bool              111 uspace/lib/c/include/async.h extern bool async_get_call_timeout(ipc_call_t *, usec_t);
bool              307 uspace/lib/c/include/async.h extern bool async_share_in_receive(ipc_call_t *, size_t *);
bool              311 uspace/lib/c/include/async.h extern bool async_share_out_receive(ipc_call_t *, size_t *, unsigned int *);
bool              336 uspace/lib/c/include/async.h extern bool async_data_read_receive(ipc_call_t *, size_t *);
bool              360 uspace/lib/c/include/async.h extern bool async_data_write_receive(ipc_call_t *, size_t *);
bool              363 uspace/lib/c/include/async.h extern errno_t async_data_write_accept(void **, const bool, const size_t,
bool              372 uspace/lib/c/include/async.h extern bool async_state_change_receive(ipc_call_t *);
bool               40 uspace/lib/c/include/config.h extern bool config_key_exists(const char *);
bool               40 uspace/lib/c/include/dbgcon.h extern bool dbgcon_enable(void);
bool               74 uspace/lib/c/include/ddi.h     volatile void *base, size_t size, void *data, bool write);
bool               77 uspace/lib/c/include/ddi.h extern void pio_trace_log(const volatile void *, uint64_t val, bool write);
bool               83 uspace/lib/c/include/device/hw_res.h 			bool relative;
bool               90 uspace/lib/c/include/device/hw_res.h 			bool relative;
bool              149 uspace/lib/c/include/fibril_synch.h 	bool closed;
bool              169 uspace/lib/c/include/fibril_synch.h extern bool fibril_mutex_trylock(fibril_mutex_t *);
bool              171 uspace/lib/c/include/fibril_synch.h extern bool fibril_mutex_is_locked(fibril_mutex_t *);
bool              178 uspace/lib/c/include/fibril_synch.h extern bool fibril_rwlock_is_read_locked(fibril_rwlock_t *);
bool              179 uspace/lib/c/include/fibril_synch.h extern bool fibril_rwlock_is_write_locked(fibril_rwlock_t *);
bool              180 uspace/lib/c/include/fibril_synch.h extern bool fibril_rwlock_is_locked(fibril_rwlock_t *);
bool               46 uspace/lib/c/include/ieee_double.h 	bool is_special;
bool               48 uspace/lib/c/include/ieee_double.h 	bool is_nan;
bool               49 uspace/lib/c/include/ieee_double.h 	bool is_negative;
bool               51 uspace/lib/c/include/ieee_double.h 	bool is_infinity;
bool               53 uspace/lib/c/include/ieee_double.h 	bool is_denormal;
bool               59 uspace/lib/c/include/ieee_double.h 	bool is_accuracy_step;
bool               83 uspace/lib/c/include/io/table.h 	bool header_row;
bool               62 uspace/lib/c/include/ipc/vfs.h 	bool concurrent_read_write;
bool               63 uspace/lib/c/include/ipc/vfs.h 	bool write_retains_size;
bool               86 uspace/lib/c/include/refcount.h static inline bool refcount_down(atomic_refcount_t *rc)
bool               86 uspace/lib/c/include/rtld/dynamic.h 	bool symbolic;
bool               87 uspace/lib/c/include/rtld/dynamic.h 	bool text_rel;
bool               88 uspace/lib/c/include/rtld/dynamic.h 	bool bind_now;
bool               62 uspace/lib/c/include/stacktrace.h extern bool stacktrace_fp_valid(stacktrace_t *, uintptr_t);
bool              149 uspace/lib/c/include/time.h extern bool ts_gt(const struct timespec *, const struct timespec *);
bool              150 uspace/lib/c/include/time.h extern bool ts_gteq(const struct timespec *, const struct timespec *);
bool               62 uspace/lib/c/include/tls.h static inline bool __tcb_is_set(void)
bool               34 uspace/lib/c/include/tmpfile.h extern int __tmpfile_templ(char *, bool);
bool               47 uspace/lib/c/include/types/casting.h static inline bool can_cast_size_t_to_int(size_t val)
bool               75 uspace/lib/c/include/types/rtld/module.h 	bool relocated;
bool               85 uspace/lib/c/include/types/rtld/module.h 	bool bfs_tag;
bool               87 uspace/lib/c/include/types/rtld/module.h 	bool local;
bool               89 uspace/lib/c/include/types/rtld/module.h 	bool exec;
bool               48 uspace/lib/c/include/uuid.h extern errno_t uuid_format(uuid_t *, char **, bool);
bool               61 uspace/lib/c/include/vfs/vfs.h 	bool is_file;
bool               62 uspace/lib/c/include/vfs/vfs.h 	bool is_directory;
bool               84 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_clone(int, int, bool, int *);
bool              105 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_receive_handle(bool, int *);
bool               57 uspace/lib/c/test/gsort.c 	bool ret = gsort(data, size, sizeof(int), cmp_func, NULL);
bool               80 uspace/lib/c/test/gsort.c 	bool ret = gsort(data, size, sizeof(int), cmp_func, NULL);
bool              100 uspace/lib/c/test/gsort.c 	bool ret = gsort(&data, size, sizeof(int), cmp_func, NULL);
bool              167 uspace/lib/c/test/strtol.c 	bool strict;
bool              202 uspace/lib/c/test/strtol.c 	bool strict;
bool               50 uspace/lib/c/test/uuid.c static bool uuid_valid(uuid_t uuid)
bool              143 uspace/lib/clui/include/tinput.h 	bool done;
bool              146 uspace/lib/clui/include/tinput.h 	bool exit_clui;
bool              149 uspace/lib/clui/include/tinput.h 	bool lshift_held;
bool              152 uspace/lib/clui/include/tinput.h 	bool rshift_held;
bool               62 uspace/lib/clui/src/tinput.c static bool tinput_sel_active(tinput_t *);
bool               69 uspace/lib/clui/src/tinput.c static void tinput_pre_seek(tinput_t *, bool);
bool               70 uspace/lib/clui/src/tinput.c static void tinput_post_seek(tinput_t *, bool);
bool              335 uspace/lib/clui/src/tinput.c static void tinput_seek_cell(tinput_t *ti, seek_dir_t dir, bool shift_held)
bool              350 uspace/lib/clui/src/tinput.c static void tinput_seek_word(tinput_t *ti, seek_dir_t dir, bool shift_held)
bool              388 uspace/lib/clui/src/tinput.c static void tinput_seek_vertical(tinput_t *ti, seek_dir_t dir, bool shift_held)
bool              403 uspace/lib/clui/src/tinput.c static void tinput_seek_scrpos(tinput_t *ti, int col, int line, bool shift_held)
bool              420 uspace/lib/clui/src/tinput.c static void tinput_seek_max(tinput_t *ti, seek_dir_t dir, bool shift_held)
bool              432 uspace/lib/clui/src/tinput.c static void tinput_pre_seek(tinput_t *ti, bool shift_held)
bool              442 uspace/lib/clui/src/tinput.c static void tinput_post_seek(tinput_t *ti, bool shift_held)
bool              495 uspace/lib/clui/src/tinput.c static bool tinput_sel_active(tinput_t *ti)
bool              112 uspace/lib/compress/inflate.c 	bool overrun;     /**< Overrun condition */
bool               74 uspace/lib/congfx/private/console.h 	bool myalloc;
bool               61 uspace/lib/congfx/src/console.c static errno_t console_gc_cursor_set_visible(void *, bool);
bool              541 uspace/lib/congfx/src/console.c static errno_t console_gc_cursor_set_visible(void *arg, bool visible)
bool               61 uspace/lib/console/include/io/con_srv.h 	bool aborted;
bool               86 uspace/lib/console/include/io/con_srv.h 	void (*set_cursor_visibility)(con_srv_t *, bool);
bool               71 uspace/lib/console/include/io/console.h extern bool console_kcon(void);
bool               84 uspace/lib/console/include/io/console.h extern void console_cursor_visibility(console_ctrl_t *, bool);
bool              274 uspace/lib/console/src/con_srv.c 	bool show;
bool              454 uspace/lib/console/src/con_srv.c 		bool received = false;
bool               78 uspace/lib/console/src/console.c bool console_kcon(void)
bool              127 uspace/lib/console/src/console.c void console_cursor_visibility(console_ctrl_t *ctrl, bool show)
bool               42 uspace/lib/corecfg/include/corecfg.h extern errno_t corecfg_set_enable(bool);
bool               43 uspace/lib/corecfg/include/corecfg.h extern errno_t corecfg_get_enable(bool *);
bool               61 uspace/lib/corecfg/src/corecfg.c errno_t corecfg_get_enable(bool *renable)
bool               78 uspace/lib/corecfg/src/corecfg.c errno_t corecfg_set_enable(bool enable)
bool              211 uspace/lib/crypto/aes.c static uint8_t sub_byte(uint8_t byte, bool inv)
bool              228 uspace/lib/crypto/aes.c static void sub_bytes(uint8_t state[ELEMS][ELEMS], bool inv)
bool               68 uspace/lib/ddev/test/ddev.c 	bool set_color_called;
bool               85 uspace/lib/device/include/types/vol.h 	bool cur_mp_auto;
bool              101 uspace/lib/device/include/types/vol.h 	bool supported;
bool               54 uspace/lib/dispcfg/include/types/testdc.h 	bool get_seat_list_called;
bool               57 uspace/lib/dispcfg/include/types/testdc.h 	bool get_seat_info_called;
bool               61 uspace/lib/dispcfg/include/types/testdc.h 	bool seat_create_called;
bool               65 uspace/lib/dispcfg/include/types/testdc.h 	bool seat_delete_called;
bool               68 uspace/lib/dispcfg/include/types/testdc.h 	bool dev_assign_called;
bool               72 uspace/lib/dispcfg/include/types/testdc.h 	bool dev_unassign_called;
bool               75 uspace/lib/dispcfg/include/types/testdc.h 	bool get_asgn_dev_list_called;
bool               79 uspace/lib/dispcfg/include/types/testdc.h 	bool get_event_called;
bool               81 uspace/lib/dispcfg/include/types/testdc.h 	bool seat_added_called;
bool               84 uspace/lib/dispcfg/include/types/testdc.h 	bool seat_removed_called;
bool               87 uspace/lib/dispcfg/include/types/testdc.h 	bool seat_changed_called;
bool               53 uspace/lib/dispcfg/private/dispcfg.h 	bool cb_done;
bool               43 uspace/lib/display/include/display/wndresize.h extern bool display_wndrsz_valid(display_wnd_rsztype_t);
bool               54 uspace/lib/display/private/display.h 	bool cb_done;
bool               75 uspace/lib/display/src/wndresize.c bool display_wndrsz_valid(display_wnd_rsztype_t rsztype)
bool               77 uspace/lib/display/src/wndresize.c 	bool valid;
bool              117 uspace/lib/display/test/display.c 	bool window_create_called;
bool              121 uspace/lib/display/test/display.c 	bool window_destroy_called;
bool              124 uspace/lib/display/test/display.c 	bool window_move_req_called;
bool              129 uspace/lib/display/test/display.c 	bool window_move_called;
bool              133 uspace/lib/display/test/display.c 	bool window_get_pos_called;
bool              137 uspace/lib/display/test/display.c 	bool window_get_max_rect_called;
bool              141 uspace/lib/display/test/display.c 	bool window_resize_req_called;
bool              147 uspace/lib/display/test/display.c 	bool window_resize_called;
bool              152 uspace/lib/display/test/display.c 	bool window_minimize_called;
bool              153 uspace/lib/display/test/display.c 	bool window_maximize_called;
bool              154 uspace/lib/display/test/display.c 	bool window_unmaximize_called;
bool              156 uspace/lib/display/test/display.c 	bool window_set_cursor_called;
bool              160 uspace/lib/display/test/display.c 	bool window_set_caption_called;
bool              164 uspace/lib/display/test/display.c 	bool get_event_called;
bool              166 uspace/lib/display/test/display.c 	bool get_info_called;
bool              169 uspace/lib/display/test/display.c 	bool set_color_called;
bool              170 uspace/lib/display/test/display.c 	bool close_event_called;
bool              172 uspace/lib/display/test/display.c 	bool focus_event_called;
bool              173 uspace/lib/display/test/display.c 	bool kbd_event_called;
bool              174 uspace/lib/display/test/display.c 	bool pos_event_called;
bool              175 uspace/lib/display/test/display.c 	bool unfocus_event_called;
bool               92 uspace/lib/drv/generic/dev_iface.c bool is_valid_iface_idx(int idx)
bool               70 uspace/lib/drv/generic/driver.c static bool stopping = false;
bool              381 uspace/lib/drv/generic/driver.c static void driver_connection_gen(ipc_call_t *icall, bool drv)
bool              151 uspace/lib/drv/generic/logbuf.c 	bool print_remainder = items_to_print == 0;
bool               72 uspace/lib/drv/generic/private/driver.h 	bool bound;
bool              113 uspace/lib/drv/generic/remote_audio_pcm.c 	static bool resolved = false;
bool              835 uspace/lib/drv/generic/remote_audio_pcm.c 	const bool immediate = DEV_IPC_GET_ARG1(*call);
bool              862 uspace/lib/drv/generic/remote_audio_pcm.c 	const bool immediate = DEV_IPC_GET_ARG1(*call);
bool               66 uspace/lib/drv/generic/remote_ieee80211.c     ieee80211_scan_results_t *results, bool now)
bool              280 uspace/lib/drv/generic/remote_ieee80211.c 	bool now = ipc_get_arg2(call);
bool              965 uspace/lib/drv/generic/remote_nic.c errno_t nic_vlan_set_tag(async_sess_t *dev_sess, uint16_t tag, bool add, bool strip)
bool              992 uspace/lib/drv/generic/remote_nic.c 	bool send_data = ((data != NULL) && (length != 0));
bool             2083 uspace/lib/drv/generic/remote_nic.c 	bool vlan_mask_set = (bool) ipc_get_arg2(call);
bool             2127 uspace/lib/drv/generic/remote_nic.c 	bool add = (int) ipc_get_arg3(call);
bool             2128 uspace/lib/drv/generic/remote_nic.c 	bool strip = (int) ipc_get_arg4(call);
bool              267 uspace/lib/drv/generic/remote_usbhc.c 	const bool reserve = ipc_get_arg2(call);
bool              125 uspace/lib/drv/include/audio_pcm_iface.h 	errno_t (*stop_playback)(ddf_fun_t *, bool);
bool              128 uspace/lib/drv/include/audio_pcm_iface.h 	errno_t (*stop_capture)(ddf_fun_t *, bool);
bool               68 uspace/lib/drv/include/dev_iface.h extern bool is_valid_iface_idx(int);
bool               42 uspace/lib/drv/include/ieee80211_iface.h     ieee80211_scan_results_t *, bool);
bool               90 uspace/lib/drv/include/nic_iface.h extern errno_t nic_vlan_set_tag(async_sess_t *, uint16_t, bool, bool);
bool               53 uspace/lib/drv/include/ops/ieee80211.h 	errno_t (*get_scan_results)(ddf_fun_t *, ieee80211_scan_results_t *, bool);
bool               89 uspace/lib/drv/include/ops/nic.h 	errno_t (*vlan_set_tag)(ddf_fun_t *, uint16_t, bool, bool);
bool               54 uspace/lib/drv/include/usbdiag_iface.h 	bool validate_data;
bool              188 uspace/lib/drv/include/usbhc_iface.h 	errno_t (*default_address_reservation)(ddf_fun_t *, bool);
bool               44 uspace/lib/ext4/include/ext4/balloc.h extern errno_t ext4_balloc_try_alloc_block(ext4_inode_ref_t *, uint32_t, bool *);
bool               41 uspace/lib/ext4/include/ext4/bitmap.h extern bool ext4_bitmap_is_free_bit(uint8_t *, uint32_t);
bool               76 uspace/lib/ext4/include/ext4/block_group.h extern bool ext4_block_group_has_flag(ext4_block_group_t *, uint32_t);
bool               67 uspace/lib/ext4/include/ext4/extent.h     bool);
bool               39 uspace/lib/ext4/include/ext4/ialloc.h extern errno_t ext4_ialloc_free_inode(ext4_filesystem_t *, uint32_t, bool);
bool               40 uspace/lib/ext4/include/ext4/ialloc.h extern errno_t ext4_ialloc_alloc_inode(ext4_filesystem_t *, uint32_t *, bool);
bool               42 uspace/lib/ext4/include/ext4/ialloc.h     bool);
bool               76 uspace/lib/ext4/include/ext4/inode.h extern bool ext4_inode_is_type(ext4_superblock_t *, ext4_inode_t *, uint32_t);
bool               77 uspace/lib/ext4/include/ext4/inode.h extern bool ext4_inode_has_flag(ext4_inode_t *, uint32_t);
bool               80 uspace/lib/ext4/include/ext4/inode.h extern bool ext4_inode_can_truncate(ext4_superblock_t *, ext4_inode_t *);
bool              152 uspace/lib/ext4/include/ext4/superblock.h extern bool ext4_superblock_has_flag(ext4_superblock_t *, uint32_t);
bool              153 uspace/lib/ext4/include/ext4/superblock.h extern bool ext4_superblock_has_feature_compatible(ext4_superblock_t *,
bool              155 uspace/lib/ext4/include/ext4/superblock.h extern bool ext4_superblock_has_feature_incompatible(ext4_superblock_t *,
bool              157 uspace/lib/ext4/include/ext4/superblock.h extern bool ext4_superblock_has_feature_read_only(ext4_superblock_t *,
bool              280 uspace/lib/ext4/include/ext4/types.h 	bool dirty;
bool              395 uspace/lib/ext4/include/ext4/types.h 	bool dirty;
bool              627 uspace/lib/ext4/src/balloc.c     bool *free)
bool              145 uspace/lib/ext4/src/bitmap.c bool ext4_bitmap_is_free_bit(uint8_t *bitmap, uint32_t index)
bool              218 uspace/lib/ext4/src/bitmap.c 	bool byte_part = false;
bool              351 uspace/lib/ext4/src/block_group.c bool ext4_block_group_has_flag(ext4_block_group_t *bg, uint32_t flag)
bool              422 uspace/lib/ext4/src/directory.c 	bool success = false;
bool              683 uspace/lib/ext4/src/extent.c 	bool remove_parent_record = false;
bool              965 uspace/lib/ext4/src/extent.c     uint32_t *fblock, bool update_size)
bool             1028 uspace/lib/ext4/src/extent.c 			bool free;
bool               59 uspace/lib/ext4/src/filesystem.c static errno_t ext4_filesystem_check_features(ext4_filesystem_t *, bool *);
bool              135 uspace/lib/ext4/src/filesystem.c 	bool read_only;
bool              262 uspace/lib/ext4/src/filesystem.c 	bool block_inited = false;
bool              263 uspace/lib/ext4/src/filesystem.c 	bool fs_inited = false;
bool              508 uspace/lib/ext4/src/filesystem.c     bool *read_only)
bool             1223 uspace/lib/ext4/src/filesystem.c 	bool is_dir = false;
bool             1311 uspace/lib/ext4/src/filesystem.c 	bool is_dir = false;
bool             1344 uspace/lib/ext4/src/filesystem.c 	bool is_dir = false;
bool               98 uspace/lib/ext4/src/ialloc.c errno_t ext4_ialloc_free_inode(ext4_filesystem_t *fs, uint32_t index, bool is_dir)
bool              176 uspace/lib/ext4/src/ialloc.c errno_t ext4_ialloc_alloc_inode(ext4_filesystem_t *fs, uint32_t *index, bool is_dir)
bool              334 uspace/lib/ext4/src/ialloc.c     bool is_dir)
bool              511 uspace/lib/ext4/src/inode.c bool ext4_inode_is_type(ext4_superblock_t *sb, ext4_inode_t *inode,
bool              538 uspace/lib/ext4/src/inode.c bool ext4_inode_has_flag(ext4_inode_t *inode, uint32_t flag)
bool              580 uspace/lib/ext4/src/inode.c bool ext4_inode_can_truncate(ext4_superblock_t *sb, ext4_inode_t *inode)
bool               64 uspace/lib/ext4/src/ops.c static bool ext4_is_dots(const uint8_t *, size_t);
bool               78 uspace/lib/ext4/src/ops.c static errno_t ext4_has_children(bool *, fs_node_t *);
bool               82 uspace/lib/ext4/src/ops.c static bool ext4_is_directory(fs_node_t *);
bool               83 uspace/lib/ext4/src/ops.c static bool ext4_is_file(fs_node_t *node);
bool              115 uspace/lib/ext4/src/ops.c static bool open_nodes_key_equal(const void *key_arg, const ht_link_t *item)
bool              490 uspace/lib/ext4/src/ops.c 	bool has_children;
bool              613 uspace/lib/ext4/src/ops.c 	bool has_children;
bool              684 uspace/lib/ext4/src/ops.c errno_t ext4_has_children(bool *has_children, fs_node_t *fn)
bool              702 uspace/lib/ext4/src/ops.c 	bool found = false;
bool              787 uspace/lib/ext4/src/ops.c bool ext4_is_directory(fs_node_t *fn)
bool              803 uspace/lib/ext4/src/ops.c bool ext4_is_file(fs_node_t *fn)
bool             1080 uspace/lib/ext4/src/ops.c bool ext4_is_dots(const uint8_t *name, size_t name_size)
bool             1118 uspace/lib/ext4/src/ops.c 	bool found = false;
bool             1109 uspace/lib/ext4/src/superblock.c bool ext4_superblock_has_flag(ext4_superblock_t *sb, uint32_t flag)
bool             1125 uspace/lib/ext4/src/superblock.c bool ext4_superblock_has_feature_compatible(ext4_superblock_t *sb,
bool             1142 uspace/lib/ext4/src/superblock.c bool ext4_superblock_has_feature_incompatible(ext4_superblock_t *sb,
bool             1159 uspace/lib/ext4/src/superblock.c bool ext4_superblock_has_feature_read_only(ext4_superblock_t *sb,
bool             1410 uspace/lib/ext4/src/superblock.c static bool is_power_of(uint32_t n, unsigned p)
bool             1438 uspace/lib/ext4/src/superblock.c 	bool has_backups = false;
bool               47 uspace/lib/fbfont/include/fbfont/font-8x16.h extern uint16_t fb_font_glyph(const char32_t, bool *);
bool               50 uspace/lib/fbfont/src/font-8x16.c uint16_t fb_font_glyph(const char32_t ch, bool *found)
bool               60 uspace/lib/fdisk/src/fdisk.c static bool fdisk_free_range_next(fdisk_free_range_t *);
bool               61 uspace/lib/fdisk/src/fdisk.c static bool fdisk_free_range_get(fdisk_free_range_t *, aoff64_t *, aoff64_t *);
bool             1121 uspace/lib/fdisk/src/fdisk.c static bool fdisk_free_range_next(fdisk_free_range_t *fr)
bool             1150 uspace/lib/fdisk/src/fdisk.c static bool fdisk_free_range_get(fdisk_free_range_t *fr,
bool               37 uspace/lib/fmtutil/fmtutil.c 	bool newline_always;
bool               64 uspace/lib/fmtutil/fmtutil.c static errno_t print_line(char32_t *wstr, size_t chars, bool last, void *data)
bool               89 uspace/lib/fmtutil/fmtutil.c errno_t print_aligned_w(const char32_t *wstr, size_t width, bool last,
bool              119 uspace/lib/fmtutil/fmtutil.c 		bool space = true;
bool              169 uspace/lib/fmtutil/fmtutil.c errno_t print_aligned(const char *str, size_t width, bool last, align_mode_t mode)
bool              210 uspace/lib/fmtutil/fmtutil.c 		bool last = wstr[pos] == 0;
bool               46 uspace/lib/fmtutil/fmtutil.h typedef errno_t (*line_consumer_fn)(char32_t *, size_t, bool, void *);
bool               48 uspace/lib/fmtutil/fmtutil.h extern errno_t print_aligned_w(const char32_t *, size_t, bool, align_mode_t);
bool               49 uspace/lib/fmtutil/fmtutil.h extern errno_t print_aligned(const char *, size_t, bool, align_mode_t);
bool              221 uspace/lib/fs/libfs.c 		bool destroy = (libfs_ops->lnkcnt_get(node) == 0);
bool              268 uspace/lib/fs/libfs.c 	bool children = false;
bool               76 uspace/lib/fs/libfs.h 	errno_t (*has_children)(bool *, fs_node_t *);
bool               84 uspace/lib/fs/libfs.h 	bool (*is_directory)(fs_node_t *);
bool               85 uspace/lib/fs/libfs.h 	bool (*is_file)(fs_node_t *);
bool               57 uspace/lib/gfx/include/gfx/coord.h extern bool gfx_rect_is_empty(gfx_rect_t *);
bool               58 uspace/lib/gfx/include/gfx/coord.h extern bool gfx_rect_is_incident(gfx_rect_t *, gfx_rect_t *);
bool               59 uspace/lib/gfx/include/gfx/coord.h extern bool gfx_rect_is_inside(gfx_rect_t *, gfx_rect_t *);
bool               60 uspace/lib/gfx/include/gfx/coord.h extern bool gfx_pix_inside_rect(gfx_coord2_t *, gfx_rect_t *);
bool               46 uspace/lib/gfx/include/gfx/cursor.h extern errno_t gfx_cursor_set_visible(gfx_context_t *, bool);
bool               72 uspace/lib/gfx/include/types/gfx/ops/context.h 	errno_t (*cursor_set_visible)(void *, bool);
bool              283 uspace/lib/gfx/src/coord.c bool gfx_rect_is_empty(gfx_rect_t *rect)
bool              294 uspace/lib/gfx/src/coord.c bool gfx_rect_is_incident(gfx_rect_t *a, gfx_rect_t *b)
bool              308 uspace/lib/gfx/src/coord.c bool gfx_rect_is_inside(gfx_rect_t *a, gfx_rect_t *b)
bool              342 uspace/lib/gfx/src/coord.c bool gfx_pix_inside_rect(gfx_coord2_t *coord, gfx_rect_t *rect)
bool               84 uspace/lib/gfx/src/cursor.c errno_t gfx_cursor_set_visible(gfx_context_t *gc, bool visible)
bool               53 uspace/lib/gfx/test/bitmap.c 	bool bm_created;
bool               54 uspace/lib/gfx/test/bitmap.c 	bool bm_destroyed;
bool               59 uspace/lib/gfx/test/bitmap.c 	bool bm_rendered;
bool               60 uspace/lib/gfx/test/bitmap.c 	bool bm_got_alloc;
bool               66 uspace/lib/gfx/test/bitmap.c 	bool myalloc;
bool               41 uspace/lib/gfx/test/cursor.c static errno_t testgc_cursor_set_visible(void *, bool);
bool               53 uspace/lib/gfx/test/cursor.c 	bool cursor_get_pos;
bool               56 uspace/lib/gfx/test/cursor.c 	bool cursor_set_pos;
bool               59 uspace/lib/gfx/test/cursor.c 	bool cursor_set_visible;
bool               60 uspace/lib/gfx/test/cursor.c 	bool set_visible_vis;
bool              255 uspace/lib/gfx/test/cursor.c static errno_t testgc_cursor_set_visible(void *arg, bool visible)
bool               56 uspace/lib/gfx/test/render.c 	bool set_clip_rect;
bool               58 uspace/lib/gfx/test/render.c 	bool do_clip;
bool               60 uspace/lib/gfx/test/render.c 	bool set_color;
bool               63 uspace/lib/gfx/test/render.c 	bool fill_rect;
bool               66 uspace/lib/gfx/test/render.c 	bool update;
bool               53 uspace/lib/gfxfont/include/gfx/glyph.h extern bool gfx_glyph_matches(gfx_glyph_t *, const char *, size_t *);
bool               80 uspace/lib/gfxfont/include/types/gfx/text.h 	bool abbreviate;
bool               82 uspace/lib/gfxfont/include/types/gfx/text.h 	bool underline;
bool              216 uspace/lib/gfxfont/src/glyph.c bool gfx_glyph_matches(gfx_glyph_t *glyph, const char *str, size_t *rsize)
bool              192 uspace/lib/gfxfont/src/glyph_bmp.c 	bool anypix;
bool              119 uspace/lib/gfxfont/src/text.c 	bool ellipsis;
bool              267 uspace/lib/gfxfont/src/text.c 	bool ellipsis;
bool               70 uspace/lib/gfxfont/test/font.c 	bool myalloc;
bool               74 uspace/lib/gfxfont/test/glyph.c 	bool myalloc;
bool              319 uspace/lib/gfxfont/test/glyph.c 	bool match;
bool               70 uspace/lib/gfxfont/test/glyph_bmp.c 	bool myalloc;
bool               72 uspace/lib/gfxfont/test/text.c 	bool myalloc;
bool               72 uspace/lib/gfxfont/test/tpf.c 	bool myalloc;
bool               68 uspace/lib/gfxfont/test/typeface.c 	bool myalloc;
bool              116 uspace/lib/gfximage/src/tga.c static bool decode_tga_header(void *data, size_t size, tga_t *tga)
bool               66 uspace/lib/hound/include/hound/protocol.h     const char *name, bool record, hound_context_id_t *id);
bool              104 uspace/lib/hound/include/hound/protocol.h 	errno_t (*add_context)(void *, hound_context_id_t *, const char *, bool);
bool              108 uspace/lib/hound/include/hound/protocol.h 	bool (*is_record_context)(void *, hound_context_id_t);
bool               80 uspace/lib/hound/src/client.c 	bool record;
bool              101 uspace/lib/hound/src/client.c static hound_context_t *hound_context_create(const char *name, bool record,
bool              126 uspace/lib/hound/src/protocol.c     const char *name, bool record, hound_context_id_t *id)
bool              419 uspace/lib/hound/src/protocol.c 			bool record = ipc_get_arg1(&call);
bool              463 uspace/lib/hound/src/protocol.c 			const bool conn = ipc_get_arg3(&call);
bool              591 uspace/lib/hound/src/protocol.c 			const bool rec = server_iface->is_record_context(
bool              787 uspace/lib/hound/src/protocol.c 	static bool resolved = false;
bool               39 uspace/lib/http/include/http/ctype.h static inline bool is_separator(char c)
bool               67 uspace/lib/http/include/http/ctype.h static inline bool is_lws(char c)
bool               80 uspace/lib/http/include/http/ctype.h static inline bool is_ctl(char c)
bool               85 uspace/lib/http/include/http/ctype.h static inline bool is_token(char c)
bool               96 uspace/lib/http/include/http/http.h extern bool http_header_name_match(const char *, const char *);
bool               70 uspace/lib/http/include/http/receive-buffer.h typedef bool (*char_class_func_t)(char);
bool               83 uspace/lib/http/include/http/receive-buffer.h extern errno_t recv_char(receive_buffer_t *, char *, bool);
bool              249 uspace/lib/http/src/headers.c bool http_header_name_match(const char *name_a, const char *name_b)
bool              148 uspace/lib/http/src/receive-buffer.c errno_t recv_char(receive_buffer_t *rb, char *c, bool consume)
bool               44 uspace/lib/http/src/response.c static bool is_digit(char c)
bool              107 uspace/lib/http/src/response.c static bool is_not_newline(char c)
bool              154 uspace/lib/ieee80211/include/ieee80211.h 	errno_t (*bssid_change)(struct ieee80211_dev *, bool);
bool              167 uspace/lib/ieee80211/include/ieee80211.h 	    ieee80211_key_config_t *key_conf, bool);
bool              184 uspace/lib/ieee80211/include/ieee80211.h extern bool ieee80211_is_connected(ieee80211_dev_t *);
bool              190 uspace/lib/ieee80211/include/ieee80211.h extern bool ieee80211_is_ready(ieee80211_dev_t *);
bool              191 uspace/lib/ieee80211/include/ieee80211.h extern void ieee80211_set_ready(ieee80211_dev_t *, bool);
bool              192 uspace/lib/ieee80211/include/ieee80211.h extern bool ieee80211_query_using_key(ieee80211_dev_t *);
bool              193 uspace/lib/ieee80211/include/ieee80211.h extern void ieee80211_setup_key_confirm(ieee80211_dev_t *, bool);
bool              195 uspace/lib/ieee80211/include/ieee80211.h extern bool ieee80211_is_data_frame(uint16_t);
bool              196 uspace/lib/ieee80211/include/ieee80211.h extern bool ieee80211_is_mgmt_frame(uint16_t);
bool              197 uspace/lib/ieee80211/include/ieee80211.h extern bool ieee80211_is_beacon_frame(uint16_t);
bool              198 uspace/lib/ieee80211/include/ieee80211.h extern bool ieee80211_is_probe_response_frame(uint16_t);
bool              199 uspace/lib/ieee80211/include/ieee80211.h extern bool ieee80211_is_auth_frame(uint16_t);
bool              200 uspace/lib/ieee80211/include/ieee80211.h extern bool ieee80211_is_assoc_response_frame(uint16_t);
bool               46 uspace/lib/ieee80211/include/ieee80211_iface_impl.h     ieee80211_scan_results_t *, bool);
bool               47 uspace/lib/ieee80211/include/ieee80211_impl.h extern errno_t ieee80211_bssid_change_impl(ieee80211_dev_t *, bool);
bool               49 uspace/lib/ieee80211/include/ieee80211_impl.h     ieee80211_key_config_t *, bool);
bool              252 uspace/lib/ieee80211/include/ieee80211_private.h 	bool using_hw_key;
bool              267 uspace/lib/ieee80211/include/ieee80211_private.h 	bool pending_conn_req;
bool              279 uspace/lib/ieee80211/include/ieee80211_private.h 	bool ready;
bool              282 uspace/lib/ieee80211/include/ieee80211_private.h 	bool started;
bool              402 uspace/lib/ieee80211/include/ieee80211_private.h extern bool ieee80211_is_fromds_frame(uint16_t);
bool              403 uspace/lib/ieee80211/include/ieee80211_private.h extern bool ieee80211_is_tods_frame(uint16_t);
bool              405 uspace/lib/ieee80211/include/ieee80211_private.h extern bool ieee80211_pending_connect_request(ieee80211_dev_t *);
bool               71 uspace/lib/ieee80211/src/ieee80211.c inline bool ieee80211_is_data_frame(uint16_t frame_ctrl)
bool               86 uspace/lib/ieee80211/src/ieee80211.c inline bool ieee80211_is_mgmt_frame(uint16_t frame_ctrl)
bool              101 uspace/lib/ieee80211/src/ieee80211.c inline bool ieee80211_is_beacon_frame(uint16_t frame_ctrl)
bool              116 uspace/lib/ieee80211/src/ieee80211.c inline bool ieee80211_is_probe_response_frame(uint16_t frame_ctrl)
bool              131 uspace/lib/ieee80211/src/ieee80211.c inline bool ieee80211_is_auth_frame(uint16_t frame_ctrl)
bool              146 uspace/lib/ieee80211/src/ieee80211.c inline bool ieee80211_is_assoc_response_frame(uint16_t frame_ctrl)
bool              161 uspace/lib/ieee80211/src/ieee80211.c inline bool ieee80211_is_tods_frame(uint16_t frame_ctrl)
bool              175 uspace/lib/ieee80211/src/ieee80211.c inline bool ieee80211_is_fromds_frame(uint16_t frame_ctrl)
bool              189 uspace/lib/ieee80211/src/ieee80211.c static inline bool ieee80211_has_data_frame(uint16_t frame_ctrl)
bool              204 uspace/lib/ieee80211/src/ieee80211.c static inline bool ieee80211_is_encrypted_frame(uint16_t frame_ctrl)
bool              218 uspace/lib/ieee80211/src/ieee80211.c static inline bool
bool              380 uspace/lib/ieee80211/src/ieee80211.c bool ieee80211_is_connected(ieee80211_dev_t *ieee80211_dev)
bool              383 uspace/lib/ieee80211/src/ieee80211.c 	bool conn_state =
bool              414 uspace/lib/ieee80211/src/ieee80211.c bool ieee80211_pending_connect_request(ieee80211_dev_t *ieee80211_dev)
bool              417 uspace/lib/ieee80211/src/ieee80211.c 	bool conn_request = ieee80211_dev->pending_conn_req;
bool              459 uspace/lib/ieee80211/src/ieee80211.c bool ieee80211_is_ready(ieee80211_dev_t *ieee80211_dev)
bool              462 uspace/lib/ieee80211/src/ieee80211.c 	bool ready_state = ieee80211_dev->ready;
bool              474 uspace/lib/ieee80211/src/ieee80211.c void ieee80211_set_ready(ieee80211_dev_t *ieee80211_dev, bool ready)
bool              481 uspace/lib/ieee80211/src/ieee80211.c bool ieee80211_query_using_key(ieee80211_dev_t *ieee80211_dev)
bool              484 uspace/lib/ieee80211/src/ieee80211.c 	bool using_key = ieee80211_dev->using_hw_key;
bool              491 uspace/lib/ieee80211/src/ieee80211.c     bool using_key)
bool              572 uspace/lib/ieee80211/src/ieee80211.c 	bool add_mic = false;
bool             1404 uspace/lib/ieee80211/src/ieee80211.c 	bool handshake_done = false;
bool             1406 uspace/lib/ieee80211/src/ieee80211.c 	bool old_wpa =
bool             1409 uspace/lib/ieee80211/src/ieee80211.c 	bool key_phase =
bool             1413 uspace/lib/ieee80211/src/ieee80211.c 	bool final_phase =
bool             1417 uspace/lib/ieee80211/src/ieee80211.c 	bool ccmp_used =
bool               53 uspace/lib/ieee80211/src/ieee80211_iface_impl.c     ieee80211_scan_results_t *results, bool now)
bool               92 uspace/lib/ieee80211/src/ieee80211_impl.c     bool connected)
bool              105 uspace/lib/ieee80211/src/ieee80211_impl.c     ieee80211_key_config_t *key_conf, bool insert)
bool               49 uspace/lib/inet/include/inet/iplink_srv.h 	bool connected;
bool               53 uspace/lib/inet/include/inet/tcp.h 	bool data_avail;
bool               54 uspace/lib/inet/include/inet/tcp.h 	bool connected;
bool               55 uspace/lib/inet/include/inet/tcp.h 	bool conn_failed;
bool               56 uspace/lib/inet/include/inet/tcp.h 	bool conn_reset;
bool               97 uspace/lib/inet/include/inet/tcp.h 	bool cb_done;
bool               90 uspace/lib/inet/include/inet/udp.h 	bool cb_done;
bool              534 uspace/lib/inet/src/addr.c 	bool tail_zero = false;
bool               61 uspace/lib/ipcgfx/private/client.h 	bool myalloc;
bool               69 uspace/lib/ipcgfx/private/server.h 	bool myalloc;
bool               79 uspace/lib/ipcgfx/test/ipcgfx.c 	bool set_clip_rect_called;
bool               80 uspace/lib/ipcgfx/test/ipcgfx.c 	bool do_clip;
bool               83 uspace/lib/ipcgfx/test/ipcgfx.c 	bool set_color_called;
bool               88 uspace/lib/ipcgfx/test/ipcgfx.c 	bool fill_rect_called;
bool               91 uspace/lib/ipcgfx/test/ipcgfx.c 	bool update_called;
bool               93 uspace/lib/ipcgfx/test/ipcgfx.c 	bool bitmap_create_called;
bool               97 uspace/lib/ipcgfx/test/ipcgfx.c 	bool bitmap_destroy_called;
bool               99 uspace/lib/ipcgfx/test/ipcgfx.c 	bool bitmap_render_called;
bool              103 uspace/lib/ipcgfx/test/ipcgfx.c 	bool bitmap_get_alloc_called;
bool               43 uspace/lib/label/include/label/empty.h extern errno_t label_bd_is_empty(label_bd_t *, bool *);
bool               57 uspace/lib/label/src/empty.c static bool mem_is_zero(void *buf, size_t size)
bool               99 uspace/lib/label/src/empty.c errno_t label_bd_is_empty(label_bd_t *bd, bool *rempty)
bool              107 uspace/lib/label/src/empty.c 	bool empty;
bool              572 uspace/lib/label/src/gpt.c static bool gpt_can_create_pri(label_t *label)
bool              577 uspace/lib/label/src/gpt.c static bool gpt_can_delete_part(label_t *label)
bool              582 uspace/lib/label/src/gpt.c static bool gpt_can_modify_part(label_t *label)
bool              775 uspace/lib/label/src/gpt.c static bool gpt_overlap(uint64_t a0, uint64_t an, uint64_t b0, uint64_t bn)
bool              826 uspace/lib/label/src/gpt.c 	bool present;
bool              427 uspace/lib/label/src/mbr.c static bool mbr_can_delete_part(label_t *label)
bool              432 uspace/lib/label/src/mbr.c static bool mbr_can_modify_part(label_t *label)
bool              819 uspace/lib/label/src/mbr.c static bool mbr_overlap(uint64_t a0, uint64_t an, uint64_t b0, uint64_t bn)
bool               78 uspace/lib/math/generic/nearbyint.c 	bool up;
bool              128 uspace/lib/math/generic/nearbyint.c 	bool up;
bool               56 uspace/lib/memgfx/include/types/memgfx/memgc.h 	errno_t (*cursor_set_visible)(void *, bool);
bool               70 uspace/lib/memgfx/private/memgc.h 	bool myalloc;
bool               61 uspace/lib/memgfx/src/memgc.c static errno_t mem_gc_cursor_set_visible(void *, bool);
bool              513 uspace/lib/memgfx/src/memgc.c static errno_t mem_gc_cursor_set_visible(void *arg, bool visible)
bool               59 uspace/lib/memgfx/src/xlategc.c static errno_t xlate_gc_cursor_set_visible(void *, bool);
bool              331 uspace/lib/memgfx/src/xlategc.c static errno_t xlate_gc_cursor_set_visible(void *arg, bool visible)
bool               49 uspace/lib/memgfx/test/memgfx.c static errno_t test_cursor_set_visible(void *arg, bool);
bool               63 uspace/lib/memgfx/test/memgfx.c 	bool invalidate_called;
bool               67 uspace/lib/memgfx/test/memgfx.c 	bool update_called;
bool               69 uspace/lib/memgfx/test/memgfx.c 	bool cursor_get_pos_called;
bool               73 uspace/lib/memgfx/test/memgfx.c 	bool cursor_set_pos_called;
bool               77 uspace/lib/memgfx/test/memgfx.c 	bool cursor_set_visible_called;
bool               79 uspace/lib/memgfx/test/memgfx.c 	bool set_visible_vis;
bool              488 uspace/lib/memgfx/test/memgfx.c static errno_t test_cursor_set_visible(void *arg, bool visible)
bool               55 uspace/lib/memgfx/test/xlategc.c static errno_t testgc_cursor_set_visible(void *, bool);
bool               75 uspace/lib/memgfx/test/xlategc.c 	bool set_clip_rect_called;
bool               79 uspace/lib/memgfx/test/xlategc.c 	bool set_color_called;
bool               87 uspace/lib/memgfx/test/xlategc.c 	bool fill_rect_called;
bool               91 uspace/lib/memgfx/test/xlategc.c 	bool bitmap_create_called;
bool               99 uspace/lib/memgfx/test/xlategc.c 	bool bitmap_destroy_called;
bool              103 uspace/lib/memgfx/test/xlategc.c 	bool bitmap_render_called;
bool              111 uspace/lib/memgfx/test/xlategc.c 	bool bitmap_get_alloc_called;
bool              117 uspace/lib/memgfx/test/xlategc.c 	bool update_called;
bool              119 uspace/lib/memgfx/test/xlategc.c 	bool cursor_get_pos_called;
bool              123 uspace/lib/memgfx/test/xlategc.c 	bool cursor_set_pos_called;
bool              127 uspace/lib/memgfx/test/xlategc.c 	bool cursor_set_visible_called;
bool              129 uspace/lib/memgfx/test/xlategc.c 	bool cursor_set_visible_vis;
bool              906 uspace/lib/memgfx/test/xlategc.c static errno_t testgc_cursor_set_visible(void *arg, bool visible)
bool               66 uspace/lib/nettl/include/nettl/portrng.h extern bool portrng_empty(portrng_t *);
bool              543 uspace/lib/nettl/src/amap.c 	bool raddr, rport, laddr, llink;
bool              688 uspace/lib/nettl/src/amap.c 	bool raddr, rport, laddr, llink;
bool              100 uspace/lib/nettl/src/portrng.c 	bool found;
bool              206 uspace/lib/nettl/src/portrng.c bool portrng_empty(portrng_t *pr)
bool               61 uspace/lib/nic/include/nic_addr_db.h extern bool nic_addr_db_contains(const nic_addr_db_t *db, const uint8_t *addr);
bool              120 uspace/lib/nic/include/nic_rx_control.h extern bool nic_rxc_check(const nic_rxc_t *rxc,
bool               66 uspace/lib/nic/src/nic_addr_db.c static bool nic_addr_key_equal(const void *key_arg, const ht_link_t *item)
bool              224 uspace/lib/nic/src/nic_addr_db.c bool nic_addr_db_contains(const nic_addr_db_t *db, const uint8_t *addr)
bool              247 uspace/lib/nic/src/nic_addr_db.c static bool nic_addr_db_fe_helper(ht_link_t *item, void *arg)
bool              526 uspace/lib/nic/src/nic_driver.c 	bool check = nic_rxc_check(&nic_data->rx_control, frame->data,
bool              395 uspace/lib/nic/src/nic_rx_control.c bool nic_rxc_check(const nic_rxc_t *rxc, const void *data, size_t size,
bool               59 uspace/lib/nic/src/nic_wol_virtues.c static bool nic_wv_key_equal(const void *key, const ht_link_t *item)
bool               46 uspace/lib/ofw/include/ofw.h extern bool ofw_child_it_end(ofw_child_it_t *);
bool               53 uspace/lib/ofw/include/ofw.h extern bool ofw_prop_it_end(ofw_prop_it_t *);
bool              145 uspace/lib/ofw/src/ofw.c bool ofw_child_it_end(ofw_child_it_t *it)
bool              260 uspace/lib/ofw/src/ofw.c bool ofw_prop_it_end(ofw_prop_it_t *it)
bool               84 uspace/lib/output/include/io/charfield.h static inline bool attrs_same(char_attrs_t a1, char_attrs_t a2)
bool               57 uspace/lib/output/include/io/chargrid.h 	bool cursor_visible;    /**< Cursor visibility */
bool               77 uspace/lib/output/include/io/chargrid.h extern bool chargrid_cursor_at(chargrid_t *, sysarg_t, sysarg_t);
bool               81 uspace/lib/output/include/io/chargrid.h extern sysarg_t chargrid_putuchar(chargrid_t *, char32_t, bool);
bool               90 uspace/lib/output/include/io/chargrid.h extern void chargrid_set_cursor_visibility(chargrid_t *, bool);
bool               91 uspace/lib/output/include/io/chargrid.h extern bool chargrid_get_cursor_visibility(chargrid_t *);
bool               92 uspace/lib/output/src/chargrid.c bool chargrid_cursor_at(chargrid_t *scrbuf, sysarg_t col, sysarg_t row)
bool              142 uspace/lib/output/src/chargrid.c sysarg_t chargrid_putuchar(chargrid_t *scrbuf, char32_t ch, bool update)
bool              272 uspace/lib/output/src/chargrid.c void chargrid_set_cursor_visibility(chargrid_t *scrbuf, bool visible)
bool              294 uspace/lib/output/src/chargrid.c bool chargrid_get_cursor_visibility(chargrid_t *scrbuf)
bool               88 uspace/lib/pcm/include/pcm/format.h bool pcm_format_same(const pcm_format_t *a, const pcm_format_t *b);
bool               95 uspace/lib/pcm/include/pcm/format.h static inline bool pcm_format_is_any(const pcm_format_t *f)
bool               71 uspace/lib/pcm/include/pcm/sample_format.h static inline bool pcm_sample_format_is_signed(pcm_sample_format_t format)
bool               81 uspace/lib/pcm/src/format.c bool pcm_format_same(const pcm_format_t *a, const pcm_format_t *b)
bool              147 uspace/lib/pixconv/pixconv.c void visual_mask_8888(void *dst, bool mask)
bool              152 uspace/lib/pixconv/pixconv.c void visual_mask_0888(void *dst, bool mask)
bool              157 uspace/lib/pixconv/pixconv.c void visual_mask_8880(void *dst, bool mask)
bool              162 uspace/lib/pixconv/pixconv.c void visual_mask_888(void *dst, bool mask)
bool              167 uspace/lib/pixconv/pixconv.c void visual_mask_555(void *dst, bool mask)
bool              172 uspace/lib/pixconv/pixconv.c void visual_mask_565(void *dst, bool mask)
bool              177 uspace/lib/pixconv/pixconv.c void visual_mask_323(void *dst, bool mask)
bool              182 uspace/lib/pixconv/pixconv.c void visual_mask_8(void *dst, bool mask)
bool               47 uspace/lib/pixconv/pixconv.h typedef void (*visual_mask_t)(void *, bool);
bool               69 uspace/lib/pixconv/pixconv.h extern void visual_mask_8888(void *, bool);
bool               70 uspace/lib/pixconv/pixconv.h extern void visual_mask_0888(void *, bool);
bool               71 uspace/lib/pixconv/pixconv.h extern void visual_mask_8880(void *, bool);
bool               72 uspace/lib/pixconv/pixconv.h extern void visual_mask_888(void *, bool);
bool               73 uspace/lib/pixconv/pixconv.h extern void visual_mask_555(void *, bool);
bool               74 uspace/lib/pixconv/pixconv.h extern void visual_mask_565(void *, bool);
bool               75 uspace/lib/pixconv/pixconv.h extern void visual_mask_323(void *, bool);
bool               76 uspace/lib/pixconv/pixconv.h extern void visual_mask_8(void *, bool);
bool               85 uspace/lib/posix/include/common/adt/bitmap.h extern bool bitmap_allocate_range(bitmap_t *, size_t, size_t, size_t, size_t,
bool               59 uspace/lib/posix/include/common/adt/hash_table.h 	bool (*equal)(const ht_link_t *item1, const ht_link_t *item2);
bool               62 uspace/lib/posix/include/common/adt/hash_table.h 	bool (*key_equal)(const void *key, const ht_link_t *item);
bool               81 uspace/lib/posix/include/common/adt/hash_table.h 	bool apply_ongoing;
bool               87 uspace/lib/posix/include/common/adt/hash_table.h extern bool hash_table_create(hash_table_t *, size_t, size_t,
bool               91 uspace/lib/posix/include/common/adt/hash_table.h extern bool hash_table_empty(hash_table_t *);
bool               96 uspace/lib/posix/include/common/adt/hash_table.h extern bool hash_table_insert_unique(hash_table_t *, ht_link_t *);
bool              102 uspace/lib/posix/include/common/adt/hash_table.h extern void hash_table_apply(hash_table_t *, bool (*)(ht_link_t *, void *),
bool              155 uspace/lib/posix/include/common/adt/list.h extern bool list_member(const link_t *, const list_t *);
bool              160 uspace/lib/posix/include/common/adt/list.h static inline bool link_in_use(const link_t *link)
bool              264 uspace/lib/posix/include/common/adt/list.h _NO_TRACE static inline bool list_empty(const list_t *list)
bool              449 uspace/lib/posix/include/common/adt/list.h static inline bool link_used(link_t *link)
bool               53 uspace/lib/posix/include/common/adt/odict.h extern bool odlink_used(odlink_t *);
bool               54 uspace/lib/posix/include/common/adt/odict.h extern bool odict_empty(odict_t *);
bool               43 uspace/lib/posix/include/common/gsort.h extern bool gsort(void *, size_t, size_t, sort_cmp_t, void *);
bool              109 uspace/lib/posix/include/common/str.h extern bool ascii_check(char32_t ch);
bool              110 uspace/lib/posix/include/common/str.h extern bool chr_check(char32_t ch);
bool              117 uspace/lib/posix/include/common/str.h extern bool str_test_prefix(const char *s, const char *p);
bool              140 uspace/lib/posix/include/common/str.h extern bool wstr_linsert(char32_t *str, char32_t ch, size_t pos, size_t max_pos);
bool              141 uspace/lib/posix/include/common/str.h extern bool wstr_remove(char32_t *str, size_t pos);
bool              148 uspace/lib/posix/include/common/str.h extern errno_t str_uint8_t(const char *, const char **, unsigned int, bool,
bool              150 uspace/lib/posix/include/common/str.h extern errno_t str_uint16_t(const char *, const char **, unsigned int, bool,
bool              152 uspace/lib/posix/include/common/str.h extern errno_t str_uint32_t(const char *, const char **, unsigned int, bool,
bool              154 uspace/lib/posix/include/common/str.h extern errno_t str_uint64_t(const char *, const char **, unsigned int, bool,
bool              156 uspace/lib/posix/include/common/str.h extern errno_t str_size_t(const char *, const char **, unsigned int, bool,
bool              158 uspace/lib/posix/include/common/str.h extern errno_t str_int64_t(const char *, const char **, unsigned int, bool,
bool              162 uspace/lib/posix/include/common/str.h extern void bin_order_suffix(const uint64_t, uint64_t *, const char **, bool);
bool              110 uspace/lib/posix/include/libc/async.h extern bool async_get_call(ipc_call_t *);
bool              111 uspace/lib/posix/include/libc/async.h extern bool async_get_call_timeout(ipc_call_t *, usec_t);
bool              307 uspace/lib/posix/include/libc/async.h extern bool async_share_in_receive(ipc_call_t *, size_t *);
bool              311 uspace/lib/posix/include/libc/async.h extern bool async_share_out_receive(ipc_call_t *, size_t *, unsigned int *);
bool              336 uspace/lib/posix/include/libc/async.h extern bool async_data_read_receive(ipc_call_t *, size_t *);
bool              360 uspace/lib/posix/include/libc/async.h extern bool async_data_write_receive(ipc_call_t *, size_t *);
bool              363 uspace/lib/posix/include/libc/async.h extern errno_t async_data_write_accept(void **, const bool, const size_t,
bool              372 uspace/lib/posix/include/libc/async.h extern bool async_state_change_receive(ipc_call_t *);
bool               40 uspace/lib/posix/include/libc/config.h extern bool config_key_exists(const char *);
bool               40 uspace/lib/posix/include/libc/dbgcon.h extern bool dbgcon_enable(void);
bool               74 uspace/lib/posix/include/libc/ddi.h     volatile void *base, size_t size, void *data, bool write);
bool               77 uspace/lib/posix/include/libc/ddi.h extern void pio_trace_log(const volatile void *, uint64_t val, bool write);
bool               83 uspace/lib/posix/include/libc/device/hw_res.h 			bool relative;
bool               90 uspace/lib/posix/include/libc/device/hw_res.h 			bool relative;
bool              149 uspace/lib/posix/include/libc/fibril_synch.h 	bool closed;
bool              169 uspace/lib/posix/include/libc/fibril_synch.h extern bool fibril_mutex_trylock(fibril_mutex_t *);
bool              171 uspace/lib/posix/include/libc/fibril_synch.h extern bool fibril_mutex_is_locked(fibril_mutex_t *);
bool              178 uspace/lib/posix/include/libc/fibril_synch.h extern bool fibril_rwlock_is_read_locked(fibril_rwlock_t *);
bool              179 uspace/lib/posix/include/libc/fibril_synch.h extern bool fibril_rwlock_is_write_locked(fibril_rwlock_t *);
bool              180 uspace/lib/posix/include/libc/fibril_synch.h extern bool fibril_rwlock_is_locked(fibril_rwlock_t *);
bool               46 uspace/lib/posix/include/libc/ieee_double.h 	bool is_special;
bool               48 uspace/lib/posix/include/libc/ieee_double.h 	bool is_nan;
bool               49 uspace/lib/posix/include/libc/ieee_double.h 	bool is_negative;
bool               51 uspace/lib/posix/include/libc/ieee_double.h 	bool is_infinity;
bool               53 uspace/lib/posix/include/libc/ieee_double.h 	bool is_denormal;
bool               59 uspace/lib/posix/include/libc/ieee_double.h 	bool is_accuracy_step;
bool               83 uspace/lib/posix/include/libc/io/table.h 	bool header_row;
bool               62 uspace/lib/posix/include/libc/ipc/vfs.h 	bool concurrent_read_write;
bool               63 uspace/lib/posix/include/libc/ipc/vfs.h 	bool write_retains_size;
bool               86 uspace/lib/posix/include/libc/refcount.h static inline bool refcount_down(atomic_refcount_t *rc)
bool               86 uspace/lib/posix/include/libc/rtld/dynamic.h 	bool symbolic;
bool               87 uspace/lib/posix/include/libc/rtld/dynamic.h 	bool text_rel;
bool               88 uspace/lib/posix/include/libc/rtld/dynamic.h 	bool bind_now;
bool               62 uspace/lib/posix/include/libc/stacktrace.h extern bool stacktrace_fp_valid(stacktrace_t *, uintptr_t);
bool              149 uspace/lib/posix/include/libc/time.h extern bool ts_gt(const struct timespec *, const struct timespec *);
bool              150 uspace/lib/posix/include/libc/time.h extern bool ts_gteq(const struct timespec *, const struct timespec *);
bool               62 uspace/lib/posix/include/libc/tls.h static inline bool __tcb_is_set(void)
bool               34 uspace/lib/posix/include/libc/tmpfile.h extern int __tmpfile_templ(char *, bool);
bool               47 uspace/lib/posix/include/libc/types/casting.h static inline bool can_cast_size_t_to_int(size_t val)
bool               75 uspace/lib/posix/include/libc/types/rtld/module.h 	bool relocated;
bool               85 uspace/lib/posix/include/libc/types/rtld/module.h 	bool bfs_tag;
bool               87 uspace/lib/posix/include/libc/types/rtld/module.h 	bool local;
bool               89 uspace/lib/posix/include/libc/types/rtld/module.h 	bool exec;
bool               48 uspace/lib/posix/include/libc/uuid.h extern errno_t uuid_format(uuid_t *, char **, bool);
bool               61 uspace/lib/posix/include/libc/vfs/vfs.h 	bool is_file;
bool               62 uspace/lib/posix/include/libc/vfs/vfs.h 	bool is_directory;
bool               84 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_clone(int, int, bool, int *);
bool              105 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_receive_handle(bool, int *);
bool              132 uspace/lib/posix/src/fnmatch.c static bool _get_delimited(
bool              136 uspace/lib/posix/src/fnmatch.c 	const bool noescape = (flags & FNM_NOESCAPE) != 0;
bool              137 uspace/lib/posix/src/fnmatch.c 	const bool pathname = (flags & FNM_PATHNAME) != 0;
bool              218 uspace/lib/posix/src/fnmatch.c static bool _is_in_class (const char *cname, int c)
bool              278 uspace/lib/posix/src/fnmatch.c 	const bool noescape = (flags & FNM_NOESCAPE) != 0;
bool              279 uspace/lib/posix/src/fnmatch.c 	const bool pathname = (flags & FNM_PATHNAME) != 0;
bool              339 uspace/lib/posix/src/fnmatch.c 	const bool pathname = (flags & FNM_PATHNAME) != 0;
bool              340 uspace/lib/posix/src/fnmatch.c 	const bool special_period = (flags & FNM_PERIOD) != 0;
bool              342 uspace/lib/posix/src/fnmatch.c 	bool negative = false;
bool              421 uspace/lib/posix/src/fnmatch.c static bool _partial_match(const char **pattern, const char **string, int flags)
bool              428 uspace/lib/posix/src/fnmatch.c 	const bool pathname = (flags & FNM_PATHNAME) != 0;
bool              429 uspace/lib/posix/src/fnmatch.c 	const bool special_period = (flags & FNM_PERIOD) != 0;
bool              430 uspace/lib/posix/src/fnmatch.c 	const bool noescape = (flags & FNM_NOESCAPE) != 0;
bool              431 uspace/lib/posix/src/fnmatch.c 	const bool leading_dir = (flags & FNM_LEADING_DIR) != 0;
bool              523 uspace/lib/posix/src/fnmatch.c static bool _full_match(const char *pattern, const char *string, int flags)
bool              525 uspace/lib/posix/src/fnmatch.c 	const bool pathname = (flags & FNM_PATHNAME) != 0;
bool              526 uspace/lib/posix/src/fnmatch.c 	const bool special_period = (flags & FNM_PERIOD) != 0;
bool              527 uspace/lib/posix/src/fnmatch.c 	const bool leading_dir = (flags & FNM_LEADING_DIR) != 0;
bool              549 uspace/lib/posix/src/fnmatch.c 		bool matched = false;
bool              617 uspace/lib/posix/src/fnmatch.c 	bool result = _full_match(pattern, string, flags);
bool               60 uspace/lib/posix/src/internal/common.h static inline bool failed(int rc)
bool               41 uspace/lib/posix/src/pwd.c static bool entry_read = false;
bool              376 uspace/lib/posix/src/stdio.c static bool is_appropriate_tmpdir(const char *dir)
bool               57 uspace/lib/sif/src/sif.c static errno_t sif_import_node(sif_node_t *, FILE *, sif_node_t **, bool *);
bool               69 uspace/lib/sif/src/sif.c static bool sif_is_name_start_char(char c)
bool               79 uspace/lib/sif/src/sif.c static bool sif_is_name_char(char c)
bool              229 uspace/lib/sif/src/sif.c 	bool endtag;
bool              943 uspace/lib/sif/src/sif.c     bool *rendtag)
bool              949 uspace/lib/sif/src/sif.c 	bool endtag;
bool              950 uspace/lib/sif/src/sif.c 	bool cendtag;
bool               52 uspace/lib/system/private/system.h 	bool cb_done;
bool               68 uspace/lib/system/test/system.c 	bool shutdown_called;
bool               69 uspace/lib/system/test/system.c 	bool shutdown_complete_called;
bool               70 uspace/lib/system/test/system.c 	bool shutdown_failed_called;
bool               56 uspace/lib/tbarcfg/include/tbarcfg/tbarcfg.h extern bool smenu_entry_get_terminal(smenu_entry_t *);
bool               57 uspace/lib/tbarcfg/include/tbarcfg/tbarcfg.h extern bool smenu_entry_get_separator(smenu_entry_t *);
bool               60 uspace/lib/tbarcfg/include/tbarcfg/tbarcfg.h extern void smenu_entry_set_terminal(smenu_entry_t *, bool);
bool               62 uspace/lib/tbarcfg/include/tbarcfg/tbarcfg.h     bool, smenu_entry_t **);
bool               59 uspace/lib/tbarcfg/private/tbarcfg.h 	bool separator;
bool               65 uspace/lib/tbarcfg/private/tbarcfg.h 	bool terminal;
bool              368 uspace/lib/tbarcfg/src/tbarcfg.c bool smenu_entry_get_terminal(smenu_entry_t *entry)
bool              379 uspace/lib/tbarcfg/src/tbarcfg.c bool smenu_entry_get_separator(smenu_entry_t *entry)
bool              440 uspace/lib/tbarcfg/src/tbarcfg.c void smenu_entry_set_terminal(smenu_entry_t *entry, bool terminal)
bool              498 uspace/lib/tbarcfg/src/tbarcfg.c     const char *cmd, bool terminal, smenu_entry_t **rentry)
bool               40 uspace/lib/tbarcfg/test/tbarcfg.c 	bool notified;
bool              209 uspace/lib/tbarcfg/test/tbarcfg.c 	bool terminal;
bool              240 uspace/lib/tbarcfg/test/tbarcfg.c 	bool terminal;
bool              306 uspace/lib/tbarcfg/test/tbarcfg.c 	bool terminal;
bool              130 uspace/lib/termui/include/termui.h bool termui_get_cursor_visibility(const termui_t *termui);
bool              131 uspace/lib/termui/include/termui.h void termui_set_cursor_visibility(termui_t *termui, bool visible);
bool              135 uspace/lib/termui/include/termui.h bool termui_scrollback_is_active(const termui_t *termui);
bool               41 uspace/lib/termui/src/history.c static bool _lines_empty(struct line_buffer *lines)
bool              116 uspace/lib/termui/src/history.c static bool _index_valid(const struct history *history, size_t idx)
bool              144 uspace/lib/termui/src/history.c 	bool head = (history->viewport_top == lines->head);
bool              256 uspace/lib/termui/src/history.c static bool _cell_buffer_fits_line(const struct cell_buffer *cells, size_t len)
bool              291 uspace/lib/termui/src/history.c 	bool viewport_inactive = (history->viewport_top == lines->tail);
bool              402 uspace/lib/termui/src/history.c bool _scrollback_active(const struct history *history)
bool              714 uspace/lib/termui/src/history.c void _history_append_row(struct history *history, const termui_cell_t *b, bool last)
bool               34 uspace/lib/termui/src/history.h static bool _cell_is_empty(const termui_cell_t cell)
bool               77 uspace/lib/termui/src/history.h 	bool append;
bool               80 uspace/lib/termui/src/history.h INTERNAL bool _scrollback_active(const struct history *history);
bool               81 uspace/lib/termui/src/history.h INTERNAL void _history_append_row(struct history *history, const termui_cell_t *b, bool last);
bool               45 uspace/lib/termui/src/termui.c 	bool cursor_visible;
bool               60 uspace/lib/termui/src/termui.c 	bool overflow;
bool              105 uspace/lib/termui/src/termui.c 	bool last = !_overflow_flag(termui, 0);
bool              518 uspace/lib/termui/src/termui.c bool termui_scrollback_is_active(const termui_t *termui)
bool              582 uspace/lib/termui/src/termui.c void termui_set_cursor_visibility(termui_t *termui, bool visible)
bool              593 uspace/lib/termui/src/termui.c bool termui_get_cursor_visibility(const termui_t *termui)
bool              653 uspace/lib/termui/src/termui.c 	bool cursor_visible = termui->cursor_visible;
bool              189 uspace/lib/trackmod/types/trackmod.h 	bool pat_break;
bool              193 uspace/lib/trackmod/types/trackmod.h 	bool debug;
bool               46 uspace/lib/ui/include/types/ui/checkbox.h 	void (*switched)(ui_checkbox_t *, void *, bool);
bool               56 uspace/lib/ui/include/types/ui/testctl.h 	bool destroy;
bool               59 uspace/lib/ui/include/types/ui/testctl.h 	bool paint;
bool               62 uspace/lib/ui/include/types/ui/testctl.h 	bool kbd;
bool               67 uspace/lib/ui/include/types/ui/testctl.h 	bool pos;
bool               72 uspace/lib/ui/include/types/ui/testctl.h 	bool unfocus;
bool               54 uspace/lib/ui/include/ui/checkbox.h extern bool ui_checkbox_get_checked(ui_checkbox_t *);
bool               55 uspace/lib/ui/include/ui/checkbox.h extern void ui_checkbox_set_checked(ui_checkbox_t *, bool);
bool               52 uspace/lib/ui/include/ui/entry.h extern void ui_entry_set_read_only(ui_entry_t *, bool);
bool               64 uspace/lib/ui/include/ui/entry.h extern void ui_entry_seek_start(ui_entry_t *, bool);
bool               65 uspace/lib/ui/include/ui/entry.h extern void ui_entry_seek_end(ui_entry_t *, bool);
bool               66 uspace/lib/ui/include/ui/entry.h extern void ui_entry_seek_prev_char(ui_entry_t *, bool);
bool               67 uspace/lib/ui/include/ui/entry.h extern void ui_entry_seek_next_char(ui_entry_t *, bool);
bool               46 uspace/lib/ui/include/ui/filelist.h extern errno_t ui_file_list_create(ui_window_t *, bool, ui_file_list_t **);
bool               46 uspace/lib/ui/include/ui/list.h extern errno_t ui_list_create(ui_window_t *, bool, ui_list_t **);
bool               72 uspace/lib/ui/include/ui/list.h extern bool ui_list_is_active(ui_list_t *);
bool               56 uspace/lib/ui/include/ui/menu.h extern bool ui_menu_is_open(ui_menu_t *);
bool               64 uspace/lib/ui/include/ui/menubar.h extern void ui_menu_bar_select_first(ui_menu_bar_t *, bool, sysarg_t);
bool               65 uspace/lib/ui/include/ui/menubar.h extern void ui_menu_bar_select_last(ui_menu_bar_t *, bool, sysarg_t);
bool               63 uspace/lib/ui/include/ui/menudd.h extern bool ui_menu_dd_is_open(ui_menu_dd_t *);
bool               53 uspace/lib/ui/include/ui/menuentry.h extern void ui_menu_entry_set_disabled(ui_menu_entry_t *, bool);
bool               54 uspace/lib/ui/include/ui/menuentry.h extern bool ui_menu_entry_is_disabled(ui_menu_entry_t *);
bool               66 uspace/lib/ui/include/ui/menuentry.h extern bool ui_menu_entry_selectable(ui_menu_entry_t *);
bool               57 uspace/lib/ui/include/ui/pbutton.h extern void ui_pbutton_set_default(ui_pbutton_t *, bool);
bool               58 uspace/lib/ui/include/ui/pbutton.h extern bool ui_pbutton_get_light(ui_pbutton_t *);
bool               59 uspace/lib/ui/include/ui/pbutton.h extern void ui_pbutton_set_light(ui_pbutton_t *, bool);
bool               46 uspace/lib/ui/include/ui/resource.h extern errno_t ui_resource_create(gfx_context_t *, bool, ui_resource_t **);
bool               52 uspace/lib/ui/include/ui/resource.h extern bool ui_resource_is_textmode(ui_resource_t *);
bool               57 uspace/lib/ui/include/ui/tab.h extern bool ui_tab_is_selected(ui_tab_t *);
bool               54 uspace/lib/ui/include/ui/ui.h extern bool ui_is_textmode(ui_t *);
bool               55 uspace/lib/ui/include/ui/ui.h extern bool ui_is_fullscreen(ui_t *);
bool               59 uspace/lib/ui/include/ui/ui.h extern bool ui_is_suspended(ui_t *);
bool               54 uspace/lib/ui/include/ui/wdecor.h extern void ui_wdecor_set_active(ui_wdecor_t *, bool);
bool               55 uspace/lib/ui/include/ui/wdecor.h extern void ui_wdecor_set_maximized(ui_wdecor_t *, bool);
bool               57 uspace/lib/ui/include/ui/wdecor.h extern void ui_wdecor_sysmenu_hdl_set_active(ui_wdecor_t *, bool);
bool               61 uspace/lib/ui/private/checkbox.h 	bool checked;
bool               63 uspace/lib/ui/private/checkbox.h 	bool held;
bool               65 uspace/lib/ui/private/checkbox.h 	bool inside;
bool               45 uspace/lib/ui/private/dummygc.h 	bool bm_created;
bool               46 uspace/lib/ui/private/dummygc.h 	bool bm_destroyed;
bool               51 uspace/lib/ui/private/dummygc.h 	bool bm_rendered;
bool               52 uspace/lib/ui/private/dummygc.h 	bool bm_got_alloc;
bool               59 uspace/lib/ui/private/dummygc.h 	bool myalloc;
bool               58 uspace/lib/ui/private/entry.h 	bool read_only;
bool               68 uspace/lib/ui/private/entry.h 	bool pointer_inside;
bool               70 uspace/lib/ui/private/entry.h 	bool active;
bool               72 uspace/lib/ui/private/entry.h 	bool held;
bool               74 uspace/lib/ui/private/entry.h 	bool lshift_held;
bool               76 uspace/lib/ui/private/entry.h 	bool rshift_held;
bool              100 uspace/lib/ui/private/entry.h extern void ui_entry_scroll_update(ui_entry_t *, bool);
bool               53 uspace/lib/ui/private/filelist.h 	bool isdir;
bool               69 uspace/lib/ui/private/filelist.h 	bool isdir;
bool              104 uspace/lib/ui/private/filelist.h extern bool ui_file_list_is_active(ui_file_list_t *);
bool              105 uspace/lib/ui/private/list.h 	bool active;
bool               61 uspace/lib/ui/private/menubar.h 	bool active;
bool               72 uspace/lib/ui/private/menubar.h extern void ui_menu_bar_select(ui_menu_bar_t *, ui_menu_dd_t *, bool, sysarg_t);
bool               73 uspace/lib/ui/private/menubar.h extern void ui_menu_bar_select_sysmenu(ui_menu_bar_t *, bool, sysarg_t);
bool               56 uspace/lib/ui/private/menuentry.h 	bool disabled;
bool               58 uspace/lib/ui/private/menuentry.h 	bool separator;
bool               60 uspace/lib/ui/private/menuentry.h 	bool held;
bool               62 uspace/lib/ui/private/menuentry.h 	bool inside;
bool               66 uspace/lib/ui/private/pbutton.h 	bool isdefault;
bool               68 uspace/lib/ui/private/pbutton.h 	bool light;
bool               70 uspace/lib/ui/private/pbutton.h 	bool held;
bool               72 uspace/lib/ui/private/pbutton.h 	bool inside;
bool               74 uspace/lib/ui/private/rbutton.h 	bool held;
bool               76 uspace/lib/ui/private/rbutton.h 	bool inside;
bool               59 uspace/lib/ui/private/resource.h 	bool textmode;
bool               70 uspace/lib/ui/private/scrollbar.h 	bool thumb_held;
bool               72 uspace/lib/ui/private/scrollbar.h 	bool upper_trough_held;
bool               74 uspace/lib/ui/private/scrollbar.h 	bool upper_trough_inside;
bool               76 uspace/lib/ui/private/scrollbar.h 	bool lower_trough_held;
bool               78 uspace/lib/ui/private/scrollbar.h 	bool lower_trough_inside;
bool               59 uspace/lib/ui/private/slider.h 	bool held;
bool               82 uspace/lib/ui/private/tab.h     gfx_coord_t, gfx_color_t *, gfx_color_t *, bool, gfx_rect_t *);
bool               62 uspace/lib/ui/private/ui.h 	bool myoutput;
bool               64 uspace/lib/ui/private/ui.h 	bool suspended;
bool               66 uspace/lib/ui/private/ui.h 	bool quit;
bool               65 uspace/lib/ui/private/wdecor.h 	bool active;
bool               67 uspace/lib/ui/private/wdecor.h 	bool maximized;
bool               69 uspace/lib/ui/private/wdecor.h 	bool sysmenu_hdl_active;
bool              156 uspace/lib/ui/src/checkbox.c bool ui_checkbox_get_checked(ui_checkbox_t *checkbox)
bool              166 uspace/lib/ui/src/checkbox.c void ui_checkbox_set_checked(ui_checkbox_t *checkbox, bool checked)
bool              183 uspace/lib/ui/src/checkbox.c 	bool depressed;
bool              260 uspace/lib/ui/src/checkbox.c 	bool depressed;
bool              396 uspace/lib/ui/src/checkbox.c 	bool inside;
bool              169 uspace/lib/ui/src/entry.c void ui_entry_set_read_only(ui_entry_t *entry, bool read_only)
bool              965 uspace/lib/ui/src/entry.c void ui_entry_seek_start(ui_entry_t *entry, bool shift)
bool              981 uspace/lib/ui/src/entry.c void ui_entry_seek_end(ui_entry_t *entry, bool shift)
bool              997 uspace/lib/ui/src/entry.c void ui_entry_seek_prev_char(ui_entry_t *entry, bool shift)
bool             1018 uspace/lib/ui/src/entry.c void ui_entry_seek_next_char(ui_entry_t *entry, bool shift)
bool             1063 uspace/lib/ui/src/entry.c void ui_entry_scroll_update(ui_entry_t *entry, bool realign)
bool               81 uspace/lib/ui/src/filelist.c errno_t ui_file_list_create(ui_window_t *window, bool active,
bool              172 uspace/lib/ui/src/filelist.c bool ui_file_list_is_active(ui_file_list_t *flist)
bool               92 uspace/lib/ui/src/list.c errno_t ui_list_create(ui_window_t *window, bool active,
bool              582 uspace/lib/ui/src/list.c bool ui_list_is_active(ui_list_t *list)
bool              236 uspace/lib/ui/src/menu.c bool ui_menu_is_open(ui_menu_t *menu)
bool              272 uspace/lib/ui/src/menubar.c void ui_menu_bar_select(ui_menu_bar_t *mbar, ui_menu_dd_t *mdd, bool openup,
bool              277 uspace/lib/ui/src/menubar.c 	bool was_open;
bool              320 uspace/lib/ui/src/menubar.c void ui_menu_bar_select_first(ui_menu_bar_t *mbar, bool openup,
bool              335 uspace/lib/ui/src/menubar.c void ui_menu_bar_select_last(ui_menu_bar_t *mbar, bool openup,
bool              350 uspace/lib/ui/src/menubar.c void ui_menu_bar_select_sysmenu(ui_menu_bar_t *mbar, bool openup,
bool              370 uspace/lib/ui/src/menubar.c 	bool sel_sysmenu = false;
bool              371 uspace/lib/ui/src/menubar.c 	bool was_open;
bool              410 uspace/lib/ui/src/menubar.c 	bool sel_sysmenu = false;
bool              411 uspace/lib/ui/src/menubar.c 	bool was_open;
bool              234 uspace/lib/ui/src/menudd.c bool ui_menu_dd_is_open(ui_menu_dd_t *mdd)
bool              185 uspace/lib/ui/src/menuentry.c void ui_menu_entry_set_disabled(ui_menu_entry_t *mentry, bool disabled)
bool              195 uspace/lib/ui/src/menuentry.c bool ui_menu_entry_is_disabled(ui_menu_entry_t *mentry)
bool              471 uspace/lib/ui/src/menuentry.c bool ui_menu_entry_selectable(ui_menu_entry_t *mentry)
bool              574 uspace/lib/ui/src/menuentry.c 	bool inside;
bool              185 uspace/lib/ui/src/pbutton.c void ui_pbutton_set_default(ui_pbutton_t *pbutton, bool isdefault)
bool              195 uspace/lib/ui/src/pbutton.c bool ui_pbutton_get_light(ui_pbutton_t *pbutton)
bool              205 uspace/lib/ui/src/pbutton.c void ui_pbutton_set_light(ui_pbutton_t *pbutton, bool light)
bool              350 uspace/lib/ui/src/pbutton.c 	bool depressed;
bool              436 uspace/lib/ui/src/pbutton.c 	bool depressed;
bool              611 uspace/lib/ui/src/pbutton.c 	bool inside;
bool              198 uspace/lib/ui/src/rbutton.c 	bool depressed;
bool              307 uspace/lib/ui/src/rbutton.c 	bool depressed;
bool              464 uspace/lib/ui/src/rbutton.c 	bool inside;
bool              621 uspace/lib/ui/src/resource.c errno_t ui_resource_create(gfx_context_t *gc, bool textmode,
bool              718 uspace/lib/ui/src/resource.c bool ui_resource_is_textmode(ui_resource_t *resource)
bool              801 uspace/lib/ui/src/scrollbar.c 	bool inside_up;
bool              802 uspace/lib/ui/src/scrollbar.c 	bool inside_down;
bool              234 uspace/lib/ui/src/tab.c bool ui_tab_is_selected(ui_tab_t *tab)
bool              408 uspace/lib/ui/src/tab.c     bool selected, gfx_rect_t *irect)
bool              555 uspace/lib/ui/src/ui.c bool ui_is_suspended(ui_t *ui)
bool              604 uspace/lib/ui/src/ui.c bool ui_is_textmode(ui_t *ui)
bool              618 uspace/lib/ui/src/ui.c bool ui_is_fullscreen(ui_t *ui)
bool              272 uspace/lib/ui/src/wdecor.c void ui_wdecor_set_active(ui_wdecor_t *wdecor, bool active)
bool              284 uspace/lib/ui/src/wdecor.c void ui_wdecor_set_maximized(ui_wdecor_t *wdecor, bool maximized)
bool              410 uspace/lib/ui/src/wdecor.c void ui_wdecor_sysmenu_hdl_set_active(ui_wdecor_t *wdecor, bool active)
bool              875 uspace/lib/ui/src/wdecor.c 	bool textmode;
bool              934 uspace/lib/ui/src/wdecor.c 	bool eleft, eright;
bool              935 uspace/lib/ui/src/wdecor.c 	bool etop, ebottom;
bool              936 uspace/lib/ui/src/wdecor.c 	bool edge;
bool              937 uspace/lib/ui/src/wdecor.c 	bool cleft, cright;
bool              938 uspace/lib/ui/src/wdecor.c 	bool ctop, cbottom;
bool              127 uspace/lib/ui/src/window.c static errno_t ui_window_cursor_set_visible(void *, bool);
bool             1787 uspace/lib/ui/src/window.c static errno_t ui_window_cursor_set_visible(void *arg, bool visible)
bool               64 uspace/lib/ui/test/checkbox.c static void test_checkbox_switched(ui_checkbox_t *, void *, bool);
bool               74 uspace/lib/ui/test/checkbox.c 	bool bm_created;
bool               75 uspace/lib/ui/test/checkbox.c 	bool bm_destroyed;
bool               80 uspace/lib/ui/test/checkbox.c 	bool bm_rendered;
bool               81 uspace/lib/ui/test/checkbox.c 	bool bm_got_alloc;
bool               87 uspace/lib/ui/test/checkbox.c 	bool myalloc;
bool               91 uspace/lib/ui/test/checkbox.c 	bool switched;
bool              641 uspace/lib/ui/test/checkbox.c     bool checked)
bool               55 uspace/lib/ui/test/filedialog.c 	bool bok;
bool               57 uspace/lib/ui/test/filedialog.c 	bool bcancel;
bool               58 uspace/lib/ui/test/filedialog.c 	bool close;
bool               47 uspace/lib/ui/test/filelist.c 	bool activate_req;
bool               50 uspace/lib/ui/test/filelist.c 	bool selected;
bool               59 uspace/lib/ui/test/fixed.c 	bool destroy;
bool               61 uspace/lib/ui/test/fixed.c 	bool paint;
bool               63 uspace/lib/ui/test/fixed.c 	bool pos;
bool               67 uspace/lib/ui/test/fixed.c 	bool unfocus;
bool               65 uspace/lib/ui/test/label.c 	bool bm_created;
bool               66 uspace/lib/ui/test/label.c 	bool bm_destroyed;
bool               71 uspace/lib/ui/test/label.c 	bool bm_rendered;
bool               72 uspace/lib/ui/test/label.c 	bool bm_got_alloc;
bool               78 uspace/lib/ui/test/label.c 	bool myalloc;
bool               82 uspace/lib/ui/test/label.c 	bool clicked;
bool               47 uspace/lib/ui/test/list.c 	bool activate_req;
bool               50 uspace/lib/ui/test/list.c 	bool selected;
bool               49 uspace/lib/ui/test/menu.c 	bool left_called;
bool               50 uspace/lib/ui/test/menu.c 	bool right_called;
bool               51 uspace/lib/ui/test/menu.c 	bool close_req_called;
bool               52 uspace/lib/ui/test/menu.c 	bool press_accel_called;
bool              245 uspace/lib/ui/test/menu.c 	bool open;
bool              322 uspace/lib/ui/test/menudd.c 	bool open;
bool               48 uspace/lib/ui/test/menuentry.c 	bool activated;
bool               53 uspace/lib/ui/test/msgdialog.c 	bool button;
bool               55 uspace/lib/ui/test/msgdialog.c 	bool close;
bool               61 uspace/lib/ui/test/paint.c 	bool bm_created;
bool               62 uspace/lib/ui/test/paint.c 	bool bm_destroyed;
bool               67 uspace/lib/ui/test/paint.c 	bool bm_rendered;
bool               68 uspace/lib/ui/test/paint.c 	bool bm_got_alloc;
bool               74 uspace/lib/ui/test/paint.c 	bool myalloc;
bool               78 uspace/lib/ui/test/pbutton.c 	bool bm_created;
bool               79 uspace/lib/ui/test/pbutton.c 	bool bm_destroyed;
bool               84 uspace/lib/ui/test/pbutton.c 	bool bm_rendered;
bool               85 uspace/lib/ui/test/pbutton.c 	bool bm_got_alloc;
bool               91 uspace/lib/ui/test/pbutton.c 	bool myalloc;
bool               95 uspace/lib/ui/test/pbutton.c 	bool clicked;
bool               96 uspace/lib/ui/test/pbutton.c 	bool down;
bool               97 uspace/lib/ui/test/pbutton.c 	bool up;
bool               76 uspace/lib/ui/test/popup.c 	bool close;
bool               77 uspace/lib/ui/test/popup.c 	bool focus;
bool               78 uspace/lib/ui/test/popup.c 	bool kbd;
bool               80 uspace/lib/ui/test/popup.c 	bool paint;
bool               81 uspace/lib/ui/test/popup.c 	bool pos;
bool               83 uspace/lib/ui/test/popup.c 	bool unfocus;
bool               89 uspace/lib/ui/test/popup.c 	bool paint;
bool               90 uspace/lib/ui/test/popup.c 	bool pos;
bool               92 uspace/lib/ui/test/popup.c 	bool unfocus;
bool               55 uspace/lib/ui/test/promptdialog.c 	bool bok;
bool               57 uspace/lib/ui/test/promptdialog.c 	bool bcancel;
bool               58 uspace/lib/ui/test/promptdialog.c 	bool close;
bool               74 uspace/lib/ui/test/rbutton.c 	bool bm_created;
bool               75 uspace/lib/ui/test/rbutton.c 	bool bm_destroyed;
bool               80 uspace/lib/ui/test/rbutton.c 	bool bm_rendered;
bool               81 uspace/lib/ui/test/rbutton.c 	bool bm_got_alloc;
bool               87 uspace/lib/ui/test/rbutton.c 	bool myalloc;
bool               91 uspace/lib/ui/test/rbutton.c 	bool selected;
bool               56 uspace/lib/ui/test/resource.c 	bool bm_created;
bool               57 uspace/lib/ui/test/resource.c 	bool bm_destroyed;
bool               62 uspace/lib/ui/test/resource.c 	bool bm_rendered;
bool               63 uspace/lib/ui/test/resource.c 	bool bm_got_alloc;
bool               69 uspace/lib/ui/test/resource.c 	bool myalloc;
bool               73 uspace/lib/ui/test/resource.c 	bool expose;
bool               64 uspace/lib/ui/test/scrollbar.c 	bool up;
bool               65 uspace/lib/ui/test/scrollbar.c 	bool down;
bool               66 uspace/lib/ui/test/scrollbar.c 	bool page_up;
bool               67 uspace/lib/ui/test/scrollbar.c 	bool page_down;
bool               68 uspace/lib/ui/test/scrollbar.c 	bool moved;
bool               57 uspace/lib/ui/test/selectdialog.c 	bool bok;
bool               59 uspace/lib/ui/test/selectdialog.c 	bool bcancel;
bool               60 uspace/lib/ui/test/selectdialog.c 	bool close;
bool               74 uspace/lib/ui/test/slider.c 	bool bm_created;
bool               75 uspace/lib/ui/test/slider.c 	bool bm_destroyed;
bool               80 uspace/lib/ui/test/slider.c 	bool bm_rendered;
bool               81 uspace/lib/ui/test/slider.c 	bool bm_got_alloc;
bool               87 uspace/lib/ui/test/slider.c 	bool myalloc;
bool               91 uspace/lib/ui/test/slider.c 	bool moved;
bool               97 uspace/lib/ui/test/wdecor.c 	bool bm_created;
bool               98 uspace/lib/ui/test/wdecor.c 	bool bm_destroyed;
bool              103 uspace/lib/ui/test/wdecor.c 	bool bm_rendered;
bool              104 uspace/lib/ui/test/wdecor.c 	bool bm_got_alloc;
bool              110 uspace/lib/ui/test/wdecor.c 	bool myalloc;
bool              114 uspace/lib/ui/test/wdecor.c 	bool sysmenu_open;
bool              115 uspace/lib/ui/test/wdecor.c 	bool sysmenu_left;
bool              116 uspace/lib/ui/test/wdecor.c 	bool sysmenu_right;
bool              117 uspace/lib/ui/test/wdecor.c 	bool sysmenu_accel;
bool              118 uspace/lib/ui/test/wdecor.c 	bool minimize;
bool              119 uspace/lib/ui/test/wdecor.c 	bool maximize;
bool              120 uspace/lib/ui/test/wdecor.c 	bool unmaximize;
bool              121 uspace/lib/ui/test/wdecor.c 	bool close;
bool              122 uspace/lib/ui/test/wdecor.c 	bool move;
bool              127 uspace/lib/ui/test/wdecor.c 	bool resize;
bool              129 uspace/lib/ui/test/wdecor.c 	bool set_cursor;
bool               88 uspace/lib/ui/test/window.c 	bool sysmenu;
bool               90 uspace/lib/ui/test/window.c 	bool minimize;
bool               91 uspace/lib/ui/test/window.c 	bool maximize;
bool               92 uspace/lib/ui/test/window.c 	bool unmaximize;
bool               93 uspace/lib/ui/test/window.c 	bool close;
bool               94 uspace/lib/ui/test/window.c 	bool focus;
bool               96 uspace/lib/ui/test/window.c 	bool kbd;
bool               98 uspace/lib/ui/test/window.c 	bool paint;
bool               99 uspace/lib/ui/test/window.c 	bool pos;
bool              101 uspace/lib/ui/test/window.c 	bool unfocus;
bool              103 uspace/lib/ui/test/window.c 	bool resize;
bool              109 uspace/lib/ui/test/window.c 	bool paint;
bool              110 uspace/lib/ui/test/window.c 	bool pos;
bool              112 uspace/lib/ui/test/window.c 	bool unfocus;
bool               39 uspace/lib/uri/internal/ctype.h static inline bool is_unreserved(char c)
bool               45 uspace/lib/uri/internal/ctype.h static inline bool is_hexdig(char c)
bool               51 uspace/lib/uri/internal/ctype.h static inline bool is_subdelim(char c)
bool               71 uspace/lib/uri/internal/ctype.h static inline bool is_gendelim(char c)
bool               87 uspace/lib/uri/internal/ctype.h static inline bool is_reserved(char c)
bool              174 uspace/lib/uri/uri.c bool uri_scheme_validate(const char *str)
bool              220 uspace/lib/uri/uri.c bool uri_user_info_validate(const char *str)
bool              240 uspace/lib/uri/uri.c bool uri_port_validate(const char *str)
bool              248 uspace/lib/uri/uri.c bool uri_validate(uri_t *uri)
bool               52 uspace/lib/uri/uri.h extern bool uri_scheme_validate(const char *);
bool               55 uspace/lib/uri/uri.h extern bool uri_user_info_validate(const char *);
bool               57 uspace/lib/uri/uri.h extern bool uri_port_validate(const char *);
bool               58 uspace/lib/uri/uri.h extern bool uri_validate(uri_t *);
bool              107 uspace/lib/usb/include/usb/dma_buffer.h static inline bool dma_buffer_is_set(const dma_buffer_t *db)
bool               61 uspace/lib/usb/include/usb/usb.h static inline bool usb_speed_is_11(const usb_speed_t s)
bool               66 uspace/lib/usb/include/usb/usb.h static inline bool usb_speed_is_valid(const usb_speed_t s)
bool              102 uspace/lib/usb/include/usb/usb.h static inline bool usb_address_is_valid(usb_address_t a)
bool              123 uspace/lib/usb/include/usb/usb.h static inline bool usb_endpoint_is_valid(usb_endpoint_t ep)
bool              134 uspace/lib/usb/include/usb/usb.h static inline bool usb_target_is_valid(const usb_target_t *target)
bool              148 uspace/lib/usb/include/usb/usb.h static inline bool usb_target_same(usb_target_t a, usb_target_t b)
bool               74 uspace/lib/usb/src/dma_buffer.c static bool cache_find(const void *v, uintptr_t *p)
bool               93 uspace/lib/usb/src/dma_buffer.c 	const bool need_4gib = !!(policy & DMA_POLICY_4GiB);
bool              167 uspace/lib/usb/src/dma_buffer.c static bool dma_buffer_is_4gib(dma_buffer_t *db, size_t size)
bool              175 uspace/lib/usb/src/dump.c 	bool self_powered = d->attributes & 64;
bool              176 uspace/lib/usb/src/dump.c 	bool remote_wakeup = d->attributes & 32;
bool               60 uspace/lib/usbdev/include/usb/dev/pipes.h 	bool auto_reset_halt;
bool               99 uspace/lib/usbdev/include/usb/dev/pipes.h 	bool present;
bool               75 uspace/lib/usbdev/include/usb/dev/poll.h 	bool (*on_data)(usb_device_t *dev, uint8_t *data, size_t data_size,
bool              104 uspace/lib/usbdev/include/usb/dev/poll.h 	bool auto_clear_halt;
bool              115 uspace/lib/usbdev/include/usb/dev/poll.h 	void (*on_polling_end)(usb_device_t *dev, bool due_to_errors,
bool              125 uspace/lib/usbdev/include/usb/dev/poll.h 	bool (*on_error)(usb_device_t *dev, errno_t err_code, void *arg);
bool              137 uspace/lib/usbdev/include/usb/dev/poll.h 	volatile bool running;
bool              140 uspace/lib/usbdev/include/usb/dev/poll.h 	volatile bool joining;
bool              159 uspace/lib/usbdev/src/devpoll.c 			const bool carry_on = !polling->on_error ? true :
bool              172 uspace/lib/usbdev/src/devpoll.c 		const bool carry_on = polling->on_data(polling->device,
bool              192 uspace/lib/usbdev/src/devpoll.c 	const bool failed = failed_attempts > 0;
bool               80 uspace/lib/usbdev/src/dp.c static bool is_valid_descriptor_pointer(const usb_dp_parser_data_t *data,
bool              151 uspace/lib/usbdev/src/dp.c static bool is_nested_descriptor_type(const usb_dp_parser_t *parser,
bool              172 uspace/lib/usbdev/src/dp.c static bool is_nested_descriptor(const usb_dp_parser_t *parser,
bool               70 uspace/lib/usbdev/src/pipes.c 	bool is_control;	// Only for checking purposes
bool               72 uspace/lib/usbdev/src/pipesinit.c static inline bool is_endpoint_descriptor(const uint8_t *descriptor)
bool               82 uspace/lib/usbdev/src/pipesinit.c static inline bool is_superspeed_companion_descriptor(const uint8_t *descriptor)
bool               93 uspace/lib/usbdev/src/pipesinit.c static bool endpoint_fits_description(const usb_endpoint_description_t *wanted,
bool              138 uspace/lib/usbdev/src/pipesinit.c 		bool interface_number_fits = (mapping->interface_no < 0) ||
bool              141 uspace/lib/usbdev/src/pipesinit.c 		bool interface_setting_fits = (mapping->interface_setting < 0) ||
bool              144 uspace/lib/usbdev/src/pipesinit.c 		bool endpoint_descriptions_fits = endpoint_fits_description(
bool               92 uspace/lib/usbhost/include/usb/host/bus.h 	volatile bool online;
bool               85 uspace/lib/usbhost/include/usb/host/endpoint.h 	bool online;
bool               52 uspace/lib/usbhost/include/usb/host/usb2_bus.h 	bool address_occupied [USB_ADDRESS_COUNT];
bool               83 uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h 	bool is_bounced;
bool              119 uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h bool usb_transfer_batch_bounce_required(usb_transfer_batch_t *);
bool              609 uspace/lib/usbhost/src/bus.c 	bool done;
bool              126 uspace/lib/usbhost/src/ddf_helpers.c static errno_t default_address_reservation(ddf_fun_t *fun, bool reserve)
bool              105 uspace/lib/usbhost/src/usb_transfer_batch.c bool usb_transfer_batch_bounce_required(usb_transfer_batch_t *batch)
bool              302 uspace/lib/usbhost/src/utility.c 	bool running;
bool              216 uspace/lib/usbvirt/include/usbvirt/device.h 	bool self_powered;
bool              218 uspace/lib/usbvirt/include/usbvirt/device.h 	bool remote_wakeup;
bool               65 uspace/lib/usbvirt/include/usbvirt/ipc.h extern bool usbvirt_is_usbvirt_method(sysarg_t);
bool               66 uspace/lib/usbvirt/include/usbvirt/ipc.h extern bool usbvirt_ipc_handle_call(usbvirt_device_t *, ipc_call_t *);
bool               66 uspace/lib/usbvirt/src/device.c 		bool processed = usbvirt_ipc_handle_call(DEV, &call);
bool              256 uspace/lib/usbvirt/src/ipc_dev.c bool usbvirt_ipc_handle_call(usbvirt_device_t *dev, ipc_call_t *call)
bool               38 uspace/lib/virtio/virtio-pci.c static bool check_bar(virtio_dev_t *vdev, uint8_t bar, uint32_t offset,
bool              161 uspace/lib/virtio/virtio-pci.h 		bool mapped;
bool              186 uspace/lib/virtio/virtio-pci.h extern errno_t virtio_setup_dma_bufs(unsigned int, size_t, bool, void *[],
bool              201 uspace/lib/virtio/virtio-pci.h extern bool virtio_virtq_consume_used(virtio_dev_t *, uint16_t, uint16_t *,
bool               58 uspace/lib/virtio/virtio.c     bool write, void *buf[], uintptr_t buf_p[])
bool              188 uspace/lib/virtio/virtio.c bool virtio_virtq_consume_used(virtio_dev_t *vdev, uint16_t num,
bool              152 uspace/lib/vt/include/vt/vt100.h 	bool enable_rgb;
bool              184 uspace/lib/vt/include/vt/vt100.h extern void vt100_cursor_visibility(vt100_t *, bool);
bool              185 uspace/lib/vt/include/vt/vt100.h extern void vt100_set_button_reporting(vt100_t *, bool);
bool              307 uspace/lib/vt/src/vt100.c void vt100_cursor_visibility(vt100_t *vt, bool visible)
bool              320 uspace/lib/vt/src/vt100.c void vt100_set_button_reporting(vt100_t *vt, bool enable)
bool               53 uspace/lib/wndmgt/private/wndmgt.h 	bool cb_done;
bool               82 uspace/lib/wndmgt/test/wndmgt.c 	bool get_window_list_called;
bool               85 uspace/lib/wndmgt/test/wndmgt.c 	bool get_window_info_called;
bool               89 uspace/lib/wndmgt/test/wndmgt.c 	bool activate_window_called;
bool               93 uspace/lib/wndmgt/test/wndmgt.c 	bool close_window_called;
bool               96 uspace/lib/wndmgt/test/wndmgt.c 	bool get_event_called;
bool               98 uspace/lib/wndmgt/test/wndmgt.c 	bool window_added_called;
bool              101 uspace/lib/wndmgt/test/wndmgt.c 	bool window_removed_called;
bool              104 uspace/lib/wndmgt/test/wndmgt.c 	bool window_changed_called;
bool               53 uspace/srv/audio/hound/audio_device.c static errno_t device_sink_connection_callback(audio_sink_t *sink, bool new);
bool               54 uspace/srv/audio/hound/audio_device.c static errno_t device_source_connection_callback(audio_source_t *source, bool new);
bool               60 uspace/srv/audio/hound/audio_device.c static inline bool is_running(audio_device_t *dev)
bool              155 uspace/srv/audio/hound/audio_device.c static errno_t device_sink_connection_callback(audio_sink_t *sink, bool new)
bool              219 uspace/srv/audio/hound/audio_device.c static errno_t device_source_connection_callback(audio_source_t *source, bool new)
bool               59 uspace/srv/audio/hound/audio_sink.c     errno_t (*connection_change)(audio_sink_t *, bool),
bool               65 uspace/srv/audio/hound/audio_sink.h 	errno_t (*connection_change)(audio_sink_t *, bool);
bool               83 uspace/srv/audio/hound/audio_sink.h     errno_t (*connection_change)(audio_sink_t *, bool),
bool               59 uspace/srv/audio/hound/audio_source.c     errno_t (*connection_change)(audio_source_t *, bool new),
bool               57 uspace/srv/audio/hound/audio_source.h 	errno_t (*connection_change)(audio_source_t *source, bool added);
bool               73 uspace/srv/audio/hound/audio_source.h     errno_t (*connection_change)(audio_source_t *, bool),
bool              146 uspace/srv/audio/hound/hound_ctx.c bool hound_ctx_is_record(hound_ctx_t *ctx)
bool               67 uspace/srv/audio/hound/hound_ctx.h bool hound_ctx_is_record(hound_ctx_t *ctx);
bool               46 uspace/srv/audio/hound/iface.c     const char *name, bool record)
bool               79 uspace/srv/audio/hound/iface.c static bool iface_is_record_context(void *server, hound_context_id_t id)
bool              148 uspace/srv/bd/rd/rd.c static bool rd_init(void)
bool              158 uspace/srv/bd/vbd/disk.c 	bool already_known;
bool              474 uspace/srv/bd/vbd/disk.c 	bool block_inited = false;
bool              105 uspace/srv/bd/vbd/types/vbd.h 	bool present;
bool              142 uspace/srv/devman/devman.h 	bool passed_to_driver;
bool               62 uspace/srv/devman/devtree.c static bool devman_devices_key_equal(const void *key, const ht_link_t *item)
bool               69 uspace/srv/devman/devtree.c static bool devman_functions_key_equal(const void *key, const ht_link_t *item)
bool               88 uspace/srv/devman/devtree.c static bool loc_functions_key_equal(const void *key, const ht_link_t *item)
bool              124 uspace/srv/devman/devtree.c bool create_root_nodes(dev_tree_t *tree)
bool              182 uspace/srv/devman/devtree.c bool init_device_tree(dev_tree_t *tree, driver_list_t *drivers_list)
bool              201 uspace/srv/devman/devtree.c 	bool rc = assign_driver(rdev, drivers_list, tree);
bool              216 uspace/srv/devman/devtree.c bool insert_dev_node(dev_tree_t *tree, dev_node_t *dev, fun_node_t *pfun)
bool              265 uspace/srv/devman/devtree.c bool insert_fun_node(dev_tree_t *tree, fun_node_t *fun, char *fun_name,
bool               41 uspace/srv/devman/devtree.h extern bool init_device_tree(dev_tree_t *, driver_list_t *);
bool               42 uspace/srv/devman/devtree.h extern bool create_root_nodes(dev_tree_t *);
bool               43 uspace/srv/devman/devtree.h extern bool insert_dev_node(dev_tree_t *, dev_node_t *, fun_node_t *);
bool               45 uspace/srv/devman/devtree.h extern bool insert_fun_node(dev_tree_t *, fun_node_t *, char *, dev_node_t *);
bool              115 uspace/srv/devman/driver.c bool get_driver_info(const char *base_path, const char *name, driver_t *drv)
bool              122 uspace/srv/devman/driver.c 	bool suc = false;
bool              324 uspace/srv/devman/driver.c bool start_driver(driver_t *drv)
bool              575 uspace/srv/devman/driver.c bool assign_driver(dev_node_t *dev, driver_list_t *drivers_list,
bool              603 uspace/srv/devman/driver.c 	bool is_running = drv->state == DRIVER_RUNNING;
bool               42 uspace/srv/devman/driver.h extern bool get_driver_info(const char *, const char *, driver_t *);
bool               46 uspace/srv/devman/driver.h extern bool assign_driver(dev_node_t *, driver_list_t *, dev_tree_t *);
bool               51 uspace/srv/devman/driver.h extern bool start_driver(driver_t *);
bool              168 uspace/srv/devman/fun.c bool set_fun_path(dev_tree_t *tree, fun_node_t *fun, fun_node_t *parent)
bool              205 uspace/srv/devman/fun.c 	bool is_absolute = path[0] == '/';
bool              220 uspace/srv/devman/fun.c 	bool cont = (rel_path[1] != '\0');
bool               50 uspace/srv/devman/fun.h extern bool set_fun_path(dev_tree_t *, fun_node_t *, fun_node_t *);
bool              282 uspace/srv/devman/main.c static bool devman_init(void)
bool              138 uspace/srv/devman/match.c bool parse_match_ids(char *buf, match_id_list_t *ids)
bool              193 uspace/srv/devman/match.c bool read_match_ids(const char *conf_path, match_id_list_t *ids)
bool              197 uspace/srv/devman/match.c 	bool suc = false;
bool              199 uspace/srv/devman/match.c 	bool opened = false;
bool               44 uspace/srv/devman/match.h extern bool parse_match_ids(char *, match_id_list_t *);
bool               45 uspace/srv/devman/match.h extern bool read_match_ids(const char *, match_id_list_t *);
bool               68 uspace/srv/devman/util.c bool skip_spaces(char **buf)
bool               43 uspace/srv/devman/util.h extern bool skip_spaces(char **);
bool              248 uspace/srv/fs/cdfs/cdfs_ops.c 	bool processed;           /**< If all children have been read */
bool              300 uspace/srv/fs/cdfs/cdfs_ops.c static bool nodes_key_equal(const void *k, const ht_link_t *item)
bool              763 uspace/srv/fs/cdfs/cdfs_ops.c static errno_t cdfs_has_children(bool *has_children, fs_node_t *fn)
bool              792 uspace/srv/fs/cdfs/cdfs_ops.c static bool cdfs_is_directory(fs_node_t *fn)
bool              798 uspace/srv/fs/cdfs/cdfs_ops.c static bool cdfs_is_file(fs_node_t *fn)
bool              858 uspace/srv/fs/cdfs/cdfs_ops.c 	bool match;
bool             1211 uspace/srv/fs/cdfs/cdfs_ops.c static bool rm_service_id_nodes(ht_link_t *item, void *arg)
bool             1348 uspace/srv/fs/cdfs/cdfs_ops.c static bool cache_remove_closed(ht_link_t *item, void *arg)
bool             1439 uspace/srv/fs/cdfs/cdfs_ops.c bool cdfs_init(void)
bool               38 uspace/srv/fs/cdfs/cdfs_ops.h extern bool cdfs_init(void);
bool              116 uspace/srv/fs/exfat/exfat.h 	bool parent_fragmented;
bool              149 uspace/srv/fs/exfat/exfat.h 	bool			dirty;
bool              151 uspace/srv/fs/exfat/exfat.h 	bool			fragmented;
bool              158 uspace/srv/fs/exfat/exfat.h 	bool		lastc_cached_valid;
bool              161 uspace/srv/fs/exfat/exfat.h 	bool		currc_cached_valid;
bool               57 uspace/srv/fs/exfat/exfat_bitmap.c 	bool alloc;
bool              112 uspace/srv/fs/exfat/exfat_dentry.c bool exfat_valid_char(char32_t ch)
bool              133 uspace/srv/fs/exfat/exfat_dentry.c bool exfat_valid_name(const char *name)
bool              159 uspace/srv/fs/exfat/exfat_dentry.h extern bool exfat_valid_char(char32_t);
bool              160 uspace/srv/fs/exfat/exfat_dentry.h extern bool exfat_valid_name(const char *);
bool               78 uspace/srv/fs/exfat/exfat_directory.c     service_id_t service_id, exfat_cluster_t firstc, bool fragmented)
bool               50 uspace/srv/fs/exfat/exfat_directory.h 	bool last;
bool               51 uspace/srv/fs/exfat/exfat_directory.h 	bool fragmented;
bool               58 uspace/srv/fs/exfat/exfat_directory.h     exfat_cluster_t, bool);
bool              189 uspace/srv/fs/exfat/exfat_fat.c     service_id_t service_id, bool fragmented, exfat_cluster_t fcl,
bool               68 uspace/srv/fs/exfat/exfat_fat.h     bool, exfat_cluster_t, exfat_cluster_t *, aoff64_t, int);
bool               88 uspace/srv/fs/exfat/exfat_idx.c static unused_t *unused_find(service_id_t service_id, bool lock)
bool              141 uspace/srv/fs/exfat/exfat_idx.c static bool pos_key_equal(const void *key, const ht_link_t *item)
bool              182 uspace/srv/fs/exfat/exfat_idx.c static bool idx_key_equal(const void *key_arg, const ht_link_t *item)
bool              206 uspace/srv/fs/exfat/exfat_idx.c static bool exfat_index_alloc(service_id_t service_id, fs_index_t *index)
bool              509 uspace/srv/fs/exfat/exfat_idx.c static bool rm_pos_service_id(ht_link_t *item, void *arg)
bool              521 uspace/srv/fs/exfat/exfat_idx.c static bool rm_idx_service_id(ht_link_t *item, void *arg)
bool               85 uspace/srv/fs/exfat/exfat_ops.c static errno_t exfat_has_children(bool *, fs_node_t *);
bool               89 uspace/srv/fs/exfat/exfat_ops.c static bool exfat_is_directory(fs_node_t *);
bool               90 uspace/srv/fs/exfat/exfat_ops.c static bool exfat_is_file(fs_node_t *node);
bool              600 uspace/srv/fs/exfat/exfat_ops.c 	bool destroy = false;
bool              682 uspace/srv/fs/exfat/exfat_ops.c 	bool has_children;
bool              788 uspace/srv/fs/exfat/exfat_ops.c 	bool has_children;
bool              839 uspace/srv/fs/exfat/exfat_ops.c errno_t exfat_has_children(bool *has_children, fs_node_t *fn)
bool              900 uspace/srv/fs/exfat/exfat_ops.c bool exfat_is_directory(fs_node_t *fn)
bool              905 uspace/srv/fs/exfat/exfat_ops.c bool exfat_is_file(fs_node_t *fn)
bool              243 uspace/srv/fs/fat/fat.h 	bool			dirty;
bool              250 uspace/srv/fs/fat/fat.h 	bool		lastc_cached_valid;
bool              253 uspace/srv/fs/fat/fat.h 	bool		currc_cached_valid;
bool              259 uspace/srv/fs/fat/fat.h 	bool lfn_enabled;
bool              124 uspace/srv/fs/fat/fat_dentry.c 	bool lower_name = true;
bool              125 uspace/srv/fs/fat/fat_dentry.c 	bool lower_ext = true;
bool              381 uspace/srv/fs/fat/fat_dentry.c bool fat_valid_name(const char *name)
bool              385 uspace/srv/fs/fat/fat_dentry.c 	bool result = true;
bool              396 uspace/srv/fs/fat/fat_dentry.c bool fat_valid_short_name(const char *name)
bool              400 uspace/srv/fs/fat/fat_dentry.c 	bool dot_found = false;
bool              155 uspace/srv/fs/fat/fat_dentry.h extern bool fat_valid_name(const char *);
bool              156 uspace/srv/fs/fat/fat_dentry.h extern bool fat_valid_short_name(const char *);
bool              159 uspace/srv/fs/fat/fat_directory.c 	bool long_entry = false;
bool              242 uspace/srv/fs/fat/fat_directory.c 	bool flag = false;
bool              505 uspace/srv/fs/fat/fat_directory.c bool fat_directory_is_sfn_exist(fat_directory_t *di, fat_dentry_t *de)
bool               50 uspace/srv/fs/fat/fat_directory.h 	bool last;
bool               66 uspace/srv/fs/fat/fat_directory.h extern bool fat_directory_is_sfn_exist(fat_directory_t *, fat_dentry_t *);
bool              471 uspace/srv/fs/fat/fat_fat.c 	bool border = false;
bool               88 uspace/srv/fs/fat/fat_idx.c static unused_t *unused_find(service_id_t service_id, bool lock)
bool              141 uspace/srv/fs/fat/fat_idx.c static bool pos_key_equal(const void *key, const ht_link_t *item)
bool              182 uspace/srv/fs/fat/fat_idx.c static bool idx_key_equal(const void *key_arg, const ht_link_t *item)
bool              206 uspace/srv/fs/fat/fat_idx.c static bool fat_index_alloc(service_id_t service_id, fs_index_t *index)
bool              508 uspace/srv/fs/fat/fat_idx.c static bool rm_pos_service_id(ht_link_t *item, void *arg)
bool              520 uspace/srv/fs/fat/fat_idx.c static bool rm_idx_service_id(ht_link_t *item, void *arg)
bool               85 uspace/srv/fs/fat/fat_ops.c static errno_t fat_has_children(bool *, fs_node_t *);
bool               89 uspace/srv/fs/fat/fat_ops.c static bool fat_is_directory(fs_node_t *);
bool               90 uspace/srv/fs/fat/fat_ops.c static bool fat_is_file(fs_node_t *node);
bool              460 uspace/srv/fs/fat/fat_ops.c 	bool destroy = false;
bool              545 uspace/srv/fs/fat/fat_ops.c 	bool has_children;
bool              703 uspace/srv/fs/fat/fat_ops.c 	bool has_children;
bool              756 uspace/srv/fs/fat/fat_ops.c errno_t fat_has_children(bool *has_children, fs_node_t *fn)
bool              830 uspace/srv/fs/fat/fat_ops.c bool fat_is_directory(fs_node_t *fn)
bool              835 uspace/srv/fs/fat/fat_ops.c bool fat_is_file(fs_node_t *fn)
bool               85 uspace/srv/fs/locfs/locfs_ops.c static bool services_key_equal(const void *key, const ht_link_t *item)
bool              346 uspace/srv/fs/locfs/locfs_ops.c static errno_t locfs_has_children(bool *has_children, fs_node_t *fn)
bool              407 uspace/srv/fs/locfs/locfs_ops.c static bool locfs_is_directory(fs_node_t *fn)
bool              414 uspace/srv/fs/locfs/locfs_ops.c static bool locfs_is_file(fs_node_t *fn)
bool              451 uspace/srv/fs/locfs/locfs_ops.c bool locfs_init(void)
bool               38 uspace/srv/fs/locfs/locfs_ops.h extern bool locfs_init(void);
bool              103 uspace/srv/fs/mfs/mfs.h 	bool long_names;
bool              104 uspace/srv/fs/mfs/mfs.h 	bool native;
bool              112 uspace/srv/fs/mfs/mfs.h 	bool nfree_zones_valid;
bool              137 uspace/srv/fs/mfs/mfs.h 	bool dirty;
bool              233 uspace/srv/fs/mfs/mfs.h conv16(bool native, uint16_t n);
bool              236 uspace/srv/fs/mfs/mfs.h conv32(bool native, uint32_t n);
bool              239 uspace/srv/fs/mfs/mfs.h conv64(bool native, uint64_t n);
bool               38 uspace/srv/fs/mfs/mfs_balloc.c     const bool native, unsigned start_bit);
bool              376 uspace/srv/fs/mfs/mfs_balloc.c     const bool native, unsigned start_bit)
bool               51 uspace/srv/fs/mfs/mfs_dentry.c 	const bool longnames = sbi->long_names;
bool              207 uspace/srv/fs/mfs/mfs_dentry.c 	bool empty_dentry_found = false;
bool              237 uspace/srv/fs/mfs/mfs_inode.c 	const bool native = sbi->native;
bool              281 uspace/srv/fs/mfs/mfs_inode.c 	const bool native = sbi->native;
bool               42 uspace/srv/fs/mfs/mfs_ops.c static bool check_magic_number(uint16_t magic, bool *native,
bool               43 uspace/srv/fs/mfs/mfs_ops.c     mfs_version_t *version, bool *longfilenames);
bool               50 uspace/srv/fs/mfs/mfs_ops.c static bool mfs_is_directory(fs_node_t *fsnode);
bool               51 uspace/srv/fs/mfs/mfs_ops.c static bool mfs_is_file(fs_node_t *fsnode);
bool               52 uspace/srv/fs/mfs/mfs_ops.c static errno_t mfs_has_children(bool *has_children, fs_node_t *fsnode);
bool               66 uspace/srv/fs/mfs/mfs_ops.c static bool is_power_of_two(uint32_t n);
bool              116 uspace/srv/fs/mfs/mfs_ops.c static bool
bool              151 uspace/srv/fs/mfs/mfs_ops.c 	bool native, longnames;
bool              676 uspace/srv/fs/mfs/mfs_ops.c static bool
bool              683 uspace/srv/fs/mfs/mfs_ops.c static bool
bool              703 uspace/srv/fs/mfs/mfs_ops.c 	bool destroy_dentry = false;
bool              753 uspace/srv/fs/mfs/mfs_ops.c 	bool has_children;
bool              791 uspace/srv/fs/mfs/mfs_ops.c mfs_has_children(bool *has_children, fs_node_t *fsnode)
bool             1038 uspace/srv/fs/mfs/mfs_ops.c 	bool has_children;
bool             1102 uspace/srv/fs/mfs/mfs_ops.c static bool
bool             1103 uspace/srv/fs/mfs/mfs_ops.c check_magic_number(uint16_t magic, bool *native,
bool             1104 uspace/srv/fs/mfs/mfs_ops.c     mfs_version_t *version, bool *longfilenames)
bool             1106 uspace/srv/fs/mfs/mfs_ops.c 	bool rc = true;
bool             1183 uspace/srv/fs/mfs/mfs_ops.c static bool
bool               38 uspace/srv/fs/mfs/mfs_rw.c     bool write_mode, uint32_t w_block);
bool              103 uspace/srv/fs/mfs/mfs_rw.c     bool write_mode, uint32_t w_block)
bool              115 uspace/srv/fs/mfs/mfs_rw.c 	const bool deleting = write_mode && (w_block == 0);
bool               37 uspace/srv/fs/mfs/mfs_utils.c conv16(bool native, uint16_t n)
bool               46 uspace/srv/fs/mfs/mfs_utils.c conv32(bool native, uint32_t n)
bool               55 uspace/srv/fs/mfs/mfs_utils.c conv64(bool native, uint64_t n)
bool               74 uspace/srv/fs/tmpfs/tmpfs.h extern bool tmpfs_init(void);
bool               81 uspace/srv/fs/tmpfs/tmpfs_ops.c static errno_t tmpfs_has_children(bool *has_children, fs_node_t *fn)
bool              102 uspace/srv/fs/tmpfs/tmpfs_ops.c static bool tmpfs_is_directory(fs_node_t *fn)
bool              107 uspace/srv/fs/tmpfs/tmpfs_ops.c static bool tmpfs_is_file(fs_node_t *fn)
bool              161 uspace/srv/fs/tmpfs/tmpfs_ops.c static bool nodes_key_equal(const void *key_arg, const ht_link_t *item)
bool              218 uspace/srv/fs/tmpfs/tmpfs_ops.c bool tmpfs_init(void)
bool              226 uspace/srv/fs/tmpfs/tmpfs_ops.c static bool tmpfs_instance_init(service_id_t service_id)
bool              238 uspace/srv/fs/tmpfs/tmpfs_ops.c static bool rm_service_id_nodes(ht_link_t *item, void *arg)
bool              479 uspace/srv/fs/udf/udf_file.c 	bool buf_flag;
bool               71 uspace/srv/fs/udf/udf_idx.c static bool udf_idx_key_equal(const void *k, const ht_link_t *item)
bool              193 uspace/srv/fs/udf/udf_ops.c static errno_t udf_has_children(bool *has_children, fs_node_t *fn)
bool              226 uspace/srv/fs/udf/udf_ops.c static bool udf_is_directory(fs_node_t *fn)
bool              235 uspace/srv/fs/udf/udf_ops.c static bool udf_is_file(fs_node_t *fn)
bool               57 uspace/srv/fs/udf/udf_osta.c static bool legal_check(uint16_t ch)
bool              133 uspace/srv/fs/udf/udf_osta.c 	bool needs_crc = false;
bool              134 uspace/srv/fs/udf/udf_osta.c 	bool has_ext = false;
bool              273 uspace/srv/fs/udf/udf_osta.c 	bool is_osta_typ0 = (chsp->type == 0) &&
bool              105 uspace/srv/fs/udf/udf_volume.c 	bool nsr_found = false;
bool              254 uspace/srv/fs/udf/udf_volume.c static bool udf_check_prevailing_pvd(udf_primary_volume_descriptor_t *pvd,
bool              294 uspace/srv/fs/udf/udf_volume.c static bool udf_check_prevailing_lvd(udf_logical_volume_descriptor_t *lvd,
bool              331 uspace/srv/fs/udf/udf_volume.c static bool udf_check_prevailing_pd(udf_partition_descriptor_t *pd, size_t cnt,
bool               96 uspace/srv/hid/console/console.c static bool active = false;
bool              157 uspace/srv/hid/console/console.c static void cons_set_cursor_visibility(con_srv_t *, bool);
bool              368 uspace/srv/hid/console/console.c 	bool alt;
bool              369 uspace/srv/hid/console/console.c 	bool shift;
bool              401 uspace/srv/hid/console/console.c 	bool upd_pointer;
bool              510 uspace/srv/hid/console/console.c static void cons_set_cursor_vis(console_t *cons, bool visible)
bool              686 uspace/srv/hid/console/console.c static void cons_set_cursor_visibility(con_srv_t *srv, bool visible)
bool              900 uspace/srv/hid/console/console.c static bool console_srv_init(char *input_svc, char *output_svc)
bool               56 uspace/srv/hid/display/output.c 	bool already_known;
bool              322 uspace/srv/hid/display/seat.c 	bool alt_or_shift;
bool               49 uspace/srv/hid/display/test/cfgclient.c 	bool *called_cb = (bool *) arg;
bool               76 uspace/srv/hid/display/test/cfgclient.c 	bool called_cb = NULL;
bool              115 uspace/srv/hid/display/test/cfgclient.c 	bool called_cb = NULL;
bool              154 uspace/srv/hid/display/test/cfgclient.c 	bool called_cb = NULL;
bool               51 uspace/srv/hid/display/test/client.c 	bool *called_cb = (bool *) arg;
bool               86 uspace/srv/hid/display/test/client.c 	bool called_cb = NULL;
bool              137 uspace/srv/hid/display/test/client.c 	bool called_cb = NULL;
bool              185 uspace/srv/hid/display/test/client.c 	bool called_cb = NULL;
bool              244 uspace/srv/hid/display/test/client.c 	bool called_cb = NULL;
bool              306 uspace/srv/hid/display/test/client.c 	bool called_cb = NULL;
bool              374 uspace/srv/hid/display/test/client.c 	bool called_cb = NULL;
bool              442 uspace/srv/hid/display/test/client.c 	bool called_cb = NULL;
bool              512 uspace/srv/hid/display/test/client.c 	bool called_cb = NULL;
bool              573 uspace/srv/hid/display/test/client.c 	bool called_cb = NULL;
bool               64 uspace/srv/hid/display/test/clonegc.c 	bool set_clip_rect_called;
bool               67 uspace/srv/hid/display/test/clonegc.c 	bool set_color_called;
bool               70 uspace/srv/hid/display/test/clonegc.c 	bool fill_rect_called;
bool               73 uspace/srv/hid/display/test/clonegc.c 	bool bm_created;
bool               74 uspace/srv/hid/display/test/clonegc.c 	bool bm_destroyed;
bool               79 uspace/srv/hid/display/test/clonegc.c 	bool bm_rendered;
bool               80 uspace/srv/hid/display/test/clonegc.c 	bool bm_got_alloc;
bool               86 uspace/srv/hid/display/test/clonegc.c 	bool myalloc;
bool               58 uspace/srv/hid/display/test/cursor.c 	bool render_called;
bool               66 uspace/srv/hid/display/test/display.c 	bool *called_cb = (bool *) arg;
bool               72 uspace/srv/hid/display/test/display.c 	bool *called_cb = (bool *) arg;
bool               78 uspace/srv/hid/display/test/display.c 	bool *called_cb = (bool *) arg;
bool              169 uspace/srv/hid/display/test/display.c 	bool called_cb = false;
bool              240 uspace/srv/hid/display/test/display.c 	bool called_cb = false;
bool              311 uspace/srv/hid/display/test/display.c 	bool called_cb = false;
bool              355 uspace/srv/hid/display/test/display.c 	bool called_cb = false;
bool              466 uspace/srv/hid/display/test/display.c 	bool called_cb = false;
bool              514 uspace/srv/hid/display/test/display.c 	bool called_cb = false;
bool              582 uspace/srv/hid/display/test/display.c 	bool called_cb = false;
bool               51 uspace/srv/hid/display/test/seat.c 	bool *called_cb = (bool *) arg;
bool               63 uspace/srv/hid/display/test/seat.c 	bool called_cb = false;
bool              103 uspace/srv/hid/display/test/seat.c 	bool called_cb = false;
bool              148 uspace/srv/hid/display/test/seat.c 	bool called_cb = false;
bool              189 uspace/srv/hid/display/test/seat.c 	bool called_cb = false;
bool              240 uspace/srv/hid/display/test/seat.c 	bool called_cb = false;
bool              290 uspace/srv/hid/display/test/seat.c 	bool called_cb = false;
bool              336 uspace/srv/hid/display/test/seat.c 	bool called_cb = false;
bool              377 uspace/srv/hid/display/test/seat.c 	bool called_cb = false;
bool              426 uspace/srv/hid/display/test/seat.c 	bool called_cb = false;
bool              469 uspace/srv/hid/display/test/seat.c 	bool called_cb = false;
bool              523 uspace/srv/hid/display/test/seat.c 	bool called_cb = false;
bool              590 uspace/srv/hid/display/test/seat.c 	bool called_cb = false;
bool              683 uspace/srv/hid/display/test/seat.c 	bool called_cb = false;
bool               49 uspace/srv/hid/display/test/wmclient.c 	bool *called_cb = (bool *) arg;
bool               76 uspace/srv/hid/display/test/wmclient.c 	bool called_cb = NULL;
bool              115 uspace/srv/hid/display/test/wmclient.c 	bool called_cb = NULL;
bool              154 uspace/srv/hid/display/test/wmclient.c 	bool called_cb = NULL;
bool              193 uspace/srv/hid/display/test/wmclient.c 	bool called_cb = NULL;
bool              104 uspace/srv/hid/display/types/display/display.h 	bool ievent_quit;
bool              106 uspace/srv/hid/display/types/display/display.h 	bool ievent_done;
bool              240 uspace/srv/hid/display/window.c bool ds_window_is_visible(ds_window_t *wnd)
bool              403 uspace/srv/hid/display/window.c 	bool oldr;
bool              404 uspace/srv/hid/display/window.c 	bool newr;
bool              624 uspace/srv/hid/display/window.c 	bool alt_or_shift;
bool              650 uspace/srv/hid/display/window.c 	bool inside;
bool             1198 uspace/srv/hid/display/window.c bool ds_window_orig_seat(ds_window_t *wnd, sysarg_t idev_id)
bool               58 uspace/srv/hid/display/window.h extern bool ds_window_is_visible(ds_window_t *);
bool               83 uspace/srv/hid/display/window.h extern bool ds_window_orig_seat(ds_window_t *, sysarg_t);
bool               78 uspace/srv/hid/input/gsp.c static bool trans_key_equal(const void *key, const ht_link_t *item)
bool               83 uspace/srv/hid/input/input.c 	bool active;
bool               94 uspace/srv/hid/input/input.c static bool active = true;
bool              585 uspace/srv/hid/input/input.c 	bool match = false;
bool              675 uspace/srv/hid/input/input.c 	bool already_known;
bool              726 uspace/srv/hid/input/input.c 	bool already_known;
bool              777 uspace/srv/hid/input/input.c 	bool already_known;
bool               46 uspace/srv/hid/input/input.h extern bool irc_service;
bool              371 uspace/srv/hid/input/layout/cz.c static bool key_is_mod(unsigned key)
bool               60 uspace/srv/hid/isdv4_tablet/isdv4.c typedef bool (*packet_consumer_fn)(uint8_t *packet, size_t size,
bool               72 uspace/srv/hid/isdv4_tablet/isdv4.c static bool parse_event(uint8_t *packet, size_t size, isdv4_state_t *state)
bool               77 uspace/srv/hid/isdv4_tablet/isdv4.c 	bool control_packet = ((packet[0] & CONTROL_PACKET) > 0);
bool               90 uspace/srv/hid/isdv4_tablet/isdv4.c 		bool finger1 = (packet[0] & FINGER1) > 0;
bool              119 uspace/srv/hid/isdv4_tablet/isdv4.c 		bool tip = packet[0] & TIP;
bool              120 uspace/srv/hid/isdv4_tablet/isdv4.c 		bool button1 = packet[0] & BUTTON1;
bool              121 uspace/srv/hid/isdv4_tablet/isdv4.c 		bool button2 = packet[0] & BUTTON2;
bool              122 uspace/srv/hid/isdv4_tablet/isdv4.c 		bool proximity = packet[0] & PROXIMITY;
bool              229 uspace/srv/hid/isdv4_tablet/isdv4.c static bool parse_response_stylus(uint8_t *packet, size_t size,
bool              235 uspace/srv/hid/isdv4_tablet/isdv4.c 	bool control_packet = ((packet[0] & CONTROL_PACKET) > 0);
bool              255 uspace/srv/hid/isdv4_tablet/isdv4.c static bool parse_response_touch(uint8_t *packet, size_t size,
bool              261 uspace/srv/hid/isdv4_tablet/isdv4.c 	bool control_packet = ((packet[0] & CONTROL_PACKET) > 0);
bool              289 uspace/srv/hid/isdv4_tablet/isdv4.c 	bool reading = true;
bool              353 uspace/srv/hid/isdv4_tablet/isdv4.c static bool write_command(chardev_t *chardev, uint8_t command)
bool               46 uspace/srv/hid/isdv4_tablet/isdv4.h 	bool stylus_tilt_supported;
bool               54 uspace/srv/hid/isdv4_tablet/isdv4.h 	bool stylus_in_proximity;
bool               55 uspace/srv/hid/isdv4_tablet/isdv4.h 	bool stylus_is_eraser;
bool               56 uspace/srv/hid/isdv4_tablet/isdv4.h 	bool tip_pressed; /* Reported as stylus button 1 */
bool               57 uspace/srv/hid/isdv4_tablet/isdv4.h 	bool button1_pressed; /* Reported as stylus button 2 */
bool               58 uspace/srv/hid/isdv4_tablet/isdv4.h 	bool button2_pressed; /* Reported as stylus button 3 */
bool               59 uspace/srv/hid/isdv4_tablet/isdv4.h 	bool finger1_pressed; /* Reported as touch button 1 */
bool              106 uspace/srv/hid/output/ctl/serial.c     sysarg_t prev_row, sysarg_t col, sysarg_t row, bool visible)
bool              118 uspace/srv/hid/output/output.c 	bool first;
bool              215 uspace/srv/hid/output/output.c 	bool visible = chargrid_get_cursor_visibility(buf);
bool              277 uspace/srv/hid/output/output.c static bool srv_update_scroll(outdev_t *dev, chargrid_t *buf)
bool              294 uspace/srv/hid/output/output.c 			bool update = false;
bool              336 uspace/srv/hid/output/output.c 				bool update = false;
bool               58 uspace/srv/hid/output/output.h 	    sysarg_t prev_row, sysarg_t col, sysarg_t row, bool visible);
bool               64 uspace/srv/hid/output/port/chardev.c static bool discovery_finished;
bool              112 uspace/srv/hid/output/port/chardev.c static bool find_output_dev(service_id_t *svcid)
bool              175 uspace/srv/hid/output/port/chardev.c 	bool found;
bool               67 uspace/srv/hid/output/port/ddev.c 	bool curs_visible;
bool              143 uspace/srv/hid/output/port/ddev.c 	bool inverted;
bool              215 uspace/srv/hid/output/port/ddev.c     sysarg_t prev_row, sysarg_t col, sysarg_t row, bool visible)
bool              150 uspace/srv/hid/output/port/ega.c     sysarg_t prev_row, sysarg_t col, sysarg_t row, bool visible)
bool               96 uspace/srv/hid/remcons/remcons.c static void remcons_cursor_visibility(con_srv_t *, bool);
bool              157 uspace/srv/hid/remcons/remcons.c static bool no_ctl;
bool              158 uspace/srv/hid/remcons/remcons.c static bool no_rgb;
bool              340 uspace/srv/hid/remcons/remcons.c static void remcons_cursor_visibility(con_srv_t *srv, bool visible)
bool              610 uspace/srv/hid/remcons/remcons.c static bool user_can_be_destroyed_no_lock(telnet_user_t *user)
bool               52 uspace/srv/hid/remcons/remcons.h 	bool enable_ctl;	/**< enable escape control sequences */
bool               53 uspace/srv/hid/remcons/remcons.h 	bool enable_rgb;	/**< enable RGB color setting */
bool               57 uspace/srv/hid/remcons/remcons.h 	bool curs_visible;	/**< cursor is visible */
bool              190 uspace/srv/hid/remcons/user.c bool telnet_user_is_zombie(telnet_user_t *user)
bool              193 uspace/srv/hid/remcons/user.c 	bool zombie = user->socket_closed || user->task_finished;
bool              248 uspace/srv/hid/remcons/user.c static bool telnet_user_byte_avail(telnet_user_t *user)
bool              411 uspace/srv/hid/remcons/user.c 		bool inside_telnet_command = false;
bool               86 uspace/srv/hid/remcons/user.h 	bool task_finished;
bool               88 uspace/srv/hid/remcons/user.h 	bool socket_closed;
bool              104 uspace/srv/hid/remcons/user.h extern bool telnet_user_is_zombie(telnet_user_t *);
bool               80 uspace/srv/hid/rfb/main.c 	bool myalloc;
bool              234 uspace/srv/hid/rfb/rfb.c 		bool free = ALPHA(rfb->palette[i]) == 0;
bool              490 uspace/srv/hid/rfb/rfb.c     bool incremental)
bool              158 uspace/srv/hid/rfb/rfb.h 	bool damage_valid;
bool              162 uspace/srv/hid/rfb/rfb.h 	bool supports_trle;
bool               93 uspace/srv/loader/main.c static bool connected = false;
bool              119 uspace/srv/locsrv/locsrv.c static bool loc_fqsn_split(const char *fqsn, char **ns_name, char **name)
bool             1178 uspace/srv/locsrv/locsrv.c 	bool fnd = false;
bool             1319 uspace/srv/locsrv/locsrv.c static bool loc_init(void)
bool               87 uspace/srv/logger/logger.h bool shall_log_message(logger_log_t *, log_level_t);
bool               93 uspace/srv/logger/logger.h bool register_log(logger_registered_logs_t *, logger_log_t *);
bool              186 uspace/srv/logger/logs.c bool shall_log_message(logger_log_t *log, log_level_t level)
bool              189 uspace/srv/logger/logs.c 	bool result = level <= get_actual_log_level(log);
bool              308 uspace/srv/logger/logs.c bool register_log(logger_registered_logs_t *logs, logger_log_t *new_log)
bool               73 uspace/srv/net/dhcp/dhcp.c bool inetcfg_inited = false;
bool              245 uspace/srv/net/dhcp/dhcp.c 	bool have_subnet_mask = false;
bool              246 uspace/srv/net/dhcp/dhcp.c 	bool have_server_id = false;
bool              172 uspace/srv/net/dnsrsrv/dns_msg.c 	bool first;
bool               66 uspace/srv/net/dnsrsrv/dns_type.h 	bool aa;
bool               68 uspace/srv/net/dnsrsrv/dns_type.h 	bool tc;
bool               70 uspace/srv/net/dnsrsrv/dns_type.h 	bool rd;
bool               72 uspace/srv/net/dnsrsrv/dns_type.h 	bool ra;
bool               67 uspace/srv/net/dnsrsrv/transport.c 	bool done;
bool              129 uspace/srv/net/ethip/atrans.c 	bool *timedout = (bool *)arg;
bool              141 uspace/srv/net/ethip/atrans.c 	bool timedout;
bool               62 uspace/srv/net/ethip/ethip_nic.c 	bool already_known;
bool              152 uspace/srv/net/ethip/ethip_nic.c 	bool in_list = false;
bool              408 uspace/srv/net/ethip/ethip_nic.c 		bool found = false;
bool               53 uspace/srv/net/inetsrv/inet_link.c static bool first_link = true;
bool               54 uspace/srv/net/inetsrv/inet_link.c static bool first_link6 = true;
bool              567 uspace/srv/net/inetsrv/inet_link.c 	bool already_known;
bool               95 uspace/srv/net/inetsrv/inetsrv.h 	bool df;
bool               97 uspace/srv/net/inetsrv/inetsrv.h 	bool mf;
bool              114 uspace/srv/net/inetsrv/inetsrv.h 	bool mac_valid;
bool              136 uspace/srv/net/inetsrv/inetsrv.h 	bool temp;
bool              151 uspace/srv/net/inetsrv/inetsrv.h 	bool temp;
bool              212 uspace/srv/net/inetsrv/pdu.c 	bool fragment;
bool               73 uspace/srv/net/inetsrv/reass.c static bool reass_dgram_complete(reass_dgram_t *);
bool              238 uspace/srv/net/inetsrv/reass.c static bool reass_dgram_complete(reass_dgram_t *rdg)
bool              116 uspace/srv/net/tcp/conn.c 	bool tqueue_inited = false;
bool              491 uspace/srv/net/tcp/conn.c bool tcp_conn_got_syn(tcp_conn_t *conn)
bool               55 uspace/srv/net/tcp/conn.h extern bool tcp_conn_got_syn(tcp_conn_t *);
bool               51 uspace/srv/net/tcp/rqueue.c static bool fibril_active;
bool               44 uspace/srv/net/tcp/seq_no.c static bool seq_no_le_lt(uint32_t a, uint32_t b, uint32_t c)
bool               54 uspace/srv/net/tcp/seq_no.c static bool seq_no_lt_le(uint32_t a, uint32_t b, uint32_t c)
bool               64 uspace/srv/net/tcp/seq_no.c bool seq_no_ack_acceptable(tcp_conn_t *conn, uint32_t seg_ack)
bool               75 uspace/srv/net/tcp/seq_no.c bool seq_no_ack_duplicate(tcp_conn_t *conn, uint32_t seg_ack)
bool               91 uspace/srv/net/tcp/seq_no.c bool seq_no_in_rcv_wnd(tcp_conn_t *conn, uint32_t sn)
bool              101 uspace/srv/net/tcp/seq_no.c bool seq_no_new_wnd_update(tcp_conn_t *conn, tcp_segment_t *seg)
bool              103 uspace/srv/net/tcp/seq_no.c 	bool n_seq, n_ack;
bool              129 uspace/srv/net/tcp/seq_no.c bool seq_no_segment_ready(tcp_conn_t *conn, tcp_segment_t *seg)
bool              144 uspace/srv/net/tcp/seq_no.c bool seq_no_segment_acked(tcp_conn_t *conn, tcp_segment_t *seg, uint32_t ack)
bool              155 uspace/srv/net/tcp/seq_no.c bool seq_no_syn_acked(tcp_conn_t *conn)
bool              166 uspace/srv/net/tcp/seq_no.c bool seq_no_segment_acceptable(tcp_conn_t *conn, tcp_segment_t *seg)
bool              168 uspace/srv/net/tcp/seq_no.c 	bool b_in, e_in;
bool              169 uspace/srv/net/tcp/seq_no.c 	bool wb_in, we_in;
bool               41 uspace/srv/net/tcp/seq_no.h extern bool seq_no_ack_acceptable(tcp_conn_t *, uint32_t);
bool               42 uspace/srv/net/tcp/seq_no.h extern bool seq_no_ack_duplicate(tcp_conn_t *, uint32_t);
bool               43 uspace/srv/net/tcp/seq_no.h extern bool seq_no_in_rcv_wnd(tcp_conn_t *, uint32_t);
bool               44 uspace/srv/net/tcp/seq_no.h extern bool seq_no_new_wnd_update(tcp_conn_t *, tcp_segment_t *);
bool               45 uspace/srv/net/tcp/seq_no.h extern bool seq_no_segment_acked(tcp_conn_t *, tcp_segment_t *, uint32_t);
bool               46 uspace/srv/net/tcp/seq_no.h extern bool seq_no_syn_acked(tcp_conn_t *);
bool               47 uspace/srv/net/tcp/seq_no.h extern bool seq_no_segment_ready(tcp_conn_t *, tcp_segment_t *);
bool               48 uspace/srv/net/tcp/seq_no.h extern bool seq_no_segment_acceptable(tcp_conn_t *, tcp_segment_t *);
bool              243 uspace/srv/net/tcp/tcp_type.h 	bool mapped;
bool              256 uspace/srv/net/tcp/tcp_type.h 	bool reset;
bool              258 uspace/srv/net/tcp/tcp_type.h 	bool deleted;
bool              263 uspace/srv/net/tcp/tcp_type.h 	bool fin_is_acked;
bool              281 uspace/srv/net/tcp/tcp_type.h 	bool rcv_buf_fin;
bool              292 uspace/srv/net/tcp/tcp_type.h 	bool snd_buf_fin;
bool              186 uspace/srv/net/tcp/tqueue.c 	bool send_fin;
bool              348 uspace/srv/net/udp/test/assoc.c 	bool received;
bool              391 uspace/srv/net/udp/test/assoc.c 	bool *received = (bool *) arg;
bool              125 uspace/srv/net/udp/udp_type.h 	bool reset;
bool              128 uspace/srv/net/udp/udp_type.h 	bool deleted;
bool              140 uspace/srv/net/udp/udp_type.h 	bool nolocal;
bool               63 uspace/srv/ns/clonable.c bool ns_service_is_clonable(service_t service, iface_t iface)
bool               43 uspace/srv/ns/clonable.h extern bool ns_service_is_clonable(service_t, iface_t);
bool               81 uspace/srv/ns/service.c static bool service_key_equal(const void *key, const ht_link_t *item)
bool              104 uspace/srv/ns/service.c static bool iface_key_equal(const void *key, const ht_link_t *item)
bool               51 uspace/srv/ns/task.c 	bool finished;   /**< Task is done. */
bool               52 uspace/srv/ns/task.c 	bool have_rval;  /**< Task returned a value. */
bool               68 uspace/srv/ns/task.c static bool task_key_equal(const void *key, const ht_link_t *item)
bool              113 uspace/srv/ns/task.c static bool p2i_key_equal(const void *key, const ht_link_t *item)
bool              112 uspace/srv/system/system.c static bool mount_report(const char *desc, const char *mntpt,
bool              150 uspace/srv/system/system.c static bool mount_locfs(void)
bool              277 uspace/srv/system/system.c static void getterm(const char *svc, const char *app, bool msg)
bool              304 uspace/srv/system/system.c static bool mount_tmpfs(void)
bool              325 uspace/srv/system/system.c 	bool sv_mounted;
bool              328 uspace/srv/system/system.c 	bool found_cfg;
bool               53 uspace/srv/taskmon/taskmon.c static bool write_core_files;
bool              143 uspace/srv/vfs/vfs.h 	bool open_read;
bool              144 uspace/srv/vfs/vfs.h 	bool open_write;
bool              147 uspace/srv/vfs/vfs.h 	bool append;
bool              178 uspace/srv/vfs/vfs.h extern fs_handle_t fs_name_to_handle(unsigned int instance, const char *, bool);
bool              185 uspace/srv/vfs/vfs.h extern bool vfs_nodes_init(void);
bool              192 uspace/srv/vfs/vfs.h extern bool vfs_node_has_children(vfs_node_t *node);
bool              198 uspace/srv/vfs/vfs.h extern errno_t vfs_wait_handle_internal(bool, int *);
bool              203 uspace/srv/vfs/vfs.h extern errno_t vfs_fd_alloc(vfs_file_t **file, bool desc, int *);
bool              210 uspace/srv/vfs/vfs.h extern errno_t vfs_op_clone(int oldfd, int newfd, bool desc, int *);
bool              224 uspace/srv/vfs/vfs.h extern errno_t vfs_op_wait_handle(bool high_fd, int *out_fd);
bool              237 uspace/srv/vfs/vfs.h extern errno_t vfs_rdwr_internal(int, aoff64_t, bool, rdwr_io_chunk_t *);
bool               69 uspace/srv/vfs/vfs_file.c static bool vfs_files_init(vfs_client_data_t *vfs_data)
bool              194 uspace/srv/vfs/vfs_file.c static errno_t _vfs_fd_alloc(vfs_client_data_t *vfs_data, vfs_file_t **file, bool desc, int *out_fd)
bool              255 uspace/srv/vfs/vfs_file.c errno_t vfs_fd_alloc(vfs_file_t **file, bool desc, int *out_fd)
bool              430 uspace/srv/vfs/vfs_file.c errno_t vfs_wait_handle_internal(bool high_fd, int *out_fd)
bool               41 uspace/srv/vfs/vfs_ipc.c 	bool desc = ipc_get_arg3(req);
bool              282 uspace/srv/vfs/vfs_ipc.c 	bool high_fd = ipc_get_arg1(req);
bool              320 uspace/srv/vfs/vfs_ipc.c 	bool cont = true;
bool               64 uspace/srv/vfs/vfs_node.c static bool nodes_key_equal(const void *, const ht_link_t *);
bool               80 uspace/srv/vfs/vfs_node.c bool vfs_nodes_init(void)
bool              109 uspace/srv/vfs/vfs_node.c 	bool free_node = false;
bool              233 uspace/srv/vfs/vfs_node.c static bool refcnt_visitor(ht_link_t *item, void *arg)
bool              296 uspace/srv/vfs/vfs_node.c static bool nodes_key_equal(const void *key, const ht_link_t *item)
bool              315 uspace/srv/vfs/vfs_node.c bool vfs_node_has_children(vfs_node_t *node)
bool               88 uspace/srv/vfs/vfs_ops.c errno_t vfs_op_clone(int oldfd, int newfd, bool desc, int *out_fd)
bool              352 uspace/srv/vfs/vfs_ops.c     ipc_call_t *, bool, void *);
bool              355 uspace/srv/vfs/vfs_ops.c     ipc_call_t *answer, bool read, void *data)
bool              383 uspace/srv/vfs/vfs_ops.c     ipc_call_t *answer, bool read, void *data)
bool              410 uspace/srv/vfs/vfs_ops.c static errno_t vfs_rdwr(int fd, aoff64_t pos, bool read, rdwr_ipc_cb_t ipc_cb,
bool              436 uspace/srv/vfs/vfs_ops.c 	bool rlock = read ||
bool              503 uspace/srv/vfs/vfs_ops.c errno_t vfs_rdwr_internal(int fd, aoff64_t pos, bool read, rdwr_io_chunk_t *chunk)
bool              526 uspace/srv/vfs/vfs_ops.c 	bool orig_unlinked = false;
bool              835 uspace/srv/vfs/vfs_ops.c errno_t vfs_op_wait_handle(bool high_fd, int *out_fd)
bool              840 uspace/srv/vfs/vfs_ops.c static inline bool walk_flags_valid(int flags)
bool               68 uspace/srv/vfs/vfs_register.c static bool vfs_info_sane(vfs_info_t *info)
bool              296 uspace/srv/vfs/vfs_register.c fs_handle_t fs_name_to_handle(unsigned int instance, const char *name, bool lock)
bool               59 uspace/srv/volsrv/empty.c errno_t volsrv_part_is_empty(service_id_t sid, bool *rempty)
bool               42 uspace/srv/volsrv/empty.h extern errno_t volsrv_part_is_empty(service_id_t, bool *);
bool               93 uspace/srv/volsrv/part.c 	bool already_known;
bool               94 uspace/srv/volsrv/part.c 	bool still_exists;
bool              206 uspace/srv/volsrv/part.c 	bool empty;
bool              276 uspace/srv/volsrv/part.c static bool vol_part_allow_mount_by_def(vol_part_t *part)
bool              310 uspace/srv/volsrv/part.c     bool *rauto)
bool              314 uspace/srv/volsrv/part.c 	bool mp_auto;
bool              365 uspace/srv/volsrv/part.c 	bool mp_auto;
bool              610 uspace/srv/volsrv/part.c 	bool mauto;
bool               67 uspace/srv/volsrv/types/part.h 	bool cur_mp_auto;
bool              448 uspace/srv/volsrv/volume.c static bool vol_volume_is_persist(vol_volume_t *volume)
bool              477 uspace/srv/volsrv/volume.c 	bool was_persist;
HelenOS homepage, sources at GitHub