Searched refs:pi_size (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dmodel_dep.c535 unsigned long pi_size = 0; local
551 pi_size = bufpos ? bufpos : (unsigned) (debug_buf_ptr - debug_buf);
570 pi_size = PESavePanicInfo((unsigned char *)debug_buf,
571 ((pi_size > 2040) ? 2040 : pi_size));
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/AT386/
H A Dmodel_dep.c688 unsigned long pi_size = 0; local
747 pi_size = bufpos ? bufpos : (unsigned) (debug_buf_ptr - debug_buf);
764 pi_size = PESavePanicInfo((unsigned char *)debug_buf,
765 pi_size );

Completed in 29 milliseconds