Lines Matching refs:notify_socket
692 static char *notify_socket = NULL; variable
722 if (notify_socket != NULL) { in mconsole_init()
723 notify_socket = kstrdup(notify_socket, GFP_KERNEL); in mconsole_init()
724 if (notify_socket != NULL) in mconsole_init()
725 mconsole_notify(notify_socket, MCONSOLE_SOCKET, in mconsole_init()
752 mconsole_notify(notify_socket, MCONSOLE_USER_NOTIFY, buf, count); in mconsole_proc_write()
767 if (notify_socket == NULL) in create_proc_mconsole()
798 notify_socket = str; in mconsole_setup()
819 if (notify_socket == NULL) in notify_panic()
822 mconsole_notify(notify_socket, MCONSOLE_PANIC, message, in notify_panic()
844 return notify_socket; in mconsole_notify_socket()