Lines Matching refs:status
77 * RETURN: Status, Buffer is filled with name if status is AE_OK
86 acpi_status status;
99 status = acpi_ut_initialize_buffer(buffer, ACPI_PATH_SEGMENT_LENGTH);
100 if (ACPI_FAILURE(status)) {
101 return_ACPI_STATUS(status);
124 * RETURN: Status, Buffer is filled with pathname if status is AE_OK
134 acpi_status status;
155 status = acpi_ut_initialize_buffer(buffer, required_size);
156 if (ACPI_FAILURE(status)) {
157 return_ACPI_STATUS(status);
341 acpi_status status;
358 status = acpi_ns_externalize_name(ACPI_UINT32_MAX, internal_path,
360 if (ACPI_FAILURE(status)) {