Home
last modified time | relevance | path

Searched full:unixfd (Results 1 – 19 of 19) sorted by relevance

/openbmc/bmcweb/features/serial/
H A Dobmc_console.hpp195 const sdbusplus::message::unix_fd& unixfd) in connectConsoleSocket() argument
214 int fd = dup(unixfd); in connectConsoleSocket()
217 BMCWEB_LOG_ERROR("Failed to dup the DBUS unixfd error"); in connectConsoleSocket()
262 BMCWEB_LOG_DEBUG("Looking up unixFD for Service {} Path {}", consoleService, in processConsoleObject()
267 const sdbusplus::message::unix_fd& unixfd) { in processConsoleObject() argument
268 connectConsoleSocket(conn, ec1, unixfd); in processConsoleObject()
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Logging/
H A DPEL.interface.yaml14 type: unixfd
92 byte, byte, unixfd]]
102 unixfd - The file descriptor to the data file.
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/
H A DCreate.interface.yaml66 type: array[struct[enum[self.FFDCFormat], byte, byte, unixfd]]
76 unixfd - The file descriptor to the data file.
H A DEntry.interface.yaml119 type: unixfd
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Console/
H A DAccess.interface.yaml12 type: unixfd
/openbmc/bmcweb/redfish-core/include/utils/
H A Dlog_services_utils.hpp72 const sdbusplus::message::unix_fd& unixfd) in downloadEntryCallback() argument
95 fd = dup(unixfd); in downloadEntryCallback()
/openbmc/qemu/
H A Dqemu-bridge-helper.c71 "Usage: qemu-bridge-helper [--use-vnet] --br=bridge --fd=unixfd\n"); in usage()
239 int fd = -1, ctlfd = -1, unixfd = -1; in main() local
271 unixfd = atoi(&argv[index][5]); in main()
278 if (bridge == NULL || unixfd == -1) { in main()
442 if (send_fd(unixfd, fd) == -1) { in main()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/
H A DUpdate.interface.yaml10 type: unixfd
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/VirtualMedia/
H A DLegacy.interface.yaml19 type: variant[int32,unixfd]
/openbmc/ipmi-fru-parser/
H A Dtypes.hpp26 /// unixfd, object_path, and signature.
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/
H A DEntry.interface.yaml41 type: unixfd
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems_logservices_dbus_eventlog.hpp351 const sdbusplus::message::unix_fd& unixfd) { in downloadEventLogEntry() argument
353 dumpType, ec, unixfd); in downloadEventLogEntry()
H A Dvirtual_media.hpp499 sdbusplus::message::unix_fd unixFd(fd); in doMountVmLegacy() local
520 imageUrl, rw, unixFd); in doMountVmLegacy()
H A Dlog_services.hpp506 const sdbusplus::message::unix_fd& unixfd) { in downloadDumpEntry() argument
508 dumpType, ec, unixfd); in downloadDumpEntry()
/openbmc/sdbusplus/docs/yaml/
H A Dinterface.md89 - `unixfd`
/openbmc/sdbusplus/tools/sdbusplus/
H A Dproperty.py237 "unixfd": {"cppName": "sdbusplus::message::unix_fd", "params": 0},
/openbmc/phosphor-logging/test/openpower-pels/
H A Dpel_manager_test.cpp432 auto unixfd = manager.getPEL(id); in TEST_F() local
436 int r = fstat(unixfd, &s); in TEST_F()
441 FILE* fp = fdopen(unixfd, "r"); in TEST_F()
/openbmc/sdbusplus/test/message/
H A Dread.cpp184 TEST_F(ReadTest, UnixFd) in TEST_F() argument
/openbmc/phosphor-logging/extensions/openpower-pels/
H A DREADME.md175 - unixfd - The file descriptor for the opened file that contains the contents.