Searched refs:cluster_zero (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dubc.h95 void cluster_zero(upl_t, vm_offset_t, int, buf_t);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cluster.c572 cluster_zero(upl, zero_offset, PAGE_SIZE - (zero_offset & PAGE_MASK), real_bp);
640 cluster_zero(upl_t upl, vm_offset_t upl_offset, int size, buf_t bp) function
1128 cluster_zero(upl, upl_offset, bytes_to_zero, real_bp);
2675 cluster_zero(upl, io_offset, bytes_to_zero, NULL);
2683 cluster_zero(upl, io_offset, bytes_to_zero, NULL);
2687 cluster_zero(upl, io_offset, bytes_to_zero, NULL);
2723 cluster_zero(upl, io_offset, bytes_to_zero, NULL);
2731 cluster_zero(upl, io_offset, bytes_to_zero, NULL);
2734 cluster_zero(upl, io_offset, bytes_to_zero, NULL);
2756 cluster_zero(up
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dubc_subr.c581 cluster_zero(upl, (uint32_t)lastoff, PAGE_SIZE - (uint32_t)lastoff, NULL);

Completed in 31 milliseconds