Home
last modified time | relevance | path

Searched refs:boolean_t (Results 1 – 10 of 10) sorted by relevance

/external/jemalloc_new/src/
Dzone.c53 boolean_t (*check)(malloc_zone_t *);
54 void (*print)(malloc_zone_t *, boolean_t);
59 boolean_t (*zone_locked)(malloc_zone_t *);
60 boolean_t (*enable_discharge_checking)(malloc_zone_t *);
61 boolean_t (*disable_discharge_checking)(malloc_zone_t *);
117 static boolean_t zone_check(malloc_zone_t *zone);
118 static void zone_print(malloc_zone_t *zone, boolean_t verbose);
124 static boolean_t zone_locked(malloc_zone_t *zone);
258 static boolean_t
264 zone_print(malloc_zone_t *zone, boolean_t verbose) { in zone_print()
[all …]
/external/selinux/libselinux/src/
Daudit2why.c33 struct boolean_t { struct
38 static struct boolean_t **boollist = NULL; argument
57 boollist[boolcnt] = malloc(sizeof(struct boolean_t)); in load_booleans()
64 static int check_booleans(struct boolean_t **bools) in check_booleans()
151 *bools = calloc(sizeof(struct boolean_t), fcnt + 1); in check_booleans()
152 struct boolean_t *b = *bools; in check_booleans()
317 struct boolean_t *bools; in analyze()
396 struct boolean_t *b = bools; in analyze()
/external/google-breakpad/src/third_party/mac_headers/mach/i386/
Dboolean.h69 typedef unsigned int boolean_t; typedef
71 typedef int boolean_t; typedef
/external/rust/crates/libc/src/unix/bsd/apple/b64/x86_64/
Dmod.rs1 pub type boolean_t = ::c_uint; typedef
171 ) -> ::boolean_t>,
/external/rust/crates/libc/src/unix/bsd/apple/b64/aarch64/
Dmod.rs1 pub type boolean_t = ::c_int; typedef
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_malloc_mac.inc258 boolean_t mi_check(malloc_zone_t *zone) {
262 void mi_print(malloc_zone_t *zone, boolean_t verbose) {
282 boolean_t mi_zone_locked(malloc_zone_t *zone) {
/external/libpcap/
Dpcap-libdlpi.c57 static boolean_t list_interfaces(const char *, void *);
73 static boolean_t
/external/rust/crates/libc/src/unix/bsd/apple/b32/
Dmod.rs5 pub type boolean_t = ::c_int; typedef
/external/google-breakpad/src/client/mac/handler/
Dexception_handler.cc125 boolean_t exc_server(mach_msg_header_t* request,
148 boolean_t breakpad_exc_server(mach_msg_header_t* InHeadP, in breakpad_exc_server()
205 boolean_t breakpad_exc_server(mach_msg_header_t* request, in breakpad_exc_server()
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs522 pub xsu_encrypted: ::boolean_t,
712 pub timeshare: boolean_t,
719 pub preemptible: boolean_t,
1096 pub running: ::boolean_t,
1098 pub is_master: ::boolean_t,
4989 get_default: *mut boolean_t, in thread_policy_get() argument
5341 pub fn malloc_zone_check(zone: *mut ::malloc_zone_t) -> ::boolean_t; in malloc_zone_check() argument
5342 pub fn malloc_zone_print(zone: *mut ::malloc_zone_t, verbose: ::boolean_t); in malloc_zone_print() argument
5435 copy: ::boolean_t, in mach_vm_map() argument