Home
last modified time | relevance | path

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

/linux-4.1.27/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()
/linux-4.1.27/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()
/linux-4.1.27/fs/cifs/
Dcifssmb.c6174 char *temp_ptr; in CIFSSMBQAllEAs() local
6274 temp_ptr = (char *)temp_fea; in CIFSSMBQAllEAs()
6280 temp_ptr += 4; in CIFSSMBQAllEAs()
6299 memcmp(ea_name, temp_ptr, name_len) == 0) { in CIFSSMBQAllEAs()
6300 temp_ptr += name_len + 1; in CIFSSMBQAllEAs()
6308 memcpy(EAData, temp_ptr, value_len); in CIFSSMBQAllEAs()
6317 memcpy(EAData, temp_ptr, name_len); in CIFSSMBQAllEAs()
6330 temp_ptr += name_len + 1 + value_len; in CIFSSMBQAllEAs()
6331 temp_fea = (struct fea *)temp_ptr; in CIFSSMBQAllEAs()