Searched refs:Boolean (Results 1 - 25 of 40) sorted by relevance

12

/darwin-on-arm/xnu/libkern/libkern/
H A DOSTypes.h110 typedef bool Boolean; typedef
114 typedef _Bool Boolean; typedef
117 typedef unsigned char Boolean; typedef
121 typedef unsigned char Boolean; typedef
H A DOSAtomic.h79 extern Boolean OSCompareAndSwap64(
193 extern Boolean OSCompareAndSwap(
215 extern Boolean OSCompareAndSwapPtr(
554 extern Boolean OSTestAndSet(
572 extern Boolean OSTestAndClear(
611 extern Boolean OSSpinLockTry(volatile OSSpinLock * lock);
/darwin-on-arm/xnu/iokit/IOKit/
H A DIODataQueue.h102 virtual Boolean initWithCapacity(UInt32 size);
112 virtual Boolean initWithEntries(UInt32 numEntries, UInt32 entrySize);
122 virtual Boolean enqueue(void *data, UInt32 dataSize);
H A DIOSharedDataQueue.h91 virtual Boolean initWithCapacity(UInt32 size);
117 virtual Boolean dequeue(void *data, UInt32 *dataSize);
/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DCatalogPrivate.h108 extern void BuildCatalogKey( HFSCatalogNodeID parentID, const CatalogName *name, Boolean isHFSPlus,
114 extern void CopyCatalogName( const CatalogName *srcName, CatalogName *dstName, Boolean isHFSPLus);
H A DBTreesPrivate.h272 Boolean replacingKey;
273 Boolean skipRotate;
337 Boolean forceWrite );
346 Boolean *foundRecord );
358 Boolean *recordInserted );
362 Boolean *answer );
420 Boolean InsertRecord (BTreeControlBlockPtr btreePtr,
426 Boolean InsertKeyRecord (BTreeControlBlockPtr btreePtr,
439 Boolean SearchNode (BTreeControlBlockPtr btree,
496 Boolean replacingKe
[all...]
H A DBTreeScanner.h110 Boolean avoidIO,
H A DFileMgrInternal.h285 int rsrc, uint32_t fileid, Boolean truncateToExtent);
309 EXTERN_API_C( Boolean )
/darwin-on-arm/xnu/bsd/hfs/hfscommon/BTree/
H A DBTreeTreeOps.c124 Boolean *recordFit,
127 static Boolean RotateRecordLeft (BTreeControlBlockPtr btreePtr,
162 Boolean *updateParent,
163 Boolean *insertParent,
164 Boolean *rootSplit );
168 Boolean forLeafNode );
208 Boolean keyFound;
359 Boolean replacingKey,
396 Boolean insertParent;
397 Boolean updateParen
[all...]
H A DBTreeMiscOps.c240 OSStatus UpdateHeader(BTreeControlBlockPtr btreePtr, Boolean forceWrite)
321 Boolean *foundRecord )
324 Boolean foundIt;
327 Boolean validHint;
333 // assume foundRecord points to Boolean
582 Boolean *recordInserted )
588 Boolean foundIt;
589 Boolean didItFit;
656 OSStatus IsItAHint (BTreeControlBlockPtr btreePtr, BTreeIterator *iterator, Boolean *answer)
H A DBTreeScanner.c35 static int FindNextLeafNode( BTScanState *scanState, Boolean avoidIO );
66 Boolean avoidIO,
147 static int FindNextLeafNode( BTScanState *scanState, Boolean avoidIO )
H A DBTreeNodeOps.c490 Boolean InsertRecord (BTreeControlBlockPtr btreePtr,
560 Boolean InsertKeyRecord (BTreeControlBlockPtr btreePtr,
717 Boolean
/darwin-on-arm/xnu/libkern/x86_64/
H A DOSAtomic.s30 #;* Boolean OSCompareAndSwap(SInt32 oldValue, SInt32 newValue, SInt32 *ptr) *
49 #;* Boolean OSCompareAndSwap64(SInt64 oldValue, SInt64 newValue, SInt64 *ptr) *
/darwin-on-arm/xnu/libkern/gen/
H A DOSAtomicOperations.c49 * native Boolean CompareAndSwap(UInt32 oldValue, UInt32 newValue, UInt32 * oldValuePtr);
100 static Boolean OSCompareAndSwap8(UInt8 oldValue8, UInt8 newValue8, volatile UInt8 * value8)
119 static Boolean OSTestAndSetClear(UInt32 bit, Boolean wantSet, volatile UInt8 * startAddress)
139 Boolean OSTestAndSet(UInt32 bit, volatile UInt8 * startAddress)
144 Boolean OSTestAndClear(UInt32 bit, volatile UInt8 * startAddress)
218 static Boolean OSCompareAndSwap16(UInt16 oldValue16, UInt16 newValue16, volatile UInt16 * value16)
/darwin-on-arm/xnu/iokit/Kernel/
H A DIODataQueue.cpp74 Boolean IODataQueue::initWithCapacity(UInt32 size)
100 Boolean IODataQueue::initWithEntries(UInt32 numEntries, UInt32 entrySize)
116 Boolean IODataQueue::enqueue(void * data, UInt32 dataSize)
H A DIOSharedDataQueue.cpp70 Boolean IOSharedDataQueue::initWithCapacity(UInt32 size)
147 Boolean IOSharedDataQueue::dequeue(void *data, UInt32 *dataSize)
149 Boolean retVal = TRUE;
/darwin-on-arm/xnu/libkern/crypto/
H A Dcorecrypto_sha1.c94 typedef kern_return_t (*InKernelPerformSHA1Func)(void *ref, const void *data, size_t dataLen, u_int32_t *inHash, u_int32_t options, u_int32_t *outHash, Boolean usePhysicalAddress);
95 void sha1_hardware_hook(Boolean option, InKernelPerformSHA1Func func, void *ref);
99 void sha1_hardware_hook(Boolean option, InKernelPerformSHA1Func func, void *ref)
/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSKext.h534 Boolean allowDeferFlag = true,
535 Boolean delayAutounloadFlag = false,
541 Boolean allowDeferFlag = true,
542 Boolean delayAutounloadFlag = false,
563 static void considerUnloads(Boolean rescheduleOnlyFlag = false);
564 static void flushNonloadedKexts(Boolean flushPrelinkedKexts);
565 static void setKextdActive(Boolean active = true);
566 static void setDeferredLoadSucceeded(Boolean succeeded = true);
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c120 Boolean allowPrevious,
159 Boolean *noMoreExtents);
165 Boolean *releasedLastExtent);
172 Boolean * recordDeleted);
179 Boolean * recordDeleted);
189 static Boolean ExtentsAreIntegral(
193 Boolean *checkedLastExtent);
222 Boolean allowPrevious,
578 Boolean *releasedLastExtent)
636 Boolean * recordDelete
[all...]
H A DVolumeAllocation.c297 Boolean dirty);
304 Boolean useMetaZone,
313 Boolean useMetaZone,
322 Boolean useMetaZone,
331 Boolean useMetaZone,
341 Boolean useMetaZone,
360 Boolean do_validate);
385 Boolean useMetaZone,
394 Boolean useMetaZone,
435 static Boolean add_free_extent_cach
[all...]
H A DBTreeWrapper.c37 static Boolean ValidHFSRecord(const void *record, const BTreeControlBlock *btcb, u_int16_t recordSize);
105 static Boolean ValidHFSRecord(const void *record, const BTreeControlBlock *btcb, u_int16_t recordSize)
/darwin-on-arm/xnu/libkern/i386/
H A DOSAtomic.s30 #;* Boolean OSCompareAndSwap(SInt32 oldValue, SInt32 newValue, SInt32 *ptr) *
48 #;* Boolean OSCompareAndSwap64(SInt64 oldValue, SInt64 newValue, SInt64 *ptr) *
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_search.c127 static Boolean CompareRange(u_long val, u_long low, u_long high);
128 static Boolean CompareWideRange(u_int64_t val, u_int64_t low, u_int64_t high);
130 static Boolean CompareRange( u_long val, u_long low, u_long high )
135 static Boolean CompareWideRange( u_int64_t val, u_int64_t low, u_int64_t high )
480 static Boolean
484 Boolean matched;
500 static Boolean
516 static Boolean
548 Boolean isHFSPlus;
652 Boolean matche
[all...]
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Unicode/
H A DUnicodeWrappers.c76 Boolean foundExtension;
131 Boolean foundExtension;
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Catalog/
H A DFileIDsServices.c47 static u_int32_t CheckExtents( void *extents, u_int32_t blocks, Boolean isHFSPlus );
48 static OSErr DeleteExtents( ExtendedVCB *vcb, u_int32_t fileNumber, int quitEarly, u_int8_t forkType, Boolean isHFSPlus );
49 static OSErr MoveExtents( ExtendedVCB *vcb, u_int32_t srcFileID, u_int32_t destFileID, int quitEarly, u_int8_t forkType, Boolean isHFSPlus );
117 Boolean isHFSPlus = ( vcb->vcbSigWord == kHFSPlusSigWord );
430 static OSErr MoveExtents( ExtendedVCB *vcb, u_int32_t srcFileID, u_int32_t destFileID, int quitEarly, u_int8_t forkType, Boolean isHFSPlus )
629 static OSErr DeleteExtents( ExtendedVCB *vcb, u_int32_t fileID, int quitEarly, u_int8_t forkType, Boolean isHFSPlus )
732 static u_int32_t CheckExtents( void *extents, u_int32_t totalBlocks, Boolean isHFSPlus )

Completed in 126 milliseconds

12