Home
last modified time | relevance | path

Searched refs:closefd (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Dnet_handler.hpp34 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 Dnet.cpp42 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 Dshaderinclude.py16 with os.fdopen(sys.stdout.fileno(), "wt", closefd=False, newline='\n') as stdout:
/openbmc/qemu/qapi/
H A Dmisc.json258 # 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 Dflamegraph.py206 with io.open(sys.stdout.fileno(), "w", encoding="utf-8", closefd=False) as out:
/openbmc/qemu/
H A Dhmp-commands.hx1521 .name = "closefd",
1523 .params = "closefd name",
1530 ``closefd`` *fdname*