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

/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c82 static struct hostlist_s *hosts_prev; variable in typeref:struct:hostlist_s
359 if (hosts_prev == NULL) {
360 hosts_prev = hosts;
610 if (hosts_prev != NULL) {
611 freehostlist(&hosts_prev);
824 freehostlist(&hosts_prev);

Completed in 56 milliseconds