Home
last modified time | relevance | path

Searched refs:ssize_t (Results 26 - 50 of 8432) sorted by relevance

12345678910>>...338

/kernel/linux/linux-6.6/sound/oss/dmasound/
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 *frameUse in q40_ct_u8()
[all...]
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_s16b
[all...]
/third_party/nghttp2/src/
H A Dshrpx_router.h41 RNode(const char *s, size_t len, ssize_t index, ssize_t wildcard_index);
56 ssize_t index;
60 ssize_t wildcard_index;
81 ssize_t match(const StringRef &host, const StringRef &path) const;
84 ssize_t match(const StringRef &s) const;
93 ssize_t match_prefix(size_t *nread, const RNode **last_node,
96 void add_node(RNode *node, const char *pattern, size_t patlen, ssize_t index,
97 ssize_t wildcard_index);
/kernel/linux/linux-5.10/sound/oss/dmasound/
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_s16b
[all...]
/kernel/linux/linux-6.6/drivers/xen/
H A Dsys-hypervisor.c32 ssize_t (*show)(struct hyp_sysfs_attr *, char *);
33 ssize_t (*store)(struct hyp_sysfs_attr *, const char *, size_t);
40 static ssize_t type_show(struct hyp_sysfs_attr *attr, char *buffer) in type_show()
52 static ssize_t guest_type_show(struct hyp_sysfs_attr *attr, char *buffer) in guest_type_show()
82 static ssize_t major_show(struct hyp_sysfs_attr *attr, char *buffer) in major_show()
92 static ssize_t minor_show(struct hyp_sysfs_attr *attr, char *buffer) in minor_show()
102 static ssize_t extra_show(struct hyp_sysfs_attr *attr, char *buffer) in extra_show()
139 static ssize_t uuid_show_fallback(struct hyp_sysfs_attr *attr, char *buffer) in uuid_show_fallback()
160 static ssize_t uuid_show(struct hyp_sysfs_attr *attr, char *buffer) in uuid_show()
180 static ssize_t compiler_sho
[all...]
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Duio.h26 ssize_t vfs_readv(int fd, const struct iovec *iov, int iovcnt, off_t *offset);
27 ssize_t vfs_writev(int fd, const struct iovec *iov, int iovcnt, off_t *offset);
29 ssize_t readv (int, const struct iovec *, int);
30 ssize_t writev (int, const struct iovec *, int);
33 ssize_t preadv (int, const struct iovec *, int, off_t);
34 ssize_t pwritev (int, const struct iovec *, int, off_t);
42 ssize_t process_vm_writev(pid_t, const struct iovec *, unsigned long, const struct iovec *, unsigned long, unsigned long);
43 ssize_t process_vm_readv(pid_t, const struct iovec *, unsigned long, const struct iovec *, unsigned long, unsigned long);
/third_party/musl/include/sys/
H A Duio.h26 ssize_t readv (int, const struct iovec *, int);
27 ssize_t writev (int, const struct iovec *, int);
30 ssize_t preadv (int, const struct iovec *, int, off_t);
31 ssize_t pwritev (int, const struct iovec *, int, off_t);
40 ssize_t process_vm_writev(pid_t, const struct iovec *, unsigned long, const struct iovec *, unsigned long, unsigned long);
41 ssize_t process_vm_readv(pid_t, const struct iovec *, unsigned long, const struct iovec *, unsigned long, unsigned long);
42 ssize_t preadv2 (int, const struct iovec *, int, off_t, int);
43 ssize_t pwritev2 (int, const struct iovec *, int, off_t, int);
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/
H A Ddebugfs.c25 static ssize_t write_file_dummy(struct file *file, const char __user *buf, in write_file_dummy()
33 static ssize_t lbs_dev_info(struct file *file, char __user *userbuf, in lbs_dev_info()
40 ssize_t res; in lbs_dev_info()
55 static ssize_t lbs_sleepparams_write(struct file *file, in lbs_sleepparams_write()
60 ssize_t ret; in lbs_sleepparams_write()
92 static ssize_t lbs_sleepparams_read(struct file *file, char __user *userbuf, in lbs_sleepparams_read()
96 ssize_t ret; in lbs_sleepparams_read()
120 static ssize_t lbs_host_sleep_write(struct file *file, in lbs_host_sleep_write()
125 ssize_t ret; in lbs_host_sleep_write()
162 static ssize_t lbs_host_sleep_rea
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/
H A Ddebugfs.c25 static ssize_t write_file_dummy(struct file *file, const char __user *buf, in write_file_dummy()
33 static ssize_t lbs_dev_info(struct file *file, char __user *userbuf, in lbs_dev_info()
40 ssize_t res; in lbs_dev_info()
55 static ssize_t lbs_sleepparams_write(struct file *file, in lbs_sleepparams_write()
60 ssize_t ret; in lbs_sleepparams_write()
92 static ssize_t lbs_sleepparams_read(struct file *file, char __user *userbuf, in lbs_sleepparams_read()
96 ssize_t ret; in lbs_sleepparams_read()
120 static ssize_t lbs_host_sleep_write(struct file *file, in lbs_host_sleep_write()
125 ssize_t ret; in lbs_host_sleep_write()
162 static ssize_t lbs_host_sleep_rea
[all...]
/kernel/linux/linux-5.10/fs/gfs2/
H A Dsys.c32 ssize_t (*show)(struct gfs2_sbd *, char *);
33 ssize_t (*store)(struct gfs2_sbd *, const char *, size_t);
36 static ssize_t gfs2_attr_show(struct kobject *kobj, struct attribute *attr, in gfs2_attr_show()
44 static ssize_t gfs2_attr_store(struct kobject *kobj, struct attribute *attr, in gfs2_attr_store()
60 static ssize_t id_show(struct gfs2_sbd *sdp, char *buf) in id_show()
66 static ssize_t fsname_show(struct gfs2_sbd *sdp, char *buf) in fsname_show()
71 static ssize_t uuid_show(struct gfs2_sbd *sdp, char *buf) in uuid_show()
81 static ssize_t freeze_show(struct gfs2_sbd *sdp, char *buf) in freeze_show()
89 static ssize_t freeze_store(struct gfs2_sbd *sdp, const char *buf, size_t len) in freeze_store()
119 static ssize_t withdraw_sho
[all...]
/kernel/linux/linux-5.10/drivers/xen/
H A Dsys-hypervisor.c33 ssize_t (*show)(struct hyp_sysfs_attr *, char *);
34 ssize_t (*store)(struct hyp_sysfs_attr *, const char *, size_t);
38 static ssize_t type_show(struct hyp_sysfs_attr *attr, char *buffer) in type_show()
50 static ssize_t guest_type_show(struct hyp_sysfs_attr *attr, char *buffer) in guest_type_show()
80 static ssize_t major_show(struct hyp_sysfs_attr *attr, char *buffer) in major_show()
90 static ssize_t minor_show(struct hyp_sysfs_attr *attr, char *buffer) in minor_show()
100 static ssize_t extra_show(struct hyp_sysfs_attr *attr, char *buffer) in extra_show()
137 static ssize_t uuid_show_fallback(struct hyp_sysfs_attr *attr, char *buffer) in uuid_show_fallback()
158 static ssize_t uuid_show(struct hyp_sysfs_attr *attr, char *buffer) in uuid_show()
178 static ssize_t compiler_sho
[all...]
/kernel/liteos_a/fs/proc/os_adapt/
H A Dplimits_proc.c65 static ssize_t PidMigrateFromProcLimiterSet(struct ProcFile *pf, const CHAR *buf, size_t count, loff_t *ppos);
66 static ssize_t PidLimitReadPidLimit(struct SeqBuf *seqBuf, VOID *data);
67 static ssize_t PidLimitReadPriorityLimit(struct SeqBuf *seqBuf, VOID *data);
68 static ssize_t PriorityLimitVariableWrite(struct ProcFile *pf, const CHAR *buf, size_t count, loff_t *ppos);
69 static ssize_t PidsMaxVariableWrite(struct ProcFile *pf, const CHAR *buf, size_t count, loff_t *ppos);
70 static ssize_t ProcLimitsShowLimiters(struct SeqBuf *seqBuf, VOID *data);
74 static ssize_t MemLimitReadLimit(struct SeqBuf *seqBuf, VOID *data);
75 static ssize_t MemLimitWriteLimit(struct ProcFile *pf, const CHAR *buf, size_t count, loff_t *ppos);
76 static ssize_t MemLimitStatShow(struct SeqBuf *seqBuf, VOID *data);
79 static ssize_t IPCLimitReadMqLimi
[all...]
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-etm3x-sysfs.c13 static ssize_t nr_addr_cmp_show(struct device *dev, in nr_addr_cmp_show()
24 static ssize_t nr_cntr_show(struct device *dev, in nr_cntr_show()
34 static ssize_t nr_ctxid_cmp_show(struct device *dev, in nr_ctxid_cmp_show()
45 static ssize_t etmsr_show(struct device *dev, in etmsr_show()
65 static ssize_t reset_store(struct device *dev, in reset_store()
95 static ssize_t mode_show(struct device *dev, in mode_show()
106 static ssize_t mode_store(struct device *dev, in mode_store()
180 static ssize_t trigger_event_show(struct device *dev, in trigger_event_show()
191 static ssize_t trigger_event_store(struct device *dev, in trigger_event_store()
210 static ssize_t enable_event_sho
[all...]
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-etm3x-sysfs.c13 static ssize_t nr_addr_cmp_show(struct device *dev, in nr_addr_cmp_show()
24 static ssize_t nr_cntr_show(struct device *dev, in nr_cntr_show()
34 static ssize_t nr_ctxid_cmp_show(struct device *dev, in nr_ctxid_cmp_show()
45 static ssize_t etmsr_show(struct device *dev, in etmsr_show()
65 static ssize_t reset_store(struct device *dev, in reset_store()
96 static ssize_t mode_show(struct device *dev, in mode_show()
107 static ssize_t mode_store(struct device *dev, in mode_store()
181 static ssize_t trigger_event_show(struct device *dev, in trigger_event_show()
192 static ssize_t trigger_event_store(struct device *dev, in trigger_event_store()
211 static ssize_t enable_event_sho
[all...]
/kernel/linux/linux-6.6/mm/damon/
H A Ddbgfs.c37 ssize_t ret; in user_input_str()
57 static ssize_t dbgfs_attrs_read(struct file *file, in dbgfs_attrs_read()
74 static ssize_t dbgfs_attrs_write(struct file *file, in dbgfs_attrs_write()
80 ssize_t ret; in dbgfs_attrs_write()
136 static ssize_t sprint_schemes(struct damon_ctx *c, char *buf, ssize_t len) in sprint_schemes()
170 static ssize_t dbgfs_schemes_read(struct file *file, char __user *buf, in dbgfs_schemes_read()
175 ssize_t len; in dbgfs_schemes_read()
193 static void free_schemes_arr(struct damos **schemes, ssize_t nr_schemes) in free_schemes_arr()
195 ssize_t in free_schemes_arr()
[all...]
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_sysfs.c18 ssize_t (*show)(struct kobject *kobject, char *buf);
19 ssize_t (*store)(struct kobject *kobject, const char *buf,
38 STATIC ssize_t
49 STATIC ssize_t
79 STATIC ssize_t
102 STATIC ssize_t
111 STATIC ssize_t
132 STATIC ssize_t
141 STATIC ssize_t
162 STATIC ssize_t
[all...]
/kernel/linux/linux-5.10/drivers/rtc/
H A Dsysfs.c23 static ssize_t
31 static ssize_t
34 ssize_t retval; in date_show()
45 static ssize_t
48 ssize_t retval; in time_show()
59 static ssize_t
62 ssize_t retval; in since_epoch_show()
77 static ssize_t
83 static ssize_t
113 static ssize_t
[all...]
/kernel/linux/linux-6.6/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...]
/kernel/linux/linux-6.6/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_sho
[all...]
/kernel/linux/linux-5.10/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_rea
[all...]
/kernel/linux/linux-6.6/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_rea
[all...]
/kernel/linux/linux-5.10/kernel/power/
H A Dmain.c100 static ssize_t pm_async_show(struct kobject *kobj, struct kobj_attribute *attr, in pm_async_show()
106 static ssize_t pm_async_store(struct kobject *kobj, struct kobj_attribute *attr, in pm_async_store()
124 static ssize_t mem_sleep_show(struct kobject *kobj, struct kobj_attribute *attr, in mem_sleep_show()
166 static ssize_t mem_sleep_store(struct kobject *kobj, struct kobj_attribute *attr, in mem_sleep_store()
202 static ssize_t sync_on_suspend_show(struct kobject *kobj, in sync_on_suspend_show()
208 static ssize_t sync_on_suspend_store(struct kobject *kobj, in sync_on_suspend_store()
239 static ssize_t pm_test_show(struct kobject *kobj, struct kobj_attribute *attr, in pm_test_show()
260 static ssize_t pm_test_store(struct kobject *kobj, struct kobj_attribute *attr, in pm_test_store()
311 static ssize_t _name##_show(struct kobject *kobj, \
329 static ssize_t last_failed_dev_sho
[all...]
/kernel/linux/linux-6.6/kernel/power/
H A Dmain.c144 static ssize_t pm_async_show(struct kobject *kobj, struct kobj_attribute *attr, in pm_async_show()
150 static ssize_t pm_async_store(struct kobject *kobj, struct kobj_attribute *attr, in pm_async_store()
168 static ssize_t mem_sleep_show(struct kobject *kobj, struct kobj_attribute *attr, in mem_sleep_show()
213 static ssize_t mem_sleep_store(struct kobject *kobj, struct kobj_attribute *attr, in mem_sleep_store()
249 static ssize_t sync_on_suspend_show(struct kobject *kobj, in sync_on_suspend_show()
255 static ssize_t sync_on_suspend_store(struct kobject *kobj, in sync_on_suspend_store()
286 static ssize_t pm_test_show(struct kobject *kobj, struct kobj_attribute *attr, in pm_test_show()
307 static ssize_t pm_test_store(struct kobject *kobj, struct kobj_attribute *attr, in pm_test_store()
359 static ssize_t _name##_show(struct kobject *kobj, \
380 static ssize_t last_failed_dev_sho
[all...]
/kernel/linux/linux-5.10/drivers/usb/core/
H A Dsysfs.c25 static ssize_t field##_show(struct device *dev, \
30 ssize_t rc; \
51 static ssize_t bMaxPower_show(struct device *dev, in bMaxPower_show()
56 ssize_t rc; in bMaxPower_show()
70 static ssize_t configuration_show(struct device *dev, in configuration_show()
75 ssize_t rc; in configuration_show()
92 static ssize_t bConfigurationValue_store(struct device *dev, in bConfigurationValue_store()
112 static ssize_t devspec_show(struct device *dev, struct device_attribute *attr, in devspec_show()
124 static ssize_t name##_show(struct device *dev, \
144 static ssize_t speed_sho
[all...]
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/
H A Dcbe_thermal.c88 static ssize_t spu_show_temp(struct device *dev, struct device_attribute *attr, in spu_show_temp()
101 static ssize_t show_throttle(struct cbe_pmd_regs __iomem *pmd_regs, char *buf, int pos) in show_throttle()
113 static ssize_t store_throttle(struct cbe_pmd_regs __iomem *pmd_regs, const char *buf, size_t size, int pos) in store_throttle()
138 static ssize_t spu_show_throttle_end(struct device *dev, in spu_show_throttle_end()
144 static ssize_t spu_show_throttle_begin(struct device *dev, in spu_show_throttle_begin()
150 static ssize_t spu_show_throttle_full_stop(struct device *dev, in spu_show_throttle_full_stop()
156 static ssize_t spu_store_throttle_end(struct device *dev, in spu_store_throttle_end()
162 static ssize_t spu_store_throttle_begin(struct device *dev, in spu_store_throttle_begin()
168 static ssize_t spu_store_throttle_full_stop(struct device *dev, in spu_store_throttle_full_stop()
174 static ssize_t ppe_show_tem
[all...]

Completed in 19 milliseconds

12345678910>>...338