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 127 for (i = 0; sp[i].sp_call != NULL; i++) {
139 for (i = 0; sp[i].sp_call != NULL; i++) {
140 sy[sp[i].sp_code].sy_call = sp[i].sp_call;
166 for (i = 0; sp[i].sp_call != NULL; i++) {
167 KASSERT(sy[sp[i].sp_code].sy_call == sp[i].sp_call);
185 for (i = 0; sp[i].sp_call != NULL; i++) {
202 for (i = 0; sp[i].sp_call != NULL; i++) {
203 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 36 milliseconds