Lines Matching defs:buf

246 static ssize_t enabled_show(struct config_item *item, char *buf)  in enabled_show()
251 static ssize_t extended_show(struct config_item *item, char *buf) in extended_show()
256 static ssize_t dev_name_show(struct config_item *item, char *buf) in dev_name_show()
261 static ssize_t local_port_show(struct config_item *item, char *buf) in local_port_show()
266 static ssize_t remote_port_show(struct config_item *item, char *buf) in remote_port_show()
271 static ssize_t local_ip_show(struct config_item *item, char *buf) in local_ip_show()
281 static ssize_t remote_ip_show(struct config_item *item, char *buf) in remote_ip_show()
291 static ssize_t local_mac_show(struct config_item *item, char *buf) in local_mac_show()
299 static ssize_t remote_mac_show(struct config_item *item, char *buf) in remote_mac_show()
312 const char *buf, size_t count) in enabled_store()
370 static ssize_t extended_store(struct config_item *item, const char *buf, in extended_store()
402 static ssize_t dev_name_store(struct config_item *item, const char *buf, in dev_name_store()
427 static ssize_t local_port_store(struct config_item *item, const char *buf, in local_port_store()
451 const char *buf, size_t count) in remote_port_store()
473 static ssize_t local_ip_store(struct config_item *item, const char *buf, in local_ip_store()
509 static ssize_t remote_ip_store(struct config_item *item, const char *buf, in remote_ip_store()
545 static ssize_t remote_mac_store(struct config_item *item, const char *buf, in remote_mac_store()
772 static char buf[MAX_PRINT_CHUNK]; /* protected by target_list_lock */ in send_ext_msg_udp() local