Searched refs:TERM_DEBUG (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/term/
H A Dterm_debug.h18 #define TERM_DEBUG(arg...) debug_printf(arg) macro
20 #define TERM_DEBUG(arg...) ((void)0) macro
/barrelfish-master/lib/term/server/
H A Dserver.c202 TERM_DEBUG("Exporting terminal session interface.\n");
373 TERM_DEBUG("First client successfully connected to terminal server."
397 TERM_DEBUG("Client connected to interface for incoming characters.\n");
403 TERM_DEBUG("Pushed binding to the incoming interface binding stack.\n");
427 TERM_DEBUG("Client connected to interface for outgoing characters.\n");
433 TERM_DEBUG("Pushed binding to the outgoing interface binding stack.\n");
445 TERM_DEBUG("Poped binding from the outgoing interface binding stack.\n");
465 TERM_DEBUG("Client connected to configuration interface.\n");
472 TERM_DEBUG("Pushed binding to the configuration interface binding stack.\n");
509 TERM_DEBUG("Al
[all...]
/barrelfish-master/lib/term/client/
H A Dclient_blocking.c86 TERM_DEBUG("Binding to terminal interface for incoming characters.\n");
94 TERM_DEBUG("Binding to terminal interface for outgoing characters.\n");
102 TERM_DEBUG("Binding to terminal configuration interface for configuration "
118 TERM_DEBUG("Connection to terminal server successfully established.\n");
134 TERM_DEBUG("Sending disconnect message to terminal device.\n");
145 TERM_DEBUG("Waiting until disconnect message is sent.\n");
487 TERM_DEBUG("Record retrieved from octopus: %s\n", reply.output);
512 TERM_DEBUG("Retrieved interface references from octopus. in_iref: %"
715 TERM_DEBUG("Disconnect message sucessfully sent to terminal server.\n");

Completed in 90 milliseconds