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

  /src/sys/kern/
init_sysent.c 146 struct sysent sysent[] = { variable in typeref:struct:sysent[]
  /src/sys/sys/
systm.h 66 struct sysent;
126 extern struct sysent { /* system call table */ struct
133 } sysent[]; variable in typeref:struct:sysent[]
157 #define SYCALL_NOSYS 0x2000000 /* permanent nosys in sysent[] */
618 int trace_enter(register_t, const struct sysent *, const void *);
619 void trace_exit(register_t, const struct sysent *, const void *,

Completed in 31 milliseconds