Home
last modified time | relevance | path

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

/arch/um/drivers/
A Dmconsole_user.c179 static int notify_sock = -1; variable
188 if (notify_sock < 0) { in mconsole_notify()
189 notify_sock = socket(PF_UNIX, SOCK_DGRAM, 0); in mconsole_notify()
190 if (notify_sock < 0) { in mconsole_notify()
213 n = sendto(notify_sock, &packet, len, 0, (struct sockaddr *) &target, in mconsole_notify()

Completed in 4 milliseconds