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

/linux-master/arch/um/drivers/
H A Dmconsole.h35 struct mconsole_notify { struct
92 extern int mconsole_notify(char *sock_name, int type, const void *data,
H A Dmconsole_user.c179 int mconsole_notify(char *sock_name, int type, const void *data, int len) function
182 struct mconsole_notify packet;
190 printk(UM_KERN_ERR "mconsole_notify - socket failed, "
215 printk(UM_KERN_ERR "mconsole_notify - sendto failed, "
H A Dmconsole_kern.c751 mconsole_notify(notify_socket, MCONSOLE_SOCKET,
778 mconsole_notify(notify_socket, MCONSOLE_USER_NOTIFY, buf, count);
847 mconsole_notify(notify_socket, MCONSOLE_PANIC, message,

Completed in 185 milliseconds