• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/xnu-2782.1.97/bsd/sys/

Lines Matching refs:args

37  * mungers are for 32-bit app's syscalls, since 64-bit args are copied
41 * The issue is that the incoming args are 32-bit, but we must expand
42 * them in place into 64-bit args, as if they were from a 64-bit process.
74 void munge_w(void *args);
75 void munge_ww(void *args);
76 void munge_www(void *args);
77 void munge_wwww(void *args);
78 void munge_wwwww(void *args);
79 void munge_wwwwww(void *args);
80 void munge_wwwwwww(void *args);
81 void munge_wwwwwwww(void *args);
82 void munge_wl(void *args);
83 void munge_wwl(void *args);
84 void munge_wwlw(void *args);
85 void munge_wwlll(void *args);
86 void munge_wwllww(void *args);
87 void munge_wlw(void *args);
88 void munge_wlwwwll(void *args);
89 void munge_wlwwwllw(void *args);
90 void munge_wlwwlwlw(void *args);
91 void munge_wll(void *args);
92 void munge_wllww(void *args);
93 void munge_wlll(void *args);
94 void munge_wllwwll(void *args);
95 void munge_wwwlw(void *args);
96 void munge_wwwlww(void *args);
97 void munge_wwwl(void *args);
98 void munge_wwwwlw(void *args);
99 void munge_wwwwl(void *args);
100 void munge_wwwwwl(void *args);
101 void munge_wwwwwlww(void *args);
102 void munge_wwwwwllw(void *args);
103 void munge_wwwwwlll(void *args);
104 void munge_wwwwwwl(void *args);
105 void munge_wwwwwwlw(void *args);
106 void munge_wwwwwwll(void *args);
107 void munge_wsw(void *args);
108 void munge_wws(void *args);
109 void munge_wwwsw(void *args);
110 void munge_llllll(void *args);
111 void munge_l(void *args);
112 void munge_ll(void *args);
113 void munge_lw(void *args);
114 void munge_lwww(void *args);
115 void munge_wwlwww(void *args);