Home
last modified time | relevance | path

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

/illumos-gate/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.h147 ct_template_t *ctfs_tmn_tmpl; /* template pointer */
/illumos-gate/usr/src/uts/common/os/
H A Dcontract.c287 contract_ctor(contract_t *ct, ct_type_t *type, ct_template_t *tmpl, void *data, in contract_ctor()
1504 ctmpl_free(ct_template_t *template) in ctmpl_free()
1515 ct_template_t *
1516 ctmpl_dup(ct_template_t *template) in ctmpl_dup()
1518 ct_template_t *new; in ctmpl_dup()
1539 ctmpl_set(ct_template_t *template, ct_kparam_t *kparam, const cred_t *cr) in ctmpl_set()
1610 ctmpl_get(ct_template_t *template, ct_kparam_t *kparam) in ctmpl_get()
1657 ctmpl_makecurrent(ct_template_t *template, ct_template_t *new) in ctmpl_makecurrent()
1661 ct_template_t *old; in ctmpl_makecurrent()
1679 ctmpl_activate(ct_template_t *template) in ctmpl_activate()
[all …]
H A Dlwp.c842 ct_template_t *tmpl; in lwp_ctmpl_clear()
/illumos-gate/usr/src/uts/common/sys/contract/
H A Dprocess_impl.h44 ct_template_t ctp_ctmpl;
H A Ddevice_impl.h45 ct_template_t ctd_ctmpl;
/illumos-gate/usr/src/uts/common/contract/
H A Ddevice.c645 ctmpl_device_create(ct_template_t *template, ctid_t *ctidp) in ctmpl_device_create()
728 static ct_template_t *
1329 ct_template_t *tmpl; in contract_device_open()
H A Dprocess.c438 static ct_template_t *
1017 ct_template_t *tmpl; in contract_process_fork()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprioctl.c96 ct_template_t *tmpl; in prctioctl()