Home
last modified time | relevance | path

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

/titanic_41/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, ...);
/titanic_41/usr/src/uts/common/syscall/
H A Dopen.c311 openat64(int fd, char *path, int fmode, int cmode) in openat64() function
319 return (openat64(AT_FDCWD, path, fmode, cmode)); in open64()
/titanic_41/usr/src/lib/libc/port/gen/
H A Dattropen.c65 if ((attrfd = openat64(fd, attr, oflag | O_XATTR, in attropen64()
/titanic_41/usr/src/cmd/runat/
H A Drunat.c75 if ((dirfd = openat64(fd, ".", O_RDONLY|O_XATTR)) == -1) { in main()
/titanic_41/usr/src/cmd/backup/restore/
H A Drestore.c1006 if ((fromfd = openat64(tfd, from, O_RDONLY|O_NONBLOCK)) == -1) {
1018 if ((fromdir = openat64(fromfd, ".",
1029 if ((tofd = openat64(tfd, to, O_RDONLY|O_NONBLOCK)) == -1 ||
1030 (todir = openat64(tofd, ".", O_RDONLY|O_NONBLOCK|O_XATTR)) == -1) {
H A Dutilities.c1107 (*fd = openat64(tfd, *rpath, O_RDONLY)) > 0) {
1115 if (*fd < 0 || (*fd = openat64(tfd, ".", O_RDONLY|O_XATTR)) < 0) {
/titanic_41/usr/src/lib/c_synonyms/sparc/
H A Dsyn_isa57 openat64
/titanic_41/usr/src/lib/c_synonyms/i386/
H A Dsyn_isa57 openat64
/titanic_41/usr/src/uts/intel/os/
H A Dname_to_sysnum66 openat64 69
/titanic_41/usr/src/uts/sparc/os/
H A Dname_to_sysnum65 openat64 69
/titanic_41/usr/src/uts/common/os/
H A Dsysent.c279 int openat64(int, char *, int, int);
523 SYSENT_CI("openat64", openat64, 4)),
892 /* 69 */ SYSENT_CI("openat64", openat64, 4),
/titanic_41/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
/titanic_41/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg716 @ MSG_SYS_OPENAT64 "[ openat64 ]" # 69
717 @ MSG_SYS_OPENAT64_ALT "openat64"
/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c1046 if ((fd = openat64(rn->rn_dfd, rn->rn_name, O_RDONLY)) < 0) { in zpool_open_func()
/titanic_41/usr/src/lib/libc/port/
H A Dmapfile-vers1055 openat64;
/titanic_41/usr/src/cmd/tar/
H A Dtar.c8486 openat64(int fd, const char *name, int oflag, mode_t cmode) in openat64() function
/titanic_41/usr/src/cmd/cpio/
H A Dcpio.c9685 openat64(int fd, char *name, int oflag, mode_t cmode) in openat64() function