Lines Matching defs:count
147 const char *buf, size_t count)
161 return count;
166 char *buf, loff_t pos, size_t count)
171 ret = memory_read_from_buffer(buf, count, &pos, smi_buf.virt,
179 char *buf, loff_t pos, size_t count)
183 if ((pos + count) > max_smi_data_buf_size)
188 ret = smi_data_buf_realloc(pos + count);
192 memcpy(smi_buf.virt + pos, buf, count);
193 ret = count;
208 const char *buf, size_t count)
220 return count;
232 const char *buf, size_t count)
235 return count;
247 const char *buf, size_t count)
250 return count;
315 const char *buf, size_t count)
334 ret = count;
353 ret = count;
357 ret = count;