Symbol: ct_template
usr/src/uts/common/contract/device.c
412
static struct ct_template *
usr/src/uts/common/contract/device.c
413
ctmpl_device_dup(struct ct_template *template)
usr/src/uts/common/contract/device.c
467
ctmpl_device_free(struct ct_template *template)
usr/src/uts/common/contract/device.c
499
ctmpl_device_set(struct ct_template *tmpl, ct_kparam_t *kparam,
usr/src/uts/common/contract/device.c
601
ctmpl_device_get(struct ct_template *template, ct_kparam_t *kparam)
usr/src/uts/common/contract/process.c
146
static struct ct_template *
usr/src/uts/common/contract/process.c
147
ctmpl_process_dup(struct ct_template *template)
usr/src/uts/common/contract/process.c
181
ctmpl_process_free(struct ct_template *template)
usr/src/uts/common/contract/process.c
225
ctmpl_process_set(struct ct_template *tmpl, ct_kparam_t *kparam,
usr/src/uts/common/contract/process.c
359
ctmpl_process_get(struct ct_template *template, ct_kparam_t *kparam)
usr/src/uts/common/sys/contract_impl.h
124
struct ct_template *(*ctop_dup)(struct ct_template *);
usr/src/uts/common/sys/contract_impl.h
125
void (*ctop_free)(struct ct_template *);
usr/src/uts/common/sys/contract_impl.h
126
int (*ctop_set)(struct ct_template *, ct_kparam_t *,
usr/src/uts/common/sys/contract_impl.h
128
int (*ctop_get)(struct ct_template *, ct_kparam_t *);
usr/src/uts/common/sys/contract_impl.h
129
int (*ctop_create)(struct ct_template *, ctid_t *);
usr/src/uts/common/sys/klwp.h
191
struct ct_template *lwp_ct_active[CTT_MAXTYPE]; /* active templates */