Lines Matching refs:SyscallReturn

126 SyscallReturn unimplementedFunc(SyscallDesc *desc, int num, ThreadContext *tc);
132 SyscallReturn ignoreFunc(SyscallDesc *desc, int num, ThreadContext *tc);
135 SyscallReturn fallocateFunc(SyscallDesc *desc, int num, ThreadContext *tc);
138 SyscallReturn exitFunc(SyscallDesc *desc, int num, ThreadContext *tc);
141 SyscallReturn exitGroupFunc(SyscallDesc *desc, int num, ThreadContext *tc);
144 SyscallReturn setTidAddressFunc(SyscallDesc *desc, int num, ThreadContext *tc);
147 SyscallReturn getpagesizeFunc(SyscallDesc *desc, int num, ThreadContext *tc);
150 SyscallReturn brkFunc(SyscallDesc *desc, int num, ThreadContext *tc);
153 SyscallReturn closeFunc(SyscallDesc *desc, int num, ThreadContext *tc);
156 SyscallReturn lseekFunc(SyscallDesc *desc, int num, ThreadContext *tc);
159 SyscallReturn _llseekFunc(SyscallDesc *desc, int num, ThreadContext *tc);
162 SyscallReturn munmapFunc(SyscallDesc *desc, int num, ThreadContext *tc);
165 SyscallReturn shutdownFunc(SyscallDesc *desc, int num, ThreadContext *tc);
168 SyscallReturn gethostnameFunc(SyscallDesc *desc, int num, ThreadContext *tc);
171 SyscallReturn getcwdFunc(SyscallDesc *desc, int num, ThreadContext *tc);
174 SyscallReturn readlinkFunc(SyscallDesc *desc, int num, ThreadContext *tc,
176 SyscallReturn readlinkFunc(SyscallDesc *desc, int num, ThreadContext *tc);
179 SyscallReturn unlinkHelper(SyscallDesc *desc, int num, ThreadContext *tc,
181 SyscallReturn unlinkFunc(SyscallDesc *desc, int num, ThreadContext *tc);
184 SyscallReturn linkFunc(SyscallDesc *desc, int num, ThreadContext *tc);
187 SyscallReturn symlinkFunc(SyscallDesc *desc, int num, ThreadContext *tc);
190 SyscallReturn mkdirFunc(SyscallDesc *desc, int num, ThreadContext *tc);
193 SyscallReturn mknodFunc(SyscallDesc *desc, int num, ThreadContext *tc);
196 SyscallReturn chdirFunc(SyscallDesc *desc, int num, ThreadContext *tc);
199 SyscallReturn rmdirFunc(SyscallDesc *desc, int num, ThreadContext *tc);
202 SyscallReturn renameFunc(SyscallDesc *desc, int num, ThreadContext *tc);
206 SyscallReturn truncateFunc(SyscallDesc *desc, int num, ThreadContext *tc);
210 SyscallReturn ftruncateFunc(SyscallDesc *desc, int num, ThreadContext *tc);
214 SyscallReturn truncate64Func(SyscallDesc *desc, int num, ThreadContext *tc);
217 SyscallReturn ftruncate64Func(SyscallDesc *desc, int num, ThreadContext *tc);
221 SyscallReturn umaskFunc(SyscallDesc *desc, int num, ThreadContext *tc);
224 SyscallReturn gettidFunc(SyscallDesc *desc, int num, ThreadContext *tc);
227 SyscallReturn chownFunc(SyscallDesc *desc, int num, ThreadContext *tc);
230 SyscallReturn getpgrpFunc(SyscallDesc *desc, int num, ThreadContext *tc);
233 SyscallReturn setpgidFunc(SyscallDesc *desc, int num, ThreadContext *tc);
236 SyscallReturn fchownFunc(SyscallDesc *desc, int num, ThreadContext *tc);
239 SyscallReturn dupFunc(SyscallDesc *desc, int num, ThreadContext *tc);
242 SyscallReturn dup2Func(SyscallDesc *desc, int num, ThreadContext *tc);
245 SyscallReturn fcntlFunc(SyscallDesc *desc, int num, ThreadContext *tc);
248 SyscallReturn fcntl64Func(SyscallDesc *desc, int num, ThreadContext *tc);
251 SyscallReturn setuidFunc(SyscallDesc *desc, int num, ThreadContext *tc);
254 SyscallReturn pipeFunc(SyscallDesc *desc, int num, ThreadContext *tc);
257 SyscallReturn pipeImpl(SyscallDesc *desc, int num, ThreadContext *tc,
261 SyscallReturn pipe2Func(SyscallDesc *desc, int num, ThreadContext *tc);
264 SyscallReturn getpidFunc(SyscallDesc *desc, int num, ThreadContext *tc);
267 SyscallReturn getpeernameFunc(SyscallDesc *desc, int num, ThreadContext *tc);
270 SyscallReturn bindFunc(SyscallDesc *desc, int num, ThreadContext *tc);
273 SyscallReturn listenFunc(SyscallDesc *desc, int num, ThreadContext *tc);
276 SyscallReturn connectFunc(SyscallDesc *desc, int num, ThreadContext *tc);
280 SyscallReturn getdentsFunc(SyscallDesc *desc, int num, ThreadContext *tc);
285 SyscallReturn getdents64Func(SyscallDesc *desc, int num, ThreadContext *tc);
289 SyscallReturn sendtoFunc(SyscallDesc *desc, int num, ThreadContext *tc);
292 SyscallReturn recvfromFunc(SyscallDesc *desc, int num, ThreadContext *tc);
295 SyscallReturn recvmsgFunc(SyscallDesc *desc, int num, ThreadContext *tc);
298 SyscallReturn sendmsgFunc(SyscallDesc *desc, int num, ThreadContext *tc);
301 SyscallReturn getuidFunc(SyscallDesc *desc, int num, ThreadContext *tc);
304 SyscallReturn getgidFunc(SyscallDesc *desc, int num, ThreadContext *tc);
307 SyscallReturn getppidFunc(SyscallDesc *desc, int num, ThreadContext *tc);
310 SyscallReturn geteuidFunc(SyscallDesc *desc, int num, ThreadContext *tc);
313 SyscallReturn getegidFunc(SyscallDesc *desc, int num, ThreadContext *tc);
316 SyscallReturn accessFunc(SyscallDesc *desc, int num, ThreadContext *tc);
317 SyscallReturn accessFunc(SyscallDesc *desc, int num, ThreadContext *tc,
321 SyscallReturn getsockoptFunc(SyscallDesc *desc, int num, ThreadContext *tc);
324 SyscallReturn setsockoptFunc(SyscallDesc *desc, int num, ThreadContext *tc);
327 SyscallReturn getsocknameFunc(SyscallDesc *desc, int num, ThreadContext *tc);
333 SyscallReturn
475 SyscallReturn pipePseudoFunc(SyscallDesc *desc, int num, ThreadContext *tc);
478 SyscallReturn getpidPseudoFunc(SyscallDesc *desc, int num, ThreadContext *tc);
481 SyscallReturn getuidPseudoFunc(SyscallDesc *desc, int num, ThreadContext *tc);
484 SyscallReturn getgidPseudoFunc(SyscallDesc *desc, int num, ThreadContext *tc);
679 SyscallReturn
758 SyscallReturn
917 SyscallReturn
925 SyscallReturn
933 SyscallReturn
947 SyscallReturn
960 SyscallReturn
973 SyscallReturn
1009 SyscallReturn
1029 SyscallReturn
1059 SyscallReturn
1108 return SyscallReturn::retry();
1136 SyscallReturn
1158 SyscallReturn
1238 SyscallReturn
1268 SyscallReturn
1302 SyscallReturn
1339 SyscallReturn
1371 SyscallReturn
1400 SyscallReturn
1434 SyscallReturn
1462 SyscallReturn
1494 SyscallReturn
1634 SyscallReturn
1660 SyscallReturn
1700 SyscallReturn
1737 SyscallReturn
1915 SyscallReturn
1940 SyscallReturn
1948 SyscallReturn
1956 SyscallReturn
1996 SyscallReturn
2039 SyscallReturn
2059 SyscallReturn
2077 SyscallReturn
2097 SyscallReturn
2131 SyscallReturn
2224 SyscallReturn
2276 SyscallReturn
2302 SyscallReturn
2322 SyscallReturn
2372 SyscallReturn
2392 SyscallReturn
2419 SyscallReturn
2569 return SyscallReturn::retry();
2615 SyscallReturn
2634 return SyscallReturn::retry();
2646 SyscallReturn
2676 return SyscallReturn::retry();
2688 SyscallReturn
2734 return (options & OS::TGT_WNOHANG) ? 0 : SyscallReturn::retry();
2750 SyscallReturn
2781 return SyscallReturn::retry();
2821 SyscallReturn