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

/freebsd-12-stable/contrib/openbsm/bin/auditdistd/
H A Dreceiver.c581 adhost->adh_trail_dirfp = fdopendir(adhost->adh_trail_dirfd);
582 if (adhost->adh_trail_dirfp == NULL) {
598 adhost->adh_trail_dirfp = opendir(adhost->adh_directory);
599 if (adhost->adh_trail_dirfp == NULL) {
603 adhost->adh_trail_dirfd = dirfd(adhost->adh_trail_dirfp);
613 PJDLOG_ASSERT(adhost->adh_trail_dirfp != NULL);
615 trail_last(adhost->adh_trail_dirfp, adhost->adh_trail_name,
H A Dauditdistd.h167 DIR *adh_trail_dirfp; member in struct:adist_host

Completed in 105 milliseconds