Lines Matching refs:netconsole_target

168 struct netconsole_target {  struct
214 static void netconsole_target_get(struct netconsole_target *nt) in netconsole_target_get()
220 static void netconsole_target_put(struct netconsole_target *nt) in netconsole_target_put()
251 static void netconsole_target_get(struct netconsole_target *nt) in netconsole_target_get()
255 static void netconsole_target_put(struct netconsole_target *nt) in netconsole_target_put()
259 static void populate_configfs_item(struct netconsole_target *nt, in populate_configfs_item()
275 static bool bound_by_mac(struct netconsole_target *nt) in bound_by_mac()
281 static void resume_target(struct netconsole_target *nt) in resume_target()
294 static bool deactivated_target_match(struct netconsole_target *nt, in deactivated_target_match()
308 struct netconsole_target *nt; in process_resume_target()
311 nt = container_of(work, struct netconsole_target, resume_wq); in process_resume_target()
347 static struct netconsole_target *alloc_and_init(void) in alloc_and_init()
349 struct netconsole_target *nt; in alloc_and_init()
376 struct netconsole_target *nt, *tmp; in netconsole_process_cleanups_core()
470 static struct netconsole_target *to_target(struct config_item *item) in to_target()
478 struct netconsole_target, group); in to_target()
540 struct netconsole_target *nt = to_target(item); in local_ip_show()
550 struct netconsole_target *nt = to_target(item); in remote_ip_show()
573 struct netconsole_target *nt = to_target(item); in transmit_errors_show()
589 struct netconsole_target *nt = to_target(item->ci_parent); in sysdata_cpu_nr_enabled_show()
603 struct netconsole_target *nt = to_target(item->ci_parent); in sysdata_taskname_enabled_show()
616 struct netconsole_target *nt = to_target(item->ci_parent); in sysdata_release_enabled_show()
631 struct netconsole_target *nt; in unregister_netcons_consoles()
656 struct netconsole_target *nt = to_target(item->ci_parent); in sysdata_msgid_enabled_show()
676 struct netconsole_target *nt = to_target(item); in enabled_store()
764 struct netconsole_target *nt = to_target(item); in release_store()
791 struct netconsole_target *nt = to_target(item); in extended_store()
817 struct netconsole_target *nt = to_target(item); in dev_name_store()
837 struct netconsole_target *nt = to_target(item); in local_port_store()
859 struct netconsole_target *nt = to_target(item); in remote_port_store()
881 struct netconsole_target *nt = to_target(item); in local_ip_store()
906 struct netconsole_target *nt = to_target(item); in remote_ip_store()
933 static size_t count_userdata_entries(struct netconsole_target *nt) in count_userdata_entries()
941 struct netconsole_target *nt = to_target(item); in remote_mac_store()
983 static struct netconsole_target *userdata_to_target(struct userdata *ud) in userdata_to_target()
1000 static int calc_userdata_len(struct netconsole_target *nt) in calc_userdata_len()
1019 static int update_userdata(struct netconsole_target *nt) in update_userdata()
1073 struct netconsole_target *nt; in userdatum_value_store()
1104 static void disable_sysdata_feature(struct netconsole_target *nt, in disable_sysdata_feature()
1114 struct netconsole_target *nt = to_target(item->ci_parent); in sysdata_msgid_enabled_store()
1143 struct netconsole_target *nt = to_target(item->ci_parent); in sysdata_release_enabled_store()
1172 struct netconsole_target *nt = to_target(item->ci_parent); in sysdata_taskname_enabled_store()
1202 struct netconsole_target *nt = to_target(item->ci_parent); in sysdata_cpu_nr_enabled_store()
1261 struct netconsole_target *nt; in userdatum_make_item()
1283 struct netconsole_target *nt; in userdatum_drop()
1348 struct netconsole_target *nt = to_target(item); in netconsole_target_release()
1364 static void init_target_config_group(struct netconsole_target *nt, in init_target_config_group()
1373 static struct netconsole_target *find_cmdline_target(const char *name) in find_cmdline_target()
1375 struct netconsole_target *nt, *ret = NULL; in find_cmdline_target()
1397 struct netconsole_target *nt; in make_netconsole_target()
1431 struct netconsole_target *nt = to_target(item); in drop_netconsole_target()
1484 static void populate_configfs_item(struct netconsole_target *nt, in populate_configfs_item()
1494 static int sysdata_append_cpu_nr(struct netconsole_target *nt, int offset, in sysdata_append_cpu_nr()
1502 static int sysdata_append_taskname(struct netconsole_target *nt, int offset, in sysdata_append_taskname()
1510 static int sysdata_append_release(struct netconsole_target *nt, int offset) in sysdata_append_release()
1517 static int sysdata_append_msgid(struct netconsole_target *nt, int offset) in sysdata_append_msgid()
1530 static int prepare_sysdata(struct netconsole_target *nt, in prepare_sysdata()
1560 struct netconsole_target *nt, *tmp; in netconsole_netdev_event()
1648 static void send_udp(struct netconsole_target *nt, const char *msg, int len) in send_udp()
1665 static void send_msg_no_fragmentation(struct netconsole_target *nt, in send_msg_no_fragmentation()
1710 static void send_fragmented_body(struct netconsole_target *nt, in send_fragmented_body()
1801 static void send_msg_fragmented(struct netconsole_target *nt, in send_msg_fragmented()
1846 static void send_ext_msg_udp(struct netconsole_target *nt, in send_ext_msg_udp()
1870 static void send_msg_udp(struct netconsole_target *nt, const char *msg, in send_msg_udp()
1893 struct netconsole_target *nt; in netconsole_write()
2040 static struct netconsole_target *alloc_param_target(char *target_config, in alloc_param_target()
2043 struct netconsole_target *nt; in alloc_param_target()
2094 static void free_param_target(struct netconsole_target *nt) in free_param_target()
2125 struct netconsole_target *nt, *tmp; in init_netconsole()
2205 struct netconsole_target *nt, *tmp; in cleanup_netconsole()