/titanic_52/usr/src/cmd/csh/ |
H A D | wait.h | 38 int w_status; /* used in syscall */
|
/titanic_52/usr/src/cmd/power/ |
H A D | pmconfig.h | 64 * chosen to match syscall return values
|
/titanic_52/usr/src/lib/libsendfile/common/ |
H A D | sendfile.c | 40 #include <sys/syscall.h>
|
/titanic_52/usr/src/cmd/dtrace/test/tst/common/usdt/ |
H A D | tst.dlclose1.ksh | 135 syscall::pause:entry
|
/titanic_52/usr/src/lib/libbc/inc/include/sys/ |
H A D | wait.h | 42 int w_status; /* used in syscall */
|
/titanic_52/usr/src/uts/common/fs/proc/ |
H A D | prioctl.c | 57 #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 D | audit_start.c | 118 #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 D | auxv_386.h | 47 #define AV_386_AMD_SYSC 0x00010 /* AMD's syscall and sysret */
|
/titanic_52/usr/src/cmd/sgs/rtld.4.x/ |
H A D | rtldlib.s | 26 #include <sys/syscall.h> ! compatibility stuff, it actually
|
/titanic_52/usr/src/boot/sys/x86/include/ |
H A D | frame.h | 116 * the syscall arguments directly from the beginning of the frame.
|
/titanic_52/usr/src/ucblib/libucb/port/ |
H A D | mapfile-vers | 186 syscall { TYPE = FUNCTION; FILTER = libc.so.1 };
|
/titanic_52/usr/src/lib/libbc/libc/sys/common/ |
H A D | shmsys.c | 32 #include <sys/syscall.h>
|
H A D | syscall.c | 29 #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 D | Makefile | 301 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 D | sysi86.c | 39 #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 D | latencytop.d | 421 TRANSLATE(syscall:::entry, syscall:::return, probefunc, 10)
|
/titanic_52/usr/src/cmd/devfsadm/ |
H A D | devfsadm_impl.h | 75 #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 D | door.s | 90 * Save stack_base (arg4), since %rcx will be trashed if the syscall
|
/titanic_52/usr/src/lib/libproc/common/ |
H A D | pr_meminfo.c | 163 /* syscall was successful, copy out the data */ in pr_meminfo()
|
/titanic_52/usr/src/cmd/sa/ |
H A D | sa.h | 107 uint64_t syscall; member
|
/titanic_52/usr/src/cmd/truss/ |
H A D | ramdata.c | 126 int exit_called; /* _exit() syscall was seen */
|
/titanic_52/usr/src/cmd/sgs/librtld_db/demo/common/ |
H A D | dis.c | 35 #include <sys/syscall.h>
|
/titanic_52/usr/src/uts/i86pc/ml/ |
H A D | offsets.in | 208 cpu_stats.sys.syscall CPU_STATS_SYS_SYSCALL
|
/titanic_52/usr/src/head/ |
H A D | rtld_db.h | 68 RD_NOTIFY_SYSCALL /* watch for syscall */
|
/titanic_52/usr/src/lib/libproc/sparcv9/ |
H A D | Pisadep.c | 45 #define SYSCALL32 0x91d02008 /* 32-bit syscall (ta 8) instruction */ 46 #define SYSCALL64 0x91d02040 /* 64-bit syscall (ta 64) instruction */
|