Searched refs:tmp_ptr (Results 1 – 4 of 4) 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()
2815 unsigned char *tmp_ptr; in undel_word() local2823 tmp_ptr = tmp_space = malloc(curr_line->line_length + d_wrd_len); in undel_word()2832 *tmp_ptr = *d_word_ptr; in undel_word()2833 tmp_ptr++; in undel_word()2846 *tmp_ptr = *tmp_old_ptr; in undel_word()2847 tmp_ptr++; in undel_word()2852 *tmp_ptr = '\0'; in undel_word()2853 tmp_ptr = tmp_space; in undel_word()2861 *tmp_old_ptr = *tmp_ptr; in undel_word()2862 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()3080 if (tmp_ptr) { in ar9300_eeprom_set_transmit_power()3081 *tmp_ptr = tmp_paprd_rate_mask; in ar9300_eeprom_set_transmit_power()
12814 uint8_t *tmp_ptr; local12829 tmp_ptr = (uint8_t *)local_sglist[i].addr;12830 tmp_ptr += local_used;12836 rq->local = vtophys(tmp_ptr);12838 rq->local = tmp_ptr;12842 rq->local = tmp_ptr;12845 tmp_ptr = (uint8_t *)remote_sglist[j].addr;12846 tmp_ptr += remote_used;12847 rq->remote = tmp_ptr;