Home | History | Annotate | Download | only in api

Lines Matching defs:syscall

587  * The main syscall entry point - this is not reentrant, only one call is
590 * e.g. syscall(1, int *, u_int32_t, u_int32_t, u_int32_t, u_int32_t);
592 * call: syscall number
595 * syscall puts its return value, if NULL the caller does not
598 * ... syscall arguments (variable number)
602 int syscall(int call, int *retval, ...)
613 debugf("syscall #%d does not have a handler\n", call);
669 sig->syscall = &syscall;
673 debugf("syscall entry: 0x%lX\n", (unsigned long)sig->syscall);