Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dbtlog.c995 uint32_t btll_pos; member
1153 pos = btll->btll_pos; in __btlog_log_record()
1155 btll->btll_pos = 0; in __btlog_log_record()
1157 btll->btll_pos = pos + 1; in __btlog_log_record()
/xnu-8020.121.3/tools/lldbmacros/
H A Dbtlog.py198 pos = int(self._btll.btll_pos)