Searched refs:ct_template (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | contract_impl.h | 124 struct ct_template *(*ctop_dup)(struct ct_template *); 125 void (*ctop_free)(struct ct_template *); 126 int (*ctop_set)(struct ct_template *, ct_kparam_t *, 128 int (*ctop_get)(struct ct_template *, ct_kparam_t *); 129 int (*ctop_create)(struct ct_template *, ctid_t *); 136 typedef struct ct_template { struct
|
H A D | klwp.h | 191 struct ct_template *lwp_ct_active[CTT_MAXTYPE]; /* active templates */
|
/titanic_44/usr/src/uts/common/contract/ |
H A D | process.c | 145 static struct ct_template * 146 ctmpl_process_dup(struct ct_template *template) in ctmpl_process_dup() 180 ctmpl_process_free(struct ct_template *template) in ctmpl_process_free() 224 ctmpl_process_set(struct ct_template *tmpl, ct_kparam_t *kparam, in ctmpl_process_set() 358 ctmpl_process_get(struct ct_template *template, ct_kparam_t *kparam) in ctmpl_process_get()
|
H A D | device.c | 411 static struct ct_template * 412 ctmpl_device_dup(struct ct_template *template) in ctmpl_device_dup() 466 ctmpl_device_free(struct ct_template *template) in ctmpl_device_free() 498 ctmpl_device_set(struct ct_template *tmpl, ct_kparam_t *kparam, in ctmpl_device_set() 599 ctmpl_device_get(struct ct_template *template, ct_kparam_t *kparam) in ctmpl_device_get()
|