Home
last modified time | relevance | path

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

/xen/tools/xenstore/
A Dxenstored_core.c1895 const char *soc_str = xs_daemon_socket(); in init_sockets() local
1908 unlink(soc_str); in init_sockets()
1913 if(strlen(soc_str) >= sizeof(addr.sun_path)) in init_sockets()
1914 barf_perror("socket string '%s' too long", soc_str); in init_sockets()
1915 strcpy(addr.sun_path, soc_str); in init_sockets()
1917 barf_perror("Could not bind socket to %s", soc_str); in init_sockets()
1925 if (chmod(soc_str, 0600) != 0 in init_sockets()

Completed in 6 milliseconds