/titanic_41/usr/src/head/ |
H A D | fcntl.h | 85 #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.c | 292 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 D | opendir.c | 54 if ((fd = openat(AT_FDCWD, filename, in opendir()
|
H A D | attropen.c | 96 if ((attrfd = openat(fd, attr, oflag | O_XATTR, in attropen()
|
H A D | nftw.c | 701 if ((fd = openat(AT_FDCWD, dirp, O_RDONLY)) < 0) { in nocdopendir() 707 if ((cfd = openat(fd, token, O_RDONLY)) < 0) { in nocdopendir()
|
H A D | attrat.c | 167 xattrfd = openat(basefd, xattrname, oflag); in xattr_openat()
|
/titanic_41/usr/src/lib/libcmdutils/common/ |
H A D | process_xattrs.c | 104 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 D | audit_event.txt | 317 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 D | open.c | 295 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 D | Makefile | 218 openat.2 \ 351 openat.2 := LINKSRC = open.2
|
/titanic_41/usr/src/test/zfs-tests/cmd/mktree/ |
H A D | mktree.c | 177 if ((afd = openat(fd, "xattr", O_CREAT | O_RDWR | O_XATTR, 0777)) < 0) { in crtfile()
|
/titanic_41/usr/src/uts/intel/os/ |
H A D | name_to_sysnum | 65 openat 68
|
/titanic_41/usr/src/uts/sparc/os/ |
H A D | name_to_sysnum | 64 openat 68
|
/titanic_41/usr/src/cmd/mv/ |
H A D | mv.c | 2032 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 D | fake_vop.c | 353 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 D | audit_record_attr.txt | 822 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 D | rtldlib.s | 88 mov %o2, %o3 ! openat(AT_FDCWD, path, oflag, mode)
|
/titanic_41/usr/src/cmd/sgs/rtld/common/ |
H A D | external.c | 648 openat(int fd, const char *path, int oflag, ...) in openat() function
|
/titanic_41/usr/src/cmd/svc/startd/ |
H A D | log.c | 674 if ((logfd = openat(dirfd, STARTD_DEFAULT_LOG, in log_init()
|
/titanic_41/usr/src/cmd/rm/ |
H A D | rm.c | 248 while ((fd = openat(dirfd, entry, O_RDONLY|O_NONBLOCK)) == -1 && in opendirat()
|
/titanic_41/usr/src/lib/libc/port/threads/ |
H A D | scalls.c | 64 #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 D | utilities.c | 603 if ((fd = openat(dfd, filename, 624 if ((fd = openat(dfd, filename, working_mode)) < 0) {
|
/titanic_41/usr/src/uts/common/os/ |
H A D | sysent.c | 109 int openat(int, char *, int, int); 520 /* 68 */ SYSENT_CI("openat", openat, 4),
|
/titanic_41/usr/src/cmd/sgs/libconv/common/ |
H A D | corenote.msg | 714 @ MSG_SYS_OPENAT "[ openat ]" # 68 715 @ MSG_SYS_OPENAT_ALT "openat"
|
/titanic_41/usr/src/lib/libpkg/common/ |
H A D | pkgserv.c | 129 fd = openat(dir, PKGDOOR, O_RDWR); in testdoor()
|