Home
last modified time | relevance | path

Searched refs:openat64 (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/head/
H A Dfcntl.h85 #pragma redefine_extname openat openat64
97 #define openat openat64
113 #pragma redefine_extname openat64 openat
125 #define openat64 openat
158 extern int openat64(int, const char *, int, ...);
/illumos-gate/usr/src/uts/common/syscall/
H A Dopen.c312 openat64(int fd, char *path, int fmode, int cmode) in openat64() function
320 return (openat64(AT_FDCWD, path, fmode, cmode)); in open64()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dattropen.c63 if ((attrfd = openat64(fd, attr, oflag | O_XATTR, in attropen64()
/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.c954 if ((fromfd = openat64(tfd, from, O_RDONLY|O_NONBLOCK)) == -1) { in movexattrs()
966 if ((fromdir = openat64(fromfd, ".", in movexattrs()
978 if ((tofd = openat64(tfd, to, O_RDONLY|O_NONBLOCK)) == -1 || in movexattrs()
979 (todir = openat64(tofd, ".", O_RDONLY|O_NONBLOCK|O_XATTR)) == -1) { in movexattrs()
H A Dutilities.c1079 (*fd = openat64(tfd, *rpath, O_RDONLY)) > 0) { in resolve()
1088 if (*fd < 0 || (*fd = openat64(tfd, ".", O_RDONLY|O_XATTR)) < 0) { in resolve()
/illumos-gate/usr/src/cmd/runat/
H A Drunat.c73 if ((dirfd = openat64(fd, ".", O_RDONLY|O_XATTR)) == -1) { in main()
/illumos-gate/usr/src/lib/c_synonyms/sparc/
H A Dsyn_isa57 openat64
/illumos-gate/usr/src/lib/c_synonyms/i386/
H A Dsyn_isa57 openat64
/illumos-gate/usr/src/uts/intel/os/
H A Dname_to_sysnum67 openat64 69
/illumos-gate/usr/src/uts/sparc/os/
H A Dname_to_sysnum66 openat64 69
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c281 int openat64(int, char *, int, int);
522 SYSENT_CI("openat64", openat64, 4)),
891 /* 69 */ SYSENT_CI("openat64", openat64, 4),
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dscalls.c77 #pragma weak _openat64 = openat64
855 openat64(int fd, const char *path, int oflag, ...) in openat64() function
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg731 @ MSG_SYS_OPENAT64 "[ openat64 ]" # 69
732 @ MSG_SYS_OPENAT64_ALT "openat64"
/illumos-gate/usr/src/lib/libzutil/common/
H A Dzutil_import.c1103 if ((fd = openat64(rn->rn_dfd, rn->rn_name, O_RDONLY)) < 0) { in zpool_open_func()
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers1355 openat64;
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c8528 openat64(int fd, const char *name, int oflag, mode_t cmode) in openat64() function
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c9703 openat64(int fd, char *name, int oflag, mode_t cmode) in openat64() function