Searched defs:mconsole_notify (Results 1 – 2 of 2) sorted by relevance
35 struct mconsole_notify { struct36 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];
179 int mconsole_notify(char *sock_name, int type, const void *data, int len) in mconsole_notify() function
Completed in 5 milliseconds