Searched refs:llfcn_t (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/os/ |
H A D | sysent.c | 333 typedef int64_t (*llfcn_t)(); /* for casting one-word returns */ typedef 357 { (narg), SE_64RVAL, NULL, NULL, (llfcn_t)(call) } 361 { (narg), SE_32RVAL1, NULL, NULL, (llfcn_t)(call) } 365 { (narg), SE_32RVAL1|SE_32RVAL2, NULL, NULL, (llfcn_t)(call) }
|
/titanic_50/usr/src/uts/intel/ia32/os/ |
H A D | syscall.c | 70 typedef int64_t (*llfcn_t)(); /* function returning long long */ typedef 135 0, SE_32RVAL1, NULL, NULL, (llfcn_t)syscall_err
|