Lines Matching refs:ssize_t

238 	ssize_t				(*show)(struct netconsole_target *nt,
240 ssize_t (*store)(struct netconsole_target *nt,
256 static ssize_t show_enabled(struct netconsole_target *nt, char *buf) in show_enabled()
261 static ssize_t show_dev_name(struct netconsole_target *nt, char *buf) in show_dev_name()
266 static ssize_t show_local_port(struct netconsole_target *nt, char *buf) in show_local_port()
271 static ssize_t show_remote_port(struct netconsole_target *nt, char *buf) in show_remote_port()
276 static ssize_t show_local_ip(struct netconsole_target *nt, char *buf) in show_local_ip()
284 static ssize_t show_remote_ip(struct netconsole_target *nt, char *buf) in show_remote_ip()
292 static ssize_t show_local_mac(struct netconsole_target *nt, char *buf) in show_local_mac()
300 static ssize_t show_remote_mac(struct netconsole_target *nt, char *buf) in show_remote_mac()
312 static ssize_t store_enabled(struct netconsole_target *nt, in store_enabled()
359 static ssize_t store_dev_name(struct netconsole_target *nt, in store_dev_name()
381 static ssize_t store_local_port(struct netconsole_target *nt, in store_local_port()
399 static ssize_t store_remote_port(struct netconsole_target *nt, in store_remote_port()
417 static ssize_t store_local_ip(struct netconsole_target *nt, in store_local_ip()
447 static ssize_t store_remote_ip(struct netconsole_target *nt, in store_remote_ip()
477 static ssize_t store_remote_mac(struct netconsole_target *nt, in store_remote_mac()
540 static ssize_t netconsole_target_attr_show(struct config_item *item, in netconsole_target_attr_show()
544 ssize_t ret = -EINVAL; in netconsole_target_attr_show()
555 static ssize_t netconsole_target_attr_store(struct config_item *item, in netconsole_target_attr_store()
560 ssize_t ret = -EINVAL; in netconsole_target_attr_store()