Searched refs:fssh_size_t (Results 1 - 25 of 36) sorted by last modified time

12

/haiku/src/tools/fs_shell/
H A Dvfs.cpp192 void *buffer, fssh_size_t *);
194 const void *buffer, fssh_size_t *);
200 struct fssh_dirent *buffer, fssh_size_t bufferSize,
203 struct fssh_dirent *buffer, fssh_size_t bufferSize,
209 struct fssh_dirent *buffer, fssh_size_t bufferSize,
215 void *buffer, fssh_size_t *);
217 const void *buffer, fssh_size_t *);
227 struct fssh_dirent *buffer, fssh_size_t bufferSize,
233 struct fssh_dirent *buffer, fssh_size_t bufferSize,
240 fssh_size_t le
[all...]
H A Dfssh.cpp401 fssh_size_t size = sizeof(buffer) - 1;
H A Dcommand_cp.cpp707 fssh_size_t bufferSize = _bufferSize;
H A Dfuse.cpp163 fssh_size_t n_size = size - 1;
H A Dfile_cache.cpp61 fssh_size_t bufferSize);
84 int32_t pageOffset, fssh_addr_t buffer, fssh_size_t bufferSize)
103 int32_t pageOffset, fssh_addr_t buffer, fssh_size_t bufferSize)
123 fssh_size_t bytesLeft, fssh_off_t &lastOffset,
124 fssh_addr_t &lastBuffer, int32_t &lastPageOffset, fssh_size_t &lastLeft)
129 fssh_size_t requestSize = buffer - lastBuffer;
146 fssh_size_t *_size, bool doWrite)
164 fssh_size_t size = *_size;
189 fssh_size_t bytesLeft = size, lastLeft = size;
198 fssh_size_t bytesInPag
[all...]
H A Dfd.cpp469 _kern_read(int fd, fssh_off_t pos, void *buffer, fssh_size_t length)
504 _kern_readv(int fd, fssh_off_t pos, const fssh_iovec *vecs, fssh_size_t count)
524 fssh_size_t length = vecs[i].iov_len;
548 _kern_write(int fd, fssh_off_t pos, const void *buffer, fssh_size_t length)
583 _kern_writev(int fd, fssh_off_t pos, const fssh_iovec *vecs, fssh_size_t count)
603 fssh_size_t length = vecs[i].iov_len;
646 _kern_ioctl(int fd, uint32_t op, void *buffer, fssh_size_t length)
668 _kern_read_dir(int fd, struct fssh_dirent *buffer, fssh_size_t bufferSize, uint32_t maxCount)
H A Dblock_cache.cpp107 fssh_size_t block_size;
120 fssh_size_t blockSize, bool readOnly);
471 block_cache::block_cache(int _fd, fssh_off_t numBlocks, fssh_size_t blockSize,
1520 fssh_block_cache_create(int fd, fssh_off_t numBlocks, fssh_size_t blockSize, bool readOnly)
1565 fssh_size_t numBlocks)
1600 fssh_size_t numBlocks)
H A Dunistd.cpp371 fssh_read(int fd, void *buffer, fssh_size_t count)
389 fssh_read_pos(int fd, fssh_off_t pos, void *buffer, fssh_size_t count)
402 fssh_write(int fd, const void *buffer, fssh_size_t count)
420 fssh_write_pos(int fd, fssh_off_t pos, const void *buffer, fssh_size_t count)
H A Duio.cpp59 fssh_size_t length = 0;
78 fssh_size_t length = 0;
98 fssh_size_t length = 0;
117 fssh_size_t length = 0;
H A Ddriver_settings.cpp438 fssh_size_t length, reserved, quotes;
487 fssh_size_t length;
H A Dkernel_export.cpp32 fssh_user_memcpy(void *dest, const void *source, fssh_size_t length)
H A Dstdio.cpp27 fssh_snprintf(char *string, fssh_size_t size, char const *format, ...)
48 fssh_vsnprintf(char *string, fssh_size_t size, char const *format, va_list ap)
H A Dstring.cpp15 fssh_memchr(const void *source, int value, fssh_size_t length)
22 fssh_memcmp(const void *buffer1, const void *buffer2, fssh_size_t length)
29 fssh_memcpy(void *dest, const void *source, fssh_size_t length)
37 fssh_memccpy(void *dest, const void *source, int stopByte, fssh_size_t length)
45 fssh_memmove(void *dest, const void *source, fssh_size_t length)
52 fssh_memset(void *dest, int value, fssh_size_t length)
66 fssh_strncpy(char *dest, const char *source, fssh_size_t length)
80 fssh_strncat(char *dest, const char *source, fssh_size_t length)
86 fssh_size_t
101 fssh_strncmp(const char *string1, const char *string2, fssh_size_t lengt
[all...]
H A DKPath.cpp21 KPath::KPath(fssh_size_t bufferSize)
32 KPath::KPath(const char* path, bool normalize, fssh_size_t bufferSize)
61 KPath::SetTo(const char* path, bool normalize, fssh_size_t bufferSize)
113 fssh_size_t length = fssh_strlen(path);
217 fssh_size_t componentLength = fssh_strlen(component);
225 fssh_size_t resultPathLength = fPathLength + componentLength + (insertSlash ? 1 : 0);
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1529 #define size_t fssh_size_t
H A Dfssh_fs_interface.h95 fssh_size_t bufferSize, uint32_t *_num);
113 struct fssh_dirent *buffer, fssh_size_t bufferSize,
130 fssh_fs_vnode *vnode, char *buffer, fssh_size_t bufferSize);
142 fssh_size_t count, fssh_size_t *_numBytes);
145 fssh_size_t count, fssh_size_t *_numBytes);
155 fssh_off_t offset, fssh_size_t size,
156 struct fssh_file_io_vec *vecs, fssh_size_t *_count);
161 fssh_size_t lengt
[all...]
H A Dfssh_driver_settings.h33 char *buffer, fssh_size_t *_bufferSize, bool flat);
H A Dfssh_uio.h14 fssh_size_t iov_len;
H A Dfssh_fs_cache.h71 fssh_size_t blockSize, bool readOnly);
74 fssh_off_t blockNumber, fssh_size_t numBlocks);
76 fssh_off_t blockNumber, fssh_size_t numBlocks);
111 fssh_size_t *_size);
114 fssh_size_t *_size);
125 fssh_size_t size, struct fssh_file_io_vec *vecs,
126 fssh_size_t *_count, fssh_size_t align);
H A Dfssh_time.h77 extern fssh_size_t fssh_strftime(char *buffer, fssh_size_t maxSize,
H A Dfssh_stat.h22 fssh_size_t fssh_st_blksize; /* preferred block size for i/o */
H A Dfssh_os.h79 struct fssh_sem_info *info, fssh_size_t infoSize);
82 fssh_size_t infoSize);
171 fssh_size_t bufferSize);
173 fssh_size_t bufferSize);
183 fssh_thread_info *info, fssh_size_t size);
186 fssh_size_t size);
H A Dfssh_fs_query.h37 char *buf, fssh_size_t len);
H A Dfssh_fs_attr.h25 fssh_size_t readBytes);
28 fssh_size_t readBytes);
H A Dfssh_drivers.h21 void *data, fssh_size_t len);
24 fssh_size_t *numBytes);
27 fssh_size_t *numBytes);
34 fssh_size_t count, fssh_size_t *_numBytes);
37 fssh_size_t count, fssh_size_t *_numBytes);

Completed in 137 milliseconds

12