Lines Matching defs:item

103 	struct config_item	item;  member
268 static struct netconsole_target *to_target(struct config_item *item) in to_target()
279 static ssize_t enabled_show(struct config_item *item, char *buf) in enabled_show()
284 static ssize_t extended_show(struct config_item *item, char *buf) in extended_show()
289 static ssize_t release_show(struct config_item *item, char *buf) in release_show()
294 static ssize_t dev_name_show(struct config_item *item, char *buf) in dev_name_show()
299 static ssize_t local_port_show(struct config_item *item, char *buf) in local_port_show()
304 static ssize_t remote_port_show(struct config_item *item, char *buf) in remote_port_show()
309 static ssize_t local_ip_show(struct config_item *item, char *buf) in local_ip_show()
319 static ssize_t remote_ip_show(struct config_item *item, char *buf) in remote_ip_show()
329 static ssize_t local_mac_show(struct config_item *item, char *buf) in local_mac_show()
337 static ssize_t remote_mac_show(struct config_item *item, char *buf) in remote_mac_show()
349 static ssize_t enabled_store(struct config_item *item, in enabled_store()
409 static ssize_t release_store(struct config_item *item, const char *buf, in release_store()
437 static ssize_t extended_store(struct config_item *item, const char *buf, in extended_store()
465 static ssize_t dev_name_store(struct config_item *item, const char *buf, in dev_name_store()
490 static ssize_t local_port_store(struct config_item *item, const char *buf, in local_port_store()
513 static ssize_t remote_port_store(struct config_item *item, in remote_port_store()
536 static ssize_t local_ip_store(struct config_item *item, const char *buf, in local_ip_store()
572 static ssize_t remote_ip_store(struct config_item *item, const char *buf, in remote_ip_store()
608 static ssize_t remote_mac_store(struct config_item *item, const char *buf, in remote_mac_store()
663 static void netconsole_target_release(struct config_item *item) in netconsole_target_release()
704 struct config_item *item) in drop_netconsole_target()