Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dbtlog.c973 btlog_type_t btl_type; member
1116 return __btlog_size(btlu.btl->btl_type, btlu.btl->btl_count); in __btlog_size()
1359 switch (btlu.btl->btl_type) { in __btlog_init()
1387 btlu.btl->btl_type = type; in btlog_create()
1412 switch (btlu.btl->btl_type) { in __btlog_destroy()
1480 return btlog->btl_type; in btlog_get_type()
1513 switch (btlu.btl->btl_type) { in btlog_record()
1530 switch (btlu.btl->btl_type) { in btlog_erase()
1647 switch (btl.btl->btl_type) { in btlog_get_records()
1758 if (btlu.btl->btl_type != BTLOG_HASH) { in btlog_guess_top()
[all …]
/xnu-8020.101.4/tools/lldbmacros/
H A Dbtlog.py121 self._type = int(self._btl.btl_type)