Home
last modified time | relevance | path

Searched refs:buf_verifyptr_with_size (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/bsd/sys/
H A Dbuf_internal.h348 uint8_t * buf_verifyptr_with_size(buf_t bp, int size, uint32_t *len);
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_bio.c660 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 Dvfs_cluster.c920 verify_buf = (caddr_t)buf_verifyptr_with_size(cbp_head, transaction_size, &verify_length); in cluster_handle_verification()