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

/barrelfish-master/lib/bulk_transfer/backends/local/
H A Dcontrol_channel.c30 //#define EVENT_DEBUG(fmt, msg...) debug_printf("%s: "fmt"\n", __func__, msg);
31 #define EVENT_DEBUG(fmt, msg...) macro
192 EVENT_DEBUG("event_op_done(): no handler set...\n");
210 EVENT_DEBUG("%s", "handler not set");
325 EVENT_DEBUG(" > [%s]", (result==SYS_ERR_OK) ? "Success", "Failure");
330 EVENT_DEBUG("%s", "continuation handler not set");
353 EVENT_DEBUG("pool [%p] is already assigned to channel.", pool);
377 EVENT_DEBUG("could not allocate a new slot for the cap: %s",
386 EVENT_DEBUG("could not allocate a new slot for the cap: %s",
474 EVENT_DEBUG(" > poo
[all...]

Completed in 28 milliseconds