Searched refs:adh_trail_fd (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/openbsm/bin/auditdistd/
H A Dreceiver.c284 if (adhost->adh_trail_fd != -1) {
354 adhost->adh_trail_fd = fd;
368 if (adhost->adh_trail_fd == -1) {
375 done = write(adhost->adh_trail_fd, data, size);
398 if (adhost->adh_trail_fd == -1) {
410 PJDLOG_VERIFY(close(adhost->adh_trail_fd) == 0);
411 adhost->adh_trail_fd = -1;
442 if (adhost->adh_trail_fd == -1) {
447 PJDLOG_VERIFY(close(adhost->adh_trail_fd) == 0);
448 adhost->adh_trail_fd
[all...]
H A Dauditdistd.h165 int adh_trail_fd; member in struct:adist_host

Completed in 168 milliseconds