Searched refs:host_present (Results 1 – 3 of 3) sorted by relevance
20 static bool host_present; variable63 host_present = true; in rtt_console_out()64 } else if (host_present) { in rtt_console_out()70 host_present = false; in rtt_console_out()
67 static bool host_present; variable177 host_present = false; in on_failed_write()188 host_present = true; in on_write()196 host_present) { in on_write()224 } else if (host_present) { in data_out_block_mode()229 } while ((ret == 0) && host_present); in data_out_block_mode()231 return ((ret == 0) && host_present) ? 0 : length; in data_out_block_mode()270 host_present = true; in log_backend_rtt_init()
35 static bool host_present; variable108 host_present = false; in on_failed_write()119 host_present = true; in on_write()127 host_present) { in on_write()154 } else if (host_present) { in write()159 } while ((ret == 0) && host_present); in write()