Searched defs:llfcn_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c334 typedef int64_t (*llfcn_t)(); /* for casting one-word returns */ typedef
358 { (narg), SE_64RVAL, NULL, NULL, (llfcn_t)(call) }
362 { (narg), SE_32RVAL1, NULL, NULL, (llfcn_t)(call) }
366 { (narg), SE_32RVAL1|SE_32RVAL2, NULL, NULL, (llfcn_t)(call) }
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dsyscall.c69 typedef int64_t (*llfcn_t)(); /* function returning long long */ typedef
134 0, SE_32RVAL1, NULL, NULL, (llfcn_t)syscall_err

Completed in 69 milliseconds