Home | Sort by: relevance | last modified time | path |
/src/sys/dev/podulebus/ | |
if_ei.c | 252 int cnt, s, extra_byte; local in function:ei_copyin 260 extra_byte = size % 2; 261 size -= extra_byte; 276 if (extra_byte) { |
sec.c | 239 int cnt, extra_byte; local in function:sec_copyin 258 extra_byte = size % 2; 259 size -= extra_byte; 272 if (extra_byte) { 283 int cnt, extra_byte; local in function:sec_copyout 307 extra_byte = size % 2; 308 size -= extra_byte; 321 if (extra_byte) { |