Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_inq.c235 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 Dobmc_console.hpp196 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 DPEL.interface.yaml14 type: unixfd
92 byte, byte, unixfd]]
102 unixfd - The file descriptor to the data file.
/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/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.yaml123 type: unixfd
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Console/
H A DAccess.interface.yaml12 type: unixfd
/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/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/bmcweb/redfish-core/lib/
H A Dvirtual_media.hpp488 std::variant<sdbusplus::message::unix_fd> unixFd( in doMountVmLegacy()
510 imageUrl, rw, unixFd); in doMountVmLegacy()
H A Dlog_services.hpp631 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 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.cpp162 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.