您要查找的是不是:
- The data area passed to a system call is too small. 传递给系统调用的数据区域太小。
- System call functional verification tests. 系统调用功能的验证测试。
- The system call level is not correct. 系统调用级别不正确。
- Waits for the application to try to make a system call. 会等待应用程序尝试进行系统调用。
- A new device cannot be created due to a system call failure. 由于系统调用失败,无法创建新设备。
- A new device cannot be created due to an system call failure. 由于系统调用故障,无法创建新设备。
- This terminates the program using another DOS system call. 这两句使用另一个DOS功能调用结束程序。
- Wait for the system calling back. 等候系统回拨。
- System calls are the easiest and the hardest part of emulation. 系统调用是模拟中最简单也是最困难的部分。
- Describes how to install PDB and DBG files to debug crashes that happen inside a system call. 介绍如何安装PDB和DBG文件来调试发生在系统调用内部的故障。
- We also use a system called LEX to help on cash flow projection. 同时我们也使用一套名为LEX的系统来协助现金流预测。
- Symbol Server, which is used to supply the symbols needed to debug a crash during a system call. 符号服务器,用于在系统调用期间提供调试崩溃所需的符号。
- System call, which allows one process to open a pipe to another process, either for output or input. 系统调用实现的,该系统调用允许一个进程打开到另一个进程的管道,将管道用于输出或输入。
- Some functions need to use a system call in order to do their work, others do not. 有些函数需要使用系统调用来完成其工作,其它函数则不需要。
- The hard part is that the system call may be difficult or impossible to implement reasonably. 困难之处在于可能难以或者不可能较好地实现系统调用。
- Call was not even blocking at the user level, let alone at the system call level. 调用甚至没有在用户级阻塞,更不用说在系统调用级阻塞了。
- System call hijacking is a common technology used by hackers to keep backdoors on the compromised sys-tem. 系统调用劫持是黑客入侵系统后保留后门常用的一项技术。
- NOTE If you Trojan your own system call table, you'll null the effects of traditional system call hooking. 注意如果你强奸了自己的系统调用表,你也就导致传统的系统调用挂钩失效了。
- A short note on interface design: the UNIX system call motto is "Provide mechanism not policy". 一个简短的接口设计:UNIX系统调用格言:“规定结构而非策略“
- However, a threaded program may have multiple runnable threads, so blocking in a system call should be avoided. 但是,一个线程化的程序可能含有多个可运行的线程,所以在系统调用过程中,应该避免阻塞。