Searched refs:notify_socket (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/drivers/
H A Dmconsole_kern.c719 static char *notify_socket = NULL; variable
747 if(notify_socket != NULL){
748 notify_socket = kstrdup(notify_socket, GFP_KERNEL);
749 if(notify_socket != NULL)
750 mconsole_notify(notify_socket, MCONSOLE_SOCKET,
780 mconsole_notify(notify_socket, MCONSOLE_USER_NOTIFY, buf, count);
790 if(notify_socket == NULL) return(0);
823 notify_socket = str;
844 if(notify_socket
[all...]

Completed in 34 milliseconds