Home
last modified time | relevance | path

Searched refs:lseek64 (Results 1 – 25 of 46) sorted by relevance

12

/illumos-gate/usr/src/ucbhead/
H A Dunistd.h127 #pragma redefine_extname lseek lseek64
129 #define lseek lseek64
135 #pragma redefine_extname lseek64 lseek
137 #define lseek64 lseek
169 extern off64_t lseek64(int, off64_t, int);
171 extern off64_t lseek64();
/illumos-gate/usr/src/lib/libc/common/sys/
H A Dlseek.S40 ANSI_PRAGMA_WEAK(lseek64,function)
56 ENTRY(lseek64) function
60 SET_SIZE(lseek64)
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dndbm.c131 if ((lseek64(db->dbm_pagf, where, L_SET) != where) || in dbm_flushpag()
148 if ((lseek64(db->dbm_dirf, where, L_SET) != where) || in dbm_flushdir()
294 if ((lseek64(db->dbm_pagf, where, L_SET) != where) || in dbm_delete()
337 if ((lseek64(db->dbm_pagf, where, L_SET) != where) || in dbm_store()
380 if ((lseek64(db->dbm_pagf, where, L_SET) != where) || in dbm_store()
387 if ((lseek64(db->dbm_pagf, where, L_SET) != where) || in dbm_store()
512 if ((lseek64(db->dbm_pagf, where, L_SET) != where) || in dbm_slow_nextkey()
773 if ((lseek64(db->dbm_pagf, where, L_SET) != where) || in dbm_access()
801 if ((lseek64(db->dbm_dirf, where, L_SET) != where) || in getbit()
826 if ((lseek64(db->dbm_dirf, where, L_SET) != where) || in setbit()
[all …]
H A Dseekdir.c91 if (lseek64(dirp->dd_fd, 0, SEEK_CUR) != 0) { in seekdir64()
107 (void) lseek64(dirp->dd_fd, loc, SEEK_SET); in seekdir64()
H A Dtell.c53 return (lseek64(f, 0, SEEK_CUR)); in tell64()
H A Dtelldir.c85 if (lseek64(dirp->dd_fd, 0, SEEK_CUR) != 0) { in telldir64()
H A Dgetlogin.c94 (void) lseek64(uf, me * sizeof (ubuf), SEEK_SET); in getl_r_common()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_fdio.c82 return (lseek64(fdp->fd_fd, offset, whence)); in fdio_seek()
199 if ((off = lseek64(fdp->fd_fd, 0, SEEK_CUR)) == -1) in fdio_bdev_read()
221 (void) lseek64(fdp->fd_fd, off, SEEK_SET); in fdio_bdev_read()
243 if ((off = lseek64(fdp->fd_fd, 0, SEEK_CUR)) == -1) in fdio_bdev_write()
269 (void) lseek64(fdp->fd_fd, off, SEEK_SET); in fdio_bdev_write()
/illumos-gate/usr/src/head/
H A Dunistd.h201 #pragma redefine_extname lseek lseek64
209 #define lseek lseek64
222 #pragma redefine_extname lseek64 lseek
230 #define lseek64 lseek
593 extern off64_t lseek64(int, off64_t, int);
/illumos-gate/usr/src/test/zfs-tests/cmd/file_trunc/
H A Dfile_trunc.c184 if (lseek64(fd, (offset + roffset), SEEK_SET) < 0) { in do_write()
196 if (lseek64(fd, (offset + roffset), SEEK_SET) < 0) { in do_write()
/illumos-gate/usr/src/test/smbclient-tests/cmd/file_trunc/
H A Dfile_trunc.c181 if (lseek64(fd, (offset + roffset), SEEK_SET) < 0) { in do_write()
193 if (lseek64(fd, (offset + roffset), SEEK_SET) < 0) { in do_write()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dast_std.h288 #define lseek lseek64
289 extern off64_t lseek64(int, off64_t, int);
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_log.c177 if ((lp->log_off = lseek64(lp->log_fd, 0, SEEK_END)) == -1L) in fmd_log_write_hdr()
189 if (lp->log_off != lseek64(lp->log_fd, 0, SEEK_END)) in fmd_log_write_hdr()
230 if ((hdr_off = lseek64(lp->log_fd, 0, SEEK_CUR)) == -1L) in fmd_log_check_hdr()
317 lp->log_off = lseek64(lp->log_fd, 0, SEEK_END); in fmd_log_check_hdr()
658 (void) lseek64(lp->log_fd, lp->log_off, SEEK_SET); in fmd_log_append()
890 if (lseek64(lp->log_fd, off, SEEK_SET) != off) { in fmd_log_replay()
947 if (lseek64(lp->log_fd, lp->log_off, SEEK_SET) != lp->log_off) { in fmd_log_replay()
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dfdopen.c79 (void) lseek64(fd, (off64_t)0, SEEK_END); in fdopen()
H A Dfopen.c196 (void) lseek64(fd, (off64_t)0, SEEK_SET); in _freopen_null()
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfrd_client.c108 (void) lseek64(db->dbm_pagf, where, L_SET);
153 (void) lseek64(db->dbm_dirf, where, L_SET);
/illumos-gate/usr/src/ucbhead/sys/
H A Dfile.h166 extern off64_t lseek64(int, off64_t, int);
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Dfopen.c97 if ((lseek64(fd, 0L, SEEK_END)) < 0) { in _endopen()
/illumos-gate/usr/src/lib/libsmbios/common/
H A Dsmb_lib.c287 off64_t off = lseek64(fd, 0, SEEK_CUR) + P2ROUNDUP(sizeof (ep), 16); in smbios_write()
303 lseek64(fd, off, SEEK_SET) != off || in smbios_write()
/illumos-gate/usr/src/lib/c_synonyms/sparc/
H A Dsyn_isa50 lseek64
/illumos-gate/usr/src/lib/c_synonyms/i386/
H A Dsyn_isa49 lseek64
/illumos-gate/usr/src/lib/fm/libfmd_log/common/
H A Dfmd_log.c113 off = lseek64(lp->log_fd, 0, SEEK_CUR); in fmd_log_load_record()
265 (void) lseek64(xlp->log_fd, off, SEEK_SET); in fmd_log_load_xref()
704 if (lseek64(lp->log_fd, off, SEEK_SET) != off) in fmd_log_seek()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshell.h247 # define lseek64 sh_seek macro
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dfat.c66 return (lseek64(fd, seekto, SEEK_SET)); in seekFAT()
H A Dbpb.c177 if (lseek64(fd, PartitionOffset, SEEK_SET) < 0) { in readBPB()

12