Symbol: sysent
usr/src/cmd/mdb/i86pc/modules/unix/unix.c
198
struct sysent sys;
usr/src/cmd/mdb/i86pc/modules/unix/unix.c
212
addr = (uintptr_t)sym.st_value + sysnum * sizeof (struct sysent);
usr/src/uts/common/c2/audit.c
1584
sy_flags = sysent[scid].sy_flags & SE_RVAL_MASK;
usr/src/uts/common/c2/audit.c
1588
sy_flags = sysent[scid].sy_flags & SE_RVAL_MASK;
usr/src/uts/common/c2/audit_event.c
1910
sy_flags = sysent[scid].sy_flags & SE_RVAL_MASK;
usr/src/uts/common/c2/audit_event.c
1914
sy_flags = sysent[scid].sy_flags & SE_RVAL_MASK;
usr/src/uts/common/c2/audit_event.c
1979
sy_flags = sysent[scid].sy_flags & SE_RVAL_MASK;
usr/src/uts/common/c2/audit_event.c
1983
sy_flags = sysent[scid].sy_flags & SE_RVAL_MASK;
usr/src/uts/common/c2/audit_event.c
2338
sy_flags = sysent[scid].sy_flags & SE_RVAL_MASK;
usr/src/uts/common/c2/audit_event.c
2342
sy_flags = sysent[scid].sy_flags & SE_RVAL_MASK;
usr/src/uts/common/c2/audit_event.c
3653
sy_flags = sysent[scid].sy_flags & SE_RVAL_MASK;
usr/src/uts/common/c2/audit_event.c
3657
sy_flags = sysent[scid].sy_flags & SE_RVAL_MASK;
usr/src/uts/common/c2/audit_start.c
321
sy_flags = sysent[scid].sy_flags & SE_RVAL_MASK;
usr/src/uts/common/c2/audit_start.c
327
sy_flags = sysent[scid].sy_flags & SE_RVAL_MASK;
usr/src/uts/common/dtrace/systrace.c
163
ASSERT(sysent[sysnum].sy_callc == dtrace_systrace_syscall);
usr/src/uts/common/dtrace/systrace.c
167
(void) atomic_cas_ptr(&sysent[sysnum].sy_callc,
usr/src/uts/common/dtrace/systrace.c
187
(void) atomic_cas_ptr(&sysent[sysnum].sy_callc,
usr/src/uts/common/dtrace/systrace.c
52
systrace_init(struct sysent *actual, systrace_sysent_t **interposed)
usr/src/uts/common/dtrace/systrace.c
54
systrace_sysent_t *sysent = *interposed;
usr/src/uts/common/dtrace/systrace.c
57
if (sysent == NULL) {
usr/src/uts/common/dtrace/systrace.c
58
*interposed = sysent = kmem_zalloc(sizeof (systrace_sysent_t) *
usr/src/uts/common/dtrace/systrace.c
63
struct sysent *a = &actual[i];
usr/src/uts/common/dtrace/systrace.c
64
systrace_sysent_t *s = &sysent[i];
usr/src/uts/common/dtrace/systrace.c
90
systrace_init(sysent, &systrace_sysent);
usr/src/uts/common/fs/autofs/auto_vfsops.c
68
static struct sysent autofssysent = {
usr/src/uts/common/fs/doorfs/door_sys.c
108
static struct sysent door_sysent = {
usr/src/uts/common/fs/doorfs/door_sys.c
124
static struct sysent door_sysent32 = {
usr/src/uts/common/fs/nfs/nfs_common.c
100
static struct sysent nfssysent = {
usr/src/uts/common/fs/portfs/port.c
389
static struct sysent port_sysent = {
usr/src/uts/common/fs/portfs/port.c
405
static struct sysent port_sysent32 = {
usr/src/uts/common/fs/sharefs/sharefs_vfsops.c
66
static struct sysent sharefs_sysent = {
usr/src/uts/common/io/cpc.c
916
static struct sysent cpc_sysent = {
usr/src/uts/common/os/acct.c
75
static struct sysent acctsysent = {
usr/src/uts/common/os/aio.c
143
static struct sysent kaio_sysent = {
usr/src/uts/common/os/aio.c
150
static struct sysent kaio_sysent32 = {
usr/src/uts/common/os/aio.c
159
static struct sysent kaio_sysent = {
usr/src/uts/common/os/inst_sync.c
77
static struct sysent in_sync_sysent = {
usr/src/uts/common/os/modconf.c
1383
static struct sysent *
usr/src/uts/common/os/modconf.c
1384
mod_getsysent(struct modlinkage *modlp, struct sysent *se)
usr/src/uts/common/os/modconf.c
265
static struct sysent *mod_getsysent(struct modlinkage *, struct sysent *);
usr/src/uts/common/os/modconf.c
729
mod_infosysnum(struct modlinkage *modlp, struct sysent table[])
usr/src/uts/common/os/modconf.c
731
struct sysent *sysp;
usr/src/uts/common/os/modconf.c
745
struct sysent table[])
usr/src/uts/common/os/modconf.c
747
struct sysent *sysp;
usr/src/uts/common/os/modconf.c
748
struct sysent *mp;
usr/src/uts/common/os/modconf.c
812
struct sysent table[])
usr/src/uts/common/os/modconf.c
814
struct sysent *sysp;
usr/src/uts/common/os/modconf.c
856
*p0 = mod_infosysnum(modlp, sysent);
usr/src/uts/common/os/modconf.c
867
return (mod_installsys_sysent(modl, modlp, sysent));
usr/src/uts/common/os/modconf.c
877
return (mod_removesys_sysent(modl, modlp, sysent));
usr/src/uts/common/os/modctl.c
173
struct sysent *callp;
usr/src/uts/common/os/modctl.c
242
for (callnum = 0, callp = sysent; callnum < NSYSCALL;
usr/src/uts/common/os/modctl.c
312
sysent[callnum].sy_callc == nosys)
usr/src/uts/common/os/modctl.c
319
(sysent[callnum].sy_callc == loadable_syscall)) {
usr/src/uts/common/os/modctl.c
330
((sysent[callnum].sy_flags & SE_32RVAL2) == 0)) {
usr/src/uts/common/os/msg.c
128
static struct sysent ipcmsg_sysent = {
usr/src/uts/common/os/msg.c
142
static struct sysent ipcmsg_sysent32 = {
usr/src/uts/common/os/shm.c
181
static struct sysent ipcshm_sysent = {
usr/src/uts/common/os/shm.c
192
static struct sysent ipcshm_sysent32 = {
usr/src/uts/common/os/sysent.c
430
struct sysent nosys_ent = SYSENT_NOSYS();
usr/src/uts/common/os/sysent.c
435
struct sysent sysent[NSYSCALL] =
usr/src/uts/common/os/sysent.c
818
struct sysent sysent32[NSYSCALL] =
usr/src/uts/common/rpc/rpcmod.c
107
static struct sysent rpcsysent = {
usr/src/uts/common/sys/modctl.h
103
struct sysent *sys_sysent;
usr/src/uts/common/sys/systm.h
376
extern struct sysent sysent[];
usr/src/uts/common/sys/systm.h
378
extern struct sysent sysent32[];
usr/src/uts/common/sys/systm.h
381
extern struct sysent nosys_ent; /* entry for invalid system call */
usr/src/uts/common/syscall/acctctl.c
520
static struct sysent ac_sysent = {
usr/src/uts/common/syscall/exacctsys.c
351
static struct sysent exacctsys_sysent = {
usr/src/uts/common/syscall/exacctsys.c
365
static struct sysent exacctsys_sysent32 = {
usr/src/uts/common/syscall/pipe.c
55
static struct sysent pipe_sysent = {
usr/src/uts/common/syscall/pset.c
49
static struct sysent pset_sysent = {
usr/src/uts/common/syscall/sem.c
179
static struct sysent ipcsem_sysent = {
usr/src/uts/i86pc/os/trap.c
1947
struct sysent *sys;
usr/src/uts/i86pc/os/trap.c
1977
sys = &sysent[rec->ttr_sysnum];
usr/src/uts/intel/os/syscall.c
1001
struct sysent *se = LWP_GETSYSENT(lwp);
usr/src/uts/intel/os/syscall.c
1002
struct sysent *callp = se + code;
usr/src/uts/intel/os/syscall.c
1072
struct sysent *callp;
usr/src/uts/intel/os/syscall.c
1101
lock_syscall(struct sysent *table, uint_t code)
usr/src/uts/intel/os/syscall.c
1106
struct sysent *callp;
usr/src/uts/intel/os/syscall.c
1169
struct sysent *callp;
usr/src/uts/intel/os/syscall.c
1170
struct sysent *se = LWP_GETSYSENT(lwp);
usr/src/uts/intel/os/syscall.c
132
static struct sysent sysent_err = {
usr/src/uts/intel/os/syscall.c
140
struct sysent *
usr/src/uts/intel/os/syscall.c
146
struct sysent *callp;
usr/src/uts/intel/os/syscall.c
147
struct sysent *se = LWP_GETSYSENT(lwp);
usr/src/uts/intel/os/syscall.c
376
struct sysent *callp;
usr/src/uts/intel/os/syscall.c
72
static krwlock_t *lock_syscall(struct sysent *, uint_t);
usr/src/uts/intel/os/syscall.c
77
(lwp_getdatamodel(lwp) == DATAMODEL_NATIVE ? sysent : sysent32)
usr/src/uts/intel/os/syscall.c
79
#define LWP_GETSYSENT(lwp) (sysent)
usr/src/uts/intel/os/syscall.c
865
struct sysent *se;
usr/src/uts/sparc/os/syscall.c
1001
struct sysent *callp;
usr/src/uts/sparc/os/syscall.c
1002
struct sysent *se = LWP_GETSYSENT(ttolwp(curthread));
usr/src/uts/sparc/os/syscall.c
1041
struct sysent *callp;
usr/src/uts/sparc/os/syscall.c
221
struct sysent *se = LWP_GETSYSENT(lwp);
usr/src/uts/sparc/os/syscall.c
222
struct sysent *callp = se + code;
usr/src/uts/sparc/os/syscall.c
481
struct sysent *callp;
usr/src/uts/sparc/os/syscall.c
67
static krwlock_t *lock_syscall(struct sysent *, uint_t);
usr/src/uts/sparc/os/syscall.c
70
static struct sysent *
usr/src/uts/sparc/os/syscall.c
74
return (sysent);
usr/src/uts/sparc/os/syscall.c
79
#define LWP_GETSYSENT(lwp) (sysent)
usr/src/uts/sparc/os/syscall.c
905
struct sysent *callp;
usr/src/uts/sparc/os/syscall.c
933
lock_syscall(struct sysent *table, uint_t code)
usr/src/uts/sparc/os/syscall.c
938
struct sysent *callp;