Searched refs:classfuncs_t (Results 1 – 9 of 9) sorted by relevance
| /illumos-gate/usr/src/uts/common/disp/ |
| H A D | sysclass.c | 57 pri_t sys_init(id_t, int, classfuncs_t **); 120 classfuncs_t **clfuncspp;
|
| H A D | ia.c | 34 extern pri_t ia_init(id_t, int, classfuncs_t **);
|
| H A D | ts.c | 63 static pri_t ts_init(id_t, int, classfuncs_t **); 219 pri_t ia_init(id_t, int, classfuncs_t **); 330 ts_init(id_t cid, int clparmsz, classfuncs_t **clfuncspp) in ts_init() 362 ia_init(id_t cid, int clparmsz, classfuncs_t **clfuncspp) in ia_init()
|
| H A D | rt.c | 59 static pri_t rt_init(id_t, int, classfuncs_t **); 195 rt_init(id_t cid, int clparmsz, classfuncs_t **clfuncspp) in rt_init()
|
| H A D | fx.c | 56 static pri_t fx_init(id_t, int, classfuncs_t **); 269 fx_init(id_t cid, int clparmsz, classfuncs_t **clfuncspp) in fx_init()
|
| H A D | sysdc.c | 1214 sysdc_init(id_t cid, int clparmsz, classfuncs_t **clfuncspp) in sysdc_init()
|
| H A D | fss.c | 258 static pri_t fss_init(id_t, int, classfuncs_t **); 845 fss_init(id_t cid, int clparmsz, classfuncs_t **clfuncspp) in fss_init()
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | class.h | 104 } classfuncs_t; typedef 109 pri_t (*cl_init)(id_t, int, classfuncs_t **); 110 classfuncs_t *cl_funcs; /* pointer to classfuncs structure */
|
| /illumos-gate/usr/src/uts/common/conf/ |
| H A D | param.c | 429 extern pri_t sys_init(id_t, int, classfuncs_t **); 430 extern classfuncs_t sys_classfuncs;
|