HomeSort by: relevance | last modified time | path
    Searched refs:off_t (Results 1 - 25 of 1311) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/usr.bin/cmp/
extern.h 38 void c_regular(int, const char *, off_t, off_t, int, const char *, off_t, off_t);
39 void c_special(int, const char *, off_t, int, const char *, off_t);
40 __dead void diffmsg(const char *, const char *, off_t, off_t);
41 __dead void eofmsg(const char *, off_t, off_t);
    [all...]
misc.c 50 errmsg(const char *file, off_t byte, off_t line)
60 eofmsg(const char *file, off_t byte, off_t line)
78 diffmsg(const char *file1, const char *file2, off_t byte, off_t line)
  /src/usr.sbin/dumplfs/
extern.h 34 void get(int, off_t, void *, size_t);
  /src/sbin/fsck/
progress.h 41 void progress_bar(const char *, const char *, off_t, off_t);
  /src/usr.sbin/mdsetimage/
bin.h 30 int bin_find_md_root(void *, const char *, off_t, unsigned long,
32 void bin_put_32(void *, off_t, char *);
  /src/tests/lib/libc/gen/posix_spawn/
fa_spawn_utils.h 36 off_t filesize(const char *);
  /src/sys/fs/efs/
efs_genfs.h 24 extern int efs_gop_alloc(struct vnode *, off_t, off_t, int, kauth_cred_t);
  /src/sbin/gpt/
map.h 35 off_t map_start;
36 off_t map_size;
56 struct map *map_add(struct gpt *, off_t, off_t, int, void *, int);
57 struct map *map_alloc(struct gpt *, off_t, off_t, off_t);
61 off_t map_resize(struct gpt *, struct map *, off_t, off_t);
    [all...]
  /src/sbin/newfs_v7fs/
newfs_v7fs.h 39 off_t tick;
40 off_t cnt;
41 off_t total;
  /src/sys/uvm/
uvm_readahead.h 38 void uvm_ra_request(struct uvm_ractx *, int, struct uvm_object *, off_t,
40 int uvm_readahead(struct uvm_object *, off_t, off_t);
  /src/lib/libc/compat/include/
stdio.h 42 int fgetpos(FILE * __restrict, off_t * __restrict);
43 int fsetpos(FILE *, const off_t *);
  /src/lib/libc/sys/
fdiscard.c 43 int __fdiscard(int, int, off_t, off_t);
49 fdiscard(int fd, off_t off, off_t len)
lseek.c 50 off_t __lseek(int, int, off_t, int);
56 off_t
57 lseek(int fd, off_t offset, int whence)
posix_fadvise.c 34 int __posix_fadvise50(int fd, int pad, off_t offset, off_t size, int hint);
37 posix_fadvise(int fd, off_t offset, off_t size, int hint)
posix_fallocate.c 43 int __posix_fallocate(int, int, off_t, off_t);
49 posix_fallocate(int fd, off_t off, off_t len)
  /src/common/dist/zlib/examples/
zran.h 11 off_t out; // offset in uncompressed data
12 off_t in; // offset in compressed file of first full byte
21 off_t length; // total length of uncompressed data
34 int deflate_index_build(FILE *in, off_t span, struct deflate_index **built);
48 off_t offset, unsigned char *buf, size_t len);
  /src/sys/dev/
firmload.h 40 off_t firmware_get_size(firmware_handle_t);
42 int firmware_read(firmware_handle_t, off_t, void *, size_t);
  /src/sys/arch/acorn32/stand/lib/
riscosfile.h 35 off_t riscos_seek(struct open_file *, off_t, int);
  /src/sys/arch/hp300/stand/common/
rawfs.h 12 off_t rawfs_seek(struct open_file *, off_t, int);
  /src/sys/arch/macppc/stand/ofwboot/
hfs.h 7 off_t hfs_seek(struct open_file *, off_t, int);
  /src/sys/arch/sun68k/stand/tapeboot/
rawfs.h 12 off_t rawfs_seek(struct open_file *, off_t, int);
  /src/lib/librefuse/refuse/
v34.h 58 int (*truncate) (const char *, off_t, struct fuse_file_info *fi);
60 int (*read) (const char *, char *, size_t, off_t, struct fuse_file_info *);
61 int (*write) (const char *, const char *, size_t, off_t, struct fuse_file_info *);
71 int (*readdir) (const char *, void *, fuse_fill_dir_t_v30, off_t, struct fuse_file_info *, enum fuse_readdir_flags);
83 int (*write_buf) (const char *, struct fuse_bufvec *, off_t, struct fuse_file_info *);
84 int (*read_buf) (const char *, struct fuse_bufvec **, size_t, off_t, struct fuse_file_info *);
86 int (*fallocate) (const char *, int, off_t, off_t, struct fuse_file_info *);
88 ssize_t (*copy_file_range) (const char *, struct fuse_file_info *, off_t, const char *, struct fuse_file_info *, off_t, size_t, int)
    [all...]
v35.h 58 int (*truncate) (const char *, off_t, struct fuse_file_info *fi);
60 int (*read) (const char *, char *, size_t, off_t, struct fuse_file_info *);
61 int (*write) (const char *, const char *, size_t, off_t, struct fuse_file_info *);
71 int (*readdir) (const char *, void *, fuse_fill_dir_t_v30, off_t, struct fuse_file_info *, enum fuse_readdir_flags);
84 int (*write_buf) (const char *, struct fuse_bufvec *, off_t, struct fuse_file_info *);
85 int (*read_buf) (const char *, struct fuse_bufvec **, size_t, off_t, struct fuse_file_info *);
87 int (*fallocate) (const char *, int, off_t, off_t, struct fuse_file_info *);
88 ssize_t (*copy_file_range) (const char *, struct fuse_file_info *, off_t, const char *, struct fuse_file_info *, off_t, size_t, int)
    [all...]
v38.h 58 int (*truncate) (const char *, off_t, struct fuse_file_info *fi);
60 int (*read) (const char *, char *, size_t, off_t, struct fuse_file_info *);
61 int (*write) (const char *, const char *, size_t, off_t, struct fuse_file_info *);
71 int (*readdir) (const char *, void *, fuse_fill_dir_t_v30, off_t, struct fuse_file_info *, enum fuse_readdir_flags);
83 int (*write_buf) (const char *, struct fuse_bufvec *, off_t, struct fuse_file_info *);
84 int (*read_buf) (const char *, struct fuse_bufvec **, size_t, off_t, struct fuse_file_info *);
86 int (*fallocate) (const char *, int, off_t, off_t, struct fuse_file_info *);
87 ssize_t (*copy_file_range) (const char *, struct fuse_file_info *, off_t, const char *, struct fuse_file_info *, off_t, size_t, int)
    [all...]
  /src/usr.bin/cksum/
extern.h 42 void pcrc(char *, uint32_t, off_t);
43 void psum1(char *, uint32_t, off_t);
44 void psum2(char *, uint32_t, off_t);
45 int csum1(int, uint32_t *, off_t *);
46 int csum2(int, uint32_t *, off_t *);

Completed in 25 milliseconds

1 2 3 4 5 6 7 8 91011>>