/titanic_41/usr/src/ucbcmd/sbcp/ |
H A D | Makefile | 30 CLEANFILES= sysent.s 63 $(OBJS): sysent.s 65 sysent.s: syscalls.list mksysent 66 -$(RM) sysent.s 67 sh ./mksysent > sysent.s
|
/titanic_41/usr/src/uts/common/dtrace/ |
H A D | systrace.c | 52 systrace_init(struct sysent *actual, systrace_sysent_t **interposed) in systrace_init() 54 systrace_sysent_t *sysent = *interposed; in systrace_init() local 57 if (sysent == NULL) { in systrace_init() 58 *interposed = sysent = kmem_zalloc(sizeof (systrace_sysent_t) * in systrace_init() 63 struct sysent *a = &actual[i]; in systrace_init() 64 systrace_sysent_t *s = &sysent[i]; in systrace_init() 90 systrace_init(sysent, &systrace_sysent); in systrace_provide() 163 ASSERT(sysent[sysnum].sy_callc == dtrace_systrace_syscall); in systrace_enable() 167 (void) atomic_cas_ptr(&sysent[sysnum].sy_callc, in systrace_enable() 187 (void) atomic_cas_ptr(&sysent[sysnum].sy_callc, in systrace_disable()
|
/titanic_41/usr/src/uts/intel/ia32/os/ |
H A D | syscall.c | 73 static krwlock_t *lock_syscall(struct sysent *, uint_t); 78 (lwp_getdatamodel(lwp) == DATAMODEL_NATIVE ? sysent : sysent32) 80 #define LWP_GETSYSENT(lwp) (sysent) 133 static struct sysent sysent_err = { 141 struct sysent * 147 struct sysent *callp; in syscall_entry() 148 struct sysent *se = LWP_GETSYSENT(lwp); in syscall_entry() 386 struct sysent *callp; in pre_syscall() 880 struct sysent *se; in dosyscall() 1016 struct sysent *se = LWP_GETSYSENT(lwp); in save_syscall_args() [all …]
|
/titanic_41/usr/src/uts/sparc/os/ |
H A D | syscall.c | 68 static krwlock_t *lock_syscall(struct sysent *, uint_t); 71 static struct sysent * 75 return (sysent); in lwp_getsysent() 80 #define LWP_GETSYSENT(lwp) (sysent) 222 struct sysent *se = LWP_GETSYSENT(lwp); in save_syscall_args() 223 struct sysent *callp = se + code; in save_syscall_args() 486 struct sysent *callp; in pre_syscall() 921 struct sysent *callp; in syscall_ap() 949 lock_syscall(struct sysent *table, uint_t code) in lock_syscall() 954 struct sysent *callp; in lock_syscall() [all …]
|
/titanic_41/usr/src/uts/common/os/ |
H A D | modconf.c | 260 static struct sysent *mod_getsysent(struct modlinkage *, struct sysent *); 726 mod_infosysnum(struct modlinkage *modlp, struct sysent table[]) in mod_infosysnum() 728 struct sysent *sysp; in mod_infosysnum() 742 struct sysent table[]) in mod_installsys_sysent() 744 struct sysent *sysp; in mod_installsys_sysent() 745 struct sysent *mp; in mod_installsys_sysent() 809 struct sysent table[]) in mod_removesys_sysent() 811 struct sysent *sysp; in mod_removesys_sysent() 853 *p0 = mod_infosysnum(modlp, sysent); in mod_infosys() 864 return (mod_installsys_sysent(modl, modlp, sysent)); in mod_installsys() [all …]
|
H A D | inst_sync.c | 77 static struct sysent in_sync_sysent = {
|
H A D | sysent.c | 431 struct sysent nosys_ent = SYSENT_NOSYS(); 436 struct sysent sysent[NSYSCALL] = variable 819 struct sysent sysent32[NSYSCALL] =
|
H A D | acct.c | 75 static struct sysent acctsysent = {
|
H A D | shm.c | 181 static struct sysent ipcshm_sysent = { 192 static struct sysent ipcshm_sysent32 = {
|
H A D | msg.c | 128 static struct sysent ipcmsg_sysent = { 142 static struct sysent ipcmsg_sysent32 = {
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | systm.h | 333 struct sysent { struct 345 extern struct sysent sysent[]; argument 347 extern struct sysent sysent32[]; 350 extern struct sysent nosys_ent; /* entry for invalid system call */
|
H A D | modctl.h | 102 struct sysent *sys_sysent;
|
/titanic_41/usr/src/uts/common/c2/ |
H A D | audit_start.c | 321 sy_flags = sysent[scid].sy_flags & SE_RVAL_MASK; in audit_finish() 327 sy_flags = sysent[scid].sy_flags & SE_RVAL_MASK; in audit_finish()
|
H A D | audit_event.c | 1865 sy_flags = sysent[scid].sy_flags & SE_RVAL_MASK; in auf_msgsys() 1869 sy_flags = sysent[scid].sy_flags & SE_RVAL_MASK; in auf_msgsys() 1934 sy_flags = sysent[scid].sy_flags & SE_RVAL_MASK; in auf_semsys() 1938 sy_flags = sysent[scid].sy_flags & SE_RVAL_MASK; in auf_semsys() 2293 sy_flags = sysent[scid].sy_flags & SE_RVAL_MASK; in auf_shmsys() 2297 sy_flags = sysent[scid].sy_flags & SE_RVAL_MASK; in auf_shmsys() 3544 sy_flags = sysent[scid].sy_flags & SE_RVAL_MASK; in auf_accept() 3548 sy_flags = sysent[scid].sy_flags & SE_RVAL_MASK; in auf_accept()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | exacctsys.c | 353 static struct sysent exacctsys_sysent = { 367 static struct sysent exacctsys_sysent32 = {
|
H A D | pipe.c | 55 static struct sysent pipe_sysent = {
|
H A D | acctctl.c | 520 static struct sysent ac_sysent = {
|
/titanic_41/usr/src/uts/common/fs/sharefs/ |
H A D | sharefs_vfsops.c | 62 static struct sysent sharefs_sysent = {
|
/titanic_41/usr/src/cmd/mdb/i86pc/modules/unix/ |
H A D | unix.c | 196 struct sysent sys; in ttrace_syscall() 210 addr = (uintptr_t)sym.st_value + sysnum * sizeof (struct sysent); in ttrace_syscall()
|
/titanic_41/usr/src/uts/i86pc/ml/ |
H A D | syscall_asm.s | 253 leal sysent(%eax), %eax; \
|
H A D | offsets.in | 265 sysent SYSENT_SIZE SYSENT_SIZE_SHIFT
|
/titanic_41/usr/src/uts/sparc/v9/ml/ |
H A D | syscall_trap.s | 165 set sysent, %g3 ! load address of vector table
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_common.c | 100 static struct sysent nfssysent = {
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | trap.c | 2090 struct sysent *sys; 2120 sys = &sysent[rec->ttr_sysnum]; 2123 sys = &sysent[rec->ttr_sysnum];
|
/titanic_41/usr/src/uts/common/fs/portfs/ |
H A D | port.c | 386 static struct sysent port_sysent = { 402 static struct sysent port_sysent32 = {
|