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

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/vn/
H A Dshadow.c695 u_long this_count; local
700 &this_count);
702 offset, resid, this_offset, this_count);
703 resid -= this_count;
704 offset += this_count;
714 u_long this_count; local
719 &this_count);
721 offset, resid, this_offset, this_count,
723 if (this_count == 0) {
724 printf("this_count i
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_vnops.c524 off_t swap_count, this_count; local
581 this_count = swap_count;
582 if (this_count > PAGE_SIZE) {
583 this_count = PAGE_SIZE;
588 this_count,

Completed in 22 milliseconds