Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dfx.h77 } fx_callbacks_t; typedef
127 fx_callbacks_t *fx_callback; /* pointer to callback structure */
153 extern int fx_register_callbacks(fx_callbacks_t *, fx_cookie_t, pri_t, clock_t);
/titanic_41/usr/src/uts/common/disp/
H A Dfx.c1690 fx_register_callbacks(fx_callbacks_t *fx_callback, fx_cookie_t cookie, in fx_register_callbacks()