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

/systemd/src/systemctl/
H A Dsystemctl.c808 static int output_sockets_list(struct socket_info *socket_infos, unsigned cs) { argument
816 for (s = socket_infos; s < socket_infos + cs; s++) {
838 for (s = socket_infos; s < socket_infos + cs; s++) {
885 _cleanup_free_ struct socket_info *socket_infos = NULL; local
920 if (!GREEDY_REALLOC(socket_infos, size, cs + c)) {
926 socket_infos[cs + i] = (struct socket_info) {
935 /* from this point on we will cleanup those socket_infos */
941 qsort_safe(socket_infos, c
[all...]

Completed in 882 milliseconds