Searched refs:openat (Results 1 - 18 of 18) sorted by relevance

/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dfilebyproc.d10 syscall::openat*:entry { printf("%s %s", execname, copyinstr(arg1)); }
H A Dcreatbyproc.d15 * return (openat(AT_FDCWD, path, O_WRONLY|O_CREAT|O_TRUNC, mode));
22 syscall::openat*:entry
H A Dpathopens.d51 syscall::openat:entry,
59 syscall::openat:return,
86 syscall::openat:return,
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Proc/
H A Dfilebyproc.d10 syscall::openat*:entry { printf("%s %s", execname, copyinstr(arg1)); }
H A Dcreatbyproc.d15 * return (openat(AT_FDCWD, path, O_WRONLY|O_CREAT|O_TRUNC, mode));
22 syscall::openat*:entry
H A Dpathopens.d51 syscall::openat:entry,
59 syscall::openat:return,
86 syscall::openat:return,
/osnet-11/usr/src/lib/libc/port/gen/
H A Dopendir.c51 if ((fd = openat(AT_FDCWD, filename,
H A D_xftw.c80 * during the call to openat(), therefore if the depth argument
81 * is less than 2 _xftw will not use openat(), and it will fail with
277 * depth arg >= 2, use openat() to make sure that it doesn't fail with
290 * Traverse the path using openat() to get the fd for
298 if ((fd = openat(AT_FDCWD, dirp,
305 if ((cfd = openat(fd, token,
327 * use openat() to make sure that it doesn't fail with ENAMETOOLONG.
341 /* Traverse path using openat() to get fd for fstatat(). */
347 if ((fd = openat(AT_FDCWD, dirp, O_RDONLY)) < 0) {
355 if ((cfd = openat(f
[all...]
H A Dattropen.c96 if ((attrfd = openat(fd, attr, oflag | O_XATTR,
H A Dattrat.c167 xattrfd = openat(basefd, xattrname, oflag);
H A Dnftw.c88 * descriptors to be open during the call to openat(), therefore if
89 * the depth argument is less than 2 nftw will not use openat(), and
675 * requires a depth arg >= 2 so that nocdopendir() can use openat()
821 if ((fd = openat(AT_FDCWD, dirp,
828 if ((cfd = openat(fd, token,
/osnet-11/usr/src/lib/libfedfs/common/
H A Dget_rp_data.c67 fd2 = openat(fd1, REFERRAL_EA, O_RDONLY | O_XATTR);
/osnet-11/usr/src/lib/libcmdutils/common/
H A Dprocess_xattrs.c103 if ((indfd = openat(srcfd, ".", O_RDONLY|O_XATTR)) == -1) {
104 etext = dgettext(TEXT_DOMAIN, "cannot openat source");
128 if ((sattrfd = openat(indfd, dp->d_name,
139 if ((tattrfd = openat(outdfd, dp->d_name,
/osnet-11/usr/src/lib/libshadowtest/common/
H A Dlibshadowtest.c461 if ((map = openat(fd, "SUNWshadow.map", O_XATTR | O_RDONLY)) < 0) {
/osnet-11/usr/src/lib/libc/port/threads/
H A Dscalls.c60 #pragma weak _openat = openat
818 openat(int fd, const char *path, int oflag, ...) function
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgserv.c128 fd = openat(dir, PKGDOOR, O_RDWR);
/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.c91 fd = openat(dirfd(be->dir), LOCALFILE, O_RDONLY);
113 fd = openat(dirfd(be->dir), dp->d_name, O_RDONLY);
/osnet-11/usr/src/lib/libntsvcs/common/
H A Ddfs.c1411 xfd = openat(dfd, DFS_ROOT_XATTR, oflag | O_XATTR, 0600);

Completed in 70 milliseconds