Searched refs:notify_socket (Results 1 – 1 of 1) sorted by relevance
784 static char *notify_socket = NULL; variable815 if (notify_socket != NULL) { in mconsole_init()816 notify_socket = kstrdup(notify_socket, GFP_KERNEL); in mconsole_init()817 if (notify_socket != NULL) in mconsole_init()818 mconsole_notify(notify_socket, MCONSOLE_SOCKET, in mconsole_init()852 mconsole_notify(notify_socket, MCONSOLE_USER_NOTIFY, buf, count); in write_proc_mconsole()862 if (notify_socket == NULL) in create_proc_mconsole()897 notify_socket = str; in mconsole_setup()918 if (notify_socket == NULL) in notify_panic()921 mconsole_notify(notify_socket, MCONSOLE_PANIC, message, in notify_panic()[all …]