Searched refs:notify_socket (Results 1 – 1 of 1) sorted by relevance
714 static char *notify_socket = NULL; variable746 if (notify_socket != NULL) { in mconsole_init()747 notify_socket = kstrdup(notify_socket, GFP_KERNEL); in mconsole_init()748 if (notify_socket != NULL) in mconsole_init()749 mconsole_notify(notify_socket, MCONSOLE_SOCKET, in mconsole_init()776 mconsole_notify(notify_socket, MCONSOLE_USER_NOTIFY, buf, count); in mconsole_proc_write()790 if (notify_socket == NULL) in create_proc_mconsole()821 notify_socket = str; in mconsole_setup()842 if (notify_socket == NULL) in notify_panic()845 mconsole_notify(notify_socket, MCONSOLE_PANIC, message, in notify_panic()[all …]