Lines Matching refs:rfds
1263 _cleanup_free_ int *rfds = NULL; in service_collect_fds() local
1277 rfds = new(int, 1); in service_collect_fds()
1278 if (!rfds) in service_collect_fds()
1280 rfds[0] = s->socket_fd; in service_collect_fds()
1309 if (!rfds) { in service_collect_fds()
1310 rfds = TAKE_PTR(cfds); in service_collect_fds()
1315 t = reallocarray(rfds, rn_socket_fds + cn_fds, sizeof(int)); in service_collect_fds()
1321 rfds = t; in service_collect_fds()
1336 t = reallocarray(rfds, rn_socket_fds + s->n_fd_store, sizeof(int)); in service_collect_fds()
1340 rfds = t; in service_collect_fds()
1350 rfds[n_fds] = fs->fd; in service_collect_fds()
1362 *fds = TAKE_PTR(rfds); in service_collect_fds()