HomeSort by: relevance | last modified time | path
    Searched defs:tty_alloc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-tty-duplicate-key.c 56 static void tty_alloc(uv_handle_t* handle, size_t size, uv_buf_t* buf) { function
163 r = uv_read_start((uv_stream_t*)&tty_in, tty_alloc, tty_read);
220 r = uv_read_start((uv_stream_t*)&tty_in, tty_alloc, tty_read);
277 r = uv_read_start((uv_stream_t*)&tty_in, tty_alloc, tty_read);
343 r = uv_read_start((uv_stream_t*)&tty_in, tty_alloc, tty_read);
  /src/sys/kern/
tty.c 2892 * the ttylist. This is why this call is not done from tty_alloc().
2929 tty_alloc(void) function

Completed in 19 milliseconds