Searched refs:tmp_ptr (Results 1 – 6 of 6) sorted by relevance
102 void *tmp_ptr; in ocb_lookup_l() local113 tmp_ptr = OPENSSL_realloc(ctx->l, ctx->max_l_index * sizeof(OCB_BLOCK)); in ocb_lookup_l()114 if (tmp_ptr == NULL) /* prevent ctx->l from being clobbered */ in ocb_lookup_l()116 ctx->l = tmp_ptr; in ocb_lookup_l()
2808 unsigned char *tmp_ptr; in undel_word() local2816 tmp_ptr = tmp_space = malloc(curr_line->line_length + d_wrd_len); in undel_word()2825 *tmp_ptr = *d_word_ptr; in undel_word()2826 tmp_ptr++; in undel_word()2839 *tmp_ptr = *tmp_old_ptr; in undel_word()2840 tmp_ptr++; in undel_word()2845 *tmp_ptr = '\0'; in undel_word()2846 tmp_ptr = tmp_space; in undel_word()2854 *tmp_old_ptr = *tmp_ptr; in undel_word()2855 tmp_ptr++; in undel_word()
2908 u_int32_t tmp_paprd_rate_mask = 0, *tmp_ptr = NULL; in ar9300_eeprom_set_transmit_power() local2982 tmp_ptr = &AH9300(ah)->ah_2g_paprd_rate_mask_ht40; in ar9300_eeprom_set_transmit_power()2986 tmp_ptr = &AH9300(ah)->ah_2g_paprd_rate_mask_ht20; in ar9300_eeprom_set_transmit_power()2992 tmp_ptr = &AH9300(ah)->ah_5g_paprd_rate_mask_ht40; in ar9300_eeprom_set_transmit_power()2996 tmp_ptr = &AH9300(ah)->ah_5g_paprd_rate_mask_ht20; in ar9300_eeprom_set_transmit_power()3108 if (tmp_ptr) { in ar9300_eeprom_set_transmit_power()3109 *tmp_ptr = tmp_paprd_rate_mask; in ar9300_eeprom_set_transmit_power()
13684 uint8_t *tmp_ptr; local13699 tmp_ptr = (uint8_t *)local_sglist[i].addr;13700 tmp_ptr += local_used;13706 rq->local = vtophys(tmp_ptr);13708 rq->local = tmp_ptr;13712 rq->local = tmp_ptr;13715 tmp_ptr = (uint8_t *)remote_sglist[j].addr;13716 tmp_ptr += remote_used;13717 rq->remote = tmp_ptr;
2320 u32 *tmp_ptr, extraie_len_with_pad = 0; in ath12k_wmi_send_scan_start_cmd() local2404 tmp_ptr = (u32 *)ptr; in ath12k_wmi_send_scan_start_cmd()2406 memcpy(tmp_ptr, arg->chan_list, arg->num_chan * 4); in ath12k_wmi_send_scan_start_cmd()
2327 u32 *tmp_ptr; in ath11k_wmi_send_scan_start_cmd() local2415 tmp_ptr = (u32 *)ptr; in ath11k_wmi_send_scan_start_cmd()2418 tmp_ptr[i] = params->chan_list[i]; in ath11k_wmi_send_scan_start_cmd()