Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi.c262 if (plugintable[i].hdlPlugin != NULL) { in InitLibrary()
326 dlclose(plugintable[i].hdlPlugin); in ExitLibrary()
964 dlsym(plugintable[index].hdlPlugin, in MP_GetMultipathLus()
975 dlsym(plugintable[index].hdlPlugin, in MP_GetMultipathLus()
2926 dlsym(plugintable[i].hdlPlugin, in MP_RegisterForObjectPropertyChanges()
2940 dlsym(plugintable[index].hdlPlugin, in MP_RegisterForObjectPropertyChanges()
3023 dlsym(plugintable[i].hdlPlugin, in MP_DeregisterForObjectPropertyChanges()
3035 dlsym(plugintable[index].hdlPlugin, in MP_DeregisterForObjectPropertyChanges()
3119 dlsym(plugintable[i].hdlPlugin, in MP_RegisterForObjectVisibilityChanges()
3132 dlsym(plugintable[index].hdlPlugin, in MP_RegisterForObjectVisibilityChanges()
[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