Home
last modified time | relevance | path

Searched refs:sstate (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/acpica/
H A Dacpi.c153 static int acpi_wake_prep_walk(int sstate);
2714 if (sstate > prw.lowest_wake) { in acpi_wake_sleep_prep()
2718 acpi_name(handle), sstate); in acpi_wake_sleep_prep()
2724 acpi_name(handle), sstate); in acpi_wake_sleep_prep()
2751 if (sstate > prw.lowest_wake) { in acpi_wake_run_prep()
2769 int sstate; in acpi_wake_prep() local
2772 sstate = *(int *)context; in acpi_wake_prep()
2774 acpi_wake_sleep_prep(handle, sstate); in acpi_wake_prep()
2776 acpi_wake_run_prep(handle, sstate); in acpi_wake_prep()
2782 acpi_wake_prep_walk(int sstate) in acpi_wake_prep_walk() argument
[all …]
/dragonfly/sys/dev/disk/mpt/
H A Dmpt_cam.c3117 u_int sstate; in mpt_scsi_reply_frame_handler() local
3129 sstate = scsi_io_reply->SCSIState; in mpt_scsi_reply_frame_handler()
3135 if ((sstate & MPI_SCSI_STATE_AUTOSENSE_VALID) != 0 in mpt_scsi_reply_frame_handler()
3153 if ((sstate & MPI_SCSI_STATE_QUEUE_TAG_REJECTED) != 0) { in mpt_scsi_reply_frame_handler()
3181 if ((sstate & MPI_SCSI_STATE_NO_SCSI_STATUS) != 0) { in mpt_scsi_reply_frame_handler()
3189 if ((sstate & MPI_SCSI_STATE_AUTOSENSE_FAILED) != 0) in mpt_scsi_reply_frame_handler()
3191 } else if ((sstate & MPI_SCSI_STATE_RESPONSE_INFO_VALID) != 0) { in mpt_scsi_reply_frame_handler()