Home
last modified time | relevance | path

Searched refs:nosys_ent (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsystm.h356 extern struct sysent nosys_ent; /* entry for invalid system call */
/illumos-gate/usr/src/uts/intel/os/
H A Dsyscall.c169 callp = code >= NSYSCALL ? &nosys_ent : se + code; in syscall_entry()
379 callp = &nosys_ent; /* nosys has no args */ in pre_syscall()
/illumos-gate/usr/src/uts/sparc/os/
H A Dsyscall.c484 callp = &nosys_ent; /* nosys has no args */ in pre_syscall()
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c430 struct sysent nosys_ent = SYSENT_NOSYS(); variable