Lines Matching defs:status
43 acpi_status status;
61 status = acpi_ds_exec_begin_op(walk_state, out_op);
62 return_ACPI_STATUS(status);
112 status = AE_OK;
121 status =
134 status =
137 if (ACPI_FAILURE(status)) {
138 return_ACPI_STATUS(status);
146 status =
151 if (ACPI_FAILURE(status)) {
153 if (status == AE_NOT_FOUND) {
154 status = AE_OK;
159 status);
163 buffer_ptr, status);
165 return_ACPI_STATUS(status);
244 status =
247 if (ACPI_FAILURE(status)) {
248 return_ACPI_STATUS(status);
268 status = AE_OK;
312 status =
317 if (ACPI_SUCCESS(status) && (flags & ACPI_NS_TEMPORARY)) {
325 if (ACPI_FAILURE(status)) {
327 buffer_ptr, status);
328 return_ACPI_STATUS(status);
353 return_ACPI_STATUS(status);
372 acpi_status status = AE_OK;
425 status = acpi_ds_scope_stack_pop(walk_state);
426 if (ACPI_FAILURE(status)) {
475 status = acpi_ds_create_buffer_field(op, walk_state);
476 if (ACPI_FAILURE(status)) {
477 ACPI_EXCEPTION((AE_INFO, status,
488 status = acpi_ds_init_field_objects(op, walk_state);
494 status =
502 status =
509 status =
523 status = acpi_ds_create_operands(walk_state, arg);
524 if (ACPI_FAILURE(status)) {
531 status = acpi_ex_create_processor(walk_state);
536 status = acpi_ex_create_power_resource(walk_state);
541 status = acpi_ex_create_mutex(walk_state);
546 status = acpi_ex_create_event(walk_state);
551 status = acpi_ex_create_alias(walk_state);
558 status = AE_OK;
602 status = acpi_ex_create_region(op->named.data,
606 if (ACPI_FAILURE(status)) {
607 return_ACPI_STATUS(status);
611 status =
618 status = acpi_ds_create_node(walk_state, node, op);
619 if (ACPI_FAILURE(status)) {
628 status = ae_lookup_init_file_entry(namepath, &obj_desc);
629 if (ACPI_SUCCESS(status)) {
640 status = AE_OK;
662 status =
666 if (ACPI_SUCCESS(status)) {
667 status =
678 if (ACPI_FAILURE(status)) {
679 return_ACPI_STATUS(status);
705 status =
712 if (ACPI_SUCCESS(status)) {
719 status = AE_AML_OPERAND_TYPE;
729 arg->common.value.string, status);
744 return_ACPI_STATUS(status);