Home
last modified time | relevance | path

Searched refs:OSBoundedArray (Results 1 – 7 of 7) sorted by relevance

/xnu-11215/libkern/libkern/c++/
H A DOSBoundedArray.h44 using OSBoundedArray = libkern::bounded_array<T, N, os_detail::panic_trapping_policy>; variable
H A DMakefile13 OSBoundedArray.h \
/xnu-11215/iokit/DriverKit/
H A DOSBoundedArray.h44 using OSBoundedArray = libkern::bounded_array<T, N, os_detail::panic_trapping_policy>; variable
H A DMakefile46 OSBoundedArray.h OSBoundedArrayRef.h OSBoundedPtr.h OSBoundedPtrFwd.h \
/xnu-11215/iokit/Tests/
H A DTests.cpp993 OSBoundedArray<int, 5> ints = {0, 1, 2, 3, 4}; in OSBoundedArrayTests()
1017 OSBoundedArray<int, 5> storage = {0, 1, 2, 3, 4}; in OSBoundedArrayRefTests()
/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp1771 OSBoundedArray<OSArray *, kIOServiceNotificationTypeCount> pending;
4592 static const OSBoundedArray<IOExternalTrap, 1> trapTemplate = {{ in getTargetAndTrapForIndex()
6152 static const OSBoundedArray<IOExternalTrap, 2> trapTemplate = {{ in getTargetAndTrapForIndex()
H A DIOUserClient.cpp2231 OSBoundedArray<io_user_reference_t, kMaxAsyncArgs> args64; in sendAsyncResult()