/openbmc/linux/drivers/accessibility/speakup/ |
H A D | genmap.c | 40 oops("too many shift states", NULL); in get_shift_value() 87 oops("unknown key/modifier", cp); in main() 90 oops("modifiers must come first", cp); in main() 95 oops("bad modifier or key", cp); in main() 99 oops("no = found", NULL); in main() 103 oops("no speakup function after =", NULL); in main() 107 oops("invalid speakup function", cp); in main() 114 oops("two functions on same key combination", cp); in main()
|
H A D | utils.h | 46 static inline int oops(const char *msg, const char *info) in oops() function 88 oops("out of key table space, enlarge MAXKEYS", NULL); in add_key() 92 oops("attempt to add duplicate key", name); in add_key()
|
H A D | speakup_keypc.c | 140 static char *oops(void) in oops() function 165 return oops(); in synth_immediate() 220 oops(); in do_catch_up() 236 oops(); in do_catch_up() 253 oops(); in do_catch_up()
|
/openbmc/linux/sound/soc/sof/xtensa/ |
H A D | core.c | 84 static void xtensa_dsp_oops(struct snd_sof_dev *sdev, const char *level, void *oops) in xtensa_dsp_oops() argument 86 struct sof_ipc_dsp_oops_xtensa *xoops = oops; in xtensa_dsp_oops() 115 static void xtensa_stack(struct snd_sof_dev *sdev, const char *level, void *oops, in xtensa_stack() argument 118 struct sof_ipc_dsp_oops_xtensa *xoops = oops; in xtensa_stack()
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | pstore-blk.rst | 3 pstore block oops/panic logger 9 pstore block (pstore/blk) is an oops/panic logger that writes its logs to a 78 The chunk size in KB for oops/panic front-end. It **MUST** be a multiple of 4. 79 It's optional if you do not care oops/panic log. 81 There are multiple chunks for oops/panic front-end depending on the remaining 84 pstore/blk will log to oops/panic chunks one by one, and always overwrite the 93 Unlike oops/panic front-end, there is only one chunk for pmsg front-end. 116 Similar to oops front-end, there are multiple chunks for ftrace front-end 166 Block device is large enough for uncompressed oops data. Actually we do not 168 the first line of oops/panic data. For example:: [all …]
|
/openbmc/linux/sound/soc/sof/ |
H A D | sof-priv.h | 347 void (*dsp_oops)(struct snd_sof_dev *sdev, const char *level, void *oops); 348 void (*dsp_stack)(struct snd_sof_dev *sdev, const char *level, void *oops, 749 u32 panic_code, u32 tracep_code, void *oops, 768 void *oops, u32 *stack, u32 stack_words) in sof_stack() argument 770 sof_dsp_arch_ops(sdev)->dsp_stack(sdev, level, oops, stack, in sof_stack() 774 static inline void sof_oops(struct snd_sof_dev *sdev, const char *level, void *oops) in sof_oops() argument 777 sof_dsp_arch_ops(sdev)->dsp_oops(sdev, level, oops); in sof_oops()
|
/openbmc/linux/fs/pstore/ |
H A D | Kconfig | 42 messages, even if no oops or panic happened. 69 tristate "Log panic/oops to a RAM buffer" 76 This enables panic and oops messages to be logged to a circular 92 tristate "Log panic/oops to a block device" 98 This enables panic and oops message to be logged to a block dev 139 This just sets size of kmsg dump (oops, panic, etc) log for
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | event-case.json | 1 { 'event': 'oops' }
|
H A D | args-any.json | 2 { 'command': 'oops', 'data': 'any' }
|
H A D | returns-dict.json | 2 { 'command': 'oops', 'returns': { 'a': 'str' } }
|
H A D | bad-data.json | 2 { 'command': 'oops', 'data': [ ] }
|
H A D | bad-ident.err | 1 bad-ident.json: In struct '*oops':
|
H A D | bad-ident.json | 2 { 'struct': '*oops', 'data': { 'i': 'int' } }
|
H A D | returns-unknown.json | 2 { 'command': 'oops', 'returns': 'NoSuchType' }
|
H A D | args-unknown.json | 2 { 'command': 'oops', 'data': 'NoSuchType' }
|
H A D | args-int.json | 2 { 'command': 'oops', 'data': 'int' }
|
H A D | args-member-unknown.json | 2 { 'command': 'oops', 'data': { 'member': 'NoSuchType' } }
|
H A D | returns-array-bad.json | 2 { 'command': 'oops', 'returns': [ 'str', 'str' ] }
|
H A D | returns-unknown.err | 1 returns-unknown.json: In command 'oops':
|
H A D | args-array-unknown.err | 1 args-array-unknown.json: In command 'oops':
|
H A D | args-unknown.err | 1 args-unknown.json: In command 'oops':
|
H A D | bad-data.err | 1 bad-data.json: In command 'oops':
|
H A D | args-alternate.json | 3 { 'command': 'oops', 'data': 'Alt' }
|
/openbmc/linux/drivers/gpu/drm/ci/xfails/ |
H A D | i915-whl-skips.txt | 1 # This is generating kernel oops with divide error
|
H A D | i915-cml-skips.txt | 1 # This is generating kernel oops with divide error
|