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

/haiku-fatelf/src/add-ons/kernel/generic/tty/
H A Dtty_private.h42 void NotifyError(status_t error);
69 void NotifyError(status_t error);
70 void NotifyError(tty_cookie *cookie, status_t error);
96 void NotifyError(Request *request, status_t error);
H A Dtty.cpp219 Request::NotifyError(status_t error) function in class:Request
222 fOwner->NotifyError(this, error);
284 RequestQueue::NotifyError(status_t error) function in class:RequestQueue
290 request->NotifyError(error);
296 RequestQueue::NotifyError(tty_cookie* cookie, status_t error) function in class:RequestQueue
303 request->NotifyError(error);
475 RequestOwner::NotifyError(Request* request, status_t error) function in class:RequestOwner
477 TRACE(("%p->RequestOwner::NotifyError(%p, %lx)\n", this, request, error));
1415 cookie->tty->reader_queue.NotifyError(cookie, B_FILE_ERROR);
1416 cookie->tty->writer_queue.NotifyError(cooki
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/tty/
H A Dtty_private.h45 void NotifyError(status_t error);
72 void NotifyError(status_t error);
73 void NotifyError(tty_cookie *cookie, status_t error);
99 void NotifyError(Request *request, status_t error);
H A Dtty.cpp230 Request::NotifyError(status_t error) function in class:Request
233 fOwner->NotifyError(this, error);
295 RequestQueue::NotifyError(status_t error) function in class:RequestQueue
301 request->NotifyError(error);
307 RequestQueue::NotifyError(tty_cookie* cookie, status_t error) function in class:RequestQueue
314 request->NotifyError(error);
486 RequestOwner::NotifyError(Request* request, status_t error) function in class:RequestOwner
488 TRACE(("%p->RequestOwner::NotifyError(%p, %lx)\n", this, request, error));
1021 cookie->tty->reader_queue.NotifyError(cookie, B_FILE_ERROR);
1022 cookie->tty->writer_queue.NotifyError(cooki
[all...]

Completed in 53 milliseconds