Searched refs:fd_array (Results 1 - 1 of 1) sorted by relevance

/systemd/src/core/
H A Dmanager.c1541 int r, *fd_array = NULL; local
1564 fd_array = (int*) CMSG_DATA(cmsg);
1576 assert(fd_array);
1578 r = fdset_new_array(&fds, fd_array, n_fds);
1580 close_many(fd_array, n_fds);

Completed in 34 milliseconds