Searched refs:OSBoundedArray (Results 1 – 7 of 7) sorted by relevance
| /xnu-8792.81.2/libkern/libkern/c++/ |
| H A D | OSBoundedArray.h | 44 using OSBoundedArray = libkern::bounded_array<T, N, os_detail::panic_trapping_policy>; variable
|
| H A D | Makefile | 13 OSBoundedArray.h \
|
| /xnu-8792.81.2/iokit/DriverKit/ |
| H A D | OSBoundedArray.h | 44 using OSBoundedArray = libkern::bounded_array<T, N, os_detail::panic_trapping_policy>; variable
|
| H A D | Makefile | 46 OSBoundedArray.h OSBoundedArrayRef.h OSBoundedPtr.h OSBoundedPtrFwd.h \
|
| /xnu-8792.81.2/iokit/Tests/ |
| H A D | Tests.cpp | 975 OSBoundedArray<int, 5> ints = {0, 1, 2, 3, 4}; in OSBoundedArrayTests() 999 OSBoundedArray<int, 5> storage = {0, 1, 2, 3, 4}; in OSBoundedArrayRefTests()
|
| /xnu-8792.81.2/iokit/Kernel/ |
| H A D | IOUserServer.cpp | 1724 OSBoundedArray<OSArray *, kIOServiceNotificationTypeCount> pending; 4458 static const OSBoundedArray<IOExternalTrap, 1> trapTemplate = {{ in getTargetAndTrapForIndex() 5972 static const OSBoundedArray<IOExternalTrap, 2> trapTemplate = {{ in getTargetAndTrapForIndex()
|
| H A D | IOUserClient.cpp | 2163 OSBoundedArray<io_user_reference_t, kMaxAsyncArgs> args64; in sendAsyncResult()
|