Lines Matching refs:notify_socket
695 static char *notify_socket = NULL; variable
725 if (notify_socket != NULL) { in mconsole_init()
726 notify_socket = kstrdup(notify_socket, GFP_KERNEL); in mconsole_init()
727 if (notify_socket != NULL) in mconsole_init()
728 mconsole_notify(notify_socket, MCONSOLE_SOCKET, in mconsole_init()
762 mconsole_notify(notify_socket, MCONSOLE_USER_NOTIFY, buf, count); in mconsole_proc_write()
778 if (notify_socket == NULL) in create_proc_mconsole()
809 notify_socket = str; in mconsole_setup()
830 if (notify_socket == NULL) in notify_panic()
833 mconsole_notify(notify_socket, MCONSOLE_PANIC, message, in notify_panic()
855 return notify_socket; in mconsole_notify_socket()