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

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/vn/
H A Dshadow.c162 u_long n_bytes; local
172 n_bytes = end.byte - start.byte;
174 while (n_bytes >= (sizeof(u_long))) {
177 n_bytes -= sizeof(u_long);
179 if (n_bytes >= sizeof(u_short)) {
182 n_bytes -= sizeof(u_short);
184 if (n_bytes == 1) {
187 n_bytes = 0;
228 u_long n_bytes; local
246 n_bytes
[all...]

Completed in 11 milliseconds