/titanic_41/usr/src/head/ |
H A D | unistd.h | 209 #pragma redefine_extname pwrite pwrite64 217 #define pwrite pwrite64 230 #pragma redefine_extname pwrite64 pwrite 238 #define pwrite64 pwrite 595 extern ssize_t pwrite64(int, const void *, size_t, off64_t);
|
/titanic_41/usr/src/lib/libc/common/sys/ |
H A D | pwrite.s | 45 SYSCALL2_RESTART_RVAL1(__pwrite64,pwrite64)
|
/titanic_41/usr/src/lib/c_synonyms/sparc/ |
H A D | syn_isa | 60 pwrite64
|
/titanic_41/usr/src/lib/c_synonyms/i386/ |
H A D | syn_isa | 60 pwrite64
|
/titanic_41/usr/src/uts/intel/os/ |
H A D | name_to_sysnum | 211 pwrite64 223
|
/titanic_41/usr/src/uts/sparc/os/ |
H A D | name_to_sysnum | 210 pwrite64 223
|
/titanic_41/usr/src/lib/libzpool/common/ |
H A D | kernel.c | 511 pwrite64(vp->v_dump_fd, addr, iolen, offset); in vn_rdwr() 522 iolen = pwrite64(vp->v_fd, addr, split, offset); in vn_rdwr() 523 iolen += pwrite64(vp->v_fd, (char *)addr + split, in vn_rdwr()
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_fdio.c | 242 if (pwrite64(fdp->fd_fd, blk, DEV_BSIZE, devoff) != DEV_BSIZE) in fdio_bdev_write()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | sysent.c | 277 int pwrite64(int, void *, size32_t, uint32_t, uint32_t); 726 SYSENT_CI("pwrite64", pwrite64, 5)), 1053 /* 223 */ SYSENT_CI("pwrite64", pwrite64, 5),
|
/titanic_41/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_sysevent.c | 396 if (pwrite64(fd, &ed, sizeof (ed), off) != sizeof (ed)) { in sysev_replay()
|
H A D | fmd_log.c | 740 if (pwrite64(lp->log_fd, &c, sizeof (c), ep->ev_off) == sizeof (c)) { in fmd_log_commit() 995 if (pwrite64(lp->log_fd, buf, size, lp->log_toc) == size) { in fmd_log_update()
|
/titanic_41/usr/src/lib/libc/port/threads/ |
H A D | scalls.c | 79 #pragma weak _pwrite64 = pwrite64 947 pwrite64(int fildes, const void *buf, size_t nbyte, off64_t offset) in pwrite64() function
|
/titanic_41/usr/src/lib/libpthread/common/ |
H A D | mapfile-vers | 104 pwrite64 { TYPE = FUNCTION };
|
/titanic_41/usr/src/cmd/sgs/libconv/common/ |
H A D | corenote.msg | 1012 @ MSG_SYS_PWRITE64 "[ pwrite64 ]" # 223 1013 @ MSG_SYS_PWRITE64_ALT "pwrite64"
|
/titanic_41/usr/src/lib/libkvm/common/ |
H A D | kvm.c | 66 #define PWRITE (ssize_t (*)(int, void *, size_t, offset_t))pwrite64
|
/titanic_41/usr/src/lib/libthread/common/ |
H A D | mapfile-vers | 115 pwrite64 { TYPE = FUNCTION };
|
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | libzfs_import.c | 1107 if (pwrite64(fd, label, sizeof (vdev_label_t), in zpool_clear_label()
|
/titanic_41/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 170 pwrite64.o \
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | rw.c | 1445 pwrite64(int fdes, void *cbuf, size32_t count, uint32_t offset_1, in pwrite64() function
|
/titanic_41/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 185 pwrite64.o \
|
/titanic_41/usr/src/lib/libc/port/aio/ |
H A D | aio.c | 1155 pwrite64(arg->fd, arg->buf, arg->bufsz, in _aio_do_request()
|
/titanic_41/usr/src/cmd/savecore/ |
H A D | savecore.c | 326 if (pwrite64(fd, buf, size, off) != size) in Pwrite()
|
/titanic_41/usr/src/lib/libproc/common/ |
H A D | Pgcore.c | 102 err = pwrite64(fd, buf, len, off); in gc_pwrite64()
|
H A D | Pcore.c | 133 (ssize_t (*)(int, void *, size_t, off64_t)) pwrite64)); in Pwrite_core()
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 1479 pwrite64;
|