HomeSort by: relevance | last modified time | path
    Searched refs:sp_call (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
kern_syscall.c 125 for (i = 0; sp[i].sp_call != NULL; i++) {
137 for (i = 0; sp[i].sp_call != NULL; i++) {
138 sy[sp[i].sp_code].sy_call = sp[i].sp_call;
164 for (i = 0; sp[i].sp_call != NULL; i++) {
165 KASSERT(sy[sp[i].sp_code].sy_call == sp[i].sp_call);
183 for (i = 0; sp[i].sp_call != NULL; i++) {
200 for (i = 0; sp[i].sp_call != NULL; i++) {
201 sy[sp[i].sp_code].sy_call = sp[i].sp_call;
  /src/sys/sys/
syscallvar.h 51 sy_call_t *sp_call; member in struct:syscall_package

Completed in 11 milliseconds