Lines Matching refs:errstate_32
1227 struct bofi_errstate32 errstate_32; in bofi_ioctl() local
1229 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()
1242 errstate.log.logsize = errstate_32.log.logsize; in bofi_ioctl()
1243 errstate.log.entries = errstate_32.log.entries; in bofi_ioctl()
1244 errstate.log.flags = errstate_32.log.flags; in bofi_ioctl()
1245 errstate.log.wrapcnt = errstate_32.log.wrapcnt; in bofi_ioctl()
1246 errstate.log.start_time = errstate_32.log.start_time; in bofi_ioctl()
1247 errstate.log.stop_time = errstate_32.log.stop_time; in bofi_ioctl()
1249 (caddr_t)(uintptr_t)errstate_32.log.logbase; in bofi_ioctl()
1250 errstate.errdef_handle = errstate_32.errdef_handle; in bofi_ioctl()
1285 struct bofi_errstate32 errstate_32; in bofi_ioctl() local
1287 errstate_32.fail_time = errstate.fail_time; in bofi_ioctl()
1288 errstate_32.msg_time = errstate.msg_time; in bofi_ioctl()
1289 errstate_32.access_count = errstate.access_count; in bofi_ioctl()
1290 errstate_32.fail_count = errstate.fail_count; in bofi_ioctl()
1291 errstate_32.acc_chk = errstate.acc_chk; in bofi_ioctl()
1292 errstate_32.errmsg_count = errstate.errmsg_count; in bofi_ioctl()
1293 (void) strncpy(errstate_32.buffer, errstate.buffer, in bofi_ioctl()
1295 errstate_32.severity = errstate.severity; in bofi_ioctl()
1296 errstate_32.log.logsize = errstate.log.logsize; in bofi_ioctl()
1297 errstate_32.log.entries = errstate.log.entries; in bofi_ioctl()
1298 errstate_32.log.flags = errstate.log.flags; in bofi_ioctl()
1299 errstate_32.log.wrapcnt = errstate.log.wrapcnt; in bofi_ioctl()
1300 errstate_32.log.start_time = errstate.log.start_time; in bofi_ioctl()
1301 errstate_32.log.stop_time = errstate.log.stop_time; in bofi_ioctl()
1302 errstate_32.log.logbase = in bofi_ioctl()
1304 errstate_32.errdef_handle = errstate.errdef_handle; in bofi_ioctl()
1305 if (ddi_copyout(&errstate_32, (void *)arg, in bofi_ioctl()
1346 struct bofi_errstate32 errstate_32; in bofi_ioctl() local
1348 if (ddi_copyin((void *)arg, &errstate_32, in bofi_ioctl()
1352 errstate.fail_time = errstate_32.fail_time; in bofi_ioctl()
1353 errstate.msg_time = errstate_32.msg_time; in bofi_ioctl()
1354 errstate.access_count = errstate_32.access_count; in bofi_ioctl()
1355 errstate.fail_count = errstate_32.fail_count; in bofi_ioctl()
1356 errstate.acc_chk = errstate_32.acc_chk; in bofi_ioctl()
1357 errstate.errmsg_count = errstate_32.errmsg_count; in bofi_ioctl()
1358 (void) strncpy(errstate.buffer, errstate_32.buffer, in bofi_ioctl()
1360 errstate.severity = errstate_32.severity; in bofi_ioctl()
1361 errstate.log.logsize = errstate_32.log.logsize; in bofi_ioctl()
1362 errstate.log.entries = errstate_32.log.entries; in bofi_ioctl()
1363 errstate.log.flags = errstate_32.log.flags; in bofi_ioctl()
1364 errstate.log.wrapcnt = errstate_32.log.wrapcnt; in bofi_ioctl()
1365 errstate.log.start_time = errstate_32.log.start_time; in bofi_ioctl()
1366 errstate.log.stop_time = errstate_32.log.stop_time; in bofi_ioctl()
1368 (caddr_t)(uintptr_t)errstate_32.log.logbase; in bofi_ioctl()
1369 errstate.errdef_handle = errstate_32.errdef_handle; in bofi_ioctl()
1405 struct bofi_errstate32 errstate_32; in bofi_ioctl() local
1407 errstate_32.fail_time = errstate.fail_time; in bofi_ioctl()
1408 errstate_32.msg_time = errstate.msg_time; in bofi_ioctl()
1409 errstate_32.access_count = errstate.access_count; in bofi_ioctl()
1410 errstate_32.fail_count = errstate.fail_count; in bofi_ioctl()
1411 errstate_32.acc_chk = errstate.acc_chk; in bofi_ioctl()
1412 errstate_32.errmsg_count = errstate.errmsg_count; in bofi_ioctl()
1413 (void) strncpy(errstate_32.buffer, errstate.buffer, in bofi_ioctl()
1415 errstate_32.severity = errstate.severity; in bofi_ioctl()
1416 errstate_32.log.logsize = errstate.log.logsize; in bofi_ioctl()
1417 errstate_32.log.entries = errstate.log.entries; in bofi_ioctl()
1418 errstate_32.log.flags = errstate.log.flags; in bofi_ioctl()
1419 errstate_32.log.wrapcnt = errstate.log.wrapcnt; in bofi_ioctl()
1420 errstate_32.log.start_time = errstate.log.start_time; in bofi_ioctl()
1421 errstate_32.log.stop_time = errstate.log.stop_time; in bofi_ioctl()
1422 errstate_32.log.logbase = in bofi_ioctl()
1424 errstate_32.errdef_handle = errstate.errdef_handle; in bofi_ioctl()
1425 if (ddi_copyout(&errstate_32, (void *)arg, in bofi_ioctl()