Lines Matching refs:config_item

100 	struct config_item	item;
236 static struct netconsole_target *to_target(struct config_item *item) in to_target()
247 static ssize_t enabled_show(struct config_item *item, char *buf) in enabled_show()
252 static ssize_t extended_show(struct config_item *item, char *buf) in extended_show()
257 static ssize_t dev_name_show(struct config_item *item, char *buf) in dev_name_show()
262 static ssize_t local_port_show(struct config_item *item, char *buf) in local_port_show()
267 static ssize_t remote_port_show(struct config_item *item, char *buf) in remote_port_show()
272 static ssize_t local_ip_show(struct config_item *item, char *buf) in local_ip_show()
282 static ssize_t remote_ip_show(struct config_item *item, char *buf) in remote_ip_show()
292 static ssize_t local_mac_show(struct config_item *item, char *buf) in local_mac_show()
300 static ssize_t remote_mac_show(struct config_item *item, char *buf) in remote_mac_show()
312 static ssize_t enabled_store(struct config_item *item, in enabled_store()
371 static ssize_t extended_store(struct config_item *item, const char *buf, in extended_store()
403 static ssize_t dev_name_store(struct config_item *item, const char *buf, in dev_name_store()
428 static ssize_t local_port_store(struct config_item *item, const char *buf, in local_port_store()
451 static ssize_t remote_port_store(struct config_item *item, in remote_port_store()
474 static ssize_t local_ip_store(struct config_item *item, const char *buf, in local_ip_store()
510 static ssize_t remote_ip_store(struct config_item *item, const char *buf, in remote_ip_store()
546 static ssize_t remote_mac_store(struct config_item *item, const char *buf, in remote_mac_store()
599 static void netconsole_target_release(struct config_item *item) in netconsole_target_release()
618 static struct config_item *make_netconsole_target(struct config_group *group, in make_netconsole_target()
650 struct config_item *item) in drop_netconsole_target()