Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dbtlog.c977 uint32_t btl_count; member
995 #define btll_count btll_hdr.btl_count
1016 #define btlh_count btlh_hdr.btl_count
1116 return __btlog_size(btlu.btl->btl_type, btlu.btl->btl_count); in __btlog_size()
1389 btlu.btl->btl_count = pair.btsp_count; in btlog_create()
1391 assert3u(btlu.btl->btl_count, !=, 0); in btlog_create()
1486 return btlog->btl_count; in btlog_get_count()
1649 for (uint32_t i = 0; i < btl.btl->btl_count; i++) { in btlog_get_records()
1669 for (uint32_t i = 0; i < btl.btl->btl_count; i++) { in btlog_get_records()
/xnu-8020.101.4/tools/lldbmacros/
H A Dbtlog.py118 self._cnt = self._btl.btl_count