Home
last modified time | relevance | path

Searched refs:SYS_open (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/sys/
H A Dopen.c50 return (syscall(SYS_open, path, oflag, mode)); in __open()
/illumos-gate/usr/src/uts/common/sys/
H A Dsyscall.h58 #define SYS_open 5 macro
/illumos-gate/usr/src/cmd/truss/
H A Dlistopts.c198 case SYS_open: in syslist()
202 sysx = SYS_open; in syslist()
H A Dactions.c565 what == SYS_open || what == SYS_open64) in sysexit()
591 what != SYS_open && what != SYS_open64 && in sysexit()
H A Dsystable.c1035 { "creat", SYS_open },
1151 case SYS_open: in subsys()
1451 case SYS_open: /* open() w/ and w/o O_CREAT */ in getsubcode()
1614 case SYS_open: in nsubcodes()
H A Dmain.c684 praddset(&traceeven, SYS_open); in main()
1169 what == SYS_open || what == SYS_open64) { in worker_thread()
1180 ((what == SYS_open || in worker_thread()
/illumos-gate/usr/src/uts/common/c2/
H A Daudit.c155 (tad->tad_scid == SYS_open || in audit_savepath()
853 if (!(tad->tad_scid == SYS_open || in audit_setf()
1052 case SYS_open: in audit_setfsat_path()
1091 if (tad->tad_scid == SYS_open || in audit_setfsat_path()