Home
last modified time | relevance | path

Searched full:syscall (Results 376 – 400 of 591) sorted by relevance

1...<<11121314151617181920>>...24

/titanic_52/usr/src/cmd/csh/
H A Dwait.h38 int w_status; /* used in syscall */
/titanic_52/usr/src/cmd/power/
H A Dpmconfig.h64 * chosen to match syscall return values
/titanic_52/usr/src/lib/libsendfile/common/
H A Dsendfile.c40 #include <sys/syscall.h>
/titanic_52/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.dlclose1.ksh135 syscall::pause:entry
/titanic_52/usr/src/lib/libbc/inc/include/sys/
H A Dwait.h42 int w_status; /* used in syscall */
/titanic_52/usr/src/uts/common/fs/proc/
H A Dprioctl.c57 #include <sys/syscall.h>
343 case PIOCSENTRY: /* set syscall entry bit mask */ in prioctl64()
344 case PIOCSEXIT: /* set syscall exit bit mask */ in prioctl64()
690 case PIOCGENTRY: /* get syscall entry bit mask */ in prioctl64()
691 case PIOCGEXIT: /* get syscall exit bit mask */ in prioctl64()
703 case PIOCSENTRY: /* set syscall entry bit mask */ in prioctl64()
704 case PIOCSEXIT: /* set syscall exit bit mask */ in prioctl64()
1906 case PIOCSENTRY: /* set syscall entry bit mask */ in prioctl32()
1907 case PIOCSEXIT: /* set syscall exit bit mask */ in prioctl32()
2286 case PIOCGENTRY: /* get syscall entr in prioctl32()
[all...]
/titanic_52/usr/src/uts/common/c2/
H A Daudit_start.c118 #include <sys/syscall.h>
161 * copy the syscall args as future audit stuff may need them. in audit_start()
/titanic_52/usr/src/uts/common/sys/
H A Dauxv_386.h47 #define AV_386_AMD_SYSC 0x00010 /* AMD's syscall and sysret */
/titanic_52/usr/src/cmd/sgs/rtld.4.x/
H A Drtldlib.s26 #include <sys/syscall.h> ! compatibility stuff, it actually
/titanic_52/usr/src/boot/sys/x86/include/
H A Dframe.h116 * the syscall arguments directly from the beginning of the frame.
/titanic_52/usr/src/ucblib/libucb/port/
H A Dmapfile-vers186 syscall { TYPE = FUNCTION; FILTER = libc.so.1 };
/titanic_52/usr/src/lib/libbc/libc/sys/common/
H A Dshmsys.c32 #include <sys/syscall.h>
H A Dsyscall.c29 #include <sys/syscall.h>
87 syscall(int sysnum, ...) in syscall() function
618 /* The following can directly go through syscall */ in syscall()
/titanic_52/usr/src/lib/libc/amd64/
H A DMakefile301 syscall.o \
1041 # As a favor to the dtrace syscall provider, libc still calls the
1042 # old syscall traps that have been obsoleted by the *at() interfaces.
/titanic_52/usr/src/uts/intel/ia32/os/
H A Dsysi86.c39 #include <sys/syscall.h>
435 * Install ctx op that ensures syscall/sysenter are disabled.
514 * the syscall/sysret and sysenter/sysexit instructions in setdscr()
/titanic_52/usr/src/cmd/latencytop/common/
H A Dlatencytop.d421 TRANSLATE(syscall:::entry, syscall:::return, probefunc, 10)
/titanic_52/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h75 #include <sys/syscall.h>
497 static int devname_kcall(int, void *); /* syscall into the devname fs */
/titanic_52/usr/src/lib/libc/amd64/sys/
H A Ddoor.s90 * Save stack_base (arg4), since %rcx will be trashed if the syscall
/titanic_52/usr/src/lib/libproc/common/
H A Dpr_meminfo.c163 /* syscall was successful, copy out the data */ in pr_meminfo()
/titanic_52/usr/src/cmd/sa/
H A Dsa.h107 uint64_t syscall; member
/titanic_52/usr/src/cmd/truss/
H A Dramdata.c126 int exit_called; /* _exit() syscall was seen */
/titanic_52/usr/src/cmd/sgs/librtld_db/demo/common/
H A Ddis.c35 #include <sys/syscall.h>
/titanic_52/usr/src/uts/i86pc/ml/
H A Doffsets.in208 cpu_stats.sys.syscall CPU_STATS_SYS_SYSCALL
/titanic_52/usr/src/head/
H A Drtld_db.h68 RD_NOTIFY_SYSCALL /* watch for syscall */
/titanic_52/usr/src/lib/libproc/sparcv9/
H A DPisadep.c45 #define SYSCALL32 0x91d02008 /* 32-bit syscall (ta 8) instruction */
46 #define SYSCALL64 0x91d02040 /* 64-bit syscall (ta 64) instruction */

1...<<11121314151617181920>>...24