Home
last modified time | relevance | path

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

/xnu-10063.141.1/tools/lldbmacros/kmemory/
H A Dbtlog.py115 self.btl_type = target.chkFindFirstType('struct btlog')
165 'btlog', address, self.btl_type))
214 if value.GetType() != BTLibrary.get_shared().btl_type:
222 self.btl_type = next((
237 return self.btl_type == 'LOG'
240 return self.btl_type == 'HASH'
/xnu-10063.141.1/osfmk/kern/
H A Dbtlog.c970 btlog_type_t btl_type; member
1105 return __btlog_size(btlu.btl->btl_type, btlu.btl->btl_count); in __btlog_size()
1348 switch (btlu.btl->btl_type) { in __btlog_init()
1376 btlu.btl->btl_type = type; in btlog_create()
1401 switch (btlu.btl->btl_type) { in __btlog_destroy()
1474 return btlog->btl_type; in btlog_get_type()
1507 switch (btlu.btl->btl_type) { in btlog_record()
1524 switch (btlu.btl->btl_type) { in btlog_erase()
1641 switch (btl.btl->btl_type) { in btlog_get_records()
1752 if (btlu.btl->btl_type != BTLOG_HASH) { in btlog_guess_top()
[all …]