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

/illumos-gate/usr/src/uts/common/avs/ns/sv/
H A Dsv.c1734 sv_list32_t svl32; /* 32 bit Initial structure for SVIOC_LIST */ local
1912 if (ddi_copyin((void *)arg, &svl32,
1913 sizeof (svl32), mode) < 0) {
1918 ustatus = (spcs_s_info_t)svl32.svl_error;
1919 size = svl32.svl_count;
1920 usvn = (void *)(unsigned long)svl32.svl_names;
1966 svl32.svl_timestamp = (uint32_t)sv_config_time;
1967 svl32.svl_maxdevs = (int32_t)sv_max_devices;
1970 if (ddi_copyout(&svl32, (void *)arg,
1971 sizeof (svl32), mod
[all...]

Completed in 59 milliseconds