Searched defs:write_fd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Dtransport.c682 * write_fd() - writes buf of length len to the opened file descriptor fd, in
688 write_fd(int fd, char *buf, size_t len) function
709 DPRINT((dfile, "write_fd: Wrote %d bytes.\n", len_o - len));
1249 if (!write_fd(pipe_in, (char *)&np_data, sizeof (np_data))) {
1288 (void) write_fd(pipe_in, (char *)&np_data, sizeof (np_data));

Completed in 74 milliseconds