Home
last modified time | relevance | path

Searched defs:mconsole_notify (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/arch/um/drivers/
A Dmconsole.h35 struct mconsole_notify { struct
36 u32 magic;
37 u32 version;
38 enum { MCONSOLE_SOCKET, MCONSOLE_PANIC, MCONSOLE_HANG,
39 MCONSOLE_USER_NOTIFY } type;
40 u32 len;
41 char data[MCONSOLE_MAX_DATA];
A Dmconsole_user.c179 int mconsole_notify(char *sock_name, int type, const void *data, int len) in mconsole_notify() function

Completed in 5 milliseconds