Home
last modified time | relevance | path

Searched refs:llfcn_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c336 typedef int64_t (*llfcn_t)(); /* for casting one-word returns */ typedef
360 { (narg), SE_64RVAL, NULL, NULL, (llfcn_t)(uintptr_t)(call) }
364 { (narg), SE_32RVAL1, NULL, NULL, (llfcn_t)(uintptr_t)(call) }
368 { (narg), SE_32RVAL1|SE_32RVAL2, NULL, NULL, (llfcn_t)(call) }
/illumos-gate/usr/src/uts/intel/os/
H A Dsyscall.c68 typedef int64_t (*llfcn_t)(); /* function returning long long */ typedef
133 0, SE_32RVAL1, NULL, NULL, (llfcn_t)syscall_err