Searched refs:am_detach (Results 1 – 2 of 2) sorted by relevance
111 if (am->am_detach != NULL) in auditfilter_module_detach()112 am->am_detach(am); in auditfilter_module_detach()158 am->am_detach = dlsym(am->am_dlhandle, AUDIT_FILTER_DETACH_STRING); in auditfilter_module_attach()172 am->am_detach = NULL; in auditfilter_module_attach()
59 audit_filter_detach_t am_detach; member