Lines Matching refs:confirm
119 struct cfga_confirm *confirm, struct cfga_msg *message) in cfgadm_cmd_wrapper() argument
138 plat_opts, confirm, message, &estrp, 0); in cfgadm_cmd_wrapper()
147 plat_opts, confirm, message, &estrp, 0); in cfgadm_cmd_wrapper()
156 plat_opts, confirm, message, &estrp, 0); in cfgadm_cmd_wrapper()
165 plat_opts, confirm, message, &estrp, 0); in cfgadm_cmd_wrapper()
174 plat_opts, confirm, message, &estrp, 0); in cfgadm_cmd_wrapper()
198 struct cfga_confirm confirm; in event_process() local
208 (void) memset(&confirm, 0, sizeof (confirm)); in event_process()
209 confirm.confirm = confirm_no; in event_process()
214 acpi_event_type, STATUS_NOOP, &confirm, &message) != 0) { in event_process()
220 acpi_event_type, STATUS_INPROGRESS, &confirm, &message); in event_process()
223 acpi_event_type, STATUS_NOOP, &confirm, &message) != 0) { in event_process()
229 acpi_event_type, STATUS_INPROGRESS, &confirm, &message); in event_process()
232 acpi_event_type, STATUS_INPROGRESS, &confirm, &message) != 0) { in event_process()
238 acpi_event_type, STATUS_INPROGRESS, &confirm, &message); in event_process()
241 acpi_event_type, STATUS_INPROGRESS, &confirm, &message) != 0) { in event_process()
247 acpi_event_type, STATUS_SUCCESS, &confirm, &message); in event_process()
257 acpi_event_type, STATUS_FAILURE, &confirm, &message); in event_process()