Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kern/
H A Dbtlog.c976 uint32_t btl_count; member
994 #define btll_count btll_hdr.btl_count
1015 #define btlh_count btlh_hdr.btl_count
1115 return __btlog_size(btlu.btl->btl_type, btlu.btl->btl_count); in __btlog_size()
1388 btlu.btl->btl_count = pair.btsp_count; in btlog_create()
1390 assert3u(btlu.btl->btl_count, !=, 0); in btlog_create()
1490 return btlog->btl_count; in btlog_get_count()
1653 for (uint32_t i = 0; i < btl.btl->btl_count; i++) { in btlog_get_records()
1673 for (uint32_t i = 0; i < btl.btl->btl_count; i++) { in btlog_get_records()
/xnu-8792.41.9/tools/lldbmacros/
H A Dbtlog.py118 self._cnt = self._btl.btl_count