Lines Matching refs:__xnu_struct_size_precondition
204 # define __xnu_struct_size_precondition(ptr, size, message) macro
207 # define __xnu_struct_size_precondition(ptr, size, message) \
222 __xnu_struct_size_precondition(__VA_ARGS__)
288 __xnu_struct_size_precondition(s1, n, "read overflow (first argument)") in bcmp()
289 __xnu_struct_size_precondition(s2, n, "read overflow (second argument)") in bcmp()
314 __xnu_struct_size_precondition(s1, n, "read overflow (first argument)") in memcmp()
315 __xnu_struct_size_precondition(s2, n, "read overflow (second argument)") in memcmp()
352 __xnu_struct_size_precondition(s, n, "write overflow") in bzero()
428 __xnu_struct_size_precondition(dst, n, "write overflow") in __sized_by()
429 __xnu_struct_size_precondition(src, n, "read overflow") in __sized_by()
454 __xnu_struct_size_precondition(dst, n, "write overflow") in bcopy()
455 __xnu_struct_size_precondition(src, n, "read overflow") in bcopy()
466 __xnu_struct_size_precondition(dst, n, "write overflow") in __nochk_bcopy()
467 __xnu_struct_size_precondition(src, n, "read overflow") in __nochk_bcopy()
482 __xnu_struct_size_precondition(dst, n, "write overflow") in __sized_by()
483 __xnu_struct_size_precondition(src, n, "read overflow") in __sized_by()
495 __xnu_struct_size_precondition(dst, n, "write overflow") in __sized_by()
496 __xnu_struct_size_precondition(src, n, "read overflow") in __sized_by()