Searched refs:actions (Results 1 – 8 of 8) sorted by relevance
/lib/ |
D | notifier-error-inject.c | 35 for (action = err_inject->actions; action->name; action++) { in notifier_err_inject_callback() 65 for (action = err_inject->actions; action->name; action++) { in notifier_err_inject_init()
|
D | asn1_decoder.c | 173 const asn1_action_t *actions = decoder->actions; in asn1_ber_decoder() local 346 ret = actions[act](context, hdr, tag, data + dp, len); in asn1_ber_decoder() 439 ret = actions[act](context, hdr, 0, data + tdp, len); in asn1_ber_decoder() 454 ret = actions[machine[pc + 1]](context, hdr, tag, data + tdp, len); in asn1_ber_decoder()
|
D | notifier-error-inject.h | 17 struct notifier_err_inject_action actions[]; member
|
D | memory-notifier-error-inject.c | 13 .actions = {
|
D | pm-notifier-error-inject.c | 13 .actions = {
|
D | of-reconfig-notifier-error-inject.c | 13 .actions = {
|
D | netdev-notifier-error-inject.c | 13 .actions = {
|
D | Kconfig.debug | 704 notified, write the error code to "actions/<notifier event>/error". 709 # echo -12 > actions/MEM_GOING_OFFLINE/error 1484 notified, write the error code to "actions/<notifier event>/error". 1489 # echo -12 > actions/PM_SUSPEND_PREPARE/error 1508 notified, write the error code to "actions/<notifier event>/error". 1524 notified, write the error code to "actions/<notifier event>/error". 1529 # echo -22 > actions/NETDEV_CHANGEMTU/error
|