Lines Matching refs:sclass
102 class_ops_t sclass; member
106 typedef struct sclass { struct
126 extern struct sclass sclass[]; /* the class table */ argument
148 (*(clp)->cl_funcs->sclass.cl_admin)(uaddr, reqpcredp)
151 (sclass[cid].cl_funcs->thread.cl_enterclass) (t, cid, \
155 (sclass[cid].cl_funcs->thread.cl_exitclass) ((void *)clprocp)
164 (*(clp)->cl_funcs->sclass.cl_getclinfo)((void *)clinfop)
167 (*(clp)->cl_funcs->sclass.cl_getclpri)(clprip)
173 (clp)->cl_funcs->sclass.cl_parmsin((void *)clparmsp)
176 (clp)->cl_funcs->sclass.cl_parmsout((void *)clparmsp, vaparmsp)
179 (clp)->cl_funcs->sclass.cl_vaparmsin((void *)clparmsp, vaparmsp)
182 (clp)->cl_funcs->sclass.cl_vaparmsout((void *)clparmsp, vaparmsp)
225 (sclass[cid].cl_funcs->sclass.cl_alloc) (pp, flag)
227 #define CL_FREE(cid, bufp) (sclass[cid].cl_funcs->sclass.cl_free) (bufp)