/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_allocator_report.cc | 104 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size, in ReportAllocationSizeTooBig() argument 109 "supported size of 0x%zx\n", SanitizerToolName, user_size, max_size); in ReportAllocationSizeTooBig()
|
H A D | sanitizer_allocator_report.h | 30 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size,
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_allocator_report.cc | 106 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size, in ReportAllocationSizeTooBig() argument 111 "supported size of 0x%zx\n", SanitizerToolName, user_size, max_size); in ReportAllocationSizeTooBig()
|
H A D | sanitizer_allocator_report.h | 32 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size,
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_allocator_report.cpp | 118 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size, in ReportAllocationSizeTooBig() argument 123 "supported size of 0x%zx\n", SanitizerToolName, user_size, max_size); in ReportAllocationSizeTooBig()
|
H A D | sanitizer_allocator_report.h | 33 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size,
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
H A D | i915_gem_userptr.c | 822 if (!args->user_size) in i915_gem_userptr_ioctl() 825 if (offset_in_page(args->user_ptr | args->user_size)) in i915_gem_userptr_ioctl() 828 if (!access_ok((char __user *)(unsigned long)args->user_ptr, args->user_size)) in i915_gem_userptr_ioctl() 844 drm_gem_private_object_init(dev, &obj->base, args->user_size); in i915_gem_userptr_ioctl()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_report.h | 73 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size,
|
H A D | asan_errors.h | 237 uptr user_size; member 246 user_size(user_size_), in ErrorAllocationSizeTooBig()
|
H A D | asan_report.cpp | 307 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size, in ReportAllocationSizeTooBig() argument 310 ErrorAllocationSizeTooBig error(GetCurrentTidOrInvalid(), stack, user_size, in ReportAllocationSizeTooBig()
|
H A D | asan_errors.cpp | 260 user_size, total_size, max_size, AsanThreadIdAndName(tid).c_str()); in Print()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_report.h | 70 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size,
|
H A D | asan_errors.h | 220 uptr user_size; member 229 user_size(user_size_), in ErrorAllocationSizeTooBig()
|
H A D | asan_report.cc | 295 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size, in ReportAllocationSizeTooBig() argument 298 ErrorAllocationSizeTooBig error(GetCurrentTidOrInvalid(), stack, user_size, in ReportAllocationSizeTooBig()
|
H A D | asan_errors.cc | 247 user_size, total_size, max_size, AsanThreadIdAndName(tid).c_str()); in Print()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_report.h | 72 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size,
|
H A D | asan_errors.h | 222 uptr user_size; member 231 user_size(user_size_), in ErrorAllocationSizeTooBig()
|
H A D | asan_report.cc | 297 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size, in ReportAllocationSizeTooBig() argument 300 ErrorAllocationSizeTooBig error(GetCurrentTidOrInvalid(), stack, user_size, in ReportAllocationSizeTooBig()
|
H A D | asan_errors.cc | 249 user_size, total_size, max_size, AsanThreadIdAndName(tid).c_str()); in Print()
|
/netbsd-src/sys/dev/usb/ |
H A D | mbim.h | 492 uint32_t user_size; member
|
H A D | if_umb.c | 2318 sc->sc_info.usernamelen, &c->user_offs, &c->user_size)) in umb_send_connect()
|
/netbsd-src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
H A D | i915_drm.h | 1869 __u64 user_size; member
|