Home
last modified time | relevance | path

Searched refs:mconsole_notify (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/arch/um/drivers/
Dmconsole.h35 struct mconsole_notify { struct
92 extern int mconsole_notify(char *sock_name, int type, const void *data,
Dmconsole_user.c179 int mconsole_notify(char *sock_name, int type, const void *data, int len) in mconsole_notify() function
182 struct mconsole_notify packet; in mconsole_notify()
Dmconsole_kern.c751 mconsole_notify(notify_socket, MCONSOLE_SOCKET, in mconsole_init()
778 mconsole_notify(notify_socket, MCONSOLE_USER_NOTIFY, buf, count); in mconsole_proc_write()
847 mconsole_notify(notify_socket, MCONSOLE_PANIC, message, in notify_panic()