Searched refs:temp_ptr (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/acpi/acpica/ |
D | exnames.c | 41 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()
|
/linux-6.12.1/drivers/char/tpm/eventlog/ |
D | tpm2.c | 134 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()
|
D | tpm1.c | 227 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()
|
/linux-6.12.1/drivers/net/ethernet/seeq/ |
D | ether3.c | 598 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()
|
/linux-6.12.1/fs/smb/client/ |
D | cifssmb.c | 5660 char *temp_ptr; in CIFSSMBQAllEAs() local 5758 temp_ptr = (char *)temp_fea; in CIFSSMBQAllEAs() 5764 temp_ptr += 4; in CIFSSMBQAllEAs() 5783 memcmp(ea_name, temp_ptr, name_len) == 0) { in CIFSSMBQAllEAs() 5784 temp_ptr += name_len + 1; in CIFSSMBQAllEAs() 5792 memcpy(EAData, temp_ptr, value_len); in CIFSSMBQAllEAs() 5801 memcpy(EAData, temp_ptr, name_len); in CIFSSMBQAllEAs() 5814 temp_ptr += name_len + 1 + value_len; in CIFSSMBQAllEAs() 5815 temp_fea = (struct fea *)temp_ptr; in CIFSSMBQAllEAs()
|
/linux-6.12.1/drivers/scsi/lpfc/ |
D | lpfc_nportdisc.c | 2173 void *temp_ptr; in lpfc_cmpl_prli_prli_issue() local 2188 temp_ptr = lpfc_check_elscmpl_iocb(phba, cmdiocb, rspiocb); in lpfc_cmpl_prli_prli_issue() 2190 npr = (PRLI *) temp_ptr; in lpfc_cmpl_prli_prli_issue() 2192 nvpr = (struct lpfc_nvme_prli *) temp_ptr; in lpfc_cmpl_prli_prli_issue()
|
/linux-6.12.1/tools/lib/bpf/ |
D | btf.c | 1590 void *temp_ptr; in btf_get_from_fd() local 1593 temp_ptr = realloc(ptr, last_size); in btf_get_from_fd() 1594 if (!temp_ptr) { in btf_get_from_fd() 1598 ptr = temp_ptr; in btf_get_from_fd()
|