Searched refs:unix_listen (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_skc_to_unix_sock.c | 13 int BPF_PROG(unix_listen, struct socket *sock, int backlog) in BPF_PROG() argument
|
/openbmc/qemu/include/qemu/ |
H A D | sockets.h | 68 int unix_listen(const char *path, Error **errp);
|
/openbmc/qemu/qga/ |
H A D | channel-posix.c | 214 fd = unix_listen(path, errp); in ga_channel_open()
|
/openbmc/qemu/contrib/vhost-user-input/ |
H A D | main.c | 381 int lsock = unix_listen(opt_socket_path, &error_fatal); in main()
|
/openbmc/linux/net/unix/ |
H A D | af_unix.c | 711 static int unix_listen(struct socket *sock, int backlog) in unix_listen() function 844 .listen = unix_listen, 893 .listen = unix_listen,
|
/openbmc/qemu/util/ |
H A D | qemu-sockets.c | 1028 int unix_listen(const char *str, Error **errp) in unix_listen() function
|
/openbmc/qemu/contrib/vhost-user-gpu/ |
H A D | vhost-user-gpu.c | 1290 int lsock = unix_listen(opt_socket_path, &error_fatal); in main()
|