Searched refs:mconsole_notify (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.15/arch/um/drivers/ | 
| D | mconsole.h | 35 struct mconsole_notify {  struct92 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()  function182 	struct mconsole_notify packet;  in mconsole_notify()
 
 | 
| D | mconsole_kern.c | 750 			mconsole_notify(notify_socket, MCONSOLE_SOCKET,  in mconsole_init()777 	mconsole_notify(notify_socket, MCONSOLE_USER_NOTIFY, buf, count);  in mconsole_proc_write()
 846 	mconsole_notify(notify_socket, MCONSOLE_PANIC, message,  in notify_panic()
 
 |