Searched refs:this_count (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/dev/vn/
H A Dshadow.c695 uint32_t this_count; local
700 &this_count);
702 offset, resid, this_offset, this_count);
703 resid -= this_count;
704 offset += this_count;
714 uint32_t this_count; local
719 &this_count);
721 offset, resid, this_offset, this_count,
723 if (this_count == 0) {
724 printf("this_count i
[all...]
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_vnops.c750 off_t swap_count, this_count; local
781 this_count = swap_count;
782 if (this_count > PAGE_SIZE) {
783 this_count = PAGE_SIZE;
788 this_count,

Completed in 29 milliseconds