Searched defs:ustat32 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dustat.h61 struct ustat32 { struct
/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c2422 dsw_stat32_t ustat32; local
2428 if (copyin((void *)arg, &ustat32, sizeof (ustat32)) < 0)
2430 II_TAIL_COPY(ustat, ustat32, shadow_vol, dsw_stat_t);
2431 ustat.status = (spcs_s_info_t)ustat32.status;
2454 bzero(ustat32.overflow_vol, DSW_NAMELEN);
2458 (void) strncpy(ilp32 ? ustat32.overflow_vol :
2471 group = ilp32? ustat32.group_name : ustat.group_name;
2472 cluster = ilp32? ustat32.cluster_tag : ustat.cluster_tag;
2485 ustat32
4393 dsw_ostat32_t ustat32; local
[all...]

Completed in 58 milliseconds