Searched defs:mconsole_notify (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/arch/um/drivers/ |
| D | mconsole.h | 35 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];
|
| D | mconsole_user.c | 179 int mconsole_notify(char *sock_name, int type, const void *data, int len) in mconsole_notify() function
|
| /kernel/linux/linux-6.6/arch/um/drivers/ |
| D | mconsole.h | 35 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];
|
| D | mconsole_user.c | 179 int mconsole_notify(char *sock_name, int type, const void *data, int len) in mconsole_notify() function
|