Home
last modified time | relevance | path

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

/xnu-10002.41.9/tools/lldbmacros/kmemory/
H A Dbtlog.py122 self.btl_type = target.chkFindFirstType('struct btlog')
172 'btlog', address, self.btl_type))
221 if value.GetType() != BTLibrary.get_shared().btl_type:
229 self.btl_type = next((
244 return self.btl_type == 'LOG'
247 return self.btl_type == 'HASH'
/xnu-10002.41.9/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 …]