Searched refs:temp_ptr (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/acpi/acpica/ |
H A 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/drivers/char/tpm/eventlog/ |
H A 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()
|
/linux/drivers/net/ethernet/seeq/ |
H A 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/fs/smb/client/ |
H A D | cifssmb.c | 5866 char *temp_ptr; in CIFSSMBQAllEAs() local 5964 temp_ptr = (char *)temp_fea; in CIFSSMBQAllEAs() 5970 temp_ptr += 4; in CIFSSMBQAllEAs() 5989 memcmp(ea_name, temp_ptr, name_len) == 0) { in CIFSSMBQAllEAs() 5990 temp_ptr += name_len + 1; in CIFSSMBQAllEAs() 5998 memcpy(EAData, temp_ptr, value_len); in CIFSSMBQAllEAs() 6007 memcpy(EAData, temp_ptr, name_len); in CIFSSMBQAllEAs() 6020 temp_ptr += name_len + 1 + value_len; in CIFSSMBQAllEAs() 6021 temp_fea = (struct fea *)temp_ptr; in CIFSSMBQAllEAs()
|
/linux/tools/lib/bpf/ |
H A D | btf.c | 1650 void *temp_ptr; in btf_get_from_fd() local 1653 temp_ptr = realloc(ptr, last_size); in btf_get_from_fd() 1654 if (!temp_ptr) { in btf_get_from_fd() 1658 ptr = temp_ptr; in btf_get_from_fd()
|