Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Dkern_physio.c91 int error, i, buf_allocated, todo; in physio() local
183 todo = buf_count(bp); in physio()
192 (user_size_t)todo); in physio()
211 (user_size_t)todo, in physio()
227 if (error || done < todo) { in physio()
/xnu-11215.1.10/config/
H A DMASTER653 # sync with bsd/conf/MASTER until we fix the config system... todo XXX