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

/darwin-on-arm/xnu/pexpert/arm/common/
H A Dpe_kprintf.c69 unsigned int new_disable_serial_output = FALSE; local
75 new_disable_serial_output = FALSE;
82 if (!new_disable_serial_output && (!disable_serial_output || pal_serial_init()))
87 disable_serial_output = new_disable_serial_output;
/darwin-on-arm/xnu/pexpert/i386/
H A Dpe_kprintf.c63 unsigned int new_disable_serial_output = TRUE; local
69 new_disable_serial_output = FALSE;
74 if (!new_disable_serial_output && (!disable_serial_output || pal_serial_init()))
79 disable_serial_output = new_disable_serial_output;

Completed in 68 milliseconds