/titanic_44/usr/src/lib/libbc/libc/sys/common/ |
H A D | _creat.c | 47 if ((fd = _syscall(SYS_openat, AT_FDCWD, in creat_com() 54 if ((fd = _syscall(SYS_openat, AT_FDCWD, in creat_com() 59 return (_syscall(SYS_openat, AT_FDCWD, path, CREATFLAGS, mode)); in creat_com()
|
H A D | _open.c | 105 return (_syscall(SYS_openat, AT_FDCWD, locbuf, nflags, mode)); in open_com() 115 if ((fd = _syscall(SYS_openat, AT_FDCWD, path, nflags, mode)) in open_com() 123 fd = _syscall(SYS_openat, in open_com() 131 fd = _syscall(SYS_openat, in open_com() 138 return (_syscall(SYS_openat, AT_FDCWD, path, nflags, mode)); in open_com() 181 fd = _syscall(SYS_openat, AT_FDCWD, tmp_name, O_RDONLY); in open_mnt() 322 if ((fd = _syscall(SYS_openat, AT_FDCWD, file, oflag, 0666)) < 0) in _fopen() 361 tmp_file = _syscall(SYS_openat, AT_FDCWD, tmp_name, O_RDONLY); in open_printcap() 384 if ((config_fd = _syscall(SYS_openat, AT_FDCWD, fullPath, O_RDONLY)) in getPrinterInfo()
|
/titanic_44/usr/src/lib/libproc/common/ |
H A D | pr_open.c | 76 error = Psyscall(Pr, &rval, SYS_openat, 4, &argd[0]); in pr_open() 127 error = Psyscall(Pr, &rval, SYS_openat, 4, &argd[0]); in pr_creat()
|
/titanic_44/usr/src/lib/libbc/libc/gen/common/ |
H A D | ttyslot.c | 67 if ((fd = _syscall(SYS_openat, in ttyslot()
|
/titanic_44/usr/src/lib/brand/solaris10/s10_brand/common/ |
H A D | s10_deleted.c | 114 return (__systemcall(rval, SYS_openat + 1024, in s10_openat() 121 return (__systemcall(rval, SYS_openat + 1024, in s10_open() 128 return (__systemcall(rval, SYS_openat + 1024, in s10_creat()
|
/titanic_44/usr/src/cmd/truss/ |
H A D | actions.c | 396 (nargs > 1 && (what == SYS_openat || what == SYS_openat64))) { in sysentry() 483 (i == 1 && (what == SYS_openat || in sysentry() 564 if (what == SYS_openat || what == SYS_openat64 || in sysexit() 590 (what != SYS_openat && what != SYS_openat64 && in sysexit() 911 (i == 1 && (what == SYS_openat || in showpaths()
|
H A D | listopts.c | 196 case SYS_openat: /* set all if any */ in syslist() 200 sys = SYS_openat; in syslist()
|
H A D | systable.c | 1033 { "openattrdirat", SYS_openat }, 1139 case SYS_openat: in subsys() 1440 case SYS_openat: /* openat() w/ and w/o AT_FDCWD */ in getsubcode() 1606 case SYS_openat: in nsubcodes()
|
H A D | main.c | 680 praddset(&traceeven, SYS_openat); in main() 1162 if (what == SYS_openat || what == SYS_openat64 || in worker_thread() 1170 ((what == SYS_openat || in worker_thread()
|
/titanic_44/usr/src/lib/libc/port/sys/ |
H A D | open.c | 53 int fd = syscall(SYS_openat, dfd, path, oflag, mode); in __openat()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | syscall.h | 165 #define SYS_openat 68 macro
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | attrat.c | 60 return (syscall(SYS_openat, fd, name, FXATTRDIROPEN, 0)); in __openattrdirat()
|
/titanic_44/usr/src/uts/common/c2/ |
H A D | audit.c | 158 tad->tad_scid == SYS_openat || in audit_savepath() 856 tad->tad_scid == SYS_openat || in audit_setf() 1036 case SYS_openat: in audit_setfsat_path() 1069 if (tad->tad_scid == SYS_openat || in audit_setfsat_path()
|
/titanic_44/usr/src/cmd/sgs/rtld.4.x/ |
H A D | rtldlib.s | 94 mov SYS_openat, %g1
|
/titanic_44/usr/src/lib/libc/sparc/crt/ |
H A D | _rtboot.s | 182 mov SYS_openat, %g1
|