Searched defs:copy_fd (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd/sd-bus/
H A Dbus-message.c2683 _cleanup_close_ int copy_fd = -1; local
2701 copy_fd = dup(memfd);
2702 if (copy_fd < 0)
2703 return copy_fd;
2741 part->memfd = copy_fd;
2745 copy_fd = -1;
2759 _cleanup_close_ int copy_fd = -1; local
2776 copy_fd = dup(memfd);
2777 if (copy_fd < 0)
2778 return copy_fd;
[all...]

Completed in 23 milliseconds