Searched refs:make_local_socket (Results 1 – 4 of 4) sorted by relevance
413 static int make_local_socket(const char *filename) in make_local_socket() function449 result = make_local_socket(sockname); in snd_ctl_shm_open()
634 static int make_local_socket(const char *filename) in make_local_socket() function687 result = make_local_socket(sockname); in snd_pcm_shm_open()
200 static int make_local_socket(const char *filename, int server, mode_t ipc_perm, int ipc_gid) in make_local_socket() function430 ret = make_local_socket(dmix->shmptr->socket_name, 1, dmix->ipc_perm, dmix->ipc_gid);482 ret = make_local_socket(dmix->shmptr->socket_name, 0, -1, -1);
56 static int make_local_socket(const char *filename) in make_local_socket() function937 sockn = make_local_socket(sockname); in server()