Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/i386/AT386/
H A Dmodel_dep.c1004 unsigned int bufpos; in paniclog_flush_internal() local
1020 bufpos = packA(debug_buf_base, (unsigned int) (debug_buf_ptr - debug_buf_base), in paniclog_flush_internal()
1025 pi_size = bufpos ? bufpos : (unsigned) (debug_buf_ptr - debug_buf_base); in paniclog_flush_internal()
1052 if (bufpos) { in paniclog_flush_internal()
1053 unpackA(debug_buf_base, bufpos); in paniclog_flush_internal()