NotifyError
cookie->tty->reader_queue.NotifyError(cookie, B_FILE_ERROR);
cookie->tty->writer_queue.NotifyError(cookie, B_FILE_ERROR);
cookie->other_tty->reader_queue.NotifyError(cookie, B_FILE_ERROR);
cookie->other_tty->writer_queue.NotifyError(cookie, B_FILE_ERROR);
cookie->other_tty->reader_queue.NotifyError(B_FILE_ERROR);
cookie->other_tty->writer_queue.NotifyError(B_FILE_ERROR);
cookie->tty->writer_queue.NotifyError(B_FILE_ERROR);
fOwner->NotifyError(this, error);
request->NotifyError(error);
request->NotifyError(error);
void NotifyError(status_t error);
void NotifyError(status_t error);
void NotifyError(tty_cookie *cookie, status_t error);
void NotifyError(Request *request, status_t error);
void NotifyError();
client->NotifyError();