Home
last modified time | relevance | path

Searched refs:temp_ptr (Results 1 – 3 of 3) sorted by relevance

/drivers/acpi/acpica/
Dexnames.c75 char *temp_ptr; in acpi_ex_allocate_name_string() local
107 temp_ptr = name_string; in acpi_ex_allocate_name_string()
112 *temp_ptr++ = AML_ROOT_PREFIX; in acpi_ex_allocate_name_string()
115 *temp_ptr++ = AML_PARENT_PREFIX; in acpi_ex_allocate_name_string()
125 *temp_ptr++ = AML_MULTI_NAME_PREFIX_OP; in acpi_ex_allocate_name_string()
126 *temp_ptr++ = (char)num_name_segs; in acpi_ex_allocate_name_string()
131 *temp_ptr++ = AML_DUAL_NAME_PREFIX; in acpi_ex_allocate_name_string()
138 *temp_ptr = 0; in acpi_ex_allocate_name_string()
/drivers/char/tpm/
Dtpm_eventlog.c235 char *temp_ptr; in tpm_binary_bios_measurements_show() local
245 temp_ptr = (char *) &temp_event; in tpm_binary_bios_measurements_show()
248 seq_putc(m, temp_ptr[i]); in tpm_binary_bios_measurements_show()
250 temp_ptr = (char *) v; in tpm_binary_bios_measurements_show()
254 seq_putc(m, temp_ptr[i]); in tpm_binary_bios_measurements_show()
/drivers/net/ethernet/seeq/
Dether3.c600 unsigned int temp_ptr; in ether3_rx() local
602 temp_ptr = ether3_readword(dev); in ether3_rx()
605 (RXSTAT_DONE | RXHDR_CHAINCONTINUE) || !temp_ptr) in ether3_rx()
609 next_ptr = ntohs(temp_ptr); in ether3_rx()