Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dclass.h193 #define CL_STOP(t, why, what) (*(t)->t_clfuncs->cl_stop)(t, why, what) macro
/illumos-gate/usr/src/uts/common/os/
H A Dsig.c1179 CL_STOP(t, why, what); in stop()