Searched refs:OSBoundedPtr (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215/libkern/libkern/c++/ |
| H A D | OSBoundedPtrFwd.h | 47 using OSBoundedPtr = libkern::bounded_ptr<T, os_detail::panic_trapping_policy>; variable
|
| H A D | Makefile | 15 OSBoundedPtr.h \
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | OSBoundedPtrFwd.h | 47 using OSBoundedPtr = libkern::bounded_ptr<T, 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 | 1181 OSBoundedPtr<int> begin(&array[0], &array[0], &array[5]); in OSBoundedPtrTests() 1182 OSBoundedPtr<int> end(&array[5], &array[0], &array[5]); in OSBoundedPtrTests() 1186 for (OSBoundedPtr<int> b = begin; b != end; ++b) { in OSBoundedPtrTests() 1193 for (OSBoundedPtr<int> b = begin; b != end; ++b) { in OSBoundedPtrTests()
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IONVRAMCHRPHandler.cpp | 982 OSBoundedPtr<const uint8_t> startPtr; in escapeDataToData() 985 OSBoundedPtr<const uint8_t> wherePtr; in escapeDataToData() 991 wherePtr = OSBoundedPtr<const uint8_t>(valueBytesPtr, valueBytesPtr, endPtr); in escapeDataToData()
|
| H A D | IORegistryEntry.cpp | 1250 OSBoundedPtr<char> nextComp; in getPath() 1261 nextComp = OSBoundedPtr<char>(path, path, path + init_length); in getPath() 1313 nextComp = OSBoundedPtr<char>(path + len, path, path + init_length); in getPath()
|
| H A D | IOUserServer.cpp | 2759 OSBoundedPtr<const char> cstr; in copyInStringArray() 2782 cstr = OSBoundedPtr<const char>(&array->strings[0], &array->strings[0], end); in copyInStringArray() 2804 OSBoundedPtr<const char> cstr; in stringArrayIndex() 2809 cstr = OSBoundedPtr<const char>(&array->strings[0], &array->strings[0], end); in stringArrayIndex()
|