Searched refs:mconsole_notify (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/arch/um/drivers/ |
D | mconsole.h | 35 struct mconsole_notify { struct 92 extern int mconsole_notify(char *sock_name, int type, const void *data,
|
D | mconsole_user.c | 179 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()
|
D | mconsole_kern.c | 751 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()
|