Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/disp/
H A Dfx.c456 fxpp->fx_cookie = 0; in fx_enterclass()
555 FX_CB_EXIT(FX_CALLB(fxpp), fxpp->fx_cookie); in fx_exit()
557 fxpp->fx_cookie = 0; in fx_exit()
577 FX_CB_EXIT(FX_CALLB(fxpp), fxpp->fx_cookie); in fx_exitclass()
580 fxpp->fx_cookie = 0; in fx_exitclass()
623 cfxpp->fx_cookie = 0; in fx_fork()
1221 FX_CB_SLEEP(FX_CALLB(fxpp), fxpp->fx_cookie); in fx_sleep()
1277 FX_CB_STOP(FX_CALLB(fxpp), fxpp->fx_cookie); in fx_stop()
1300 FX_CB_TICK(FX_CALLB(fxpp), fxpp->fx_cookie, in fx_tick()
1717 fxpp->fx_cookie = cookie; in fx_register_callbacks()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dfx.h123 fx_cookie_t fx_cookie; /* cookie with which callback */ member