Lines Matching refs:netconsole_target
142 struct netconsole_target { struct
183 static void netconsole_target_get(struct netconsole_target *nt) in netconsole_target_get()
189 static void netconsole_target_put(struct netconsole_target *nt) in netconsole_target_put()
210 static void netconsole_target_get(struct netconsole_target *nt) in netconsole_target_get()
214 static void netconsole_target_put(struct netconsole_target *nt) in netconsole_target_put()
218 static void populate_configfs_item(struct netconsole_target *nt, in populate_configfs_item()
227 static struct netconsole_target *alloc_and_init(void) in alloc_and_init()
229 struct netconsole_target *nt; in alloc_and_init()
254 struct netconsole_target *nt, *tmp; in netconsole_process_cleanups_core()
302 static struct netconsole_target *to_target(struct config_item *item) in to_target()
310 struct netconsole_target, group); in to_target()
372 struct netconsole_target *nt = to_target(item); in local_ip_show()
382 struct netconsole_target *nt = to_target(item); in remote_ip_show()
405 struct netconsole_target *nt = to_target(item); in transmit_errors_show()
421 struct netconsole_target *nt = to_target(item->ci_parent); in sysdata_cpu_nr_enabled_show()
435 struct netconsole_target *nt = to_target(item->ci_parent); in sysdata_taskname_enabled_show()
448 struct netconsole_target *nt = to_target(item->ci_parent); in sysdata_release_enabled_show()
468 struct netconsole_target *nt = to_target(item); in enabled_store()
533 struct netconsole_target *nt = to_target(item); in release_store()
560 struct netconsole_target *nt = to_target(item); in extended_store()
586 struct netconsole_target *nt = to_target(item); in dev_name_store()
606 struct netconsole_target *nt = to_target(item); in local_port_store()
628 struct netconsole_target *nt = to_target(item); in remote_port_store()
650 struct netconsole_target *nt = to_target(item); in local_ip_store()
687 struct netconsole_target *nt = to_target(item); in remote_ip_store()
726 static size_t count_extradata_entries(struct netconsole_target *nt) in count_extradata_entries()
746 struct netconsole_target *nt = to_target(item); in remote_mac_store()
788 static struct netconsole_target *userdata_to_target(struct userdata *ud) in userdata_to_target()
801 static void update_userdata(struct netconsole_target *nt) in update_userdata()
841 struct netconsole_target *nt; in userdatum_value_store()
868 static void disable_sysdata_feature(struct netconsole_target *nt, in disable_sysdata_feature()
878 struct netconsole_target *nt = to_target(item->ci_parent); in sysdata_release_enabled_store()
912 struct netconsole_target *nt = to_target(item->ci_parent); in sysdata_taskname_enabled_store()
947 struct netconsole_target *nt = to_target(item->ci_parent); in sysdata_cpu_nr_enabled_store()
1014 struct netconsole_target *nt; in userdatum_make_item()
1036 struct netconsole_target *nt; in userdatum_drop()
1113 static void init_target_config_group(struct netconsole_target *nt, in init_target_config_group()
1122 static struct netconsole_target *find_cmdline_target(const char *name) in find_cmdline_target()
1124 struct netconsole_target *nt, *ret = NULL; in find_cmdline_target()
1146 struct netconsole_target *nt; in make_netconsole_target()
1181 struct netconsole_target *nt = to_target(item); in drop_netconsole_target()
1217 static void populate_configfs_item(struct netconsole_target *nt, in populate_configfs_item()
1227 static int sysdata_append_cpu_nr(struct netconsole_target *nt, int offset) in sysdata_append_cpu_nr()
1235 static int sysdata_append_taskname(struct netconsole_target *nt, int offset) in sysdata_append_taskname()
1242 static int sysdata_append_release(struct netconsole_target *nt, int offset) in sysdata_append_release()
1253 static int prepare_extradata(struct netconsole_target *nt) in prepare_extradata()
1280 static int prepare_extradata(struct netconsole_target *nt) in prepare_extradata()
1291 struct netconsole_target *nt, *tmp; in netconsole_netdev_event()
1362 static void send_udp(struct netconsole_target *nt, const char *msg, int len) in send_udp()
1379 static void send_msg_no_fragmentation(struct netconsole_target *nt, in send_msg_no_fragmentation()
1416 static void send_fragmented_body(struct netconsole_target *nt, in send_fragmented_body()
1503 static void send_msg_fragmented(struct netconsole_target *nt, in send_msg_fragmented()
1549 static void send_ext_msg_udp(struct netconsole_target *nt, const char *msg, in send_ext_msg_udp()
1570 struct netconsole_target *nt; in write_ext_msg()
1587 struct netconsole_target *nt; in write_msg()
1618 static struct netconsole_target *alloc_param_target(char *target_config, in alloc_param_target()
1621 struct netconsole_target *nt; in alloc_param_target()
1672 static void free_param_target(struct netconsole_target *nt) in free_param_target()
1693 struct netconsole_target *nt, *tmp; in init_netconsole()
1760 struct netconsole_target *nt, *tmp; in cleanup_netconsole()