Searched refs:actions (Results 1 – 8 of 8) sorted by relevance
/lib/ |
D | notifier-error-inject.c | 34 for (action = err_inject->actions; action->name; action++) { in notifier_err_inject_callback() 68 for (action = err_inject->actions; action->name; action++) { in notifier_err_inject_init()
|
D | asn1_decoder.c | 176 const asn1_action_t *actions = decoder->actions; in asn1_ber_decoder() local 349 ret = actions[act](context, hdr, tag, data + dp, len); in asn1_ber_decoder() 440 ret = actions[act](context, hdr, 0, data + tdp, len); in asn1_ber_decoder() 453 ret = actions[machine[pc + 1]](context, hdr, tag, data + tdp, len); in asn1_ber_decoder()
|
D | notifier-error-inject.h | 16 struct notifier_err_inject_action actions[]; member
|
D | memory-notifier-error-inject.c | 12 .actions = {
|
D | pm-notifier-error-inject.c | 12 .actions = {
|
D | cpu-notifier-error-inject.c | 12 .actions = {
|
D | of-reconfig-notifier-error-inject.c | 12 .actions = {
|
D | Kconfig.debug | 529 used to store these actions. If kmemleak reports "early log 620 notified, write the error code to "actions/<notifier event>/error". 625 # echo -12 > actions/MEM_GOING_OFFLINE/error 1474 notified, write the error code to "actions/<notifier event>/error". 1479 # echo -1 > actions/CPU_DOWN_PREPARE/error 1498 notified, write the error code to "actions/<notifier event>/error". 1503 # echo -12 > actions/PM_SUSPEND_PREPARE/error 1522 notified, write the error code to "actions/<notifier event>/error".
|