Home
last modified time | relevance | path

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

/openbmc/obmc-console/
H A Dconsole-socket.c32 ssize_t console_socket_path(socket_path_t sun_path, const char *id) in console_socket_path()
41 rc = snprintf(sun_path + 1, sizeof(socket_path_t) - 1, in console_socket_path()
47 if ((size_t)rc > (sizeof(socket_path_t) - 1)) { in console_socket_path()
58 size_t addrlen, socket_path_t path) in console_socket_path_readable()
H A Dconsole-server.h87 typedef char(socket_path_t)[sizeof(((struct sockaddr_un *)NULL)->sun_path)]; typedef
153 socket_path_t socket_name;
249 ssize_t console_socket_path(socket_path_t path, const char *id);
251 size_t addrlen, socket_path_t path);
H A Dconsole-client.c221 socket_path_t path; in client_init()
H A Dsocket-handler.c476 socket_path_t name; in socket_init()