Home
last modified time | relevance | path

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

/drivers/acpi/acpica/
Dexnames.c41 char *temp_ptr; in acpi_ex_allocate_name_string() local
73 temp_ptr = name_string; in acpi_ex_allocate_name_string()
78 *temp_ptr++ = AML_ROOT_PREFIX; in acpi_ex_allocate_name_string()
81 *temp_ptr++ = AML_PARENT_PREFIX; in acpi_ex_allocate_name_string()
91 *temp_ptr++ = AML_MULTI_NAME_PREFIX; in acpi_ex_allocate_name_string()
92 *temp_ptr++ = (char)num_name_segs; in acpi_ex_allocate_name_string()
97 *temp_ptr++ = AML_DUAL_NAME_PREFIX; in acpi_ex_allocate_name_string()
104 *temp_ptr = 0; in acpi_ex_allocate_name_string()
/drivers/char/tpm/eventlog/
Dtpm2.c134 void *temp_ptr; in tpm2_binary_bios_measurements_show() local
140 temp_ptr = event_header; in tpm2_binary_bios_measurements_show()
143 seq_write(m, temp_ptr, size); in tpm2_binary_bios_measurements_show()
146 temp_ptr = event; in tpm2_binary_bios_measurements_show()
148 seq_write(m, temp_ptr, size); in tpm2_binary_bios_measurements_show()
Dtpm1.c227 char *temp_ptr; in tpm1_binary_bios_measurements_show() local
237 temp_ptr = (char *) &temp_event; in tpm1_binary_bios_measurements_show()
240 seq_putc(m, temp_ptr[i]); in tpm1_binary_bios_measurements_show()
242 temp_ptr = (char *) v; in tpm1_binary_bios_measurements_show()
246 seq_putc(m, temp_ptr[i]); in tpm1_binary_bios_measurements_show()
/drivers/net/ethernet/seeq/
Dether3.c598 unsigned int temp_ptr; in ether3_rx() local
600 temp_ptr = ether3_readword(dev); in ether3_rx()
603 (RXSTAT_DONE | RXHDR_CHAINCONTINUE) || !temp_ptr) in ether3_rx()
607 next_ptr = ntohs(temp_ptr); in ether3_rx()
/drivers/scsi/lpfc/
Dlpfc_nportdisc.c2154 void *temp_ptr; in lpfc_cmpl_prli_prli_issue() local
2169 temp_ptr = lpfc_check_elscmpl_iocb(phba, cmdiocb, rspiocb); in lpfc_cmpl_prli_prli_issue()
2171 npr = (PRLI *) temp_ptr; in lpfc_cmpl_prli_prli_issue()
2173 nvpr = (struct lpfc_nvme_prli *) temp_ptr; in lpfc_cmpl_prli_prli_issue()