Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c577 s10_ct_param_t s10param; in ctfs_ioctl() local
587 if (brand_uucopy((const void *)arg, &s10param, sizeof (s10param)) != 0) in ctfs_ioctl()
589 param.ctpm_id = s10param.ctpm_id; in ctfs_ioctl()
591 param.ctpm_value = &s10param.ctpm_value; in ctfs_ioctl()
597 return (brand_uucopy(&s10param, (void *)arg, in ctfs_ioctl()
598 sizeof (s10param))); in ctfs_ioctl()