Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/console/
H A Dserial_console.c304 console_ring_reserve_space(int nchars) in console_ring_reserve_space() function
555 while ((write_ptr = console_ring_reserve_space(chunk_size)) == NULL) { in console_write()