Home
last modified time | relevance | path

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

/xnu-10002.41.9/osfmk/kern/
H A Dbtlog.c1595 struct btlog_record *btr_array; in btlog_get_records() local
1631 btr_array = (struct btlog_record *)addr; in btlog_get_records()
1650 if (!btlog_records_pack(btr_array, &count)) { in btlog_get_records()
1656 btr_array[count].btr_where = btle->btle_where; in btlog_get_records()
1657 btr_array[count].btr_count = 1; in btlog_get_records()
1670 if (!btlog_records_pack(btr_array, &count)) { in btlog_get_records()
1676 btr_array[count].btr_where = bthe->bthe_where; in btlog_get_records()
1677 btr_array[count].btr_count = 1; in btlog_get_records()
1688 btlog_records_pack(btr_array, &count); in btlog_get_records()
1694 qsort(btr_array, count, sizeof(struct btlog_record), in btlog_get_records()
[all …]