Searched refs:output_buffer (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/drivers/acpi/acpica/
H A Drscreate.c125 * output_buffer - Pointer to the user's buffer ACPI_EXPORT_SYMBOL()
128 * If output_buffer is not large enough, output_buffer_length ACPI_EXPORT_SYMBOL()
129 * indicates how large output_buffer should be, else it ACPI_EXPORT_SYMBOL()
130 * indicates how may u8 elements of output_buffer are valid. ACPI_EXPORT_SYMBOL()
139 struct acpi_buffer *output_buffer) ACPI_EXPORT_SYMBOL()
172 status = acpi_ut_initialize_buffer(output_buffer, list_size_needed); ACPI_EXPORT_SYMBOL()
179 resource = output_buffer->pointer; ACPI_EXPORT_SYMBOL()
188 output_buffer->pointer, (u32) output_buffer->length)); ACPI_EXPORT_SYMBOL()
198 * output_buffer - Pointer to the user's buffer
201 * If the output_buffer is too small, the error will be
202 * AE_BUFFER_OVERFLOW and output_buffer->Length will point
215 struct acpi_buffer *output_buffer) acpi_rs_create_pci_routing_table()
246 status = acpi_ut_initialize_buffer(output_buffer, buffer_size_needed); acpi_rs_create_pci_routing_table()
258 buffer = output_buffer->pointer; acpi_rs_create_pci_routing_table()
343 path_buffer.length = output_buffer->length - acpi_rs_create_pci_routing_table()
345 (u8 *) output_buffer->pointer); acpi_rs_create_pci_routing_table()
417 output_buffer->pointer, (u32) output_buffer->length)); acpi_rs_create_pci_routing_table()
426 * output_buffer - Where the AML buffer is returned
429 * If the output_buffer is too small, the error will be
430 * AE_BUFFER_OVERFLOW and output_buffer->Length will point
440 struct acpi_buffer *output_buffer) acpi_rs_create_aml_resources()
466 status = acpi_ut_initialize_buffer(output_buffer, aml_size_needed); acpi_rs_create_aml_resources()
475 output_buffer->pointer); acpi_rs_create_aml_resources()
481 output_buffer->pointer, (u32) output_buffer->length)); acpi_rs_create_aml_resources()
214 acpi_rs_create_pci_routing_table(union acpi_operand_object *package_object, struct acpi_buffer *output_buffer) acpi_rs_create_pci_routing_table() argument
439 acpi_rs_create_aml_resources(struct acpi_buffer *resource_list, struct acpi_buffer *output_buffer) acpi_rs_create_aml_resources() argument
H A Drslist.c145 * The size of the output_buffer is
147 * output_buffer - Pointer to the buffer that will
159 acpi_size aml_size_needed, u8 * output_buffer) acpi_rs_convert_resources_to_aml()
161 u8 *aml = output_buffer; acpi_rs_convert_resources_to_aml()
162 u8 *end_aml = output_buffer + aml_size_needed; acpi_rs_convert_resources_to_aml()
158 acpi_rs_convert_resources_to_aml(struct acpi_resource *resource, acpi_size aml_size_needed, u8 * output_buffer) acpi_rs_convert_resources_to_aml() argument
H A Dacresrc.h184 struct acpi_buffer *output_buffer);
188 struct acpi_buffer *output_buffer);
192 struct acpi_buffer *output_buffer);
244 acpi_size aml_size_needed, u8 * output_buffer);
/linux-4.4.14/arch/mn10300/kernel/
H A Dgdb-stub.c162 static char output_buffer[BUFMAX]; variable
1247 ptr = output_buffer; gdbstub()
1251 putpacket(output_buffer); gdbstub()
1270 ptr = output_buffer; gdbstub()
1285 putpacket(output_buffer); /* send it off... */ gdbstub()
1288 ptr = output_buffer; gdbstub()
1311 putpacket(output_buffer); /* send it off... */ gdbstub()
1317 ptr = output_buffer; gdbstub()
1351 putpacket(output_buffer); /* send it off... */ gdbstub()
1358 output_buffer[0] = 0; gdbstub()
1364 output_buffer[0] = 'S'; gdbstub()
1365 output_buffer[1] = hex_asc_hi(sigval); gdbstub()
1366 output_buffer[2] = hex_asc_lo(sigval); gdbstub()
1367 output_buffer[3] = 0; gdbstub()
1380 ptr = output_buffer; gdbstub()
1480 gdbstub_strcpy(output_buffer, "OK"); gdbstub()
1494 if (mem2hex((char *) addr, output_buffer, gdbstub()
1497 gdbstub_strcpy(output_buffer, "E03"); gdbstub()
1499 gdbstub_strcpy(output_buffer, "E01"); gdbstub()
1516 gdbstub_strcpy(output_buffer, "OK"); gdbstub()
1518 gdbstub_strcpy(output_buffer, "E03"); gdbstub()
1522 gdbstub_strcpy(output_buffer, "E02"); gdbstub()
1566 gdbstub_strcpy(output_buffer, "E01"); gdbstub()
1579 gdbstub_strcpy(output_buffer, "B01"); gdbstub()
1601 gdbstub_strcpy(output_buffer, "E01"); gdbstub()
1606 gdbstub_strcpy(output_buffer, "E03"); gdbstub()
1616 gdbstub_strcpy(output_buffer, "OK"); gdbstub()
1629 gdbstub_strcpy(output_buffer, "E01"); gdbstub()
1634 gdbstub_strcpy(output_buffer, "E03"); gdbstub()
1644 gdbstub_strcpy(output_buffer, "OK"); gdbstub()
1654 putpacket(output_buffer); gdbstub()
1816 output_buffer[0] = 'W'; gdbstub_exit()
1817 output_buffer[1] = hex_asc_hi(status); gdbstub_exit()
1818 output_buffer[2] = hex_asc_lo(status); gdbstub_exit()
1819 output_buffer[3] = 0; gdbstub_exit()
1825 while ((ch = output_buffer[count]) != 0) { gdbstub_exit()
/linux-4.4.14/arch/frv/kernel/
H A Dgdb-stub.c182 static char output_buffer[BUFMAX]; variable
1353 sprintf(output_buffer, "1"); gdbstub_handle_query()
1359 sprintf(output_buffer, "QC 0"); gdbstub_handle_query()
1365 sprintf(output_buffer, "Text=0;Data=0;Bss=0"); gdbstub_handle_query()
1370 sprintf(output_buffer, "OK"); gdbstub_handle_query()
1376 sprintf(output_buffer, "PacketSize=%u;ReverseContinue-;ReverseStep-", gdbstub_handle_query()
1381 gdbstub_strcpy(output_buffer,"E01"); gdbstub_handle_query()
1495 ptr = output_buffer; gdbstub()
1518 gdbstub_send_packet(output_buffer); /* send it off... */ gdbstub()
1524 ptr = output_buffer; gdbstub()
1553 gdbstub_send_packet(output_buffer); /* send it off... */ gdbstub()
1562 output_buffer[0] = 0; gdbstub()
1571 output_buffer[0] = 'S'; gdbstub()
1572 output_buffer[1] = hex_asc_hi(sigval); gdbstub()
1573 output_buffer[2] = hex_asc_lo(sigval); gdbstub()
1574 output_buffer[3] = 0; gdbstub()
1606 ptr = output_buffer; gdbstub()
1749 gdbstub_strcpy(output_buffer,"OK"); gdbstub()
1760 if (mem2hex((char *)addr, output_buffer, length, 1)) gdbstub()
1762 gdbstub_strcpy (output_buffer, "E03"); gdbstub()
1765 gdbstub_strcpy(output_buffer,"E01"); gdbstub()
1779 gdbstub_strcpy(output_buffer, "OK"); gdbstub()
1782 gdbstub_strcpy(output_buffer, "E03"); gdbstub()
1786 gdbstub_strcpy(output_buffer, "E02"); gdbstub()
1805 gdbstub_strcpy(output_buffer, "E01"); gdbstub()
1867 gdbstub_strcpy(output_buffer, "OK"); gdbstub()
1870 gdbstub_strcpy(output_buffer, "E02"); gdbstub()
1888 gdbstub_strcpy(output_buffer, "OK"); gdbstub()
1905 output_buffer[0] = 0; gdbstub()
1914 gdbstub_strcpy(output_buffer,"B01"); gdbstub()
1933 gdbstub_strcpy(output_buffer,"E01"); gdbstub()
1938 gdbstub_strcpy(output_buffer,"E03"); gdbstub()
1943 gdbstub_strcpy(output_buffer,"E03"); gdbstub()
1950 gdbstub_strcpy(output_buffer,"OK"); gdbstub()
1961 gdbstub_strcpy(output_buffer,"E01"); gdbstub()
1966 gdbstub_strcpy(output_buffer,"E03"); gdbstub()
1971 gdbstub_strcpy(output_buffer,"E03"); gdbstub()
1978 gdbstub_strcpy(output_buffer,"OK"); gdbstub()
1983 gdbstub_strcpy(output_buffer, "OK"); gdbstub()
1993 gdbstub_strcpy(output_buffer,"E01"); gdbstub()
1999 gdbstub_send_packet(output_buffer); gdbstub()
2063 ptr = output_buffer; gdbstub_init()
2066 gdbstub_send_packet(output_buffer); gdbstub_init()
2099 sprintf(output_buffer,"W%02x",status&0xff); gdbstub_exit()
2105 while ((ch = output_buffer[count]) != 0) { gdbstub_exit()
/linux-4.4.14/arch/cris/arch-v32/kernel/
H A Dkgdb.c439 static char output_buffer[BUFMAX]; variable
813 output_buffer[0] = 'O'; putDebugString()
814 mem2hex(&output_buffer[1], (unsigned char *)str, len); putDebugString()
815 putpacket(output_buffer); putDebugString()
834 char *ptr = output_buffer; stub_is_stopped()
974 putpacket(output_buffer); stub_is_stopped()
1090 output_buffer[0] = 0; insert_watchpoint()
1104 gdb_cris_strcpy(output_buffer, error_message[E04]); insert_watchpoint()
1134 gdb_cris_strcpy(output_buffer, error_message[E04]); insert_watchpoint()
1155 gdb_cris_strcpy(output_buffer, "OK"); insert_watchpoint()
1168 output_buffer[0] = 0; remove_watchpoint()
1182 gdb_cris_strcpy(output_buffer, error_message[E04]); remove_watchpoint()
1220 gdb_cris_strcpy(output_buffer, error_message[E04]); remove_watchpoint()
1233 gdb_cris_strcpy(output_buffer, "OK"); remove_watchpoint()
1254 output_buffer[0] = '\0'; handle_exception()
1266 buf = mem2hex(output_buffer, (char *)&reg, sizeof(registers)); handle_exception()
1281 gdb_cris_strcpy(output_buffer, error_message[E08]); handle_exception()
1286 gdb_cris_strcpy(output_buffer, error_message[E08]); handle_exception()
1288 gdb_cris_strcpy(output_buffer, "OK"); handle_exception()
1309 gdb_cris_strcpy(output_buffer, error_message[E02]); handle_exception()
1313 gdb_cris_strcpy(output_buffer, error_message[E05]); handle_exception()
1317 gdb_cris_strcpy(output_buffer, error_message[E08]); handle_exception()
1321 gdb_cris_strcpy(output_buffer, "OK"); handle_exception()
1346 mem2hex(output_buffer, addr, len); handle_exception()
1371 gdb_cris_strcpy(output_buffer, error_message[E08]); handle_exception()
1373 gdb_cris_strcpy(output_buffer, "OK"); handle_exception()
1376 gdb_cris_strcpy(output_buffer, "OK"); handle_exception()
1379 gdb_cris_strcpy(output_buffer, error_message[E06]); handle_exception()
1393 gdb_cris_strcpy(output_buffer, error_message[E04]); handle_exception()
1418 gdb_cris_strcpy(output_buffer, error_message[E04]); handle_exception()
1467 output_buffer[0] = 'S'; handle_exception()
1468 output_buffer[1] = hex_asc_hi(sigval); handle_exception()
1469 output_buffer[2] = hex_asc_lo(sigval); handle_exception()
1470 output_buffer[3] = 0; handle_exception()
1503 gdb_cris_strcpy(output_buffer, error_message[E04]); handle_exception()
1510 output_buffer[0] = 0; handle_exception()
1513 putpacket(output_buffer); handle_exception()
/linux-4.4.14/drivers/cpufreq/
H A Dpcc-cpufreq.c147 u32 output_buffer; pcc_get_freq() local
161 output_buffer = pcc_get_freq()
174 curr_freq = (((ioread32(&pcch_hdr->nominal) * (output_buffer & 0xff)) pcc_get_freq()
180 output_buffer, curr_freq); pcc_get_freq()
182 freq_limit = (output_buffer >> 8) & 0xff; pcc_get_freq()
/linux-4.4.14/tools/power/x86/turbostat/
H A Dturbostat.c85 char *output_buffer, *outp; variable
650 fputs(output_buffer, stdout); flush_stdout()
652 outp = output_buffer; flush_stdout()
656 fputs(output_buffer, stderr); flush_stderr()
657 outp = output_buffer; flush_stderr()
1474 free(output_buffer); free_all_buffers()
1475 output_buffer = NULL; free_all_buffers()
3017 output_buffer = calloc(1, (1 + topo.num_cpus) * 1024); allocate_output_buffer()
3018 outp = output_buffer; allocate_output_buffer()

Completed in 292 milliseconds