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

/freebsd-13-stable/contrib/openbsm/bin/auditfilterd/
H A Dauditfilterd.h49 void *am_dlhandle; member in struct:auditfilter_module
H A Dauditfilterd_conf.c114 (void)dlclose(am->am_dlhandle);
115 am->am_dlhandle = NULL;
141 am->am_dlhandle = dlopen(am->am_modulename, RTLD_NOW);
142 if (am->am_dlhandle == NULL) {
153 am->am_attach = dlsym(am->am_dlhandle, AUDIT_FILTER_ATTACH_STRING);
154 am->am_reinit = dlsym(am->am_dlhandle, AUDIT_FILTER_REINIT_STRING);
155 am->am_record = dlsym(am->am_dlhandle, AUDIT_FILTER_RECORD_STRING);
156 am->am_rawrecord = dlsym(am->am_dlhandle,
158 am->am_detach = dlsym(am->am_dlhandle, AUDIT_FILTER_DETACH_STRING);
165 dlclose(am->am_dlhandle);
[all...]

Completed in 55 milliseconds