Home
last modified time | relevance | path

Searched refs:openat (Results 1 – 25 of 32) sorted by relevance

12

/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
140 extern int openat(int, const char *, int, ...);
/titanic_41/usr/src/lib/libc/port/gen/
H A D_xftw.c292 if ((fd = openat(AT_FDCWD, dirp, O_RDONLY)) < 0) { in nocdopendir()
298 if ((cfd = openat(fd, token, O_RDONLY)) < 0) { in nocdopendir()
339 if ((fd = openat(AT_FDCWD, dirp, O_RDONLY)) < 0) { in nocdstat()
347 if ((cfd = openat(fd, token, O_RDONLY)) < 0) { in nocdstat()
H A Dopendir.c54 if ((fd = openat(AT_FDCWD, filename, in opendir()
H A Dattropen.c96 if ((attrfd = openat(fd, attr, oflag | O_XATTR, in attropen()
H A Dnftw.c701 if ((fd = openat(AT_FDCWD, dirp, O_RDONLY)) < 0) { in nocdopendir()
707 if ((cfd = openat(fd, token, O_RDONLY)) < 0) { in nocdopendir()
H A Dattrat.c167 xattrfd = openat(basefd, xattrname, oflag); in xattr_openat()
/titanic_41/usr/src/lib/libcmdutils/common/
H A Dprocess_xattrs.c104 if ((indfd = openat(srcfd, ".", O_RDONLY|O_XATTR)) == -1) { in mv_xattrs()
129 if ((sattrfd = openat(indfd, dp->d_name, in mv_xattrs()
140 if ((tattrfd = openat(outdfd, dp->d_name, in mv_xattrs()
/titanic_41/usr/src/lib/libbsm/
H A Daudit_event.txt317 270:AUE_OPENAT_R:openat(2) - read:no
318 271:AUE_OPENAT_RC:openat(2) - read,creat:no
319 272:AUE_OPENAT_RT:openat(2) - read,trunc:no
320 273:AUE_OPENAT_RTC:openat(2) - read,creat,trunc:no
321 274:AUE_OPENAT_W:openat(2) - write:no
322 275:AUE_OPENAT_WC:openat(2) - write,creat:no
323 276:AUE_OPENAT_WT:openat(2) - write,trunc:no
324 277:AUE_OPENAT_WTC:openat(2) - write,creat,trunc:no
325 278:AUE_OPENAT_RW:openat(2) - read,write:no
326 279:AUE_OPENAT_RWC:openat(2) - read,write,creat:no
[all …]
/titanic_41/usr/src/uts/common/syscall/
H A Dopen.c295 openat(int fd, char *path, int fmode, int cmode) in openat() function
303 return (openat(AT_FDCWD, path, fmode, cmode)); in open()
/titanic_41/usr/src/man/man2/
H A DMakefile218 openat.2 \
351 openat.2 := LINKSRC = open.2
/titanic_41/usr/src/test/zfs-tests/cmd/mktree/
H A Dmktree.c177 if ((afd = openat(fd, "xattr", O_CREAT | O_RDWR | O_XATTR, 0777)) < 0) { in crtfile()
/titanic_41/usr/src/uts/intel/os/
H A Dname_to_sysnum65 openat 68
/titanic_41/usr/src/uts/sparc/os/
H A Dname_to_sysnum64 openat 68
/titanic_41/usr/src/cmd/mv/
H A Dmv.c2032 if ((sourcedirfd = openat(srcfd, ".", O_RDONLY|O_XATTR)) == -1) {
2063 if ((targetdirfd = openat(targfd, ".", O_RDONLY|O_XATTR)) == -1) {
2143 if ((srcattrfd = openat(sourcedirfd, dp->d_name,
2169 if ((targattrfd = openat(targetdirfd, dp->d_name,
2182 if ((targattrfd = openat(targetdirfd, dp->d_name,
/titanic_41/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vop.c353 fd = openat(dvp->v_fd, name, omode, 0); in fop_lookup()
423 fd = openat(dvp->v_fd, name, omode, mode); in fop_create()
556 if ((fd = openat(dvp->v_fd, name, O_RDONLY)) == -1) in fop_mkdir()
/titanic_41/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt822 see=openat(2)
1215 see=openat(2)
1223 see=openat(2)
1232 see=openat(2)
1241 see=openat(2)
1250 see=openat(2)
1260 see=openat(2)
1269 see=openat(2)
1278 see=openat(2)
1286 see=openat(2)
[all …]
/titanic_41/usr/src/cmd/sgs/rtld.4.x/
H A Drtldlib.s88 mov %o2, %o3 ! openat(AT_FDCWD, path, oflag, mode)
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Dexternal.c648 openat(int fd, const char *path, int oflag, ...) in openat() function
/titanic_41/usr/src/cmd/svc/startd/
H A Dlog.c674 if ((logfd = openat(dirfd, STARTD_DEFAULT_LOG, in log_init()
/titanic_41/usr/src/cmd/rm/
H A Drm.c248 while ((fd = openat(dirfd, entry, O_RDONLY|O_NONBLOCK)) == -1 && in opendirat()
/titanic_41/usr/src/lib/libc/port/threads/
H A Dscalls.c64 #pragma weak _openat = openat
822 openat(int fd, const char *path, int oflag, ...) in openat() function
/titanic_41/usr/src/cmd/backup/restore/
H A Dutilities.c603 if ((fd = openat(dfd, filename,
624 if ((fd = openat(dfd, filename, working_mode)) < 0) {
/titanic_41/usr/src/uts/common/os/
H A Dsysent.c109 int openat(int, char *, int, int);
520 /* 68 */ SYSENT_CI("openat", openat, 4),
/titanic_41/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg714 @ MSG_SYS_OPENAT "[ openat ]" # 68
715 @ MSG_SYS_OPENAT_ALT "openat"
/titanic_41/usr/src/lib/libpkg/common/
H A Dpkgserv.c129 fd = openat(dir, PKGDOOR, O_RDWR); in testdoor()

12