Searched defs:ct_kparam_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dcontract_impl.h116 } ct_kparam_t; typedef in typeref:struct:ct_kparam
126 int (*ctop_set)(struct ct_template *, ct_kparam_t *,
128 int (*ctop_get)(struct ct_template *, ct_kparam_t *);
318 int ctmpl_set(ct_template_t *, ct_kparam_t *, const cred_t *);
319 int ctmpl_get(ct_template_t *, ct_kparam_t *);
328 int ctparam_copyin(const void *, ct_kparam_t *, int, int);
329 int ctparam_copyout(ct_kparam_t *, void *, int);

Completed in 76 milliseconds