Searched defs:updFunc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libima/common/
H A Dima-lib.c7321 QIMA_SetUpdateIntervalFn updFunc; local
7344 updFunc = (QIMA_SetUpdateIntervalFn)
7349 updFunc = (QIMA_SetUpdateIntervalFn) dlsym(
7354 if (updFunc != NULL) {
7355 status = updFunc(pluginOid, interval);

Completed in 74 milliseconds