Home
last modified time | relevance | path

Searched refs:fssh_size_t (Results 1 – 25 of 36) sorted by relevance

12

/haiku/headers/private/fs_shell/
H A Dfssh_string.h18 extern void *fssh_memchr(const void *source, int value, fssh_size_t length);
20 fssh_size_t length);
22 fssh_size_t length);
24 fssh_size_t length);
26 fssh_size_t length);
27 extern void *fssh_memset(void *dest, int value, fssh_size_t length);
32 fssh_size_t length);
35 fssh_size_t length);
37 extern fssh_size_t fssh_strlen(const char *string);
40 fssh_size_t length);
[all …]
H A DKPath.h17 KPath(fssh_size_t bufferSize = FSSH_B_PATH_NAME_LENGTH);
19 fssh_size_t bufferSize = FSSH_B_PATH_NAME_LENGTH);
24 fssh_size_t bufferSize = FSSH_B_PATH_NAME_LENGTH);
30 fssh_size_t Length() const { return fPathLength; } in Length()
32 fssh_size_t BufferSize() const { return fBufferSize; } in BufferSize()
53 fssh_size_t fBufferSize;
54 fssh_size_t fPathLength;
H A Dfssh_unistd.h44 extern char *fssh_getcwd(char *buffer, fssh_size_t size);
54 fssh_size_t bufferSize);
61 extern fssh_ssize_t fssh_read(int fd, void *buffer, fssh_size_t count);
63 fssh_size_t count);
64 extern fssh_ssize_t fssh_pread(int fd, void *buffer, fssh_size_t count,
66 extern fssh_ssize_t fssh_write(int fd, const void *buffer, fssh_size_t count);
68 fssh_size_t count);
69 extern fssh_ssize_t fssh_pwrite(int fd, const void *buffer, fssh_size_t count,
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 length);
171 char *buffer, fssh_size_t *_bufferSize);
203 fssh_size_t *length);
[all …]
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);
96 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_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);
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_stdio.h26 extern int fssh_snprintf(char *string, fssh_size_t size,
30 extern int fssh_vsnprintf(char *string, fssh_size_t size,
H A Dfssh_fs_attr.h25 fssh_size_t readBytes);
28 fssh_size_t readBytes);
H A Dfssh_time.h77 extern fssh_size_t fssh_strftime(char *buffer, fssh_size_t maxSize,
H A Dfssh_uio.h14 fssh_size_t iov_len;
H A Dfssh_fs_query.h37 char *buf, fssh_size_t len);
H A Dfssh_driver_settings.h33 char *buffer, fssh_size_t *_bufferSize, bool flat);
/haiku/src/tools/fs_shell/
H A Dstring.cpp15 fssh_memchr(const void *source, int value, fssh_size_t length) in fssh_memchr()
22 fssh_memcmp(const void *buffer1, const void *buffer2, fssh_size_t length) in fssh_memcmp()
29 fssh_memcpy(void *dest, const void *source, fssh_size_t length) in fssh_memcpy()
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) in fssh_memmove()
52 fssh_memset(void *dest, int value, fssh_size_t length) in fssh_memset()
66 fssh_strncpy(char *dest, const char *source, fssh_size_t length) in fssh_strncpy()
80 fssh_strncat(char *dest, const char *source, fssh_size_t length) in fssh_strncat()
86 fssh_size_t
101 fssh_strncmp(const char *string1, const char *string2, fssh_size_t length) in fssh_strncmp()
[all …]
H A Dsyscalls.h21 fssh_size_t argsLength);
29 const char *leaf, char *userPath, fssh_size_t pathLength);
46 fssh_size_t *_bufferSize);
55 struct fssh_stat *stat, fssh_size_t statSize);
58 fssh_size_t statSize, int statMask);
72 fssh_status_t _kern_getcwd(char *buffer, fssh_size_t size);
80 fssh_size_t queryLength, uint32_t flags, fssh_port_id port,
85 fssh_size_t length);
87 fssh_size_t count);
89 fssh_size_t length);
[all …]
H A Dvfs.h79 const fssh_iovec *vecs, fssh_size_t count,
80 fssh_size_t *_numBytes);
82 fssh_off_t pos, const fssh_iovec *vecs, fssh_size_t count,
83 fssh_size_t *_numBytes);
85 fssh_size_t size, fssh_file_io_vec *vecs,
86 fssh_size_t *_count);
91 fssh_size_t nameSize);
101 fssh_size_t bufferSize);
105 fssh_size_t bufferSize, bool kernel);
H A Dfile_cache.cpp61 fssh_size_t bufferSize);
84 int32_t pageOffset, fssh_addr_t buffer, fssh_size_t bufferSize) in read_from_file()
103 int32_t pageOffset, fssh_addr_t buffer, fssh_size_t bufferSize) in write_to_file()
123 fssh_size_t bytesLeft, fssh_off_t &lastOffset, in satisfy_cache_io()
124 fssh_addr_t &lastBuffer, int32_t &lastPageOffset, fssh_size_t &lastLeft) in satisfy_cache_io()
129 fssh_size_t requestSize = buffer - lastBuffer; in satisfy_cache_io()
146 fssh_size_t *_size, bool doWrite) in cache_io()
164 fssh_size_t size = *_size; in cache_io()
189 fssh_size_t bytesLeft = size, lastLeft = size; in cache_io()
198 fssh_size_t bytesInPage = fssh_min_c( in cache_io()
[all …]
H A DKPath.cpp21 KPath::KPath(fssh_size_t bufferSize) in KPath()
32 KPath::KPath(const char* path, bool normalize, fssh_size_t bufferSize) in KPath()
61 KPath::SetTo(const char* path, bool normalize, fssh_size_t bufferSize) in SetTo()
113 fssh_size_t length = fssh_strlen(path); in SetPath()
217 fssh_size_t componentLength = fssh_strlen(component); in Append()
225 fssh_size_t resultPathLength = fPathLength + componentLength + (insertSlash ? 1 : 0); in Append()
H A Dfd.h24 void *buffer, fssh_size_t *length);
26 const void *buffer, fssh_size_t *length);
30 void *buffer, fssh_size_t length);
36 struct fssh_dirent *buffer, fssh_size_t bufferSize,
H A Duio.cpp59 fssh_size_t length = 0; in fssh_readv()
78 fssh_size_t length = 0; in fssh_readv_pos()
98 fssh_size_t length = 0; in fssh_writev()
117 fssh_size_t length = 0; in fssh_writev_pos()
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 len);
[all …]
H A Dstdio.cpp27 fssh_snprintf(char *string, fssh_size_t size, char const *format, ...) in fssh_snprintf()
48 fssh_vsnprintf(char *string, fssh_size_t size, char const *format, va_list ap) in fssh_vsnprintf()
H A Dfd.cpp469 _kern_read(int fd, fssh_off_t pos, void *buffer, fssh_size_t length) in _kern_read()
504 _kern_readv(int fd, fssh_off_t pos, const fssh_iovec *vecs, fssh_size_t count) in _kern_readv()
524 fssh_size_t length = vecs[i].iov_len; in _kern_readv()
548 _kern_write(int fd, fssh_off_t pos, const void *buffer, fssh_size_t length) in _kern_write()
583 _kern_writev(int fd, fssh_off_t pos, const fssh_iovec *vecs, fssh_size_t count) in _kern_writev()
603 fssh_size_t length = vecs[i].iov_len; in _kern_writev()
646 _kern_ioctl(int fd, uint32_t op, void *buffer, fssh_size_t length) in _kern_ioctl()
668 _kern_read_dir(int fd, struct fssh_dirent *buffer, fssh_size_t bufferSize, uint32_t maxCount) in _kern_read_dir()
H A Dsem.cpp91 fssh_size_t infoSize) in _fssh_get_sem_info()
106 struct fssh_sem_info *info, fssh_size_t infoSize) in _fssh_get_next_sem_info()
H A Dunistd.cpp371 fssh_read(int fd, void *buffer, fssh_size_t count) in fssh_read()
389 fssh_read_pos(int fd, fssh_off_t pos, void *buffer, fssh_size_t count) in fssh_read_pos()
402 fssh_write(int fd, const void *buffer, fssh_size_t count) in fssh_write()
420 fssh_write_pos(int fd, fssh_off_t pos, const void *buffer, fssh_size_t count) in fssh_write_pos()

12