Searched refs:kmsg (Results 1 – 3 of 3) sorted by relevance
617 char *kmsg; in drm_panic_get_qr_code_url() local632 kmsg = qrbuf1; in drm_panic_get_qr_code_url()639 stream.next_in = kmsg; in drm_panic_get_qr_code_url()654 kmsg = strchr(kmsg, '\n'); in drm_panic_get_qr_code_url()655 if (!kmsg) in drm_panic_get_qr_code_url()658 kmsg += 1; in drm_panic_get_qr_code_url()659 kmsg_len = strlen(kmsg); in drm_panic_get_qr_code_url()
95 the user to reboot the system, or "kmsg" which will display the last96 lines of kmsg.107 code. The QR code will contain the last lines of kmsg and other debug117 the QR code will contain the URL and the kmsg compressed with zlib as118 a URL parameter. If it's empty, the QR code will contain the kmsg as120 There is a demo code in javascript, to decode and uncompress the kmsg
370 format similar to /dev/kmsg. See
Completed in 10 milliseconds