Home
last modified time | relevance | path

Searched refs:exitCode (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Dutils.cpp33 int exitCode = std::system(cmd.c_str()); in asyncSystem() local
34 ssize_t status = write(exitPipefd[1], &exitCode, sizeof(exitCode)); in asyncSystem()
37 _exit((status == sizeof(exitCode)) ? 0 : 1); in asyncSystem()
73 int exitCode = -1; in asyncSystem() local
74 ssize_t bytesRead = read(exitPipefd[0], &exitCode, sizeof(exitCode)); in asyncSystem()
77 if (bytesRead != sizeof(exitCode)) in asyncSystem()
91 if (exitCode != 0) in asyncSystem()
94 exitCode); in asyncSystem()
/openbmc/phosphor-host-ipmid/
H A Dipmid-new.cpp878 int exitCode = 0; in main() local
880 std::function<SignalResponse(int)> stopAsioRunLoop = [&io, &exitCode]( in main()
884 exitCode = signalNumber; in main()
908 std::exit(exitCode); in main()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/heaptrack/
H A Dheaptrack_1.2.0.bb60 # exitCode: 1