Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/dev/vn/
H A Dshadow.c692 uint32_t this_count; in main() local
697 &this_count); in main()
699 offset, resid, this_offset, this_count); in main()
700 resid -= this_count; in main()
701 offset += this_count; in main()
711 uint32_t this_count; in main() local
716 &this_count); in main()
718 offset, resid, this_offset, this_count, in main()
720 if (this_count == 0) { in main()
724 resid -= this_count; in main()
[all …]
/xnu-8020.140.41/bsd/vfs/
H A Dvfs_vnops.c822 off_t swap_count, this_count; in vn_read_swapfile() local
851 this_count = swap_count; in vn_read_swapfile()
852 if (this_count > PAGE_SIZE) { in vn_read_swapfile()
853 this_count = PAGE_SIZE; in vn_read_swapfile()
858 (int)this_count, in vn_read_swapfile()