Lines Matching refs:btr_array
1605 struct btlog_record *btr_array; in btlog_get_records() local
1641 btr_array = (struct btlog_record *)addr; in btlog_get_records()
1660 if (!btlog_records_pack(btr_array, &count)) { in btlog_get_records()
1666 btr_array[count].btr_where = btle->btle_where; in btlog_get_records()
1667 btr_array[count].btr_count = 1; in btlog_get_records()
1680 if (!btlog_records_pack(btr_array, &count)) { in btlog_get_records()
1686 btr_array[count].btr_where = bthe->bthe_where; in btlog_get_records()
1687 btr_array[count].btr_count = 1; in btlog_get_records()
1698 btlog_records_pack(btr_array, &count); in btlog_get_records()
1704 qsort(btr_array, count, sizeof(struct btlog_record), in btlog_get_records()
1709 btref_retain(__bt_ref(btr_array[i].btr_where)); in btlog_get_records()
1726 btr = *(volatile struct btlog_record *)&btr_array[i]; in btlog_get_records()