Home
last modified time | relevance | path

Searched refs:ct_template_t (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dcontract_impl.h144 } ct_template_t; typedef
232 typedef ct_template_t *(ct_f_default_t)(void);
317 void ctmpl_free(ct_template_t *);
318 int ctmpl_set(ct_template_t *, ct_kparam_t *, const cred_t *);
319 int ctmpl_get(ct_template_t *, ct_kparam_t *);
320 ct_template_t *ctmpl_dup(ct_template_t *);
321 void ctmpl_activate(ct_template_t *);
322 void ctmpl_clear(ct_template_t *);
323 int ctmpl_create(ct_template_t *, ctid_t *);
358 void ctmpl_init(ct_template_t *, ctmplops_t *, ct_type_t *, void *);
[all …]
H A Dctfs_impl.h149 ct_template_t *ctfs_tmn_tmpl; /* template pointer */
/titanic_50/usr/src/uts/common/os/
H A Dcontract.c284 contract_ctor(contract_t *ct, ct_type_t *type, ct_template_t *tmpl, void *data, in contract_ctor()
1501 ctmpl_free(ct_template_t *template) in ctmpl_free()
1512 ct_template_t *
1513 ctmpl_dup(ct_template_t *template) in ctmpl_dup()
1515 ct_template_t *new; in ctmpl_dup()
1536 ctmpl_set(ct_template_t *template, ct_kparam_t *kparam, const cred_t *cr) in ctmpl_set()
1606 ctmpl_get(ct_template_t *template, ct_kparam_t *kparam) in ctmpl_get()
1649 ctmpl_makecurrent(ct_template_t *template, ct_template_t *new) in ctmpl_makecurrent()
1653 ct_template_t *old; in ctmpl_makecurrent()
1671 ctmpl_activate(ct_template_t *template) in ctmpl_activate()
[all …]
H A Dlwp.c841 ct_template_t *tmpl; in lwp_ctmpl_clear()
/titanic_50/usr/src/uts/common/sys/contract/
H A Dprocess_impl.h46 ct_template_t ctp_ctmpl;
H A Ddevice_impl.h47 ct_template_t ctd_ctmpl;
/titanic_50/usr/src/uts/common/contract/
H A Ddevice.c643 ctmpl_device_create(ct_template_t *template, ctid_t *ctidp) in ctmpl_device_create()
726 static ct_template_t *
1328 ct_template_t *tmpl; in contract_device_open()
H A Dprocess.c437 static ct_template_t *
1016 ct_template_t *tmpl; in contract_process_fork()
/titanic_50/usr/src/uts/common/fs/proc/
H A Dprioctl.c94 ct_template_t *tmpl; in prctioctl()