Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dbtlog.c972 btlog_type_t btl_type; member
1115 return __btlog_size(btlu.btl->btl_type, btlu.btl->btl_count); in __btlog_size()
1358 switch (btlu.btl->btl_type) { in __btlog_init()
1386 btlu.btl->btl_type = type; in btlog_create()
1411 switch (btlu.btl->btl_type) { in __btlog_destroy()
1484 return btlog->btl_type; in btlog_get_type()
1517 switch (btlu.btl->btl_type) { in btlog_record()
1534 switch (btlu.btl->btl_type) { in btlog_erase()
1651 switch (btl.btl->btl_type) { in btlog_get_records()
1762 if (btlu.btl->btl_type != BTLOG_HASH) { in btlog_guess_top()
[all …]
/xnu-8020.121.3/tools/lldbmacros/
H A Dbtlog.py121 self._type = int(self._btl.btl_type)