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

/freebsd-10.0-release/contrib/openbsm/bin/auditfilterd/
H A Dauditfilterd_conf.c349 struct auditfilter_module *am1, *am2, *am_tmp; local
357 TAILQ_FOREACH_SAFE(am1, &filter_list, am_list, am_tmp) {
360 if (strcmp(am1->am_modulename, am2->am_modulename)
370 * am1 appears in filter_list, but not the new list, detach
373 warnx("detaching module %s", am1->am_modulename);
374 TAILQ_REMOVE(&filter_list, am1, am_list);
375 auditfilter_module_detach(am1);
376 auditfilter_module_free(am1);
385 TAILQ_FOREACH(am1, &filter_list, am_list) {
388 if (strcmp(am1
[all...]

Completed in 45 milliseconds