Home
last modified time | relevance | path

Searched refs:OSBoundedArrayRef (Results 1 – 8 of 8) sorted by relevance

/xnu-11215/libkern/libkern/c++/
H A DOSBoundedArrayRef.h44 using OSBoundedArrayRef = libkern::bounded_array_ref<T, os_detail::panic_trapping_policy>; variable
H A DMakefile14 OSBoundedArrayRef.h \
/xnu-11215/iokit/DriverKit/
H A DOSBoundedArrayRef.h44 using OSBoundedArrayRef = libkern::bounded_array_ref<T, os_detail::panic_trapping_policy>; variable
H A DMakefile46 OSBoundedArray.h OSBoundedArrayRef.h OSBoundedPtr.h OSBoundedPtrFwd.h \
/xnu-11215/iokit/IOKit/
H A DIOUserServer.h120 OSBoundedArrayRef<IODispatchQueue *> queueArray;
/xnu-11215/iokit/Tests/
H A DTests.cpp1018 OSBoundedArrayRef<int> ints(storage); in OSBoundedArrayRefTests()
1037 ints = OSBoundedArrayRef<int>(); in OSBoundedArrayRefTests()
/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp2994 OSBoundedArrayRef<IODispatchQueue *>(unboundedQueueArray, queueAlloc); in objectInstantiate()
5809 uvars->queueArray = OSBoundedArrayRef<IODispatchQueue *>(); in serviceFree()
H A DIOPMrootDomain.cpp12199 OSBoundedArrayRef<char> boundedOutBuf(outbuf, hdr->alloc_size - hdr->spindump_offset);