Home
last modified time | relevance | path

Searched refs:syscall_ap (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/intel/os/
H A Dsyscall.c1069 syscall_ap(void) in syscall_ap() function
1192 rval = syscall_ap(); in loadable_syscall()
1208 rval = syscall_ap(); in loadable_syscall()
/illumos-gate/usr/src/uts/common/sys/
H A Dsystm.h408 extern int64_t syscall_ap(void);
/illumos-gate/usr/src/uts/sparc/os/
H A Dsyscall.c902 syscall_ap() in syscall_ap() function
1023 rval = syscall_ap(); in loadable_syscall()
/illumos-gate/usr/src/uts/common/os/
H A Dmodconf.c797 sysp->sy_callc = syscall_ap; in mod_installsys_sysent()
H A Dsysent.c378 { (narg), SE_64RVAL, (call), NULL, syscall_ap }