单词 | system calls | ||||||||||||
释义 | system calls
更多释义 收起释义 例句释义: 系统调用,系统呼叫,系统调用数目 1. As you saw, strace can be a great program for learning how user programs interact with the operating system through certain system calls. 正如您所看到的,strace可以作为了解用户程序如何通过某些系统调用与操作系统进行交互的一个很好的程序。 www.ibm.com 2. Debugging high-level code often requires you to understand the system calls and kernel behavior of your operating system, too. 调试上层代码同样需要你理解系统调用和操作系统的内核特性。 bbs.chinaunix.net 3. Kernel code and data are always addressable, ready to handle interrupts or system calls at any time. 因此,内核代码与数据在内存中的地址总是能够被准确定位,从而为时刻处理中断以及系统调用做好了准备。 www.bing.com 4. Real name The name used to store a file on disk. For some file systems, this may not be the same as the name used by most file system calls. 实名:用来将文件存储到硬盘的名称。在许多文件系统中,实名同文件系统调用时用到的命名不同。 bbs.bjgamecollege.cn 5. truss returns a list of the system calls, the total time spent executing the call, the number of calls, and any errors found. truss返回系统调用的列表、执行调用耗费的总时间、调用的次数和任何发现的问题。 www.ibm.com 6. This section walks through the construction of a few system calls to demonstrate their implementation and use by a user-space application. 本节将介绍几个系统调用的构造,从而展示它们的实现和用户空间应用程序对它们的使用。 www.ibm.com 7. This header file contains definitions of a number of data types used in system calls. These types are used in the next two include files. 这个头文件包含了一些系统调用时需要使用的数据类型。它将被后面两个包含的头文件使用。 inezha.com 8. Trace hooks can be applied at the entry or exit of any function (currently exit probe point is supported for system calls only). 跟踪钩子可以应用于任何函数的入口或出口(当前对于系统调用只支持出口探测点)。 www.ibm.com 9. The system calls a WH_DEBUG hook procedure before calling hook procedures associated with any other hook in the system. 在调用与系统中任何其他钩子关联的钩子子程之前,系统会调用WH_DEBUG钩子子程。 www.cnblogs.com 10. As the name suggests, it makes sure the system calls the processes in a sequence. 如它的名称所示,它能确保系统顺序调用流程。 www.ibm.com 1. If you want to understand all the details that appear in Listing 1, UNIX provides massive amounts of documentation on all the system calls. 如果要了解清单1中的所有细节信息,对于所有这些系统调用,UNIX为您提供了大量的文档。 www.ibm.com 2. When calling Linux system calls (or C library functions), as when calling your own functions, it is possible that errors will occur. 当调用Linux系统调用(或C库函数)时,与调用您自己的函数时一样,有可能出现错误。 www.ibm.com 3. At the end of the report, the total time spent in system calls is returned, along with the time spent executing the application. 在这个报表的结尾处,返回了这些系统调用耗费的总时间,以及执行应用程序所耗费的时间。 www.ibm.com 4. Now that kernel is updated with a few new system calls, let's look at what's necessary to use them from a user-space application. 现在内核已经使用新系统调用完成更新了,接下来看一下从用户空间应用程序中使用这些系统调用需要执行的操作。 www.ibm.com 5. Most of the time, the system calls ther routines in your driver at the correct IRQL for the activities you're supposed to carry out. 大多数情况下,系统为你正要执行的行为在恰当的IRQL上调用你的驱动中的程序。 www.showxiu.com 6. The process can then execute one of the system calls in the exec family, which replaces the current running image with the new one. 然后该进程可以执行exec系列中的某个系统调用,从而将当前运行的映像替换为新的映像。 www.ibm.com 7. Direct system calls to gather information about parameters (like memory heap usage) don't seem to exist. 好像不存在收集参数信息(比如内存堆的使用)的直接的系统调用。 www.ibm.com 8. When speed is important, however, system calls are an ideal way to squeeze the greatest performance out of your application. 不过当速度因素非常重要时,系统调用则是使应用程序获得最佳性能的理想方法。 www.ibm.com 9. Administrators usually can only get the normal sequences of system calls due to the difficult acquisition to the attack data. 由于攻击数据难以获取,往往只能得到正常的系统调用执行迹数据。 www.ceps.com.tw 10. The system call interface acts as a switch, funneling system calls from user space to the appropriate endpoints in kernel space. 系统调用接口的作用就像是交换器,它将系统调用从用户空间发送到内核空间中的适当端点。 www.ibm.com 1. This isn't to say that system calls are bad -- a program that doesn't interact with the rest of the world isn't very interesting! 这并不是说系统调用非常糟糕,如果程序员不与其他的部分进行交互,那将是很乏味的。 www.ibm.com 2. Read the man pages for stdio, and for all the system calls and functions used in this article. 请参阅stdiot以及本文中使用的所有系统调用和函数的手册页。 www.ibm.com 3. This method dramatically reduces the overhead due to a large number of system calls and data copies between kernel and user spaces. 这种方法会消除内核和用户空间之间的大量系统调用和数据复制,从而显著降低开销。 www.ibm.com 4. The total number of seconds of system CPU time (the time spent at system calls) the job used on remote machines. 任务在远程机器上消耗的系统CPU时间(花费在系统调用上的时间)总秒数。 dictsearch.appspot.com 5. Contains the character maps and system calls necessary to present a culture-specific interface to a UNIX user. 包含向UNIX用户展现特定于文化的界面所需的字符映射和系统调用。 www-128.ibm.com 6. A solution to this dilemma, adopted in more than one emulator, is to set up an extra layer of interpretation for file system calls. 许多模拟器解决这个难题所采取的一个方案是:建立一个针对文件系统调用的额外的解释层。 www-128.ibm.com 7. This adds latency in terms of extra system calls, more userland overhead, and not to mention extra disk activity. 这样一来,由于额外的系统调用、更多的用户空间开销和额外的磁盘活动,从而进一步增加了延迟。 www.ibm.com 8. When the caller reacquires the lock, the system calls Enter as many times as necessary to restore the saved Enter count for the caller. 当调用方重新获取锁时,系统按还原调用方的已保存Enter计数所需要的次数调用Enter。 msdn2.microsoft.com 9. The result is a rather large dump showing the various system calls that are performed in the context of a date command call. 结果会产生大量信息,显示在执行date命令过程中所执行的各个系统调用。 www.ibm.com 10. If any of the DLLs has an entry-point function (for initialization and termination code), the operating system calls the function. 如果任何DLL具有(用于初始化代码和终止代码的)入口点函数,操作系统将调用此函数。 msdn2.microsoft.com 1. The command truss produces a trace of the system calls it performs, the signals it receives, and the machine faults it incurs. truss生成跟踪信息,包括进程执行的系统调用、它收到的信号和它导致的机器错误。 www.ibm.com 2. The strace command is a powerful tool that shows all of the system calls issued by a user-space program. strace命令是一种强大的工具,它能够显示所有由用户空间程序发出的系统调用。 www.ibm.com 3. Initially, it was designed to dynamically trace C applications and system calls in the system. 它最初的设计目的是动态地跟踪C应用程序和系统中的系统调用。 www.ibm.com 4. There is no FS access and a limited set of System calls allowed. 不允许文件系统访问,只允许调用有限的系统调用。 www.infoq.com 5. Design the network, the system calls, IPC and CGI these topics can save understanding function, need and correct grammar. 设计网络、系统调用、IPC和CGI这些主题可以节省了解函数作用、所需要的库以及正确语法的时间。 3333355555.com 6. Fourth, international regime. The current international system calls for a profound reform. 第四,国际体系经历深刻变革。 www.fmprc.gov.cn 7. The system calls a WH_FOREGROUNDIDLE hook procedure when the application's foreground thread is about to become idle. 系统在应用程序的前台线程即将空闲时,调用WH_FOREGROUNDIDLE钩子子程。 www.cnblogs.com 8. The method detects abnormal behavior through analyzing danger signal in the system calls sequences. 该模型通过分析实时系统调用序列中的危险信号,进而判断是否为入侵事件。 www.elecfans.com 9. Include with your program and utilize with system calls to collect and act on the provided information! 包括与您的计划和利用与系统调用的收集和行为上所提供的信息! xtdownload.com 10. This guarantees that the system calls the Dispose method on the font when your code exits the block. 这样可确保代码退出该块时,系统将对该字体调用Dispose方法。 msdn2.microsoft.com 1. The system calls the static constructor before the first instance of the type is created or any static members are referenced. 系统在创建第一个类型实例或引用任何静态成员之前调用静态构造函数。 technet.microsoft.com 2. The flow chart in Figure 1 demonstrates how TAMOS implements the security layer by intercepting the system calls at the kernel level. 图1的流程图演示了TAMOS如何通过在内核层面拦截系统调用来实现安全层。 www.ibm.com 3. The Linux strace program lets you trace all the system calls that an application makes. Linuxstrace程序允许您跟踪应用程序做出的所有系统调用。 www.ibm.com 4. His simplification is based on a program's regular requests from the underlying operating system, known as system calls. 他的简化工作是基于一个程序在基本操作系统中的常规要求,称为系统调用。 www.bing.com 5. It typically performs authorization checks on system calls and operation requests on resources named by a file system. 它通常对系统调用和通过文件系统指定的资源的操作请求执行授权检查。 www.ibm.com 6. Listing 6 shows an application that uses each of your system calls as defined by the _syscall macros. 清单6显示的应用程序使用了_syscall宏定义的所有系统调用。 www.ibm.com 7. Next, the strace command is run with two parameters: -e trace=file limits the output to system calls having to do with files. 接下来,运行带有两个参数的strace命令:-etrace=file限制与文件相关的系统调用的输出。 www.ibm.com 8. Access to system calls, shared libraries, and file system structures raise a number of issues, though, so we'll cover them next. 不过,访问系统调用、共享程序库以及文件系统结构会引发许多问题,所以,接下来我们将讨论它们。 www.ibm.com 9. You'll watch only a specific set of system calls -- those related to networking. 您仅仅可以看到一组特定的系统调用,即那些与网络相关的系统调用。 www.ibm.com 10. It handles system calls by redirecting them from the remote executing machine back to the submitting machine. 它对系统调用的处理方式是将远程执行机器重定向回提交机器上。 www-128.ibm.com 1. Germany law system calls "Immission" , while France incorporates it into "Neighbors Prejudice" . 德国法统称之为“不可量物侵害”,而法国则将其纳入“近邻妨害”中加以解决。 www.zidir.com 2. The list is used to match the security method supported by the server and employed during subsequent system calls under this mount point. 这个列表用于匹配服务器支持的安全方法。此外,随后在该装载点下发生系统调用时也用到该列表。 www.ibm.com 3. If an application installs a WH_MSGFILTER or WH_SYSMSGFILTER hook procedure, the system calls the procedure during the modal loop. 如果应用程序安装了WH_MSGFILTER或者WH_SYSMSGFILTER钩子子程,系统会在模式循环期间调用钩子子程。 www.cnblogs.com 4. Alternatively, the server can use system calls to build a security model that restricts operations to those permitted to that user. 或者,服务器可以使用系统调用来构建安全模型,从而将操作限制到允许该用户执行的操作。 www.ibm.com 5. This is the plan that to get the information of the conduction of a executable code by monitoring system calls and important kernel data. 这种方法通过监控系统调用以及重要内核数据来获取一段可执行代码的行为。 www.fabiao.net 6. So instead of the system calls, we intercept the function calls that actually get made. 所以没有拦截系统调用,而是转而拦截实际参与的函数调用。 www.ibm.com 7. Over time, however, ProbeVue has extended its support to probing C applications and for taking live dump and base system calls. 但是,随着时间的推移,ProbeVue扩展了它的支持,可以探查C 应用程序并获取实时转储和基本系统调用。 www.ibm.com 8. Such exceptions have two common uses: to implement system calls and to notify a debugger of a specific event (see Chapter 10). 这种异常有2中常见的用途:实现系统调用和通知调试器一个特定的事件。 linux.chinaunix.net 9. The operation system calls these services rather than manipulating hardware directly. 操作系统将调用这些服务,而不是直接地操作硬件。 www.ibm.com 10. To answer the specific question, yes I believe it does make sense to make some system calls more easily available for Java. 至于最后一个问题,我觉得在Java中能够更加轻松地进行系统调用是件很有意义的事情。 www.infoq.com 1. System calls are an efficient way of traversing between user-space and the kernel to request services in the kernel-space. 系统调用是穿越用户空间和内核空间,请求内核空间服务的一种有效方法。 www.ibm.com 2. The hypervisor calls are executable only in hypervisor mode, just like system calls are executable only in kernel mode. Hypervisor调用只能够在Hypervisor模式中执行,就如同系统调用只能够在内核模式中执行一样。 www.ibm.com 3. The system calls this method when you first place your ruler into the game. 当第一次将统治者放到游戏中时,系统调用这个方法。 www-128.ibm.com 4. You can see from this script each of the processes running in user space and the number of system calls made over the 10-second period. 从这个脚本中您可以看到运行在用户空间中的每个进程,以及在10秒钟内发出的系统调用的数量。 www.ibm.com 5. How to extract sequence patterns of system calls is an important research topic of system call based intrusion detection approaches. 在基于系统调用的入侵检测研究中,如何提取系统调用序列模式是一个重要问题。 www.ceps.com.tw 6. A lot of glibc internals that make system calls make them directly inline rather than calling through to the standard "wrappers" . 许多发起系统调用的glibc内部特性都将系统调用直接实现为内联的,而不是通过标准的“包装器”进行调用。 www.ibm.com 7. A typical TCP client and server application issues a sequence of TCP system calls to attain certain functions. 典型的TCP客户机和服务器应用程序通过发布TCP系统调用序列来获取某些函数。 www.ibm.com 8. Both of these are complimentary characteristics that make system calls more independent of dependencies. 这两种策略是使系统调用与依赖条件更加独立的辅助特征。 www.ibm.com 9. You can think of them as a programmer-friendly interface to system calls. 您可以将它们作为程序员友好的接口来进行系统调用。 www.ibm.com 10. When a user program accesses system calls, it does so in kernel mode, not user mode. 当用户程序访问系统调用时,它将在内核模式而不是用户模式下进行。 www.ibm.com 1. A hypervisor is a thin software layer that intercepts operating system calls to hardware. Hypervisor是很小的一层,它可以拦截操作系统对硬件的调用。 www.infoq.com 2. Now, here's how you use the _syscall macros to make your new system calls visible to the user-space. 现在,让我们来看一下如何使用_syscall宏来使新系统调用对于用户空间可见。 www.ibm.com 3. System calls are the easiest and the hardest part of emulation. 系统调用是模拟中最简单也是最困难的部分。 www.ibm.com 4. A kernel-based emulator traps the system calls when they reach it. 基于内核的模拟器可以捕捉到到达它的系统调用。 www.ibm.com 5. A different approach to using SPUs is to define a set of system calls. 另外一种使用SPU的方法是用来定义一组系统调用。 www.ibm.com 6. System calls are an efficient way of requesting services in the kernel. 系统调用是请求内核中服务的一种有效方法。 www.ibm.com 7. Any subsequent system calls are identified with the created socket. 任何后续的系统调用都使用创建的套接字标识。 www.ibm.com 8. Along with send, connect, so_socket, and pollsys, these system calls are used to make name requests. 以及还有send、connect、so_socket和pollsys,这些系统调用用于进行名称请求。 www.ibm.com 9. System calls provide the interface between a running program and the operating system. 系统调用提供在运行程序和操作系统之间的接口。 csts.suda.edu.cn 10. The system calls this method once every turn. 每回合系统调用一次这个方法。 www-128.ibm.com 1. Now, let's look at a more general script that can monitor all system calls and collect additional information about them. 现在,我们查看一个更加具有代表性的脚本,它可以监控所有系统调用并收集与它们相关的额外信息。 www.ibm.com 2. To establish a better idea of what a process is doing, you can use truss to trace the system calls that a process makes. 为了更好地了解进程正在执行的操作,可以使用truss跟踪进程执行的系统调用。 www.ibm.com 3. Windows XP: A top-level window is being replaced. The window exists when the system calls this hook. 环境下,顶层的窗体正在被替换掉。当系统调用该钩子时,窗口存在。 blog.csdn.net 4. In this paper, we use the sequence of system calls to characterize program execution. 在这片论文中,我们用一系列的系统调用来特征化程序执行。 zhidao.baidu.com 5. Therefore, you need to take special care when dealing with this issue, the class number 02 portability issue: System calls. 因此,在处理这些问题时,要特别关注第2类可移植性问题:系统调用。 www.ibm.com 6. When openMosix has to communicate with other nodes, the guest kernel invokes several system calls. 当openMosix必须与其他节点通信时,客户内核会去调用一些系统调用。 www-128.ibm.com 7. Currently, the exit probe point is supported for system calls only. 当前,对于系统调用,只支持出口探查点。 www.ibm.com 8. To aid in debugging system calls, you can install system debug symbols. 您可安装系统侦错符号来协助侦错系统呼叫。 msdn.microsoft.com 9. Tackling issues such as differences in system calls, timing, direct hardware access, etc. can delay the implementation. 对系统调用、时间、直接硬件访问等问题的处理会延缓实现。 www.ibm.com 10. Describes how to use a Symbol Server for debugging crashes that happen inside system calls. 描述如何使用符号服务器对系统调用内部发生的崩溃进行调试。 msdn2.microsoft.com 1. Containers are defined as regular operating system files and they are accessed through operating system calls. 容器被定义成常规操作系统文件,并且是通过操作系统调用访问的。 www.ibm.com 2. OpenBSD even uses random port assignments in bind(2) system calls. OpenBSD甚至在bind(2)系统调用中使用了随机端口分配。 www.ibm.com 3. A top-level, unowned window has been created. The window exists when the system calls this hook. 顶层的、不受控制的窗体已经被创建。当系统调用该钩子时,窗口存在。 blog.csdn.net 4. In the experiments, the one-class classifier acquires 100% detection rate and 4. 9% false alarm rate for sequences of system calls. 通过对主机系统执行迹数据集的测试,试验获得了对异常样本接近100%的检测率,而误报警率为4. www.ceps.com.tw 5. Library calls wrap one or more system calls, along with extra logic. 库调用封装了一个或多个系统调用,以及额外的逻辑。 www.ibm.com 6. Contended synchronizations are slow because they involve multiple thread switches and system calls. 争用同步之所以慢,是因为它涉及多个线程切换和系统调用。 www.ibm.com 7. The 64-bit Linux kernel contains support to handle 32-bit system calls. 64-位Linux内核包含对处理32-位系统调用的支持。 www.ibm.com 8. There are four system calls that can be used to receive data from a connection: read, readv, recvfrom, and recvmsg. 有四个系统调用可以用于从连接接收数据:read、readv、recvfrom和recvmsg。 www.ibm.com 9. For more information on errors that can occur in system calls, see the section System call errors. 有关系统调用中出现错误的更多信息,请参阅系统调用错误一节。 www.ibm.com 10. Now I have my kernel system calls and numbers to represent them. 现在已经有了自己的内核系统调用,以及表示这些系统调用的编号。 www.ibm.com 1. Typically, applications spend some of their time in user code and some in "system code, " such as kernel system calls. 通常来说,应用程序在运行时既要花费一些时间来运行用户代码,也要花费一些时间来运行“系统代码”,例如内核系统调用。 www.ibm.com 2. This library provides its own implementations of the "emulated" system calls, such as chmod(2), chown(2), or stat(2). 该库提供自己的“模拟”系统调用实现,比如chmod(2)、chown(2)或stat(2)。 www.ibm.com 3. Other sections describe system calls (2), library calls (3), and more. 其他的部分描述了系统调用(2)、库调用(3),等等。 www.ibm.com 4. The 64-bit Linux kernel handles 32-bit system calls. 位Linux内核能够处理32位系统调用。 www.ibm.com 5. Step into only the code you have written and ignore other code, such as system calls. 仅单步执行您编写的代码,而忽略其他代码,如系统调用。 msdn2.microsoft.com 6. The node in the job is a procedure node that contains system calls (see Figure 5, Figure 6, and Figure 7). 工作中的节点,是包含系统访问的程序节点(见于图5,图6,图7)。 www.ibm.com 7. Sometimes, while you are debugging, you might want to look at only the code you have written and ignore other code, such as system calls. 有时,您在调试过程中可能只希望查看自己编写的代码,而忽略其他代码(如系统调用)。 technet.microsoft.com 8. truss can also look at library calls, but doesn't provide the same level of detail as it can for system calls. truss还可以跟踪库调用,但是无法提供像系统调用那样详细的信息。 www.ibm.com 9. System calls vs. library functions -- and a bit of history 系统调用与库函数比较—以及一点历史知识 www.ibm.com 10. Since we are assuming a UNIX-like system, we can make some system calls to get the information we need. 这里我们假设使用的是UNIX一类的系统,我们可以通过一些系统调用来获取我们需要的信息。 www.ibm.com 1. After removing the output at the beginning relating to loading the application, you can see that three system calls are made 在删除开始处与加载该应用程序相关的输出内容后,您可以看到所进行的三次系统调用 www.ibm.com 2. Inconveniences Most system calls are blocking and the kernel blocks processes. So all threads within the process will be blocked 多数的系统调用将阻塞该进程的所有线程 wenku.baidu.com 3. Highway maintenance system calls for accelerating process of marketization 养护体制贵在加快市场化进程 www.ilib.cn 4. Intrusion Detection Using Variable-length System Calls Patterns 基于不定长系统调用序列模式的入侵检测方法 www.ilib.cn 5. Jobs Need to be Re-linked to get Checkpointing and Remote System Calls 任务需要被重连接才能进行校验和远程系统调用 cnbie.net 6. Research on Synchronization Technology of Fault-Tolerant Computer System Based on Operating System Calls 基于操作系统调用的容错计算机系统同步技术研究 www.ilib.cn 7. UNIX-based systems have two basic system calls that map in additional memory 基于UNIX的系统有两个可映射到附加内存中的基本系统调用 blog.163.com 8. Energy Simulation of kernel System Calls in Embedded System 嵌入式操作系统内核级调用的能量模拟 service.ilib.cn 9. System Calls by Memory and Number of Users chart 内存和用户数量对系统调用的影响 www.ibm.com 10. Improved intrusion detection approach based on sequence analysis of system calls 基于系统调用序列分析的入侵检测方法 ilib.cn 1. The new method of the state-transition detection based on sequences of system calls 基于系统调用序列的状态转换检测新方法 www.ilib.cn 2. Block-wise output to files through system calls; 通过系统调用以块方式输出文件; blog.csdn.net 3. Not all threads are blocked by blocking system calls 在调用阻塞的系统调用之时不会阻塞全部的线程 www.infoq.com 4. Technique of Anomaly Intrusion Detection Based on Neural Network and System Calls 一种基于神经网络和系统调用的异常入侵检测方法 ilib.cn 5. Intrusion Detection Based on Sub-Set of System Calls 基于系统调用子集的入侵检测 ilib.cn 6. A flexible State-machine model for intrusion detection based on sequences of system calls 基于系统调用序列的柔性状态机入侵检测模型 ilib.cn 7. A New Method to Detect Intrusions Using System Calls 利用系统调用序列检测入侵的一种新方法 www.ilib.cn 8. Tracing system calls with strace 使用strace跟踪系统调用 www.ibm.com 9. Generation of Intrusion Detection Rules Based on System Calls 基于系统调用的入侵检测规则的生成 www.ilib.cn 10. Intrusion Detection Technology Based on System Calls by Using KNN Algorithm 利用KNN算法实现基于系统调用的入侵检测技术 ilib.cn 1. Intrusion detection research based on system calls 基于系统调用的入侵检测技术研究 ilib.cn 2. Listing 6. Flat profile showing system calls 清单6.flatprofile显示了系统调用的结果 www.ibm.com 3. New Intrusion Detection Thehnology Based on System Calls 一种改进的基于系统调用的入侵检测技术 ilib.cn |
||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。