| /f-stack/freebsd/crypto/skein/ |
| H A D | skein_freebsd.h | 77 char *SKEIN256_FdChunk(int, char *, off_t, off_t); 78 char *SKEIN512_FdChunk(int, char *, off_t, off_t); 79 char *SKEIN1024_FdChunk(int, char *, off_t, off_t); 83 char *SKEIN256_FileChunk(const char *, char *, off_t, off_t); 84 char *SKEIN512_FileChunk(const char *, char *, off_t, off_t); 85 char *SKEIN1024_FileChunk(const char *, char *, off_t, off_t);
|
| /f-stack/freebsd/sys/ |
| H A D | rangelock.h | 75 off_t start, off_t end, struct mtx *ilk); 76 void *rangelock_rlock(struct rangelock *lock, off_t start, off_t end, 78 void *rangelock_tryrlock(struct rangelock *lock, off_t start, off_t end, 80 void *rangelock_wlock(struct rangelock *lock, off_t start, off_t end, 82 void *rangelock_trywlock(struct rangelock *lock, off_t start, off_t end,
|
| H A D | fcntl.h | 58 typedef __off_t off_t; typedef 295 off_t l_start; /* starting offset */ 296 off_t l_len; /* len = 0 means until end of file */ 309 off_t l_start; /* starting offset */ 310 off_t l_len; /* len = 0 means until end of file */ 358 int posix_fadvise(int, off_t, off_t, int); 359 int posix_fallocate(int, off_t, off_t);
|
| H A D | uio.h | 49 typedef __off_t off_t; typedef 58 off_t uio_offset; /* offset in target object */ 90 int physcopyin_vlist(struct bus_dma_segment *src, off_t offset, 93 off_t offset, size_t len); 99 int uiomove_object(struct vm_object *obj, off_t obj_size, struct uio *uio); 107 ssize_t preadv(int, const struct iovec *, int, off_t); 108 ssize_t pwritev(int, const struct iovec *, int, off_t);
|
| H A D | file.h | 88 off_t foffset_lock(struct file *fp, int flags); 93 static inline off_t 118 struct uio *trl_uio, off_t offset, size_t nbytes, 119 off_t *sent, int flags, struct thread *td); 130 typedef int fo_fallocate_t(struct file *fp, off_t offset, off_t len, 175 off_t fa_start; /* (f) Region start. */ 176 off_t fa_end; /* (f) Region end. */ 204 off_t f_offset; 230 off_t xf_offset; /* file offset */ 405 struct uio *trl_uio, off_t offset, size_t nbytes, off_t *sent, int flags, in fo_sendfile() [all …]
|
| H A D | md5.h | 53 char * MD5FdChunk(int, char *, off_t, off_t); 55 char * MD5FileChunk(const char *, char *, off_t, off_t);
|
| H A D | disk.h | 41 #define DIOCGMEDIASIZE _IOR('d', 129, off_t) /* Get media size in bytes */ 72 #define DIOCGDELETE _IOW('d', 136, off_t[2]) /* Delete data */ 105 #define DIOCGSTRIPESIZE _IOR('d', 139, off_t) /* Get stripe size in bytes */ 111 #define DIOCGSTRIPEOFFSET _IOR('d', 140, off_t) /* Get stripe offset in bytes */ 130 off_t off;
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | sha512t.h | 124 char *SHA512_224_FdChunk(int, char *, off_t, off_t); 126 char *SHA512_224_FileChunk(const char *, char *, off_t, off_t); 136 char *SHA512_256_FdChunk(int, char *, off_t, off_t); 138 char *SHA512_256_FileChunk(const char *, char *, off_t, off_t);
|
| H A D | sha224.h | 90 char *SHA224_FdChunk(int, char *, off_t, off_t); 92 char *SHA224_FileChunk(const char *, char *, off_t, off_t);
|
| H A D | sha384.h | 89 char *SHA384_FdChunk(int, char *, off_t, off_t); 91 char *SHA384_FileChunk(const char *, char *, off_t, off_t);
|
| H A D | sha256.h | 93 char *SHA256_FdChunk(int, char *, off_t, off_t); 95 char *SHA256_FileChunk(const char *, char *, off_t, off_t);
|
| H A D | sha512.h | 94 char *SHA512_FdChunk(int, char *, off_t, off_t); 96 char *SHA512_FileChunk(const char *, char *, off_t, off_t);
|
| /f-stack/freebsd/crypto/sha2/ |
| H A D | sha512t.h | 124 char *SHA512_224_FdChunk(int, char *, off_t, off_t); 126 char *SHA512_224_FileChunk(const char *, char *, off_t, off_t); 136 char *SHA512_256_FdChunk(int, char *, off_t, off_t); 138 char *SHA512_256_FileChunk(const char *, char *, off_t, off_t);
|
| H A D | sha224.h | 90 char *SHA224_FdChunk(int, char *, off_t, off_t); 92 char *SHA224_FileChunk(const char *, char *, off_t, off_t);
|
| H A D | sha384.h | 89 char *SHA384_FdChunk(int, char *, off_t, off_t); 91 char *SHA384_FileChunk(const char *, char *, off_t, off_t);
|
| H A D | sha256.h | 93 char *SHA256_FdChunk(int, char *, off_t, off_t); 95 char *SHA256_FileChunk(const char *, char *, off_t, off_t);
|
| H A D | sha512.h | 92 char *SHA512_FdChunk(int, char *, off_t, off_t); 94 char *SHA512_FileChunk(const char *, char *, off_t, off_t);
|
| /f-stack/dpdk/drivers/bus/pci/linux/ |
| H A D | pci_init.h | 36 void *buf, size_t len, off_t offs); 38 const void *buf, size_t len, off_t offs); 43 void *data, size_t len, off_t offset); 45 const void *data, size_t len, off_t offset); 70 void *buf, size_t len, off_t offs); 72 const void *buf, size_t len, off_t offs); 77 void *data, size_t len, off_t offset); 79 const void *data, size_t len, off_t offset);
|
| /f-stack/freebsd/kern/ |
| H A D | kern_rangelock.c | 44 off_t rl_q_start, rl_q_end; 192 rangelock_unlock_range(struct rangelock *lock, void *cookie, off_t start, in rangelock_unlock_range() 193 off_t end, struct mtx *ilk) in rangelock_unlock_range() 220 rangelock_enqueue(struct rangelock *lock, off_t start, off_t end, int mode, in rangelock_enqueue() 274 rangelock_rlock(struct rangelock *lock, off_t start, off_t end, struct mtx *ilk) in rangelock_rlock() 281 rangelock_tryrlock(struct rangelock *lock, off_t start, off_t end, in rangelock_tryrlock() 289 rangelock_wlock(struct rangelock *lock, off_t start, off_t end, struct mtx *ilk) in rangelock_wlock() 296 rangelock_trywlock(struct rangelock *lock, off_t start, off_t end, in rangelock_trywlock()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | uio.h | 46 typedef __off_t off_t; typedef 66 off_t uio_offset; /* offset in target object */ 102 int physcopyin_vlist(struct bus_dma_segment *src, off_t offset, 105 off_t offset, size_t len); 111 int uiomove_object(struct vm_object *obj, off_t obj_size, struct uio *uio); 119 ssize_t preadv(int, const struct iovec *, int, off_t); 120 ssize_t pwritev(int, const struct iovec *, int, off_t);
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_buf.h | 23 off_t file_pos; 24 off_t file_last; 104 off_t alignment; 121 off_t limit; 140 (ngx_buf_in_memory(b) ? (off_t) (b->last - b->pos): \ 166 off_t ngx_chain_coalesce_file(ngx_chain_t **in, off_t limit); 168 ngx_chain_t *ngx_chain_update_sent(ngx_chain_t *in, off_t sent);
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | rio.h | 45 off_t (*tell)(struct _rio *); 68 off_t pos; 73 off_t buffered; /* Bytes written since last fsync. */ 74 off_t autosync; /* fsync after 'autosync' bytes written. */ 81 off_t pos; 119 static inline off_t rioTell(rio *r) { in rioTell() 142 void rioSetAutoSync(rio *r, off_t bytes);
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_solaris_sendfilev_chain.c | 20 off_t sfv_off; 33 off_t limit); 42 ngx_solaris_sendfilev_chain(ngx_connection_t *c, ngx_chain_t *in, off_t limit) in ngx_solaris_sendfilev_chain() 46 off_t size, send, prev_send, aligned, fprev; in ngx_solaris_sendfilev_chain() 70 if (limit == 0 || limit > (off_t) (NGX_MAX_SIZE_T_VALUE - ngx_pagesize)) { in ngx_solaris_sendfilev_chain() 118 sfv->sfv_off = (off_t) (uintptr_t) cl->buf->pos; in ngx_solaris_sendfilev_chain() 134 & ~((off_t) ngx_pagesize - 1); in ngx_solaris_sendfilev_chain() 219 if (send - prev_send != (off_t) sent) { in ngx_solaris_sendfilev_chain()
|
| H A D | ngx_os.h | 21 off_t limit); 24 off_t limit); 47 ssize_t ngx_readv_chain(ngx_connection_t *c, ngx_chain_t *entry, off_t limit); 51 off_t limit); 54 off_t limit);
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_slice_filter_module.c | 19 off_t start; 20 off_t end; 30 off_t start; 31 off_t end; 32 off_t complete_length; 43 static off_t ngx_http_slice_get_start(ngx_http_request_t *r); 104 off_t end; in ngx_http_slice_header_filter() 164 end = ngx_min(cr.start + (off_t) slcf->size, cr.complete_length); in ngx_http_slice_header_filter() 289 off_t start, end, complete_length, cutoff, cutlim; in ngx_http_slice_parse_content_range() 442 static off_t [all …]
|