Home
last modified time | relevance | path

Searched refs:off_t (Results 151 – 175 of 812) sorted by relevance

12345678910>>...33

/illumos-gate/usr/src/lib/libgen/common/
H A Dcopylist.c95 copylist(const char *filenm, off_t *szptr) in copylist()
109 *szptr = (off_t)stbuf.st_size; in copylist()
/illumos-gate/usr/src/test/os-tests/tests/file-locking/
H A Druntests.c62 off_t, off_t);
64 off_t, off_t);
403 off_t l_start, off_t l_len) in flock_test_invalid()
421 off_t l_start, off_t l_len) in flock_test_invalid64()
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Ddecl.h111 off_t db_off; /* orig file offset, 0 o/w */
269 off_t ed_baseoff; /* base file offset, zero based */
387 extern char *_elf_read(int, off_t, size_t);
409 extern off_t _elf64_update(Elf * elf, Elf_Cmd cmd);
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dstrio.c163 off_t
166 off_t offset;
169 register off_t ret;
188 if (ret < 0 || ret > (off_t)(size_t)(-1)) /* XXX ugly */
H A Dfpos.c74 register off_t pos;
121 pos = (*fp->f_seek)(fp, (off_t) 0, SM_IO_SEEK_CUR);
/illumos-gate/usr/src/ucbhead/sys/
H A Dfile.h64 off_t f_offset; /* read/write character pointer */
161 extern off_t lseek();
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_pci.c54 sfxge_pci_cap_find(sfxge_t *sp, uint8_t cap_id, off_t *offp) in sfxge_pci_cap_find()
56 off_t off; in sfxge_pci_cap_find()
93 off_t off; in sfxge_pci_init()
/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c186 off_t offset, off_t len, caddr_t *vaddrp);
712 off_t *size = (off_t *)result; in rootnex_ctlops()
3207 off_t cur_offset; in rootnex_bind_slowpath()
3712 off_t poff; in rootnex_setup_cookie()
3854 off_t coffset; in rootnex_sgllen_window_boundary()
3996 off_t coffset; in rootnex_copybuf_window_boundary()
3998 off_t poff; in rootnex_copybuf_window_boundary()
4216 off_t coffset; in rootnex_maxxfer_window_boundary()
4286 off_t offset; in rootnex_coredma_sync()
4289 off_t poff; in rootnex_coredma_sync()
[all …]
/illumos-gate/usr/src/test/zfs-tests/cmd/randfree_file/
H A Drandfree_file.c59 off_t start_off = 0; in main()
60 off_t off_len = 0; in main()
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_dev.h54 int (*mapfunc)(dev_t dev, off_t off, int prot); /* map function */
86 int (*mapfunc)(dev_t dev, off_t off, int prot);
/illumos-gate/usr/src/uts/common/crypto/io/
H A Darcfour.c146 static mblk_t *advance_position(mblk_t *, off_t, uchar_t **);
254 off_t saveoffset; in rc4_crypt_update()
316 off_t offset = input->cd_offset; in rc4_crypt_update()
433 off_t offset = input->cd_offset; in rc4_crypt_update()
590 off_t offset = out->cd_offset; in crypto_arcfour_crypt()
642 advance_position(mblk_t *mp, off_t offset, uchar_t **cpp) in advance_position()
646 off_t o = offset; in advance_position()
H A Dmd4_mod.c237 off_t offset = data->cd_offset; in md4_digest_update_uio()
300 off_t offset = digest->cd_offset; in md4_digest_final_uio()
353 off_t scratch_offset = 0; in md4_digest_final_uio()
392 off_t offset = data->cd_offset; in md4_digest_update_mblk()
445 off_t offset = digest->cd_offset; in md4_digest_final_mblk()
486 off_t scratch_offset = 0; in md4_digest_final_mblk()
/illumos-gate/usr/src/cmd/ps/
H A Ducbps.c566 off_t argvoff = (off_t)psinfo->pr_argv; in preadargs()
571 off_t argv[NARG]; in preadargs()
572 off_t argoff; in preadargs()
573 off_t nextargoff; in preadargs()
647 off_t envpoff = (off_t)psinfo->pr_envp; in preadenvs()
653 off_t envp[NARG]; in preadenvs()
654 off_t envoff; in preadenvs()
655 off_t nextenvoff; in preadenvs()
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Ddb21554.c264 off_t, off_t, caddr_t *);
316 db_pci_header_t *ph, off_t hdr_off);
523 off_t bar_size; in db_attach()
1038 (off_t)DB_CONF_DS_MEM0_TR_BASE, in db_enable_io()
1045 (off_t)DB_CONF_DS_MEM0_TR_BASE)); in db_enable_io()
1086 (off_t)DB_CONF_CONF_CSR); in db_enable_io()
1147 (off_t)DB_CONF_CHIP_CTRL0); in db_enable_io()
1152 (off_t)DB_CONF_CHIP_CTRL0, in db_enable_io()
1155 (off_t)DB_CONF_CHIP_CTRL0); in db_enable_io()
1614 off_t hdr_off) in db_pci_get_header()
[all …]
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_dma.h58 off_t dmai_offset;
228 ddi_dma_handle_t handle, off_t off, size_t len, uint32_t sync_flags);
231 ddi_dma_handle_t handle, uint_t win, off_t *offp,
255 ddi_dma_impl_t *mp, enum ddi_dma_ctlops cmd, off_t *offp,
258 ddi_dma_impl_t *mp, enum ddi_dma_ctlops cmd, off_t *offp,
/illumos-gate/usr/src/cmd/boot/common/
H A Dboot_utils.c57 write_out(int fd, void *buffer, size_t size, off_t off) in write_out()
90 read_in(int fd, void *buffer, size_t size, off_t off) in read_in()
/illumos-gate/usr/src/uts/common/sys/
H A Dsendfile.h47 off_t sfv_off;
132 extern ssize_t sendfile(int, int, off_t *, size_t);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dposix_fallocate.c55 posix_fallocate(int fd, off_t offset, off_t len) in posix_fallocate()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dhist.c238 lseek(fdo,(off_t)0,SEEK_SET); in b_hist()
296 off_t size; in hist_subst()
299 if((size = lseek(fd,(off_t)0,SEEK_END)) < 0) in hist_subst()
301 lseek(fd,(off_t)0,SEEK_SET); in hist_subst()
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c1463 off_t lcnt; in cksum()
2684 off_t filesz; in data_in()
2829 static off_t
2830 read_file(char *nam_p, off_t file_size, off_t *real_filesz, in read_file()
2835 off_t readsz; in read_file()
2901 static off_t
2905 off_t left; in read_compress_holes()
4406 off_t tfsize; in flush_lnks()
4886 off_t bytes; in gethdr()
6356 off_t off1, off2; in scan4trail()
[all …]
/illumos-gate/usr/src/lib/scsi/libsmp/common/
H A Dsmp_impl.h84 off_t sa_request_data_off;
89 off_t sa_response_data_off;
/illumos-gate/usr/src/cmd/audio/include/
H A DAudioUnixfile.h65 off_t& offset); // returned byte offset
70 off_t& offset); // returned byte offset
/illumos-gate/usr/src/cmd/bhyve/
H A Dblock_if.h53 off_t br_offset;
70 off_t blockif_size(struct blockif_ctxt *bc);
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dfmemopen.c133 static off_t
134 fmemopen_seek(FILE *iop, off_t off, int whence) in fmemopen_seek()
160 return ((off_t)fmp->fmo_pos); in fmemopen_seek()
/illumos-gate/usr/src/lib/libcmdutils/common/
H A Dwritefile.c49 off_t filesize = s1p->st_size; in writefile()
50 off_t offset; in writefile()
113 MAP_SHARED, fi, (off_t)0)) == MAP_FAILED) in writefile()

12345678910>>...33