Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dbtlog.c996 uint32_t btll_pos; member
1154 pos = btll->btll_pos; in __btlog_log_record()
1156 btll->btll_pos = 0; in __btlog_log_record()
1158 btll->btll_pos = pos + 1; in __btlog_log_record()
/xnu-8020.101.4/tools/lldbmacros/
H A Dbtlog.py198 pos = int(self._btll.btll_pos)