Lines Matching refs:STATE_ENABLED
128 STATE_ENABLED, enumerator
289 nt->state = STATE_ENABLED; in resume_target()
385 WARN_ON_ONCE(nt->state == STATE_ENABLED); in netconsole_process_cleanups_core()
510 return sysfs_emit(buf, "%d\n", to_target(item)->state == STATE_ENABLED); in enabled_show()
695 current_enabled = nt->state == STATE_ENABLED; in enabled_store()
731 nt->state = STATE_ENABLED; in enabled_store()
769 if (nt->state == STATE_ENABLED) { in release_store()
796 if (nt->state == STATE_ENABLED) { in extended_store()
820 if (nt->state == STATE_ENABLED) { in dev_name_store()
841 if (nt->state == STATE_ENABLED) { in local_port_store()
863 if (nt->state == STATE_ENABLED) { in remote_port_store()
886 if (nt->state == STATE_ENABLED) { in local_ip_store()
911 if (nt->state == STATE_ENABLED) { in remote_ip_store()
946 if (nt->state == STATE_ENABLED) { in remote_mac_store()
1458 if (nt->state == STATE_ENABLED) in drop_netconsole_target()
1898 if (nt->extended != extended || nt->state != STATE_ENABLED || in netconsole_write()
2081 nt->state = STATE_ENABLED; in alloc_param_target()