Symbol: ctxop_template
usr/src/uts/common/disp/thread.c
1019
ctxop_find_by_tmpl(kthread_t *t, const struct ctxop_template *ct, void *arg)
usr/src/uts/common/disp/thread.c
1069
ctxop_allocate(const struct ctxop_template *ct, void *arg)
usr/src/uts/common/disp/thread.c
1196
ctxop_install(kthread_t *t, const struct ctxop_template *ct, void *arg)
usr/src/uts/common/disp/thread.c
1202
ctxop_remove(kthread_t *t, const struct ctxop_template *ct, void *arg)
usr/src/uts/common/os/kcpc.c
117
static const struct ctxop_template kcpc_ctxop_tpl = {
usr/src/uts/common/os/kcpc.c
1382
static const struct ctxop_template kcpc_idle_ctxop_tpl = {
usr/src/uts/common/os/schedctl.c
96
static const struct ctxop_template schedctl_ctxop_tpl = {
usr/src/uts/common/sys/proc.h
730
extern struct ctxop *ctxop_allocate(const struct ctxop_template *, void *);
usr/src/uts/common/sys/proc.h
734
extern void ctxop_install(kthread_t *, const struct ctxop_template *, void *);
usr/src/uts/common/sys/proc.h
735
extern int ctxop_remove(kthread_t *, const struct ctxop_template *, void *);
usr/src/uts/intel/io/vmm/vmm.c
336
static const struct ctxop_template vmm_ctxop_tpl = {
usr/src/uts/intel/os/fpu.c
1044
const struct ctxop_template tpl = {
usr/src/uts/intel/os/fpu.c
1788
static const struct ctxop_template kfpu_ctxop_tpl = {
usr/src/uts/intel/os/sundep.c
743
static const struct ctxop_template brand_interpose_ctxop_tpl = {
usr/src/uts/intel/os/sundep.c
800
static const struct ctxop_template sep_tpl = {
usr/src/uts/intel/os/sundep.c
833
const struct ctxop_template segreg_tpl = {
usr/src/uts/intel/os/sysi86.c
108
const struct ctxop_template xen_tpl = {