Home
last modified time | relevance | path

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

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