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

/systemd/src/basic/
H A Derrno-list.h22 const char *errno_to_name(int id);
H A Derrno-list.c31 const char *errno_to_name(int id) { function
/systemd/src/libsystemd/sd-bus/
H A Dtest-bus-error.c148 printf("%s -> %i/%s\n", strna(m->name), m->code, strna(errno_to_name(m->code)));
H A Dbus-error.c197 name = errno_to_name(error);
/systemd/src/core/
H A Dexecute.c2700 prefix, strna(errno_to_name(c->syscall_errno)));
/systemd/src/resolve/
H A Dresolved-dns-transaction.c309 st = errno_to_name(t->answer_errno);

Completed in 2238 milliseconds