Home
last modified time | relevance | path

Searched refs:ctpm_value (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libcontract/common/
H A Dlibcontract.c74 param.ctpm_value = &param_value; in ct_tmpl_set_internal()
90 param.ctpm_value = (void *)value; in ct_tmpl_set_internal_string()
117 param.ctpm_value = &param_value; in ct_tmpl_set_cookie()
131 param.ctpm_value = &param_value; in ct_tmpl_get_internal()
145 param.ctpm_value = buf; in ct_tmpl_get_internal_string()
170 param.ctpm_value = cookie; in ct_tmpl_get_cookie()
/illumos-gate/usr/src/uts/common/sys/
H A Dcontract.h115 void *ctpm_value; member
H A Dcontract_impl.h100 caddr32_t ctpm_value; member
/illumos-gate/usr/src/uts/common/os/
H A Dcontract.c1445 ubuf = STRUCT_FGETP(uarg, ctpm_value); in ctparam_copyin()
1459 param->ctpm_value = ubuf; in ctparam_copyin()
1482 STRUCT_FSETP(uarg, ctpm_value, param->ctpm_value); in ctparam_copyout()
1487 if (copyout(kparam->ctpm_kbuf, param->ctpm_value, in ctparam_copyout()
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c560 uint64_t ctpm_value; member
592 param.ctpm_value = &s10param.ctpm_value; in ctfs_ioctl()