Searched refs:ret_buf (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/hotplug/ |
D | pciehprm_acpi.c | 116 struct acpi_buffer ret_buf = { ACPI_PATHNAME_MAX, path_name }; in acpi_path_name() local 119 status = acpi_get_name(handle, ACPI_FULL_PATHNAME, &ret_buf); in acpi_path_name() 175 struct acpi_buffer ret_buf = { 0, NULL}; in acpi_get__hpp() local 181 status = acpi_evaluate_object(ab->handle, METHOD_NAME__HPP, NULL, &ret_buf); in acpi_get__hpp() 184 ret_buf.pointer = kmalloc (ret_buf.length, GFP_KERNEL); in acpi_get__hpp() 185 if (!ret_buf.pointer) { in acpi_get__hpp() 189 status = acpi_evaluate_object(ab->handle, METHOD_NAME__HPP, NULL, &ret_buf); in acpi_get__hpp() 199 ext_obj = (union acpi_object *) ret_buf.pointer; in acpi_get__hpp() 206 package = (union acpi_object *) ret_buf.pointer; in acpi_get__hpp() 237 kfree(ret_buf.pointer); in acpi_get__hpp() [all …]
|
D | shpchprm_acpi.c | 116 struct acpi_buffer ret_buf = { ACPI_PATHNAME_MAX, path_name }; in acpi_path_name() local 119 status = acpi_get_name(handle, ACPI_FULL_PATHNAME, &ret_buf); in acpi_path_name() 175 struct acpi_buffer ret_buf = { 0, NULL}; in acpi_get__hpp() local 181 status = acpi_evaluate_object(ab->handle, METHOD_NAME__HPP, NULL, &ret_buf); in acpi_get__hpp() 184 ret_buf.pointer = kmalloc (ret_buf.length, GFP_KERNEL); in acpi_get__hpp() 185 if (!ret_buf.pointer) { in acpi_get__hpp() 189 status = acpi_evaluate_object(ab->handle, METHOD_NAME__HPP, NULL, &ret_buf); in acpi_get__hpp() 199 ext_obj = (union acpi_object *) ret_buf.pointer; in acpi_get__hpp() 206 package = (union acpi_object *) ret_buf.pointer; in acpi_get__hpp() 237 kfree(ret_buf.pointer); in acpi_get__hpp() [all …]
|
/linux-2.4.37.9/arch/sparc64/solaris/ |
D | timod.c | 231 char *ret_pos,*ret_buf; in timod_optmgmt() local 241 ret_pos = ret_buf = getpage(); in timod_optmgmt() 333 ret_buf, ret_len); in timod_optmgmt() 338 SOLDD(("put_page %p\n", ret_buf)); in timod_optmgmt() 339 putpage(ret_buf); in timod_optmgmt()
|