Home
last modified time | relevance | path

Searched refs:cm_timestamp (Results 1 – 9 of 9) sorted by relevance

/freebsd-9-stable/sys/dev/aacraid/
Daacraid_cam.c422 cm->cm_timestamp = time_uptime; in aac_container_rw_command()
652 cm->cm_timestamp = time_uptime; in aac_container_special_command()
955 cm->cm_timestamp = time_uptime; in aac_passthrough_command()
1296 cm->cm_timestamp = time_uptime; in aac_cam_reset_bus()
Daacraid_var.h224 time_t cm_timestamp; /* command creation time */ member
Daacraid.c390 cm->cm_timestamp = time_uptime; in aac_daemon()
481 cm->cm_timestamp = time_uptime; in aac_get_container_info()
2142 if (cm->cm_timestamp < deadline) { in aac_timeout()
2145 cm, (int)(time_uptime-cm->cm_timestamp)); in aac_timeout()
2773 cm->cm_timestamp = time_uptime; in aac_ioctl_sendfib()
/freebsd-9-stable/sys/dev/mfi/
Dmfi.c2477 cm->cm_timestamp = time_uptime; in mfi_std_send_frame()
3725 if (cm->cm_timestamp <= deadline) { in mfi_dump_all()
3728 cm, (int)(time_uptime - cm->cm_timestamp)); in mfi_dump_all()
3765 if (cm->cm_timestamp <= deadline) { in mfi_timeout()
3767 cm->cm_timestamp = time_uptime; in mfi_timeout()
3771 cm, (int)(time_uptime - cm->cm_timestamp) in mfi_timeout()
Dmfivar.h86 time_t cm_timestamp; member
Dmfi_tbolt.c425 cm->cm_timestamp = time_uptime; in mfi_tbolt_init_MFI_queue()
1102 cm->cm_timestamp = time_uptime; in mfi_tbolt_send_frame()
/freebsd-9-stable/sys/dev/aac/
Daac.c1145 cm, (int)(time_uptime-cm->cm_timestamp)); in aac_complete()
1212 cm->cm_timestamp = time_uptime; in aac_bio_command()
2349 if ((cm->cm_timestamp < deadline) in aac_timeout()
2355 (int)(time_uptime-cm->cm_timestamp)); in aac_timeout()
3009 cm->cm_timestamp = time_uptime; in aac_ioctl_sendfib()
Daacvar.h189 time_t cm_timestamp; /* command creation time */ member
Daac_cam.c503 cm->cm_timestamp = time_uptime; in aac_cam_action()