/openbmc/linux/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_inq.c | 235 static void connect_one_server(int fd, int unixfd) in connect_one_server() argument 254 ret = read(unixfd, buf2, 4); in connect_one_server() 259 ret = write(unixfd, &len, sizeof(len)); in connect_one_server() 269 ret = read(unixfd, buf2, 4); in connect_one_server() 276 ret = write(unixfd, &total, sizeof(total)); in connect_one_server() 297 ret = read(unixfd, buf2, 4); in connect_one_server() 306 ret = write(unixfd, "closed", 6); in connect_one_server() 309 close(unixfd); in connect_one_server() 326 static void process_one_client(int fd, int unixfd) in process_one_client() argument 345 ret = write(unixfd, "xmit", 4); in process_one_client() [all …]
|
/openbmc/bmcweb/include/ |
H A D | obmc_console.hpp | 196 const sdbusplus::message::unix_fd& unixfd) in connectConsoleSocket() argument 215 int fd = dup(unixfd); in connectConsoleSocket() 218 BMCWEB_LOG_ERROR("Failed to dup the DBUS unixfd error"); in connectConsoleSocket() 263 BMCWEB_LOG_DEBUG("Looking up unixFD for Service {} Path {}", consoleService, in processConsoleObject() 268 const sdbusplus::message::unix_fd& unixfd) { in processConsoleObject() argument 269 connectConsoleSocket(conn, ec1, unixfd); in processConsoleObject()
|
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Logging/ |
H A D | PEL.interface.yaml | 14 type: unixfd 92 byte, byte, unixfd]] 102 unixfd - The file descriptor to the data file.
|
/openbmc/qemu/ |
H A D | qemu-bridge-helper.c | 71 "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/Logging/ |
H A D | Create.interface.yaml | 66 type: array[struct[enum[self.FFDCFormat], byte, byte, unixfd]] 76 unixfd - The file descriptor to the data file.
|
H A D | Entry.interface.yaml | 123 type: unixfd
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Console/ |
H A D | Access.interface.yaml | 12 type: unixfd
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/ |
H A D | Update.interface.yaml | 10 type: unixfd
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/VirtualMedia/ |
H A D | Legacy.interface.yaml | 19 type: variant[int32,unixfd]
|
/openbmc/ipmi-fru-parser/ |
H A D | types.hpp | 26 /// unixfd, object_path, and signature.
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/ |
H A D | Entry.interface.yaml | 41 type: unixfd
|
/openbmc/sdbusplus/docs/yaml/ |
H A D | interface.md | 89 - `unixfd`
|
/openbmc/sdbusplus/tools/sdbusplus/ |
H A D | property.py | 237 "unixfd": {"cppName": "sdbusplus::message::unix_fd", "params": 0},
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | virtual_media.hpp | 488 std::variant<sdbusplus::message::unix_fd> unixFd( in doMountVmLegacy() 510 imageUrl, rw, unixFd); in doMountVmLegacy()
|
H A D | log_services.hpp | 631 const sdbusplus::message::unix_fd& unixfd) in downloadEntryCallback() argument 654 fd = dup(unixfd); in downloadEntryCallback() 705 const sdbusplus::message::unix_fd& unixfd) { in downloadDumpEntry() argument 706 downloadEntryCallback(asyncResp, entryID, dumpType, ec, unixfd); in downloadDumpEntry() 740 const sdbusplus::message::unix_fd& unixfd) { in downloadEventLogEntry() argument 741 downloadEntryCallback(asyncResp, entryID, dumpType, ec, unixfd); in downloadEventLogEntry()
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | pel_manager_test.cpp | 432 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 D | read.cpp | 162 TEST_F(ReadTest, UnixFd) in TEST_F() argument
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | README.md | 175 - unixfd - The file descriptor for the opened file that contains the contents.
|