Searched refs:mconsole_notify (Results 1 – 3 of 3) sorted by relevance
/linux/arch/um/drivers/ |
H A D | mconsole.h | 35 struct mconsole_notify { struct 92 extern int mconsole_notify(char *sock_name, int type, const void *data, 36 magicmconsole_notify global() argument 37 versionmconsole_notify global() argument 38 __anondbc641200103mconsole_notify global() argument 39 typemconsole_notify global() argument 40 lenmconsole_notify global() argument 41 datamconsole_notify global() argument
|
H A D | mconsole_user.c | 181 int mconsole_notify(char *sock_name, int type, const void *data, int len) in mconsole_notify() function 184 struct mconsole_notify packet; in mconsole_notify() 192 printk(UM_KERN_ERR "mconsole_notify - socket failed, " in mconsole_notify() 217 printk(UM_KERN_ERR "mconsole_notify - sendto failed, " in mconsole_notify()
|
H A 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()
|