Searched refs:write_buf_to_fd (Results 1 – 6 of 6) sorted by relevance
/openbmc/obmc-console/ |
H A D | console-client.c | 92 rc = write_buf_to_fd(client->console_sd, out_buf, in process_ssh_tty() 107 rc = write_buf_to_fd(client->console_sd, out_buf, in process_ssh_tty() 133 if (write_buf_to_fd(client->console_sd, buf, i) < 0) { in process_str_tty() 178 rc = write_buf_to_fd(client->fd_out, buf, len); in process_console()
|
H A D | util.c | 22 int write_buf_to_fd(int fd, const uint8_t *buf, size_t len) in write_buf_to_fd() function
|
H A D | log-handler.c | 93 rc = write_buf_to_fd(lh->fd, buf, len); in log_data()
|
H A D | console-server.h | 254 int write_buf_to_fd(int fd, const uint8_t *buf, size_t len);
|
H A D | console-server.c | 594 return write_buf_to_fd(console->server->tty.fd, data, len); in console_data_out()
|
/openbmc/obmc-console/test/ |
H A D | test-client-escape.c | 161 int write_buf_to_fd(int fd, const uint8_t *buf, size_t len) in write_buf_to_fd() function
|