Lines Matching refs:netconsole_target

119 struct netconsole_target {  struct
155 static void netconsole_target_get(struct netconsole_target *nt) in netconsole_target_get()
161 static void netconsole_target_put(struct netconsole_target *nt) in netconsole_target_put()
182 static void netconsole_target_get(struct netconsole_target *nt) in netconsole_target_get()
186 static void netconsole_target_put(struct netconsole_target *nt) in netconsole_target_put()
190 static void populate_configfs_item(struct netconsole_target *nt, in populate_configfs_item()
199 static struct netconsole_target *alloc_and_init(void) in alloc_and_init()
201 struct netconsole_target *nt; in alloc_and_init()
226 struct netconsole_target *nt, *tmp; in netconsole_process_cleanups_core()
273 static struct netconsole_target *to_target(struct config_item *item) in to_target()
281 struct netconsole_target, group); in to_target()
343 struct netconsole_target *nt = to_target(item); in local_ip_show()
353 struct netconsole_target *nt = to_target(item); in remote_ip_show()
384 struct netconsole_target *nt = to_target(item); in enabled_store()
449 struct netconsole_target *nt = to_target(item); in release_store()
476 struct netconsole_target *nt = to_target(item); in extended_store()
502 struct netconsole_target *nt = to_target(item); in dev_name_store()
522 struct netconsole_target *nt = to_target(item); in local_port_store()
544 struct netconsole_target *nt = to_target(item); in remote_port_store()
566 struct netconsole_target *nt = to_target(item); in local_ip_store()
603 struct netconsole_target *nt = to_target(item); in remote_ip_store()
640 struct netconsole_target *nt = to_target(item); in remote_mac_store()
682 static struct netconsole_target *userdata_to_target(struct userdata *ud) in userdata_to_target()
695 static void update_userdata(struct netconsole_target *nt) in update_userdata()
735 struct netconsole_target *nt; in userdatum_value_store()
783 struct netconsole_target *nt; in userdatum_make_item()
807 struct netconsole_target *nt; in userdatum_drop()
879 static void init_target_config_group(struct netconsole_target *nt, in init_target_config_group()
888 static struct netconsole_target *find_cmdline_target(const char *name) in find_cmdline_target()
890 struct netconsole_target *nt, *ret = NULL; in find_cmdline_target()
912 struct netconsole_target *nt; in make_netconsole_target()
947 struct netconsole_target *nt = to_target(item); in drop_netconsole_target()
983 static void populate_configfs_item(struct netconsole_target *nt, in populate_configfs_item()
1000 struct netconsole_target *nt, *tmp; in netconsole_netdev_event()
1071 static void send_ext_msg_udp(struct netconsole_target *nt, const char *msg, in send_ext_msg_udp()
1186 struct netconsole_target *nt; in write_ext_msg()
1203 struct netconsole_target *nt; in write_msg()
1234 static struct netconsole_target *alloc_param_target(char *target_config, in alloc_param_target()
1237 struct netconsole_target *nt; in alloc_param_target()
1288 static void free_param_target(struct netconsole_target *nt) in free_param_target()
1309 struct netconsole_target *nt, *tmp; in init_netconsole()
1376 struct netconsole_target *nt, *tmp; in cleanup_netconsole()