Lines Matching refs:__xnu_struct_size_precondition
205 # define __xnu_struct_size_precondition(ptr, size, message) macro
208 # define __xnu_struct_size_precondition(ptr, size, message) \
223 __xnu_struct_size_precondition(__VA_ARGS__)
289 __xnu_struct_size_precondition(s1, n, "read overflow (first argument)") in bcmp()
290 __xnu_struct_size_precondition(s2, n, "read overflow (second argument)") in bcmp()
315 __xnu_struct_size_precondition(s1, n, "read overflow (first argument)") in memcmp()
316 __xnu_struct_size_precondition(s2, n, "read overflow (second argument)") in memcmp()
353 __xnu_struct_size_precondition(s, n, "write overflow") in bzero()
429 __xnu_struct_size_precondition(dst, n, "write overflow") in __sized_by()
430 __xnu_struct_size_precondition(src, n, "read overflow") in __sized_by()
455 __xnu_struct_size_precondition(dst, n, "write overflow") in bcopy()
456 __xnu_struct_size_precondition(src, n, "read overflow") in bcopy()
467 __xnu_struct_size_precondition(dst, n, "write overflow") in __nochk_bcopy()
468 __xnu_struct_size_precondition(src, n, "read overflow") in __nochk_bcopy()
483 __xnu_struct_size_precondition(dst, n, "write overflow") in __sized_by()
484 __xnu_struct_size_precondition(src, n, "read overflow") in __sized_by()
496 __xnu_struct_size_precondition(dst, n, "write overflow") in __sized_by()
497 __xnu_struct_size_precondition(src, n, "read overflow") in __sized_by()