Home
last modified time | relevance | path

Searched refs:socket_info (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/systemctl/
Dsystemctl-list-units.c319 struct socket_info { struct
334 static int socket_info_compare(const struct socket_info *a, const struct socket_info *b) { in socket_info_compare() argument
351 static int output_sockets_list(struct socket_info *socket_infos, unsigned cs) { in output_sockets_list()
374 for (struct socket_info *s = socket_infos; s < socket_infos + cs; s++) { in output_sockets_list()
432 _cleanup_free_ struct socket_info *socket_infos = NULL; in verb_list_sockets()
475 socket_infos[cs + i] = (struct socket_info) { in verb_list_sockets()
497 for (struct socket_info *s = socket_infos; s < socket_infos + cs; s++) { in verb_list_sockets()