Searched refs:ct_template (Results 1 – 4 of 4) sorted by relevance
| /illumos-gate/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 */
|
| /illumos-gate/usr/src/uts/common/contract/ |
| H A D | process.c | 146 static struct ct_template * 147 ctmpl_process_dup(struct ct_template *template) in ctmpl_process_dup() 181 ctmpl_process_free(struct ct_template *template) in ctmpl_process_free() 225 ctmpl_process_set(struct ct_template *tmpl, ct_kparam_t *kparam, in ctmpl_process_set() 359 ctmpl_process_get(struct ct_template *template, ct_kparam_t *kparam) in ctmpl_process_get()
|
| H A D | device.c | 412 static struct ct_template * 413 ctmpl_device_dup(struct ct_template *template) in ctmpl_device_dup() 467 ctmpl_device_free(struct ct_template *template) in ctmpl_device_free() 499 ctmpl_device_set(struct ct_template *tmpl, ct_kparam_t *kparam, in ctmpl_device_set() 601 ctmpl_device_get(struct ct_template *template, ct_kparam_t *kparam) in ctmpl_device_get()
|