Searched refs:p_tmp (Results 1 – 2 of 2) sorted by relevance
2014 tINQ_DB_ENT *p_tmp = NULL; in btm_sort_inq_result() local2022 if ((p_tmp = (tINQ_DB_ENT *)osi_malloc(sizeof(tINQ_DB_ENT))) != NULL) { in btm_sort_inq_result()2027 memcpy (p_tmp, p_next, size); in btm_sort_inq_result()2029 memcpy (p_ent, p_tmp, size); in btm_sort_inq_result()2034 osi_free(p_tmp); in btm_sort_inq_result()
924 BT_HDR *p_tmp = (BT_HDR *)fixed_queue_dequeue(p_fcrb->waiting_for_ack_q, 0); in process_reqseq() local925 ls = p_tmp->layer_specific & L2CAP_FCR_SAR_BITS; in process_reqseq()930 osi_free(p_tmp); in process_reqseq()