Home
last modified time | relevance | path

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

/xnu-8020.140.41/pexpert/arm/
H A Dpe_identify_machine.c228 #define DEBUG_COMMAND_BUFFER_SIZE 256 macro
297 static command_buffer_element_t debug_command_buffer[DEBUG_COMMAND_BUFFER_SIZE]; in pe_init_debug_command()
344 if (next_command_buffer_entry - debug_command_buffer >= DEBUG_COMMAND_BUFFER_SIZE - 1) { in pe_init_debug_command()