Searched refs:openat (Results 1 - 18 of 18) sorted by relevance
| /osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/ |
| H A D | filebyproc.d | 10 syscall::openat*:entry { printf("%s %s", execname, copyinstr(arg1)); }
|
| H A D | creatbyproc.d | 15 * return (openat(AT_FDCWD, path, O_WRONLY|O_CREAT|O_TRUNC, mode)); 22 syscall::openat*:entry
|
| H A D | pathopens.d | 51 syscall::openat:entry, 59 syscall::openat:return, 86 syscall::openat:return,
|
| /osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Proc/ |
| H A D | filebyproc.d | 10 syscall::openat*:entry { printf("%s %s", execname, copyinstr(arg1)); }
|
| H A D | creatbyproc.d | 15 * return (openat(AT_FDCWD, path, O_WRONLY|O_CREAT|O_TRUNC, mode)); 22 syscall::openat*:entry
|
| H A D | pathopens.d | 51 syscall::openat:entry, 59 syscall::openat:return, 86 syscall::openat:return,
|
| /osnet-11/usr/src/lib/libc/port/gen/ |
| H A D | opendir.c | 51 if ((fd = openat(AT_FDCWD, filename,
|
| H A D | _xftw.c | 80 * 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 D | attropen.c | 96 if ((attrfd = openat(fd, attr, oflag | O_XATTR,
|
| H A D | attrat.c | 167 xattrfd = openat(basefd, xattrname, oflag);
|
| H A D | nftw.c | 88 * 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 D | get_rp_data.c | 67 fd2 = openat(fd1, REFERRAL_EA, O_RDONLY | O_XATTR);
|
| /osnet-11/usr/src/lib/libcmdutils/common/ |
| H A D | process_xattrs.c | 103 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 D | libshadowtest.c | 461 if ((map = openat(fd, "SUNWshadow.map", O_XATTR | O_RDONLY)) < 0) {
|
| /osnet-11/usr/src/lib/libc/port/threads/ |
| H A D | scalls.c | 60 #pragma weak _openat = openat 818 openat(int fd, const char *path, int oflag, ...) function
|
| /osnet-11/usr/src/lib/libpkg/common/ |
| H A D | pkgserv.c | 128 fd = openat(dir, PKGDOOR, O_RDWR);
|
| /osnet-11/usr/src/lib/nsswitch/files/common/ |
| H A D | files_common.c | 91 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 D | dfs.c | 1411 xfd = openat(dfd, DFS_ROOT_XATTR, oflag | O_XATTR, 0600);
|
Completed in 70 milliseconds