MCPcopy Create free account
hub / github.com/axboe/liburing / ublk_err

Function ublk_err

test/uring_cmd_ublk.c:157–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157static void ublk_err(const char *fmt, ...)
158{
159 va_list ap;
160
161 va_start(ap, fmt);
162 vfprintf(stderr, fmt, ap);
163}
164
165static void ublk_dbg(int level, const char *fmt, ...)
166{

Callers 12

__ublk_ctrl_cmdFunction · 0.85
ublk_ctrl_initFunction · 0.85
ublk_queue_initFunction · 0.85
ublk_dev_prepFunction · 0.85
ublk_queue_io_cmdFunction · 0.85
ublksrv_handle_tgt_cqeFunction · 0.85
ublk_io_handler_fnFunction · 0.85
ublk_set_parametersFunction · 0.85
ublk_start_daemonFunction · 0.85
wait_ublk_devFunction · 0.85
cmd_dev_addFunction · 0.85
cmd_dev_del_by_killFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected