Lines Matching defs:item
273 static struct netconsole_target *to_target(struct config_item *item) in to_target()
311 static ssize_t enabled_show(struct config_item *item, char *buf) in enabled_show()
316 static ssize_t extended_show(struct config_item *item, char *buf) in extended_show()
321 static ssize_t release_show(struct config_item *item, char *buf) in release_show()
326 static ssize_t dev_name_show(struct config_item *item, char *buf) in dev_name_show()
331 static ssize_t local_port_show(struct config_item *item, char *buf) in local_port_show()
336 static ssize_t remote_port_show(struct config_item *item, char *buf) in remote_port_show()
341 static ssize_t local_ip_show(struct config_item *item, char *buf) in local_ip_show()
351 static ssize_t remote_ip_show(struct config_item *item, char *buf) in remote_ip_show()
361 static ssize_t local_mac_show(struct config_item *item, char *buf) in local_mac_show()
369 static ssize_t remote_mac_show(struct config_item *item, char *buf) in remote_mac_show()
381 static ssize_t enabled_store(struct config_item *item, in enabled_store()
446 static ssize_t release_store(struct config_item *item, const char *buf, in release_store()
473 static ssize_t extended_store(struct config_item *item, const char *buf, in extended_store()
499 static ssize_t dev_name_store(struct config_item *item, const char *buf, in dev_name_store()
519 static ssize_t local_port_store(struct config_item *item, const char *buf, in local_port_store()
541 static ssize_t remote_port_store(struct config_item *item, in remote_port_store()
563 static ssize_t local_ip_store(struct config_item *item, const char *buf, in local_ip_store()
600 static ssize_t remote_ip_store(struct config_item *item, const char *buf, in remote_ip_store()
637 static ssize_t remote_mac_store(struct config_item *item, const char *buf, in remote_mac_store()
664 struct config_item item; member
668 static struct userdatum *to_userdatum(struct config_item *item) in to_userdatum()
677 static struct userdata *to_userdata(struct config_item *item) in to_userdata()
690 static ssize_t userdatum_value_show(struct config_item *item, char *buf) in userdatum_value_show()
706 struct config_item *item; in update_userdata() local
731 static ssize_t userdatum_value_store(struct config_item *item, const char *buf, in userdatum_value_store()
765 static void userdatum_release(struct config_item *item) in userdatum_release()
805 static void userdatum_drop(struct config_group *group, struct config_item *item) in userdatum_drop()
864 static void netconsole_target_release(struct config_item *item) in netconsole_target_release()
944 struct config_item *item) in drop_netconsole_target()