Displaying 4 results from an estimated 4 matches for "in_params".
2017 May 04
0
[PATCH v1] ACPI: Switch to use generic UUID API
...gt; - }
> - return AE_OK;
> -}
> -EXPORT_SYMBOL_GPL(acpi_str_to_uuid);
> -
> acpi_status acpi_run_osc(acpi_handle handle, struct acpi_osc_context *context)
> {
> acpi_status status;
> struct acpi_object_list input;
> union acpi_object in_params[4];
> union acpi_object *out_obj;
> - u8 uuid[16];
> + uuid_le uuid;
> u32 errors;
> struct acpi_buffer output = {ACPI_ALLOCATE_BUFFER, NULL};
>
> if (!context)
> return AE_ERROR;
> - if (ACPI_FAILURE(acpi_...
2017 May 04
12
[PATCH v1] ACPI: Switch to use generic UUID API
...o_uuid[i]]) << 4;
- uuid[i] |= hex_to_bin(str[opc_map_to_uuid[i] + 1]);
- }
- return AE_OK;
-}
-EXPORT_SYMBOL_GPL(acpi_str_to_uuid);
-
acpi_status acpi_run_osc(acpi_handle handle, struct acpi_osc_context *context)
{
acpi_status status;
struct acpi_object_list input;
union acpi_object in_params[4];
union acpi_object *out_obj;
- u8 uuid[16];
+ uuid_le uuid;
u32 errors;
struct acpi_buffer output = {ACPI_ALLOCATE_BUFFER, NULL};
if (!context)
return AE_ERROR;
- if (ACPI_FAILURE(acpi_str_to_uuid(context->uuid_str, uuid)))
+ if (uuid_le_to_bin(context->uuid_str, &uuid))...
2008 Sep 11
12
pciback module not working
This issue was brought up about a year and a half ago. So I''ll bring
it up again and see if anything happens.
I''ve got an infiniband network and am attempting to pass the
infiniband card through the host and give it to the guest.
I''m working with standard CentOS 5.2 on both guest and host with their
provided xen (3.0.3 ish). I''ve also attempted to install the
2008 Sep 11
12
pciback module not working
This issue was brought up about a year and a half ago. So I''ll bring
it up again and see if anything happens.
I''ve got an infiniband network and am attempting to pass the
infiniband card through the host and give it to the guest.
I''m working with standard CentOS 5.2 on both guest and host with their
provided xen (3.0.3 ish). I''ve also attempted to install the