Searched refs:buf_verifyptr_with_size (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.81.4/bsd/sys/ |
| H A D | buf_internal.h | 348 uint8_t * buf_verifyptr_with_size(buf_t bp, int size, uint32_t *len);
|
| /xnu-12377.81.4/bsd/vfs/ |
| H A D | vfs_bio.c | 660 buf_verifyptr_with_size(buf_t bp, int verify_size, uint32_t *len) in buf_verifyptr_with_size() function 734 return buf_verifyptr_with_size(bp, 0, len); in buf_verifyptr() 740 return buf_verifyptr_with_size(__container_of(bap, struct buf, b_attr), 0, len); in bufattr_verifyptr()
|
| H A D | vfs_cluster.c | 923 verify_buf = (caddr_t)buf_verifyptr_with_size(cbp_head, transaction_size, &verify_length); in cluster_handle_verification()
|