Searched refs:NSYSCALL (Results 1 – 18 of 18) sorted by relevance
/titanic_41/usr/src/uts/common/dtrace/ |
H A D | systrace.c | 44 #if ((1 << SYSTRACE_SHIFT) <= NSYSCALL) 59 NSYSCALL, KM_SLEEP); in systrace_init() 62 for (i = 0; i < NSYSCALL; i++) { in systrace_init() 95 for (i = 0; i < NSYSCALL; i++) { in systrace_provide()
|
/titanic_41/usr/src/uts/common/brand/sn1/ |
H A D | sn1_brand.c | 242 sn1_emulation_table = kmem_zalloc(NSYSCALL, KM_SLEEP); in _init() 258 kmem_free(sn1_emulation_table, NSYSCALL); in _init()
|
/titanic_41/usr/src/lib/brand/shared/brand/common/ |
H A D | brand_util.c | 249 brand_assert(code < NSYSCALL); in brand_indir() 310 for (i = 0; i < NSYSCALL; i++) { in brand_pre_init()
|
/titanic_41/usr/src/uts/intel/ia32/os/ |
H A D | syscall.c | 170 callp = code >= NSYSCALL ? &nosys_ent : se + code; in syscall_entry() 388 if (code >= NSYSCALL) in pre_syscall() 395 if (code >= NSYSCALL) in pre_syscall() 667 int nargs = (code > 0 && code < NSYSCALL)? in post_syscall() 937 if (code != 0 && code < NSYSCALL) { in get_syscall_args() 1013 if (code >= NSYSCALL) { in save_syscall_args()
|
/titanic_41/usr/src/uts/sparc/os/ |
H A D | syscall.c | 160 if (code != 0 && code < NSYSCALL) { in get_syscall_args() 219 if (code >= NSYSCALL) { in save_syscall_args() 488 if (code >= NSYSCALL) in pre_syscall() 495 if (code >= NSYSCALL) in pre_syscall() 758 int nargs = (code > 0 && code < NSYSCALL)? in post_syscall() 1061 if (code <= 0 || code >= NSYSCALL) in indir()
|
/titanic_41/usr/src/uts/sun4/ml/ |
H A D | genconst.c | 92 printf("#define\tNSYSCALL %d\n", NSYSCALL); in main()
|
/titanic_41/usr/src/uts/intel/brand/common/ |
H A D | brand_asm.h | 207 cmp $NSYSCALL, call; /* is 0 <= syscall <= MAX? */ \
|
/titanic_41/usr/src/uts/i86pc/ml/ |
H A D | genassym.c | 144 printf("#define\tNSYSCALL 0x%x\n", NSYSCALL); in main()
|
H A D | syscall_asm.s | 109 cmpl $NSYSCALL, code; \
|
H A D | syscall_asm_amd64.s | 533 cmpl $NSYSCALL, %eax
|
/titanic_41/usr/src/uts/sparc/v9/ml/ |
H A D | syscall_trap.s | 166 cmp %g1, NSYSCALL ! check range 409 cmp %g1, NSYSCALL ! check range
|
/titanic_41/usr/src/uts/common/brand/solaris10/ |
H A D | s10_brand.c | 483 s10_emulation_table = kmem_zalloc(NSYSCALL, KM_SLEEP); in _init() 566 kmem_free(s10_emulation_table, NSYSCALL); in _init()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | systm.h | 352 #define NSYSCALL 256 /* number of system calls */ macro
|
/titanic_41/usr/src/uts/common/os/ |
H A D | sysent.c | 436 struct sysent sysent[NSYSCALL] = 819 struct sysent sysent32[NSYSCALL] =
|
H A D | brand.c | 1042 kmem_free(*emul_table, NSYSCALL); in brand_solaris_fini()
|
H A D | modconf.c | 1403 if (sysnum > 0 && sysnum < NSYSCALL && in mod_getsysent()
|
H A D | modctl.c | 223 init_syscallnames(NSYSCALL); in mod_setup() 239 for (callnum = 0, callp = sysent; callnum < NSYSCALL; in mod_setup() 275 for (callnum = 0, callp = sysent32; callnum < NSYSCALL; in mod_setup()
|
/titanic_41/usr/src/cmd/mdb/i86pc/modules/unix/ |
H A D | unix.c | 200 if (rec->ttr_sysnum > NSYSCALL) { in ttrace_syscall()
|