Searched refs:off_t (Results 276 - 300 of 964) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/usr.sbin/trpt/
H A Dtrpt.c93 void klseek(int, off_t, int);
163 (void)klseek(memf, (off_t)nl[N_TCP_DEBX].n_value, L_SET);
167 (void)klseek(memf, (off_t)nl[N_TCP_DEBUG].n_value, L_SET);
286 (void)klseek(memf, (off_t)nl[N_TCP_DEBX].n_value, L_SET);
291 (void)klseek(memf, (off_t)nl[N_TCP_DEBUG].n_value, L_SET);
460 off_t base;
/freebsd-9.3-release/sys/geom/vinum/
H A Dgeom_vinum_subr.c56 static off_t gv_plex_smallest_sd(struct gv_plex *);
237 static off_t
241 off_t smallest;
278 off_t psizeorig, remainder, smallest;
394 gv_update_vol_size(struct gv_volume *v, off_t size)
425 off_t
429 off_t size;
456 off_t
460 off_t minplexsize;
481 off_t remainde
[all...]
/freebsd-9.3-release/sys/gnu/fs/reiserfs/
H A Dreiserfs_inode.c26 void inode_set_bytes(struct reiserfs_node *ip, off_t bytes);
53 off_t bytesinfile, offset;
169 uint32_t dirid, uint32_t objectid, off_t offset, int type, int length)
186 make_cpu_key(struct cpu_key *key, struct reiserfs_node *ip, off_t offset,
197 reiserfs_get_block(struct reiserfs_node *ip, long block, off_t offset,
213 make_cpu_key(&key, ip, (off_t)block * sbi->s_blocksize + 1, TYPE_ANY, 3);
240 off_t xfersize;
427 off_t blocksize = ip->i_reiserfs->s_blocksize;
444 static inline off_t
449 return ip->i_size + (off_t)(real_space_dif
[all...]
/freebsd-9.3-release/sys/sys/
H A Dsysproto.h539 char offset_l_[PADL_(off_t)]; off_t offset; char offset_r_[PADR_(off_t)];
546 char offset_l_[PADL_(off_t)]; off_t offset; char offset_r_[PADR_(off_t)];
604 char pos_l_[PADL_(off_t)]; off_t pos; char pos_r_[PADR_(off_t)];
609 char offset_l_[PADL_(off_t)]; off_
[all...]
H A Dsyscallsubr.h99 int kern_ftruncate(struct thread *td, int fd, off_t length);
160 int kern_posix_fadvise(struct thread *td, int fd, off_t offset, off_t len,
162 int kern_posix_fallocate(struct thread *td, int fd, off_t offset,
163 off_t len);
166 int kern_preadv(struct thread *td, int fd, struct uio *auio, off_t offset);
171 int kern_pwritev(struct thread *td, int fd, struct uio *auio, off_t offset);
239 off_t length);
/freebsd-9.3-release/bin/ed/
H A Dbuf.c39 off_t sfseek; /* scratch file position */
103 if (fseeko(sfp, (off_t)0, SEEK_END) < 0) {
/freebsd-9.3-release/contrib/nvi/build/
H A Dconfig.h.in19 #undef off_t
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dsmstdio.c200 off_t
203 off_t offset;
/freebsd-9.3-release/contrib/sendmail/src/
H A Dstats.c139 extern off_t lseek();
191 (void) lseek(fd, (off_t) 0, 0);
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dextern.h163 extern off_t restart_point;
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dstore_emem.c80 static off_t
81 emem_seek(krb5_storage *sp, off_t offset, int whence)
H A Dstore_mem.c73 static off_t
74 mem_seek(krb5_storage *sp, off_t offset, int whence)
/freebsd-9.3-release/lib/libelf/
H A Dlibelf_ar_util.c191 e->e_u.e_ar.e_next = (off_t) -1;
250 e->e_u.e_ar.e_next = (off_t) (s - e->e_rawfile);
/freebsd-9.3-release/lib/libkvm/
H A Dkvm_sparc.c110 if (lseek(kd->pmfd, (off_t)off, 0) == -1 && errno != 0 ||
121 if (lseek(kd->pmfd, (off_t)off, 0) == -1 && errno != 0 ||
/freebsd-9.3-release/sys/boot/common/
H A Dmisc.c119 kern_pread(int fd, vm_offset_t dest, size_t len, off_t off)
140 alloc_pread(int fd, off_t off, size_t len)
/freebsd-9.3-release/sys/boot/zfs/
H A Dzfs.c55 static off_t zfs_seek(struct open_file *f, off_t offset, int where);
76 off_t f_seekp; /* seek pointer */
170 static off_t
171 zfs_seek(struct open_file *f, off_t offset, int where)
357 vdev_read(vdev_t *vdev, void *priv, off_t offset, void *buf, size_t size)
406 zfs_diskread(void *arg, void *buf, size_t blocks, off_t offset)
471 off_t mediasz;
/freebsd-9.3-release/sys/dev/ofw/
H A Dofw_disk.c51 off_t ofwd_mediasize;
166 sc->ofwd_mediasize = (off_t)2 * 33554432;
/freebsd-9.3-release/sys/nfsclient/
H A Dnfsnode.h121 off_t nd_direof; /* Dir. EOF offset cache */
205 nfsuint64 *nfs_getcookie(struct nfsnode *, off_t, int);
/freebsd-9.3-release/sys/ufs/ufs/
H A Dufs_inode.c79 off_t isize;
132 error = UFS_TRUNCATE(vp, (off_t)0, IO_EXT | IO_NORMAL,
/freebsd-9.3-release/tools/tools/bootparttest/
H A Dbootparttest.c48 off_t offset;
52 diskread(void *arg, void *buf, size_t blocks, off_t offset)
/freebsd-9.3-release/usr.bin/cksum/
H A Dcrc32.c101 crc32(int fd, uint32_t *cval, off_t *clen)
105 off_t len ;
/freebsd-9.3-release/usr.bin/tail/
H A Dread.c65 bytes(FILE *fp, const char *fn, off_t off)
135 lines(FILE *fp, const char *fn, off_t off)
H A Dtail.c72 off_t off;
227 if (lseek(fileno(stdin), (off_t)0, SEEK_CUR) == -1 &&
/freebsd-9.3-release/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c502 cd9660_write_mbr_partition_entry(FILE *fd, int idx, off_t sector_start,
503 off_t nsectors, int type)
508 if (fseeko(fd, (off_t)(idx) * 16 + 0x1be, SEEK_SET) == -1)
538 off_t sector_start, off_t nsectors, off_t sector_size,
554 if (fseeko(fd, (off_t)(idx + 1) * sector_size, SEEK_SET) == -1)
599 if (fseeko(fd, (off_t)diskStructure.boot_catalog_sector *
/freebsd-9.3-release/usr.sbin/makefs/ffs/
H A Dbuf.c65 off_t offset;
130 off_t offset;

Completed in 365 milliseconds

<<11121314151617181920>>