Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.64 KB | None | 0 0
  1.     no_sys,     /* 103 = (procstat) */
  2.     no_sys,     /* 104 = (getprocnr) */
  3.     no_sys,     /* 105 = unused */
  4.     no_sys,     /* 106 = unused */
  5.     no_sys,     /* 107 = (getepinfo) */
  6.     no_sys,     /* 108 = (adddma) */
  7.     no_sys,     /* 109 = (deldma) */
  8.     no_sys,     /* 110 = (getdma) */
  9.     no_sys,     /* 111 = (srv_kill) */
  10.     do_gcov_flush,  /* 112 = gcov_flush */
  11.     no_sys      /* 113 = getProcName */
  12. };
  13. /* This should not fail with "array size is negative": */
  14. extern int dummy[sizeof(call_vec) == NCALLS * sizeof(call_vec[0]) ? 1 : -1];
  15.  
  16. PUBLIC _PROTOTYPE (int (*pfs_call_vec[]), (void) ) = {
  17.  
  18.     no_sys,     /* 0 */
  19.     do_check_perms, /* 1 */
  20.     do_verify_fd,   /* 2 */
  21.     do_set_filp,    /* 3 */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement