| /xnu-11215/libkern/gen/ |
| H A D | OSAtomicOperations.c | 55 Boolean 58 return (Boolean)os_atomic_cmpxchg(address, oldValue, newValue, acq_rel); in OSCompareAndSwap8() 62 Boolean 65 return (Boolean)os_atomic_cmpxchg(address, oldValue, newValue, acq_rel); in OSCompareAndSwap16() 69 Boolean 73 return (Boolean)os_atomic_cmpxchg(address, oldValue, newValue, acq_rel); in OSCompareAndSwap() 77 Boolean 92 Boolean 170 static Boolean 190 Boolean [all …]
|
| H A D | OSSpinLock.c | 40 Boolean
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOSharedDataQueue.h | 81 Boolean setQueueSize(UInt32 size); 110 virtual Boolean initWithCapacity(UInt32 size) APPLE_KEXT_OVERRIDE; 136 virtual Boolean dequeue(void *data, UInt32 *dataSize); 146 virtual Boolean enqueue(void *data, UInt32 dataSize) APPLE_KEXT_OVERRIDE; 150 __inline__ Boolean
|
| H A D | IODataQueue.h | 119 virtual Boolean initWithCapacity(UInt32 size); 129 virtual Boolean initWithEntries(UInt32 numEntries, UInt32 entrySize); 139 virtual Boolean enqueue(void *data, UInt32 dataSize);
|
| /xnu-11215/libkern/libkern/ |
| H A D | OSAtomic.h | 81 extern Boolean OSCompareAndSwap64( 198 extern Boolean OSCompareAndSwap8( 221 extern Boolean OSCompareAndSwap16( 246 extern Boolean OSCompareAndSwap( 268 extern Boolean OSCompareAndSwapPtr( 606 extern Boolean OSTestAndSet( 624 extern Boolean OSTestAndClear( 663 extern Boolean OSSpinLockTry(volatile OSSpinLock * lock);
|
| H A D | OSTypes.h | 90 typedef bool Boolean; typedef 94 typedef _Bool Boolean; typedef 97 typedef unsigned char Boolean; typedef 101 typedef unsigned char Boolean; typedef
|
| H A D | OSKextLibPrivate.h | 738 Boolean OSKextVersionGetString(
|
| /xnu-11215/libkern/crypto/ |
| H A D | corecrypto_sha1.c | 89 …ize_t dataLen, u_int32_t *inHash, u_int32_t options, u_int32_t *outHash, Boolean usePhysicalAddres… 90 void sha1_hardware_hook(Boolean option, InKernelPerformSHA1Func func, void *ref); 95 sha1_hardware_hook(Boolean option, InKernelPerformSHA1Func func, void *ref) in sha1_hardware_hook()
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOSharedDataQueue.cpp | 79 Boolean 218 Boolean 313 Boolean 316 Boolean retVal = TRUE; in dequeue() 408 Boolean
|
| H A D | IODataQueue.cpp | 89 Boolean 126 Boolean 162 Boolean
|
| /xnu-11215/libkern/libkern/c++/ |
| H A D | OSKext.h | 806 Boolean allowDeferFlag = true, 807 Boolean delayAutounloadFlag = false, 815 Boolean allowDeferFlag = true, 816 Boolean delayAutounloadFlag = false, 824 Boolean allowDeferFlag = true, 825 Boolean delayAutounloadFlag = false, 863 static void considerUnloads(Boolean rescheduleOnlyFlag = false); 864 static void flushNonloadedKexts(Boolean flushPrelinkedKexts); 866 static void setDeferredLoadSucceeded(Boolean succeeded = true);
|
| /xnu-11215/bsd/kern/ |
| H A D | process_policy.c | 271 Boolean privileged = FALSE; in handle_cpuuse() 272 Boolean canEnable = FALSE; in handle_cpuuse()
|
| /xnu-11215/libkern/ |
| H A D | OSKextVersion.c | 400 Boolean
|
| /xnu-11215/tests/ |
| H A D | ipsec.m | 520 Boolean status = FALSE; 549 Boolean status = NEVirtualInterfaceSetDelegateInterface(interface, delegateInterfaceName);
|
| /xnu-11215/libkern/c++/ |
| H A D | OSKext.cpp | 1402 Boolean flushPrelinkedKexts) in flushNonloadedKexts() 1494 Boolean flushPrelinkedKexts __unused) in flushNonloadedKexts() 6015 Boolean allowDeferFlag, in loadKextWithIdentifier() 6016 Boolean delayAutounloadFlag, in loadKextWithIdentifier() 6042 Boolean allowDeferFlag, in loadKextWithIdentifier() 6043 Boolean delayAutounloadFlag, in loadKextWithIdentifier() 6070 Boolean allowDeferFlag, in loadKextWithIdentifier() 11425 Boolean includeThis = true; 11742 Boolean includeThis = true; 11799 Boolean includeThis = true; [all …]
|
| /xnu-11215/bsd/netinet/ |
| H A D | flow_divert.c | 641 flow_divert_add_data_statistics(struct flow_divert_pcb *fd_cb, size_t data_len, Boolean send) in flow_divert_add_data_statistics() 1628 …t_pcb *fd_cb, mbuf_ref_t data, size_t data_len, struct sockaddr *toaddr, Boolean is_fragment, size… in flow_divert_send_datagram_packet() 1730 flow_divert_send_buffered_data(struct flow_divert_pcb *fd_cb, Boolean force) in flow_divert_send_buffered_data()
|
| /xnu-11215/bsd/net/ |
| H A D | necp.c | 557 static Boolean necp_match_domain_with_trie(struct necp_domain_trie_list *list, u_int32_t id, char *… 6144 static Boolean 6154 Boolean reverse = (necp_trie->trie_request->flags & NECP_DOMAIN_TRIE_FLAG_REVERSE_SEARCH); in necp_match_domain_with_trie() 6155 …Boolean allow_partial_match = (necp_trie->trie_request->flags & NECP_DOMAIN_TRIE_FLAG_ALLOW_PARTI… in necp_match_domain_with_trie() 8974 necp_is_route_local(union necp_sockaddr_union *remote_addr, Boolean include_local_addresses) in necp_is_route_local()
|
| H A D | content_filter.c | 1813 Boolean found = FALSE; in cfil_info_stats_toggle()
|
| /xnu-11215/osfmk/vm/ |
| H A D | vm_object.c | 669 Boolean atomic_swap; in vm_object_deallocate()
|
| /xnu-11215/bsd/netkey/ |
| H A D | key.c | 9372 Boolean keyAligned = FALSE; in key_parse()
|