Searched refs:closefd (Results 1 – 6 of 6) sorted by relevance
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/ |
H A D | net_handler.hpp | 34 static void closefd(int&& fd) in closefd() function in ipmi_flash::NetDataHandler 38 using Fd = stdplus::Managed<int>::Handle<closefd>;
|
/openbmc/phosphor-ipmi-flash/tools/ |
H A D | net.cpp | 42 void closefd(int&& fd, const internal::Sys*& sys) in closefd() function 46 using Fd = stdplus::Managed<int, const internal::Sys*>::Handle<closefd>;
|
/openbmc/qemu/scripts/ |
H A D | shaderinclude.py | 16 with os.fdopen(sys.stdout.fileno(), "wt", closefd=False, newline='\n') as stdout:
|
/openbmc/qemu/qapi/ |
H A D | misc.json | 258 # The 'closefd' command can be used to explicitly close the file 285 # The 'closefd' command can be used to explicitly close the file 297 # @closefd: 310 { 'command': 'closefd', 'data': {'fdname': 'str'} }
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | flamegraph.py | 206 with io.open(sys.stdout.fileno(), "w", encoding="utf-8", closefd=False) as out:
|
/openbmc/qemu/ |
H A D | hmp-commands.hx | 1521 .name = "closefd", 1523 .params = "closefd name", 1530 ``closefd`` *fdname*
|