Searched refs:count (Results 1 – 11 of 11) sorted by relevance
/misc/ |
A D | pwritev.c | 29 pwritev (int fd, const struct iovec *vector, int count, off_t offset) in pwritev() argument
|
A D | pwritev64.c | 29 pwritev64 (int fd, const struct iovec *vector, int count, off64_t offset) in pwritev64() argument
|
A D | preadv.c | 29 preadv (int fd, const struct iovec *vector, int count, off_t offset) in preadv() argument
|
A D | preadv64.c | 29 preadv64 (int fd, const struct iovec *vector, int count, off64_t offset) in preadv64() argument
|
A D | pwritev2.c | 24 pwritev2 (int fd, const struct iovec *vector, int count, off_t offset, in pwritev2() argument
|
A D | pwritev64v2.c | 24 pwritev64v2 (int fd, const struct iovec *vector, int count, off64_t offset, in pwritev64v2() argument
|
A D | preadv2.c | 24 preadv2 (int fd, const struct iovec *vector, int count, off_t offset, in preadv2() argument
|
A D | preadv64v2.c | 24 preadv64v2 (int fd, const struct iovec *vector, int count, off64_t offset, in preadv64v2() argument
|
A D | readv.c | 28 __readv (int fd, const struct iovec *vector, int count) in __readv() argument
|
A D | writev.c | 28 __writev (int fd, const struct iovec *vector, int count) in __writev() argument
|
A D | hsearch_r.c | 148 unsigned int count; in weak_alias() local 154 count = len; in weak_alias() 155 while (count-- > 0) in weak_alias() 158 hval += item.key[count]; in weak_alias()
|
Completed in 16 milliseconds