Searched refs:svc32 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/sv/
H A Dsv.c1775 sv_conf32_t svc32; local
1777 if (ddi_copyin((void *)arg, &svc32,
1778 sizeof (svc32), mode) < 0) {
1783 svc.svc_error = (spcs_s_info_t)svc32.svc_error;
1784 (void) strcpy(svc.svc_path, svc32.svc_path);
1785 svc.svc_flag = svc32.svc_flag;
1786 svc.svc_major = svc32.svc_major;
1787 svc.svc_minor = svc32.svc_minor;
1834 sv_conf32_t svc32; local
1836 if (ddi_copyin((void *)arg, &svc32,
[all...]

Completed in 59 milliseconds