Home
last modified time | relevance | path

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

/xnu-8020.121.3/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-8020.121.3/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-8020.121.3/iokit/Tests/
H A DTests.cpp427 OSBoundedArrayRef<int> ints(storage); in OSBoundedArrayRefTests()
/xnu-8020.121.3/iokit/Kernel/
H A DIOPMrootDomain.cpp11860 OSBoundedArrayRef<char> boundedOutBuf(outbuf, hdr->alloc_size - hdr->spindump_offset); in saveFailureData2File()