Home
last modified time | relevance | path

Searched refs:ssize_t (Results 1 – 25 of 3223) sorted by relevance

12345678910>>...129

/openbmc/linux/drivers/target/
H A Dtarget_core_stat.c48 static ssize_t target_stat_inst_show(struct config_item *item, char *page) in target_stat_inst_show()
55 static ssize_t target_stat_indx_show(struct config_item *item, char *page) in target_stat_indx_show()
60 static ssize_t target_stat_role_show(struct config_item *item, char *page) in target_stat_role_show()
65 static ssize_t target_stat_ports_show(struct config_item *item, char *page) in target_stat_ports_show()
98 static ssize_t target_stat_tgt_inst_show(struct config_item *item, char *page) in target_stat_tgt_inst_show()
105 static ssize_t target_stat_tgt_indx_show(struct config_item *item, char *page) in target_stat_tgt_indx_show()
110 static ssize_t target_stat_tgt_num_lus_show(struct config_item *item, in target_stat_tgt_num_lus_show()
116 static ssize_t target_stat_tgt_status_show(struct config_item *item, in target_stat_tgt_status_show()
125 static ssize_t target_stat_tgt_non_access_lus_show(struct config_item *item, in target_stat_tgt_non_access_lus_show()
138 static ssize_t target_stat_tgt_resets_show(struct config_item *item, in target_stat_tgt_resets_show()
[all …]
H A Dtarget_core_alua.h116 extern ssize_t core_alua_show_tg_pt_gp_info(struct se_lun *, char *);
117 extern ssize_t core_alua_store_tg_pt_gp_info(struct se_lun *, const char *,
119 extern ssize_t core_alua_show_access_type(struct t10_alua_tg_pt_gp *, char *);
120 extern ssize_t core_alua_store_access_type(struct t10_alua_tg_pt_gp *,
122 extern ssize_t core_alua_show_nonop_delay_msecs(struct t10_alua_tg_pt_gp *,
124 extern ssize_t core_alua_store_nonop_delay_msecs(struct t10_alua_tg_pt_gp *,
126 extern ssize_t core_alua_show_trans_delay_msecs(struct t10_alua_tg_pt_gp *,
128 extern ssize_t core_alua_store_trans_delay_msecs(struct t10_alua_tg_pt_gp *,
130 extern ssize_t core_alua_show_implicit_trans_secs(struct t10_alua_tg_pt_gp *,
132 extern ssize_t core_alua_store_implicit_trans_secs(struct t10_alua_tg_pt_gp *,
[all …]
/openbmc/linux/sound/oss/dmasound/
H A Ddmasound.h145 ssize_t (*ct_ulaw)(const u_char __user *, size_t, u_char *, ssize_t *, ssize_t);
146 ssize_t (*ct_alaw)(const u_char __user *, size_t, u_char *, ssize_t *, ssize_t);
147 ssize_t (*ct_s8)(const u_char __user *, size_t, u_char *, ssize_t *, ssize_t);
148 ssize_t (*ct_u8)(const u_char __user *, size_t, u_char *, ssize_t *, ssize_t);
149 ssize_t (*ct_s16be)(const u_char __user *, size_t, u_char *, ssize_t *, ssize_t);
150 ssize_t (*ct_u16be)(const u_char __user *, size_t, u_char *, ssize_t *, ssize_t);
151 ssize_t (*ct_s16le)(const u_char __user *, size_t, u_char *, ssize_t *, ssize_t);
152 ssize_t (*ct_u16le)(const u_char __user *, size_t, u_char *, ssize_t *, ssize_t);
H A Ddmasound_atari.c71 static ssize_t ata_ct_law(const u_char __user *userPtr, size_t userCount,
72 u_char frame[], ssize_t *frameUsed,
73 ssize_t frameLeft);
74 static ssize_t ata_ct_s8(const u_char __user *userPtr, size_t userCount,
75 u_char frame[], ssize_t *frameUsed,
76 ssize_t frameLeft);
77 static ssize_t ata_ct_u8(const u_char __user *userPtr, size_t userCount,
78 u_char frame[], ssize_t *frameUsed,
79 ssize_t frameLeft);
80 static ssize_t ata_ct_s16be(const u_char __user *userPtr, size_t userCount,
[all …]
H A Ddmasound_q40.c62 static ssize_t q40_ct_law(const u_char __user *userPtr, size_t userCount, in q40_ct_law()
63 u_char frame[], ssize_t *frameUsed, in q40_ct_law()
64 ssize_t frameLeft) in q40_ct_law()
67 ssize_t count, used; in q40_ct_law()
83 static ssize_t q40_ct_s8(const u_char __user *userPtr, size_t userCount, in q40_ct_s8()
84 u_char frame[], ssize_t *frameUsed, in q40_ct_s8()
85 ssize_t frameLeft) in q40_ct_s8()
87 ssize_t count, used; in q40_ct_s8()
102 static ssize_t q40_ct_u8(const u_char __user *userPtr, size_t userCount, in q40_ct_u8()
103 u_char frame[], ssize_t *frameUsed, in q40_ct_u8()
[all …]
/openbmc/linux/net/bridge/
H A Dbr_sysfs_br.c31 static ssize_t store_bridge_parm(struct device *d, in store_bridge_parm()
66 static ssize_t forward_delay_show(struct device *d, in forward_delay_show()
79 static ssize_t forward_delay_store(struct device *d, in forward_delay_store()
87 static ssize_t hello_time_show(struct device *d, struct device_attribute *attr, in hello_time_show()
100 static ssize_t hello_time_store(struct device *d, in hello_time_store()
108 static ssize_t max_age_show(struct device *d, struct device_attribute *attr, in max_age_show()
121 static ssize_t max_age_store(struct device *d, struct device_attribute *attr, in max_age_store()
128 static ssize_t ageing_time_show(struct device *d, in ageing_time_show()
141 static ssize_t ageing_time_store(struct device *d, in ageing_time_store()
149 static ssize_t stp_state_show(struct device *d, in stp_state_show()
[all …]
/openbmc/linux/block/
H A Dblk-sysfs.c25 ssize_t (*show)(struct request_queue *, char *);
26 ssize_t (*store)(struct request_queue *, const char *, size_t);
29 static ssize_t
35 static ssize_t
50 static ssize_t queue_requests_show(struct request_queue *q, char *page) in queue_requests_show()
55 static ssize_t
78 static ssize_t queue_ra_show(struct request_queue *q, char *page) in queue_ra_show()
88 static ssize_t
92 ssize_t ret; in queue_ra_store()
103 static ssize_t queue_max_sectors_show(struct request_queue *q, char *page) in queue_max_sectors_show()
[all …]
/openbmc/linux/drivers/target/iscsi/
H A Discsi_target_stat.c50 static ssize_t iscsi_stat_instance_inst_show(struct config_item *item, in iscsi_stat_instance_inst_show()
57 static ssize_t iscsi_stat_instance_min_ver_show(struct config_item *item, in iscsi_stat_instance_min_ver_show()
63 static ssize_t iscsi_stat_instance_max_ver_show(struct config_item *item, in iscsi_stat_instance_max_ver_show()
69 static ssize_t iscsi_stat_instance_portals_show(struct config_item *item, in iscsi_stat_instance_portals_show()
76 static ssize_t iscsi_stat_instance_nodes_show(struct config_item *item, in iscsi_stat_instance_nodes_show()
82 static ssize_t iscsi_stat_instance_sessions_show(struct config_item *item, in iscsi_stat_instance_sessions_show()
89 static ssize_t iscsi_stat_instance_fail_sess_show(struct config_item *item, in iscsi_stat_instance_fail_sess_show()
105 static ssize_t iscsi_stat_instance_fail_type_show(struct config_item *item, in iscsi_stat_instance_fail_type_show()
115 static ssize_t iscsi_stat_instance_fail_rem_name_show(struct config_item *item, in iscsi_stat_instance_fail_rem_name_show()
126 static ssize_t iscsi_stat_instance_disc_time_show(struct config_item *item, in iscsi_stat_instance_disc_time_show()
[all …]
/openbmc/u-boot/include/cavium/
H A Datf.h9 ssize_t atf_read_mmc(uintptr_t offset, void *buffer, size_t size);
10 ssize_t atf_read_nor(uintptr_t offset, void *buffer, size_t size);
11 ssize_t atf_get_pcount(void);
12 ssize_t atf_get_part(struct storage_partition *part, unsigned int index);
13 ssize_t atf_erase_nor(uintptr_t offset, size_t size);
14 ssize_t atf_write_nor(uintptr_t offset, const void *buffer, size_t size);
15 ssize_t atf_write_mmc(uintptr_t offset, const void *buffer, size_t size);
16 ssize_t atf_dram_size(unsigned int node);
17 ssize_t atf_node_count(void);
18 ssize_t atf_env_count(void);
[all …]
/openbmc/qemu/include/hw/
H A Dloader.h30 ssize_t load_image_size(const char *filename, void *addr, size_t size);
43 ssize_t load_image_targphys_as(const char *filename,
56 ssize_t load_targphys_hex_as(const char *filename, hwaddr *entry,
63 ssize_t load_image_targphys(const char *filename, hwaddr,
77 ssize_t load_image_mr(const char *filename, MemoryRegion *mr);
85 ssize_t load_image_gzipped_buffer(const char *filename, uint64_t max_sz,
104 ssize_t unpack_efi_zboot_image(uint8_t **buffer, int *size);
111 const char *load_elf_strerror(ssize_t error);
149 ssize_t load_elf_ram_sym(const char *filename,
162 ssize_t load_elf_ram(const char *filename,
[all …]
/openbmc/linux/kernel/
H A Dksysfs.c39 static ssize_t uevent_seqnum_show(struct kobject *kobj, in uevent_seqnum_show()
47 static ssize_t cpu_byteorder_show(struct kobject *kobj, in cpu_byteorder_show()
55 static ssize_t address_bits_show(struct kobject *kobj, in address_bits_show()
64 static ssize_t uevent_helper_show(struct kobject *kobj, in uevent_helper_show()
69 static ssize_t uevent_helper_store(struct kobject *kobj, in uevent_helper_store()
85 static ssize_t profiling_show(struct kobject *kobj, in profiling_show()
90 static ssize_t profiling_store(struct kobject *kobj, in profiling_store()
116 static ssize_t kexec_loaded_show(struct kobject *kobj, in kexec_loaded_show()
123 static ssize_t kexec_crash_loaded_show(struct kobject *kobj, in kexec_crash_loaded_show()
130 static ssize_t kexec_crash_size_show(struct kobject *kobj, in kexec_crash_size_show()
[all …]
/openbmc/linux/include/linux/
H A Dcpu.h51 extern ssize_t cpu_show_meltdown(struct device *dev,
53 extern ssize_t cpu_show_spectre_v1(struct device *dev,
55 extern ssize_t cpu_show_spectre_v2(struct device *dev,
57 extern ssize_t cpu_show_spec_store_bypass(struct device *dev,
59 extern ssize_t cpu_show_l1tf(struct device *dev,
61 extern ssize_t cpu_show_mds(struct device *dev,
63 extern ssize_t cpu_show_tsx_async_abort(struct device *dev,
66 extern ssize_t cpu_show_itlb_multihit(struct device *dev,
68 extern ssize_t cpu_show_srbds(struct device *dev, struct device_attribute *attr, char *buf);
69 extern ssize_t cpu_show_mmio_stale_data(struct device *dev,
[all …]
/openbmc/linux/include/media/
H A Ddvb_ringbuffer.h43 ssize_t size;
44 ssize_t pread;
45 ssize_t pwrite;
78 extern ssize_t dvb_ringbuffer_free(struct dvb_ringbuffer *rbuf);
87 extern ssize_t dvb_ringbuffer_avail(struct dvb_ringbuffer *rbuf);
150 extern ssize_t dvb_ringbuffer_read_user(struct dvb_ringbuffer *rbuf,
192 extern ssize_t dvb_ringbuffer_write(struct dvb_ringbuffer *rbuf, const u8 *buf,
207 extern ssize_t dvb_ringbuffer_write_user(struct dvb_ringbuffer *rbuf,
219 extern ssize_t dvb_ringbuffer_pkt_write(struct dvb_ringbuffer *rbuf, u8 *buf,
239 extern ssize_t dvb_ringbuffer_pkt_read_user(struct dvb_ringbuffer *rbuf,
[all …]
/openbmc/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-debugfs.c124 static ssize_t xgbe_common_read(char __user *buffer, size_t count, in xgbe_common_read()
128 ssize_t len; in xgbe_common_read()
148 static ssize_t xgbe_common_write(const char __user *buffer, size_t count, in xgbe_common_write()
152 ssize_t len; in xgbe_common_write()
174 static ssize_t xgmac_reg_addr_read(struct file *filp, char __user *buffer, in xgmac_reg_addr_read()
182 static ssize_t xgmac_reg_addr_write(struct file *filp, in xgmac_reg_addr_write()
192 static ssize_t xgmac_reg_value_read(struct file *filp, char __user *buffer, in xgmac_reg_value_read()
203 static ssize_t xgmac_reg_value_write(struct file *filp, in xgmac_reg_value_write()
209 ssize_t len; in xgmac_reg_value_write()
234 static ssize_t xpcs_mmd_read(struct file *filp, char __user *buffer, in xpcs_mmd_read()
[all …]
/openbmc/openbmc-tools/pwmtachtool/src/
H A DEINTR_wrappers.h81 ssize_t sigwrap_msgrcv(int msqid, void *msgp, size_t msgsz, long msgtyp, int msgflg);
82 ssize_t sigwrap_send(int sockfd, const void *buf, size_t len, int flags);
83 ssize_t sigwrap_sendto(int sockfd, const void *buf, size_t len, int flags, const struct sockaddr *d…
84 ssize_t sigwrap_sendsendmsg(int sockfd, const struct msghdr *msg, int flags);
86 ssize_t sigwrap_read(int fd, void *buf, size_t count);
96 ssize_t sigwrap_blocking_read(int hFile, void *pData, size_t RdLen);
98 ssize_t sigwrap_readv(int fd, const struct iovec *iov, int iovcnt);
100 ssize_t sigwrap_write(int fd, const void *buf, size_t count);
110 ssize_t sigwrap_blocking_write(int hFile, const void *pData, ssize_t WrtLen);
112 ssize_t sigwrap_writev(int fd, const struct iovec *iov, int iovcnt);
[all …]
H A DEINTR_wrappers.c386 ssize_t sigwrap_msgrcv(int msqid, void *msgp, size_t msgsz, long msgtyp, int msgflg) in sigwrap_msgrcv()
390 ssize_t Result = msgrcv(msqid, msgp, msgsz, msgtyp, msgflg); in sigwrap_msgrcv()
416 ssize_t sigwrap_send(int sockfd, const void *buf, size_t len, int flags) in sigwrap_send()
420 ssize_t Result = send(sockfd, buf, len, flags); in sigwrap_send()
431 ssize_t sigwrap_sendto(int sockfd, const void *buf, size_t len, int flags, const struct sockaddr *d… in sigwrap_sendto()
436 ssize_t Result = sendto(sockfd, buf, len, flags, dest_addr, addrlen); in sigwrap_sendto()
447 ssize_t sigwrap_sendsendmsg(int sockfd, const struct msghdr *msg, int flags) in sigwrap_sendsendmsg()
451 ssize_t Result = sendmsg(sockfd, msg, flags); in sigwrap_sendsendmsg()
479 ssize_t sigwrap_read(int fd, void *buf, size_t count) in sigwrap_read()
483 ssize_t Result = read(fd, buf, count); in sigwrap_read()
[all …]
/openbmc/openbmc-tools/adcapp/src/
H A DEINTR_wrappers.h81 ssize_t sigwrap_msgrcv(int msqid, void *msgp, size_t msgsz, long msgtyp, int msgflg);
82 ssize_t sigwrap_send(int sockfd, const void *buf, size_t len, int flags);
83 ssize_t sigwrap_sendto(int sockfd, const void *buf, size_t len, int flags, const struct sockaddr *d…
84 ssize_t sigwrap_sendsendmsg(int sockfd, const struct msghdr *msg, int flags);
86 ssize_t sigwrap_read(int fd, void *buf, size_t count);
96 ssize_t sigwrap_blocking_read(int hFile, void *pData, size_t RdLen);
98 ssize_t sigwrap_readv(int fd, const struct iovec *iov, int iovcnt);
100 ssize_t sigwrap_write(int fd, const void *buf, size_t count);
110 ssize_t sigwrap_blocking_write(int hFile, const void *pData, ssize_t WrtLen);
112 ssize_t sigwrap_writev(int fd, const struct iovec *iov, int iovcnt);
[all …]
/openbmc/linux/fs/nilfs2/
H A Dsysfs.c23 static ssize_t nilfs_##name##_attr_show(struct kobject *kobj, \
34 static ssize_t nilfs_##name##_attr_store(struct kobject *kobj, \
94 static ssize_t
102 static ssize_t
115 static ssize_t
134 static ssize_t nilfs_snapshot_attr_show(struct kobject *kobj, in nilfs_snapshot_attr_show()
145 static ssize_t nilfs_snapshot_attr_store(struct kobject *kobj, in nilfs_snapshot_attr_store()
217 static ssize_t
240 static ssize_t
263 static ssize_t
[all …]
/openbmc/linux/mm/kasan/
H A Dkasan.h566 void __asan_register_globals(void *globals, ssize_t size);
567 void __asan_unregister_globals(void *globals, ssize_t size);
569 void __asan_alloca_poison(void *, ssize_t size);
570 void __asan_allocas_unpoison(void *stack_top, ssize_t stack_bottom);
582 void __asan_loadN(void *, ssize_t size);
583 void __asan_storeN(void *, ssize_t size);
595 void __asan_loadN_noabort(void *, ssize_t size);
596 void __asan_storeN_noabort(void *, ssize_t size);
608 void __asan_report_load_n_noabort(void *, ssize_t size);
609 void __asan_report_store_n_noabort(void *, ssize_t size);
[all …]
/openbmc/qemu/hw/9pfs/
H A D9p-xattr.h21 ssize_t (*getxattr)(FsContext *ctx, const char *path,
23 ssize_t (*listxattr)(FsContext *ctx, const char *path,
31 ssize_t local_getxattr_nofollow(FsContext *ctx, const char *path,
33 ssize_t local_setxattr_nofollow(FsContext *ctx, const char *path,
36 ssize_t local_removexattr_nofollow(FsContext *ctx, const char *path,
51 ssize_t v9fs_get_xattr(FsContext *ctx, const char *path, const char *name,
53 ssize_t v9fs_list_xattr(FsContext *ctx, const char *path, void *value,
59 ssize_t pt_listxattr(FsContext *ctx, const char *path, char *name, void *value,
61 ssize_t pt_getxattr(FsContext *ctx, const char *path, const char *name,
67 ssize_t notsup_getxattr(FsContext *ctx, const char *path, const char *name,
[all …]
/openbmc/linux/drivers/usb/core/
H A Dsysfs.c26 static ssize_t field##_show(struct device *dev, \
31 ssize_t rc; \
52 static ssize_t bMaxPower_show(struct device *dev, in bMaxPower_show()
57 ssize_t rc; in bMaxPower_show()
71 static ssize_t configuration_show(struct device *dev, in configuration_show()
76 ssize_t rc; in configuration_show()
93 static ssize_t bConfigurationValue_store(struct device *dev, in bConfigurationValue_store()
113 static ssize_t devspec_show(struct device *dev, struct device_attribute *attr, in devspec_show()
125 static ssize_t name##_show(struct device *dev, \
145 static ssize_t speed_show(struct device *dev, struct device_attribute *attr, in speed_show()
[all …]
/openbmc/linux/drivers/s390/net/
H A Dqeth_l3_sys.c30 static ssize_t qeth_l3_dev_route_show(struct qeth_card *card, in qeth_l3_dev_route_show()
58 static ssize_t qeth_l3_dev_route4_show(struct device *dev, in qeth_l3_dev_route4_show()
66 static ssize_t qeth_l3_dev_route_store(struct qeth_card *card, in qeth_l3_dev_route_store()
104 static ssize_t qeth_l3_dev_route4_store(struct device *dev, in qeth_l3_dev_route4_store()
116 static ssize_t qeth_l3_dev_route6_show(struct device *dev, in qeth_l3_dev_route6_show()
124 static ssize_t qeth_l3_dev_route6_store(struct device *dev, in qeth_l3_dev_route6_store()
136 static ssize_t qeth_l3_dev_sniffer_show(struct device *dev, in qeth_l3_dev_sniffer_show()
144 static ssize_t qeth_l3_dev_sniffer_store(struct device *dev, in qeth_l3_dev_sniffer_store()
192 static ssize_t qeth_l3_dev_hsuid_show(struct device *dev, in qeth_l3_dev_hsuid_show()
206 static ssize_t qeth_l3_dev_hsuid_store(struct device *dev, in qeth_l3_dev_hsuid_store()
[all …]
/openbmc/linux/drivers/net/bonding/
H A Dbond_sysfs.c34 static ssize_t bonding_show_bonds(const struct class *cls, in bonding_show_bonds()
78 static ssize_t bonding_store_bonds(const struct class *cls, in bonding_store_bonds()
141 static ssize_t bonding_sysfs_store_option(struct device *d, in bonding_sysfs_store_option()
165 static ssize_t bonding_show_slaves(struct device *d, in bonding_show_slaves()
198 static ssize_t bonding_show_mode(struct device *d, in bonding_show_mode()
211 static ssize_t bonding_show_xmit_hash(struct device *d, in bonding_show_xmit_hash()
226 static ssize_t bonding_show_arp_validate(struct device *d, in bonding_show_arp_validate()
242 static ssize_t bonding_show_arp_all_targets(struct device *d, in bonding_show_arp_all_targets()
258 static ssize_t bonding_show_fail_over_mac(struct device *d, in bonding_show_fail_over_mac()
274 static ssize_t bonding_show_arp_interval(struct device *d, in bonding_show_arp_interval()
[all …]
/openbmc/linux/fs/xfs/
H A Dxfs_sysfs.c19 ssize_t (*show)(struct kobject *kobject, char *buf);
20 ssize_t (*store)(struct kobject *kobject, const char *buf,
39 STATIC ssize_t
50 STATIC ssize_t
81 STATIC ssize_t
104 STATIC ssize_t
113 STATIC ssize_t
134 STATIC ssize_t
143 STATIC ssize_t
164 STATIC ssize_t
[all …]
/openbmc/linux/drivers/rtc/
H A Dsysfs.c24 static ssize_t
32 static ssize_t
35 ssize_t retval; in date_show()
46 static ssize_t
49 ssize_t retval; in time_show()
60 static ssize_t
63 ssize_t retval; in since_epoch_show()
78 static ssize_t
84 static ssize_t
114 static ssize_t
[all …]

12345678910>>...129