Searched refs:actions (Results 1 – 8 of 8) sorted by relevance
/lib/ |
A 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()
|
A 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()
|
A D | notifier-error-inject.h | 17 struct notifier_err_inject_action actions[]; member
|
A D | memory-notifier-error-inject.c | 13 .actions = {
|
A D | pm-notifier-error-inject.c | 13 .actions = {
|
A D | of-reconfig-notifier-error-inject.c | 13 .actions = {
|
A D | netdev-notifier-error-inject.c | 13 .actions = {
|
A D | Kconfig.debug | 933 notified, write the error code to "actions/<notifier event>/error". 938 # echo -12 > actions/MEM_GOING_OFFLINE/error 1972 notified, write the error code to "actions/<notifier event>/error". 1977 # echo -12 > actions/PM_SUSPEND_PREPARE/error 1996 notified, write the error code to "actions/<notifier event>/error". 2012 notified, write the error code to "actions/<notifier event>/error". 2017 # echo -22 > actions/NETDEV_CHANGEMTU/error
|
Completed in 12 milliseconds