Searched refs:off_t (Results 1 - 25 of 1015) sorted by relevance

1234567891011>>

/freebsd-10-stable/crypto/openssh/
H A Dprogressmeter.h26 void start_progress_meter(const char *, off_t, off_t *);
/freebsd-10-stable/usr.bin/cmp/
H A Dextern.h39 void c_link(const char *, off_t, const char *, off_t);
40 void c_regular(int, const char *, off_t, off_t, int, const char *, off_t, off_t);
41 void c_special(int, const char *, off_t, int, const char *, off_t);
42 void diffmsg(const char *, const char *, off_t, off_t);
[all...]
/freebsd-10-stable/contrib/ntp/lib/isc/unix/include/isc/
H A Doffset.h31 typedef off_t isc_offset_t;
34 * POSIX says "Additionally, blkcnt_t and off_t are extended signed integral
43 (~(((off_t)-1 >> (sizeof(off_t) * CHAR_BIT - 1)) \
44 << (sizeof(off_t) * CHAR_BIT - 1)))
/freebsd-10-stable/usr.bin/cksum/
H A Dextern.h39 int crc(int, uint32_t *, off_t *);
40 void pcrc(char *, uint32_t, off_t);
41 void psum1(char *, uint32_t, off_t);
42 void psum2(char *, uint32_t, off_t);
43 int csum1(int, uint32_t *, off_t *);
44 int csum2(int, uint32_t *, off_t *);
45 int crc32(int, uint32_t *, off_t *);
/freebsd-10-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Doffset.h32 * POSIX says "Additionally, blkcnt_t and off_t are extended signed integral
41 (~(((off_t)-1 >> (sizeof(off_t) * CHAR_BIT - 1)) \
42 << (sizeof(off_t) * CHAR_BIT - 1)))
/freebsd-10-stable/sbin/hastd/
H A Drangelock.h42 int rangelock_add(struct rangelocks *rls, off_t offset, off_t length);
43 void rangelock_del(struct rangelocks *rls, off_t offset, off_t length);
44 bool rangelock_islocked(struct rangelocks *rls, off_t offset, off_t length);
H A Dactivemap.h44 bool activemap_write_start(struct activemap *amp, off_t offset, off_t length);
45 bool activemap_write_complete(struct activemap *amp, off_t offset,
46 off_t length);
63 off_t activemap_sync_offset(struct activemap *amp, off_t *lengthp,
65 bool activemap_need_sync(struct activemap *amp, off_t offset, off_t length);
/freebsd-10-stable/lib/libelf/
H A Delf_getbase.c34 off_t
39 return ((off_t) -1);
43 return ((off_t) 0);
45 return ((off_t) ((uintptr_t) e->e_rawfile -
/freebsd-10-stable/sys/geom/vinum/
H A Dgeom_vinum_raid5.h40 off_t length; /* Size of data buffer. */
41 off_t lockbase; /* Deny access to our plex offset. */
52 caddr_t, off_t, off_t);
/freebsd-10-stable/usr.bin/tail/
H A Dextern.h42 off_t mapoff;
43 off_t maxoff;
59 void follow(file_info_t *, enum STYLE, off_t);
60 void forward(FILE *, const char *, enum STYLE, off_t, struct stat *);
61 void reverse(FILE *, const char *, enum STYLE, off_t, struct stat *);
63 int bytes(FILE *, const char *, off_t);
64 int lines(FILE *, const char *, off_t);
68 int mapprint(struct mapinfo *, off_t, off_t);
69 int maparound(struct mapinfo *, off_t);
[all...]
/freebsd-10-stable/contrib/bmake/
H A Dranlib.h25 off_t ran_strx; /* string table index of */
28 off_t ran_off; /* library member at this offset */
/freebsd-10-stable/crypto/heimdal/lib/krb5/
H A Dstore-int.h41 off_t (*seek)(struct krb5_storage_data*, off_t, int);
42 int (*trunc)(struct krb5_storage_data*, off_t);
/freebsd-10-stable/usr.sbin/fifolog/lib/
H A Dlibfifolog_int.h34 off_t logsize;
44 int fifolog_int_read(const struct fifolog_file *ff, off_t recno);
45 const char *fifolog_int_findend(const struct fifolog_file *ff, off_t *last);
H A Dlibfifolog.h32 const char *fifolog_create(const char *fn, off_t size, ssize_t recsize);
43 off_t fifolog_reader_seek(const struct fifolog_reader *fl, time_t t0);
44 void fifolog_reader_process(struct fifolog_reader *fl, off_t from, fifolog_reader_render_t *func, void *priv, time_t end);
/freebsd-10-stable/usr.sbin/kgzip/
H A Dkgzip.h47 void xcopy(const struct iodesc *, const struct iodesc *, size_t, off_t);
49 size_t xread(const struct iodesc *, void *, size_t, off_t);
51 void xseek(const struct iodesc *, off_t);
/freebsd-10-stable/sys/sys/
H A Ddisk.h36 #define DIOCGMEDIASIZE _IOR('d', 129, off_t) /* Get media size in bytes */
62 #define DIOCGFRONTSTUFF _IOR('d', 134, off_t)
75 #define DIOCGDELETE _IOW('d', 136, off_t[2]) /* Delete data */
108 #define DIOCGSTRIPESIZE _IOR('d', 139, off_t) /* Get stripe size in bytes */
114 #define DIOCGSTRIPEOFFSET _IOR('d', 140, off_t) /* Get stripe offset in bytes */
133 off_t off;
H A Drangelock.h73 off_t start, off_t end, struct mtx *ilk);
74 void *rangelock_rlock(struct rangelock *lock, off_t start, off_t end,
76 void *rangelock_wlock(struct rangelock *lock, off_t start, off_t end,
H A Dmd5.h50 char * MD5FileChunk(const char *, char *, off_t, off_t);
/freebsd-10-stable/sys/geom/
H A Dgeom_slice.h42 off_t offset;
43 off_t length;
49 off_t offset;
50 off_t length;
72 int g_slice_config(struct g_geom *gp, u_int idx, int how, off_t offset, off_t length, u_int sectorsize, const char *fmt, ...) __printflike(7, 8);
80 int g_slice_conf_hot(struct g_geom *gp, u_int idx, off_t offset, off_t length, int ract, int dact, int wact);
/freebsd-10-stable/sys/sparc64/sparc64/
H A Data_machdep.c47 if (disk->d_mediasize > (off_t)65535 * 16 * 63 * disk->d_sectorsize)
49 if (disk->d_mediasize > (off_t)65535 * 16 * 255 * disk->d_sectorsize)
/freebsd-10-stable/gnu/usr.bin/grep/
H A Dsavedir.h15 savedir PARAMS ((const char *dir, off_t name_size,
/freebsd-10-stable/usr.sbin/uefisign/
H A Duefisign.h53 off_t x_checksum_off;
56 off_t x_certificate_entry_off;
60 off_t x_section_off[MAX_SECTIONS];
89 off_t off, size_t len, const char *name);
/freebsd-10-stable/sys/geom/nop/
H A Dg_nop.h60 off_t sc_offset;
61 off_t sc_explicitsize;
62 off_t sc_stripesize;
63 off_t sc_stripeoffset;
/freebsd-10-stable/contrib/file/src/
H A Dpread.c9 pread(int fd, void *buf, size_t len, off_t off) {
10 off_t old;
/freebsd-10-stable/lib/libc/sys/
H A Dlseek.c45 off_t
48 off_t offset;

Completed in 145 milliseconds

1234567891011>>