Searched refs:nosys (Results 1 – 13 of 13) sorted by relevance
/titanic_50/usr/src/ucbcmd/sbcp/ |
H A D | syscalls.list | 24 nosys NOSYS /* 0 = 1, indir */ 37 nosys NOSYS /* 13 = 0, old time */ 42 nosys NOSYS /* 18 = 0, old stat */ 45 nosys NOSYS /* 21 = 0, old mount */ 47 nosys NOSYS /* 23 = 0, old setuid */ 49 nosys NOSYS /* 25 = 0, old stime */ 51 nosys NOSYS /* 27 = 0, old alarm */ 52 nosys NOSYS /* 28 = 0, old fstat */ 53 nosys NOSYS /* 29 = 0, opause */ 54 nosys NOSYS /* 30 = 0, old utime */ [all …]
|
/titanic_50/usr/src/uts/sparc/os/ |
H A D | name_to_sysnum | 1 nosys 0
|
H A D | syscall.c | 337 nosys() in nosys() function 1061 return (nosys()); in indir()
|
/titanic_50/usr/src/uts/intel/os/ |
H A D | name_to_sysnum | 1 nosys 0
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | systm.h | 404 extern int64_t nosys(void);
|
/titanic_50/usr/src/uts/sparc/v9/ml/ |
H A D | syscall_trap.s | 282 call nosys
|
/titanic_50/usr/src/uts/intel/ia32/os/ |
H A D | syscall.c | 865 nosys() in nosys() function 1240 return (nosys()); in indir()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | sysent.c | 422 { 0, SE_LOADABLE, (int (*)())nosys, NULL, loadable_syscall } 429 #define SYSENT_NOSYS() SYSENT_C("nosys", nosys, 0)
|
H A D | modctl.c | 248 callp->sy_callc = nosys; in mod_setup() 284 callp->sy_callc = nosys; in mod_setup() 308 if (callp->sy_callc == nosys || in mod_setup() 309 sysent[callnum].sy_callc == nosys) in mod_setup()
|
H A D | modconf.c | 837 sysp->sy_call = (int (*)())nosys; in mod_removesys_sysent()
|
/titanic_50/usr/src/uts/i86pc/ml/ |
H A D | syscall_asm_amd64.s | 691 call nosys
|
/titanic_50/usr/src/uts/sun4v/ml/ |
H A D | trap_table.s | 1259 SYSCALL(nosys); /* 141 unused system call trap */ 1264 SYSCALL(nosys); /* 142 unused system call trap */ 1265 SYSCALL(nosys); /* 143 unused system call trap */
|
/titanic_50/usr/src/uts/sun4u/ml/ |
H A D | trap_table.s | 1487 SYSCALL(nosys); /* 141 unused system call trap */ 1492 SYSCALL(nosys); /* 142 unused system call trap */ 1493 SYSCALL(nosys); /* 143 unused system call trap */
|