Home
last modified time | relevance | path

Searched refs:eno (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-state-manager/
H A Dscheduled_host_transition.cpp147 auto eno = errno; in initialize() local
149 eno, "RC", timeFd); in initialize()
150 throw std::system_error(eno, std::system_category()); in initialize()
162 auto eno = errno; in initialize() local
163 error("Failed to set timerfd, errno: {ERRNO}, rc: {RC}", "ERRNO", eno, in initialize()
165 throw std::system_error(eno, std::system_category()); in initialize()
174 auto eno = errno; in initialize() local
175 error("Failed to add event, errno: {ERRNO}, rc: {RC}", "ERRNO", eno, in initialize()
177 throw std::system_error(eno, std::system_category()); in initialize()
/openbmc/qemu/scripts/coccinelle/
H A Derr-bad-newline.cocci4 expression errp, err, eno, cls, fmt, ap;
26 error_setg_errno(errp, eno, fmt, ...)@p
28 error_setg_win32(errp, eno, cls, fmt, ...)@p
36 error_setg_file_open(errp, eno, cls, fmt, ...)@p
/openbmc/qemu/dump/
H A Dwin_dump.c54 int eno; in write_run() local
68 eno = errno; in write_run()
71 error_setg_errno(errp, eno, "win-dump: failed to save memory"); in write_run()
/openbmc/linux/
H A Dopengrok1.0.log[all...]