Home
last modified time | relevance | path

Searched refs:hdlPlugin (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi.c257 plugintable[i].hdlPlugin = dlopen(path, RTLD_LAZY); in InitLibrary()
262 if (plugintable[i].hdlPlugin != NULL) { in InitLibrary()
274 dlsym(plugintable[i].hdlPlugin, "Initialize"); in InitLibrary()
316 if (plugintable[i].hdlPlugin != NULL) { in ExitLibrary()
320 dlsym(plugintable[i].hdlPlugin, "Terminate"); in ExitLibrary()
327 dlclose(plugintable[i].hdlPlugin); in ExitLibrary()
490 if (plugintable[index].hdlPlugin != NULL) { in MP_GetPluginProperties()
492 dlsym(plugintable[index].hdlPlugin, "MP_GetPluginPropertiesPlugin"); in MP_GetPluginProperties()
667 if (plugintable[index].hdlPlugin != NULL) { in MP_GetDeviceProductOidList()
669 dlsym(plugintable[index].hdlPlugin, in MP_GetDeviceProductOidList()
[all …]
H A Dmpapi-sun.c59 if (plugintable[index].hdlPlugin != NULL) { in Sun_MP_SendScsiCmd()
61 dlsym(plugintable[index].hdlPlugin, in Sun_MP_SendScsiCmd()
H A Dmpapi.h283 void* hdlPlugin; member