Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsmedia/library/common/
H A Dl_misc.c286 int32_t (*fcn_ptr)(rmedia_handle_t *handle, void *ip); in call_function() local
302 fcn_ptr = (int32_t (*)(rmedia_handle_t *, void*)) in call_function()
304 if (fcn_ptr == NULL) { in call_function()
309 ret_val = (*fcn_ptr)(handle, ip); in call_function()