Searched refs:temp_ptr (Results 1 – 5 of 5) sorted by relevance
41 char *temp_ptr; in acpi_ex_allocate_name_string() local73 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()
134 void *temp_ptr; in tpm2_binary_bios_measurements_show() local140 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()
227 char *temp_ptr; in tpm1_binary_bios_measurements_show() local237 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()
598 unsigned int temp_ptr; in ether3_rx() local600 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()
2154 void *temp_ptr; in lpfc_cmpl_prli_prli_issue() local2169 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()