Lines Matching refs:copyout

17408 		if (copyout(&pvd, (void *)arg, sizeof (pvd)) != 0)
17455 * across the copyout(), below.
17480 if (copyout(buf, (void *)arg, dest - (uintptr_t)buf) != 0) {
17546 * across the copyout(), below.
17582 if (copyout(buf, (void *)arg, dest - (uintptr_t)buf) != 0) {
17745 if (copyout(&desc, (void *)arg, sizeof (desc)) != 0)
17805 if (copyout(&desc, (void *)arg, sizeof (desc)) != 0)
17818 if (copyout(&cpuid, (void *)arg, sizeof (cpuid)) != 0)
17834 if (copyout(&cpuid, (void *)arg, sizeof (cpuid)) != 0)
17852 rval = copyout(dof, (void *)arg, len);
17900 if (copyout(&desc, (void *)arg, sz) != 0)
17915 if (copyout(buf->dtb_tomax, desc.dtbd_data, sz) != 0) {
17927 if (copyout(&desc, (void *)arg, sizeof (desc)) != 0)
17966 if (copyout(buf->dtb_xamot, desc.dtbd_data,
17982 if (copyout(&desc, (void *)arg, sizeof (desc)) != 0)
17997 if (copyout(&conf, (void *)arg, sizeof (conf)) != 0)
18065 if (copyout(&stat, (void *)arg, sizeof (stat)) != 0)
18102 if (copyout(&fmt, (void *)arg, sizeof (fmt)) != 0) {
18107 if (copyout(str, fmt.dtfd_string, len) != 0) {
18224 * We need to copyout the multi_dof struct, because it contains
18229 if (copyout(multi_dof, user_address, dof_ioctl_data_size) != 0) {
18230 dtrace_dof_error(NULL, "failed copyout of dof_ioctl_data_t");
18315 if (copyout(&pvd, arg, sizeof (pvd)) != 0)
18362 * across the copyout(), below.
18387 if (copyout(buf, arg, dest - (uintptr_t)buf) != 0) {
18453 * across the copyout(), below.
18489 if (copyout(buf, arg, dest - (uintptr_t)buf) != 0) {
18654 if (copyout(&desc, arg, sizeof (desc)) != 0)
18715 if (copyout(&desc, arg, sizeof (desc)) != 0)
18728 if (copyout(&cpuid, arg, sizeof (cpuid)) != 0)
18744 if (copyout(&cpuid, arg, sizeof (cpuid)) != 0)
18762 rval = copyout(dof, arg, len);
18810 if (copyout(&desc, arg, sz) != 0)
18825 if (copyout(buf->dtb_tomax, (user_addr_t)desc.dtbd_data, sz) != 0) {
18837 if (copyout(&desc, arg, sizeof (desc)) != 0)
18876 if (copyout(buf->dtb_xamot, (user_addr_t)desc.dtbd_data,
18892 if (copyout(&desc, arg, sizeof (desc)) != 0)
18907 if (copyout(&conf, arg, sizeof (conf)) != 0)
18975 if (copyout(&stat, arg, sizeof (stat)) != 0)
19012 if (copyout(&fmt, arg, sizeof (fmt)) != 0) {
19017 if (copyout(str, (user_addr_t)fmt.dtfd_string, len) != 0) {
19086 if (copyout(&dtmul_count, arg, sizeof (dtmul_count)) != 0)
19149 if (copyout(uuids_list, arg, module_uuids_list_size) != 0) {
19150 cmn_err(CE_WARN, "failed copyout of dtrace_symbolsdesc_list_t");