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

/freebsd-9.3-release/crypto/heimdal/lib/kafs/
H A Ddlfcn.c53 * The void * handle returned from dlopen is actually a ModulePtr.
66 } Module, *ModulePtr; typedef in typeref:struct:Module
72 static ModulePtr modList;
89 static int readExports(ModulePtr);
95 ModulePtr mp;
116 if ((mp = (ModulePtr)calloc(1, sizeof(*mp))) == NULL) {
174 ModulePtr mp1;
263 ModulePtr mp = (ModulePtr)handle;
291 ModulePtr m
[all...]

Completed in 51 milliseconds