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

/systemd/src/core/
H A Dservice.c1070 _cleanup_free_ int *cfds = NULL; local
1079 cn_fds = socket_collect_fds(sock, &cfds);
1087 rfds = cfds;
1090 cfds = NULL;
1098 memcpy(t + rn_fds, cfds, cn_fds * sizeof(int));

Completed in 18 milliseconds