Searched refs:errstate_32 (Results 1 – 1 of 1) sorted by relevance
1227 struct bofi_errstate32 errstate_32; in bofi_ioctl() local1229 if (ddi_copyin((void *)arg, &errstate_32, in bofi_ioctl()1233 errstate.fail_time = errstate_32.fail_time; in bofi_ioctl()1234 errstate.msg_time = errstate_32.msg_time; in bofi_ioctl()1235 errstate.access_count = errstate_32.access_count; in bofi_ioctl()1236 errstate.fail_count = errstate_32.fail_count; in bofi_ioctl()1237 errstate.acc_chk = errstate_32.acc_chk; in bofi_ioctl()1238 errstate.errmsg_count = errstate_32.errmsg_count; in bofi_ioctl()1239 (void) strncpy(errstate.buffer, errstate_32.buffer, in bofi_ioctl()1241 errstate.severity = errstate_32.severity; in bofi_ioctl()[all …]