Searched refs:OSBoundedArray (Results 1 – 7 of 7) sorted by relevance
| /xnu-11215/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-11215/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-11215/iokit/Tests/ |
| H A D | Tests.cpp | 993 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 D | IOUserServer.cpp | 1771 OSBoundedArray<OSArray *, kIOServiceNotificationTypeCount> pending; 4592 static const OSBoundedArray<IOExternalTrap, 1> trapTemplate = {{ in getTargetAndTrapForIndex() 6152 static const OSBoundedArray<IOExternalTrap, 2> trapTemplate = {{ in getTargetAndTrapForIndex()
|
| H A D | IOUserClient.cpp | 2231 OSBoundedArray<io_user_reference_t, kMaxAsyncArgs> args64; in sendAsyncResult()
|