Searched full:syscall (Results 226 – 250 of 591) sorted by relevance
12345678910>>...24
/titanic_53/usr/src/lib/libbc/libc/sys/sys5/ |
H A D | chown.c | 27 #include <sys/syscall.h>
|
H A D | rmdir.c | 27 #include <sys/syscall.h>
|
H A D | mkdir.c | 26 #include <sys/syscall.h>
|
H A D | chmod.c | 26 #include <sys/syscall.h>
|
H A D | chdir.c | 29 #include <sys/syscall.h>
|
H A D | link.c | 26 #include <sys/syscall.h>
|
H A D | symlink.c | 26 #include <sys/syscall.h>
|
H A D | access.c | 29 #include <sys/syscall.h>
|
H A D | pathconf.c | 29 #include <sys/syscall.h>
|
/titanic_53/usr/src/lib/libc/common/sys/ |
H A D | _lgrpsys.s | 34 * Syscall entry point for lgroup interface routines
|
H A D | _pset.s | 34 * Syscall entry point for pset_create, pset_assign, pset_destroy,
|
/titanic_53/usr/src/lib/libdtrace_jni/java/docs/examples/ |
H A D | target.d | 29 syscall:::entry
|
H A D | syscall.d | 29 syscall:::entry
|
/titanic_53/usr/src/lib/libbc/libc/sys/common/sparc/ |
H A D | _syscall.s | 33 BSDSYSCALL(syscall)
|
/titanic_53/usr/src/cmd/dtrace/demo/agg/ |
H A D | renormalize.d | 34 syscall:::entry
|
/titanic_53/usr/src/lib/libbc/libc/sys/4.2/ |
H A D | chown.c | 28 #include <sys/syscall.h>
|
H A D | access.c | 30 #include <sys/syscall.h>
|
/titanic_53/usr/src/lib/libbc/libc/sys/common/ |
H A D | close.c | 29 #include <sys/syscall.h>
|
H A D | fsync.c | 29 #include <sys/syscall.h>
|
/titanic_53/usr/src/cmd/sgs/lddstub/sparc/ |
H A D | lddstub.s | 31 #include <sys/syscall.h>
|
/titanic_53/usr/src/uts/sparc/sys/ |
H A D | sysconfig_impl.h | 28 * platform-specific variables for the SUN private sysconfig syscall
|
/titanic_53/usr/src/cmd/pfexecd/ |
H A D | pfexecd.c | 29 #include <sys/syscall.h> 170 int ret = syscall(SYS_privsys, PRIVSYS_PFEXEC_REG, fd); in register_pfexec() 180 (void) syscall(SYS_privsys, PRIVSYS_PFEXEC_UNREG, doorfd); in unregister_pfexec()
|
/titanic_53/usr/src/uts/intel/ia32/sys/ |
H A D | traptrace.h | 286 #define TT_SYSC 0xad /* system call via syscall (32-bit) */ 287 #define TT_SYSC64 0xae /* system call via syscall (64-bit) */
|
/titanic_53/usr/src/lib/libc/port/gen/ |
H A D | attrat.c | 35 #include <sys/syscall.h> 60 return (syscall(SYS_openat, fd, name, FXATTRDIROPEN, 0)); in __openattrdirat()
|
/titanic_53/usr/src/uts/intel/sys/ |
H A D | sysconfig_impl.h | 29 * platform-specific variables for the SUN private sysconfig syscall
|
12345678910>>...24