单词 | user space | ||||||||||||||||
释义 | user space
更多释义 收起释义 例句释义: 用户空间,使用者空间,用户空间实现 1. 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 2. To shorten the entire test cycle, you can download a ready-to-use package containing both user space tool and kernel image. 为了缩短整个测试周期,您可以下载同时包含有用户空间工具和内核映像的立即可用的程序包。 www-128.ibm.com 3. If the above command completes without any "FAILED" lines, then you're ready to install the user-space tools. 如果上述命令完成时没有任何带有“FAILED”的行,那么就可以准备安装用户磁盘空间工具了。 www.ibm.com 4. It would be better to read a line into a temporary buffer and then copy this to user space in one go. 比较好的方法是读取一行到临时缓冲区,然后将这一行一次性拷贝到用户空间。 www.kntau.com 5. For some of these data structures, a user-space command is provided to print their contents in a more user-friendly format. 有些数据结构,有一个用户空间的命令提供了可以友好方式打印它们内容。 www.cnblogs.com 6. The script can be used to modify user space parameters or to invoke different applications based on the CPU change. 这个脚本可以用来修改用户空间的参数,或根据CPU的变化来调用不同的应用程序。 www.ibm.com 7. Upon return from the system call, syscall_exit is eventually reached, and a call to resume_userspace transitions back to user-space. 从系统调用中返回后,最终执行syscall_exit,并调用resume_userspace返回用户空间。 www.ibm.com 8. As the total amount of time executing in user space is tiny compared to the time spent sleeping in kernel space, it gets rounded to zero. 由于花在用户空间执行的时间与花在内核中睡眠的时间相比非常小,因此就被取整成零了。 www.ibm.com 9. 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 10. This causes what is known as a context switch from "user space" to "kernel space, " although that's just for you information. 这就引起所谓的从“用户空间”到“内核空间”的上下文切换,不过这仅供了解之用。 www.ibm.com 1. As shown in Figure 2, a Dalvik executable (along with an instance of the VM) is isolated as a single process in Linux user space. 如图2所示,一个Dalvik可执行文件(以及VM的一个实例)被孤立为Linux用户空间中的单一进程。 www.ibm.com 2. First the user space data buffer and sense buffer should be allocated and made to point to the sg_io_hdr object. 首先必须分配用户空间数据缓冲区和检测缓冲区,并将它们指向sg_io_hdr对象。 www.ibm.com 3. As the name implies, rather than the device emulation being embedded within the hypervisor, it is instead implemented in user space. 顾名思义,这种设备模拟是在用户空间中实现的,而不嵌入到管理程序中。 www.ibm.com 4. The operating system must ensure that the private portion of a user space is visible only to its owner. 操作系统必须确保某个用户空间的私有部分只对它的拥有者可见。 bbs.tingroom.com 5. In the standard 2. 6 Linux kernel, when a user space process makes a call into the kernel (through a system call), it cannot be preempted. 在标准2.6Linux内核中,当用户空间的进程执行内核调用时(通过系统调用),它便不能被抢占。 www.ibm.com 6. Modern operating systems are logically divided into a system kernel and user-level code (often called "user space" ). 现代操作系统在逻辑上可以分为系统内核和用户级代码(通常称为“用户空间”)。 www.ibm.com 7. The strncpy_from_user function copies a string from user space into a kernel buffer, given a user space source address and max length. strncpy_from_user函数将一个字符串从用户空间复制到一个内核缓冲区,给定一个用户空间源地址和最大长度。 www.ibm.com 8. The system call interface acts as a switch, funneling system calls from user space to the appropriate endpoints in kernel space. 系统调用接口的作用就像是交换器,它将系统调用从用户空间发送到内核空间中的适当端点。 www.ibm.com 9. Wine implements the Windows API entirely in user-space, rather than as a kernel module at the time of writing. 葡萄酒执行的WindowsAPI完全在用户空间,而不是作为一个内核模块在编写报告时。 blog.sina.com.cn 10. A system call is an interface between a user-space application and a service that the kernel provides. 系统调用就是用户空间应用程序和内核提供的服务之间的一个接口。 www.ibm.com 1. This function accepts a pointer to a user space buffer, a pointer to a kernel buffer, and a length defined in bytes. 该函数接受一个指向用户空间缓冲区的指针、一个指向内存缓冲区的指针、以及一个以字节定义的长度。 www.ibm.com 2. Linux-VServer achieves user-space isolation through a set of modifications to the Linux kernel. Linux-VServer通过修改Linux内核实现用户空间的隔离。 www.ibm.com 3. If your application cannot be made to fit in a 32-bit address space, you can gain a lot more user space by moving to a 64-bit Java runtime. 如果您的应用程序不能适应32位地址空间,那么您可以通过迁移到64位Java运行时来获取更多用户空间。 www.ibm.com 4. The Rx library is suitably designed to be used in kernel as well as user space applications with similar API interfaces. Rx库很适合用于内核内,还适用于具有类似API接口的用户空间应用程序。 www.ibm.com 5. The TAP driver allows the guest operating system to read or write raw Ethernet frames to a virtual Ethernet device (extended to user space). TAP驱动程序使访客操作系统能够将原始以太网帧写到一个虚拟以太网设备(用户空间的扩展)。 www.ibm.com 6. Start with the subprocess_info structure, which contains all of the information necessary to perform the user-space invocation. 以subprocess_info结构开始,它包含所有的执行用户空间调用的信息。 www.ibm.com 7. In Linux-VServer, each individual user-space instance is called a security context. 在Linux-VServer中,每个单独的用户空间实例称为一个安全上下文。 www.ibm.com 8. The buffer address is actually a user-space buffer, so you won't be able to read it directly. 缓冲区地址实际上是一个用户空间的缓冲区,因此我们不能直接读取它。 www.ibm.com 9. Signals provide a great deal of information to or about a user space process. 信号可以提供很多有关用户空间进程的信息(或者将某些信息提供给用户空间的进程)。 www.ibm.com 10. The previous section explored methods for moving data between the kernel and user space (with the kernel initiating the operation). 上面部分探讨了在内核和用户空间之间移动数据的方法(使用内核初始化操作)。 www.ibm.com 1. The strace command is a powerful tool that shows all of the system calls issued by a user-space program. strace命令是一种强大的工具,它能够显示所有由用户空间程序发出的系统调用。 www.ibm.com 2. Each of these special files allow for user-space processes to easily interact with kernel devices. 每个特殊文件都可以让用户空间进程轻松地与内核设备实现交互。 www.ibm.com 3. it accepts a destination buffer (in kernel space), a source buffer (from user space), and a length defined in bytes. 它接受一个目的缓冲区(在内核空间)、一个源缓冲区(从用户空间)和一个以字节定义的长度。 www.ibm.com 4. The Linux kernel provides a lightweight process framework for creating threads; the actual thread implementation is in the user space. Linux内核提供了一个轻量级进程框架来创建线程;实际的线程在用户空间中实现。 www.ibm.com 5. This modification enabled a new interface to user space that allows other operating systems to run above the KVM-enabled kernel. 这个修改为用户空间启用了一个新的接口,它可以允许其他操作系统在启用了KVM的内核之上运行。 www.ibm.com 6. The copy_from_user function copies a block of data from user space into a kernel buffer. copy_from_user函数将数据块从用户空间复制到内核缓冲区。 www.ibm.com 7. Switching back and forth between kernel and user space execution does not require a page table swap. 在内核空间和用户空间之间来回切换根本无需切换页表。 www.diybl.com 8. Otherwise, the requester simply wants to wait for the user-space application to be invoked (UMH_WAIT_EXEC) but not complete. 否则,请求者只是等待用户空间应用程序被调用(UMH_WAIT_EXEC),但并不完全。 www.ibm.com 9. This function calculates the difference between two jiffies values, and then provides the result to the user through a user-space pointer. 这个函数会计算这两个jiffies值之间的差值,然后通过一个用户空间指针将结果提供给用户。 www.ibm.com 10. LVM consists of two parts: a kernel part and a suite of user-space tools. LVM由两部分组成:内核部分和一套用户空间工具。 www.ibm.com 1. At the top is the user space layer, or application layer, which defines the users of the network stack. 最上面是用户空间层,或称为应用层,其中定义了网络栈的用户。 www.ibm.com 2. QEMU executes as a user-space process, coordinating with the kernel for guest operating system requests. QEMU作为用户空间进程执行,并且在来宾操作系统请求方面与内核协调。 www.ibm.com 3. When executed, the user-space program does an ioctl on pre-defined proc-entries, which results in a call to the kernel module. 这个用户空间程序在预定义的proc-entries上执行ioctl,这会导致对内核模块的调用。 www.ibm.com 4. If you decide that user-space emulation is adequate for your needs, you can investigate it further. 如果用户空间模拟更满足您的需要,您可以深入研究。 www.ibm.com 5. Linux emulator runs on SCO and Solaris systems entirely in user space and does not require kernel modifications. Linux模拟器在SCO和Solaris系统上完全在用户空间中运行,不需要修改内核。 www-128.ibm.com 6. You use the access_ok function to check the validity of the pointer in user space that you intend to access. 您可以使用access_ok函数在您想要访问的用户空间检查指针的有效性。 www.ibm.com 7. The Linux kernel provides several functions that you can use to move system call arguments to and from user-space. Linux内核提供了几个函数,可以用来将系统调用参数移动到用户空间中,或从中移出。 www.ibm.com 8. Then reach to record to make by the notation movable affairs, user, space can reasonable usage and valid interactive target. 进而达成藉由谱记使活动事件、使用者、空间能合理使用且有效互动的目标。 www.cyut.edu.tw 9. LUFS is a hybrid user space filesystem framework that supports an indefinite number of filesystems transparently for any application. LUFS是一个混合用户空间的文件系统框架,它对用于任何应用程序无数的文件系统提供透明支持。 www.ibm.com 10. The Linux Trace Toolkit next generation ( LTTng) provides a user-space visualization facility for tracing kernel and user-space activities. Linux跟踪工具包下一代(LTTng)为跟踪内核和用户空间活动提供用户空间虚拟化设施。 www.ibm.com 1. User-mode Linux (UML) allows a Linux operating system to run other Linux operating systems in user-space. User-modeLinux(UML)允许Linux操作系统在其他操作系统的用户空间中运行。 www.ibm.com 2. The get_user function moves the value that the user-space address specifies (ptr) into the kernel variable specified (var). get_user函数将用户空间地址(ptr)指定的值移动到所指定的内核变量(var)中。 www.ibm.com 3. The user-space application decides whether the event requires any action on its part. 用户空间的应用程序来决定是否要在事件上对自己的设备做出响应。 www.cnblogs.com 4. The framework provides a consistent method of transferring authorization data from both user space applications and kernel modules . 这个框架提供了一种一致的方法在用户空间的应用程序和内核模块之间传输授权数据。 www.bing.com 5. The sample program has two components: a kernel module and a user-space program. 示例程序有两个组件:一个内核模块和一个用户空间程序。 www.ibm.com 6. The kernel's user-space ABI is one such system; developers know that user-space code is not considered to be derived from the kernel. 比如,用户空间的代码,不算是起源于内核(译者注:这样就不需要遵守GPL)。 www.bing.com 7. And while each user-space process occupies its own virtual address space, the kernel occupies a single address space. 每个用户空间的进程都使用自己的虚拟地址空间,而内核则占用单独的地址空间。 www.ibm.com 8. LinSched is a user-space application built from a number of components (including portions of the Linux kernel itself). LinSched是由许多组件构建的用户空间应用程序(包括部分Linux内核本身)。 www.ibm.com 9. It isolates the Linux scheduler subsystem and builds enough of the kernel environment around it that it can be executed within user space. 它隔离Linux调度器子系统并围绕它构建足够的内核环境,从而可以在用户空间内执行该模拟器。 www.ibm.com 10. It essentially runs in user space, but part of its implementation may run in kernel space. 它基本上运行在用户空间中,而它的部分实现可能运行在内核空间中。 www-128.ibm.com 1. In this method, the kernel of an operating system allows for multiple isolated user space instances. 按照这种方法,操作系统的内核允许有多个隔离的用户空间实例。 www.ibm.com 2. Futex (fast user space mutex) is done by the kernel on the thread ID upon pthread_join (for more on futex, please see Resources). 当pthread_join发生时由内核根据线程ID来完成Futex(fastuserspacemutex)。(要了解futex的更多信息,请参阅参考资料)。 www.ibm.com 3. This simply provides a way for user-space applications to gain access to the kernel's networking subsystem. 它简单地为用户空间的应用程序提供了一种访问内核网络子系统的方法。 www.ibm.com 4. This means that once a scheduler is validated in user space, it's quite simple then to migrate this scheduler into the kernel for use. 这意味着一旦在用户空间中验证了调度器,将此调度器迁移到内核以供使用会非常简单。 www.ibm.com 5. As a copy from user space, this function first checks that the buffer is readable via access_ok. 由于从用户空间复制,该函数首先使用access_ok检查缓冲区是否可读。 www.ibm.com 6. Furthermore, GridShell allows a user to install the tool in user space without need for any additional privileges or root permissions. 而且,GridShell可以让用户在用户空间安装工具,而不需要任何其他特权或root权限。 www-128.ibm.com 7. This array is a list of parameters that define the execution environment for the user-space application. 该数组是一组定义用户空间应用程序执行环境的参数列表。 www.ibm.com 8. This user-space package contains a variety of utilities for sending SCSI commands and parsing their responses. 这个用户空间包包括多种实用工具,可用来发送SCSI命令和解析这些命令的响应。 www.ibm.com 9. You use the access_ok macro to validate a user-space pointer for a given operation. 您可以使用access_ok宏来验证给定操作的用户空间指针。 www.ibm.com 10. Specific coLinux documentations on building both kernel part and user space tool are in this coLinux Building document. 中有关于构建内核部分和用户空间工具的详细coLinux文档。 www-128.ibm.com 1. In user space, DRBD provides a set of utilities for managing replicated disks. 在用户空间,DRBD提供一组用于管理复制磁盘的实用工具。 www.ibm.com 2. System calls are an efficient way of traversing between user-space and the kernel to request services in the kernel-space. 系统调用是穿越用户空间和内核空间,请求内核空间服务的一种有效方法。 www.ibm.com 3. The Wireless Extensions project provides a common Linux user space interface for different wireless cards. WirelessExtensions项目为不同的无线网卡提供公共的Linux用户空间接口。 www.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. Before the advent of user space filesystems, filesystem development was the job of the kernel developer. 在用户空间的文件系统出现之前,文件系统的开发曾是内核开发人员的工作。 www.ibm.com 6. Linux provides a set of APIs to move data between user space and kernel space. Linux提供了一组API来在用户空间和内核空间之间移动数据。 www.ibm.com 7. LTTng provides a user-space tool for graphically (or in text) visualizing the operation of the kernel. LTTng为图形化(或以文本)虚拟内核操作提供用户空间工具。 www.ibm.com 8. In the end, the syscall interface provides the means to transfer control between the user-space application and the kernel. 最后,系统调用接口提供了在用户空间应用程序和内核之间转移控制的方法。 www.ibm.com 9. The first uses the Filesystem in Userspace (FUSE) system to push the ZFS file system into user space to avoid the licensing issues. 第一种使用了用户空间文件系统(FilesysteminUserspace,FUSE)系统来推动ZFS文件系统到用户空间以便避免许可证问题。 www.ibm.com 10. Finally, the article explores the target of kernel-based log data: the log management framework in user space with rsyslog. 最后,本文还介绍了基于内核的日志数据的目标:用户空间中使用rsyslog进行日志管理。 www.ibm.com 1. Programs run in user space, but occasionally call down into the kernel when special services are needed. 程序运行在用户空间中,但当需要特殊服务时,偶尔会调用内核。 www-128.ibm.com 2. In short, this driver provides user-space access to the Ethernet device so that packets can be transmitted and received. 简单地说,这个驱动程序提供对以太网设备的用户空间访问,这样就可以发送和接收数据包。 www.ibm.com 3. This function simply checks that the address is likely in user space, not in the kernel. 该函数简单检查地址可能是在用户空间,而不是内核。 www.ibm.com 4. The module provides a bridge from the kernel file system interface to user space for user and file system implementations. 该模块为用户和文件系统实现提供从内核文件系统接口到用户空间的桥梁。 www.ibm.com 5. The insmod command defines the module to load and invokes the init_module user-space system call to begin the loading process. insmod命令定义需要加载的模块,并调用init_module用户空间系统调用,开始加载过程。 www.ibm.com 6. Whether device emulation is performed in the hypervisor or in user space within an independent VM, overhead exists. 无论设别模拟是在管理程序还是在一个独立VM中的用户空间中执行,都存在开销。 www.ibm.com 7. Miredo is an open-source (GPL) user-space teredo implementation for linux and BSD. Miredo是一个遵循GPL规范的用户端linux、BSD版teredo实现。 www.bing.com 8. It is part of the user-space program code and is executed in the user-space context. 它是用户空间的程序代码的一部分,需要在用户空间的上下文中执行。 www.ibm.com 9. User keys are defined to be manipulated by user-space programs. 用户密钥由用户空间程序操作。 www.ibm.com 10. This interface allows calls from user-space to transition to the kernel (in different address spaces). 这个接口允许用户空间发出要求转换到内核的调用(在不同地址空间中)。 www.ibm.com 1. The SCI is a thin layer that provides the means to perform function calls from user space into the kernel. SCI层提供了某些机制执行从用户空间到内核的函数调用。 www.ibm.com 2. If your total is much less than your maximum user space, you are not necessarily safe. 如果您的总空间小于最大用户空间,那么您的安全性是不确定的。 www.ibm.com 3. Let's go through the user-space usage and configuration of the knockAge. pl program, and then we'll review its functions. 下面让我们来介绍一下这个用户空间程序的用法,以及knockAge.pl程序的配置,然后再对这个函数进行回顾。 www.ibm.com 4. You can see that approximately no time is spent executing code in user space, so gprof will not really be useful here. 我们可以看出几乎没有多少时间被花费在执行用户空间的代码上,因此gprof在此处不会非常有用。 www.ibm.com 5. When complete, the first user-space program (init) starts, and high-level system initialization is performed. 完成这些操作之后启动第一个用户空间程序(init),并执行高级系统初始化工作。 www.ibm.com 6. To make the actual operation easier, several user space applications have been created. 为了简化实际的操作,创建了一些用户空间应用程序。 www.ibm.com 7. User space provides a number of access points for reading and managing kernel logging. 用户空间提供了许多读取和管理内核日志的访问方法。 www.ibm.com 8. The file system driver implementation routes requests from the VFS back to user space. 文件系统驱动程序实现将来自VFS的请求发送回用户空间。 www.ibm.com 9. NEGATIVE: A temporary state that denotes that the previous call to user-space failed. NEGATIVE:这是一个临时状态,表示前面对用户空间的调用失败了。 www.ibm.com 10. The TAP driver is a user-space tap onto the Ethernet device managed by the host operating system. TAP驱动程序是一个到主机操作系统所管理的以太网设备的用户空间连接。 www.ibm.com 1. This single call implements a variety of actions that can all be performed from user space but only one action for non-root users. 这个调用执行了很多个操作,所有操作都可以在用户空间执行,但是只有一个操作可以被非root用户执行。 www.ibm.com 2. The user space and data area objects provide persistent memory that can be accessed by several programs. 用户空间和数据区域对象提供可以被多个程序访问的持久内存。 www.ibm.com 3. LinSched, the Linux Scheduler Simulator, is a user-space application that hosts the Linux scheduling subsystem. Linux调度器模拟器,是托管Linux调度子系统的用户空间应用程序。 www.ibm.com 4. Now, here's how you use the _syscall macros to make your new system calls visible to the user-space. 现在,让我们来看一下如何使用_syscall宏来使新系统调用对于用户空间可见。 www.ibm.com 5. You must have the kvm and qemu user-space applications, as well. 另外,还必须具有kvm和qemu用户空间应用程序。 www.ibm.com 6. The ELF module is then read from user space into the temporary memory using copy_from_user. 然后,通过copy_from_user函数将ELF模块从用户空间读入到临时内存。 www.ibm.com 7. Unloading a module begins in user space with the invocation of the rmmod (remove module) command. 卸载模块过程首先在用户空间调用rmmod(删除模块)命令。 www.ibm.com 8. This module allows other guest operating systems to then run in user-space of the host Linux kernel (see Figure 7). 这个模块允许使用其他客户操作系统,然后在宿主Linux内核的用户空间中运行(参见图7)。 www.ibm.com 9. Congratulations -- you now have kernel LVM support enabled; now, we need to get the user-space tools compiled and installed. 恭喜--您现已启用了内核LVM支持;现在,我们需要编译和安装用户磁盘空间工具。 www.ibm.com 10. The virtual Ethernet device in user space then moves Ethernet frames to and from the real Ethernet device in the host operating system. 然后,用户空间中的虚拟以太网设备将以太网帧传递给主机操作系统中真实的以太网设备。读取的过程正好相反。 www.ibm.com 1. The respective kernel module and user space files reside in these directories. 相应的内核模块和用户空间文件分别在这两个目录中。 www-128.ibm.com 2. The user space memory access functions to be explored are listed in Table 1. 用户空间内存访问函数在表1中列出。 www.ibm.com 3. REVOKED: The key is moved to this state by a user-space action. REVOKED:一个用户空间操作将密钥转移到这个状态。 www.ibm.com 4. Change into the user_space directory and execute the userspace code. 切换到user_space目录,执行用户空间代码。 www.ibm.com 5. Luckily, projects like LinSched (the User-space Linux Scheduler Simulator) can help solve this problem. 幸运的是,类似LinSched(用户空间Linux调度器模拟器)的项目可以帮助您解决此问题。 www.ibm.com 6. The output from the SCSI target would then be copied to the user space buffers when the command is finished. 当这个命令完成时,SCSI目标的输出将被复制到用户空间缓冲区。 www.ibm.com 7. The Filesystem in Userspace (FUSE) is a kernel module that enables development of file systems in user space. FilesysteminUserspace(FUSE)是一个支持在用户空间中开发文件系统的内核模块。 www.ibm.com 8. When configuring DB2 memory usage, keep in mind that all the memory pools need to fit into the addressable user space. 在配置DB2内存的使用时应记住,所有内存池应该能够纳入可寻址用户空间。 www.ibm.com 9. After the kernel is booted and initialized, the kernel starts the first user-space application. 当内核被引导并进行初始化之后,内核就可以启动自己的第一个用户空间应用程序了。 www.ibm.com 10. This command notes how long it takes for an application to complete and also measures how long it spends in user space and in kernel space. 这个命令会显示一个应用程序运行完成需要多少时间,并可以测量它在用户空间和内核空间各花费了多少时间。 www.ibm.com 1. You can also test whether a user-space pointer is valid through a call to access_ok. 您也可以通过调用access_ok来测试用户空间指针是否有效。 www.ibm.com 2. Linux performs all locking in user space in cases without contention. Linux在没有锁争用的情况下执行用户空间中的所有锁定。 www.ibm.com 3. But what about going in the other direction, kernel space calling user space? 但如果方向反过来呢,内核空间调用用户空间? www.ibm.com 4. It also lets you run the software required when triggering the PS3 exploit from a normal user space program. 它还可以触发运行时需要利用PS3的用户空间,在正常的程序软件。 bbs.a9vg.com 5. Attempting a solution in user space causes difficult-to-solve race conditions. 尝试用户空间中的解决方案导致难于解决的竞态条件。 www.ibm.com 6. If an error occurs during this operation, it will be returned, and you'll likewise notify the user-space caller. 如果在这个操作过程中出现错误,将立即返回,您也可以通知用户空间调用者。 www.ibm.com 7. From the user space perspective, there is no need to modify the application code. 从用户空间的角度来看,不需要修改应用程序代码。 www.ibm.com 8. With KVM installed, you can start guest operating systems in user-space. 安装KVM之后,您可以在用户空间启动客户操作系统。 www.ibm.com 9. It consists of approximately 5000 source lines of code, including user-space utilities. 它大约包含5000行源代码,包括用户空间实用程序。 www.ibm.com 10. Moving simple types between the kernel and user-space (such as ints or longs) is accomplished easily with get_user and put_user. 要在内核和用户空间移动一些简单类型(例如int或long类型),可以使用get_user和put_user轻松地实现。 www.ibm.com 1. The strnlen_user function takes two arguments: the user space buffer address and the maximum length to check. strnlen_user函数带有两个参数:用户空间缓冲区地址和要检查的最大长度。 www.ibm.com 2. You can run Open vSwitch entirely from user space, but doing so results in degradation of performance. 您可以在用户空间完全运行OpenvSwitch,但是这么做会导致性能的下降。 www.ibm.com 3. Only whatever is left (also called user space) is free for application usage (including DB2). 剩下的所有内存(亦称用户空间)是由应用程序(包括DB2)使用的。 www.ibm.com 4. The put_user function places the result value into user-space at the location that presult specifies. put_user函数将结果值放入presult所指定的用户空间位置。 www.ibm.com 5. The copy_to_user function copies a block of data from the kernel into user space. copy_to_user函数将数据块从内核复制到用户空间。 www.ibm.com 6. Some high-powered file storage solutions also run in user space. 一些强大的文件存储解决方案也在用户空间中运行。 www.ibm.com 7. Both consoles run different programs in their own user space. 两个控制台在各自的用户空间中运行不同的程序。 www.ibm.com 8. Do not use a different gcc when compiling the kernel image and the user space tools because it can result in a system lock up. 编译内核映像和用户空间工具时不要使用不同的gcc,因为这可能会造成系统的锁定。 www.ibm.com 9. With all the innovation in the Linux 2. 6 kernel, accommodations must be made in the libraries and user space development tools. 随着Linux2.6内核中的各种革新,程序库和用户空间开发工具也需要有相应的变化。 www.ibm.com 10. Linux pthread mutexes are supported by fast user-space mutexes, known as futexes. 快速用户空间互斥(也被称为futexes)支持Linuxpthread互斥锁。 www.ibm.com 1. The process of module loading begins in user space with insmod (insert module). 在用户空间中,insmod(插入模块)启动模块加载过程。 www.ibm.com 2. It then looks at movement of log data from the kernel into user space. 然后,本文介绍了日志数据从内核到用户空间的移动过程。 www.ibm.com 3. In order to make the system work steadily, various applications in user space are developed. 编写了多种用户应用程序,使整个系统能稳定地工作。 www.fabiao.net 4. Why invoke a user-space application from the kernel? 为什么要从内核调用用户空间应用程序? www.ibm.com 5. Note: This process ignores user-space needs, which I address later. 注意:这个过程忽略了用户空间的需求,我将稍后介绍。 www.ibm.com 6. LinSched is a Linux scheduler simulator that resides in user space. LinSched是驻留在用户空间中的Linux调度器模拟器。 www.ibm.com 7. You can also use this tool for user-space tracing in addition to combined tracing, which aggregates tracing from the kernel and user space. 除了合并跟踪以外您还可以使用此工具进行用户空间跟踪,其可以汇总来自内核和用户空间的跟踪。 www.ibm.com 8. But KVM makes use of QEMU for device emulation as a separate process in the user space (see Figure 1). 但是KVM只将QEMU用于设备仿真,作为用户空间内的一个单独过程(参见图1)。 www.ibm.com 9. An advantage to debugfs is that it's extremely simple to export a single value to user space (in fact, it's a single call). debugfs的一个优点是它将一个值导出给用户空间非常简单(实际上这不过是一个调用而已)。 www.ibm.com 10. Follow the directions on the openmosix. org Web site on how to compile the user space tool. 请参阅openmosix.orgWeb站点上关于如何编译用户空间工具的说明。 www.ibm.com 1. You can use gdb to debug user-space programs or the Linux kernel. 您可以使用gdb来调试用户空间程序或Linux内核。 www.ibm.com 2. A notable example in the end-user space is the Add-on Studio for World of Warcraft. 对于最终用户来说,一个值得注意的例子就是魔兽世界插件开发工具。 www.infoq.com 3. Copy user space to kernel space. 把数据从用户空间复制到内核空间。 book.csdn.net 4. From this short article, you can see the value in simulating the Linux scheduler in user space. 从这篇简短的文章,您可以看到用户空间中模拟Linux调度器的价值。 www.ibm.com 5. In the user space, the most important part is the colinux-daemon-process. 在用户空间中,最重要的是部分是colinux-daemon-process。 www.ibm.com 6. Having captured the image and put it into user space, we can kick the card to acquire a new frame. 我们已经完成了捕获图像,将图像放到用户空间,我们现在可以踢开采集卡,获取新的一帧了。 www.kntau.com 7. I must recompile the kernel and make the new image available for booting before testing the user-space application. 接下来必须对内核重新进行编译,并在测试用户空间应用程序之前使引导使用的新映像变为可用。 www.ibm.com 8. For example, a user-space instance may not modify the kernel (load or remove kernel modules) nor mount or unmount file systems. 例如,一个用户空间实例也许不能修改内核(载入或移除内核模块),也不能挂载或卸载文件系统。 www.ibm.com 9. For example, ZFS-Fuse is an implementation of ZFS in user space. 例如,ZFS-Fuse是一种用户空间中的ZFS实现。 www.ibm.com 10. kernel, so look there if you need to want to know what to name the file in user space. 如有必要,你必须知道如何在用户空间命名这个文件。 www.360doc.com 1. FTP account can automatically open the corresponding document management user space. 可自动开通FTP帐号对应用户空间进行文件管理。 3333355555.com 2. API allows interfacing between cryptographic hardware and user space applications API允许在密码硬件和用户空间应用程序之间建立接口 www-128.ibm.com 3. A user-space component for emulating PC hardware; currently, this is handled in the user space and is a lightly modified QEMU process 一个用于模拟PC硬件的用户空间组件;目前,这是在用户空间处理的,并且是经过稍微修改的QEMU进程。 www.ibm.com 4. Design and Implementation of the Linux User Space Printer Driver Linux用户空间打印机驱动程序的设计与实现 www.ilib.cn 5. Realization of Communication of User Space Data with Kernel Space Data in Linux Linux中用户空间与内核空间的通信实现 service.ilib.cn 6. The Linux key retention service provides three new syscalls to manipulate keys in user-space. The first is add_key Linux密钥保留服务提供三个新的系统调用,用来在用户空间中操作密钥。 www.ibm.com 7. Copy the transport header and the payload from user space 从用户空间复制传输层协议包头信息和发送数据 www.hotpim.com 8. Copy the payload from user space 从用户空间把发送数据复制到上面建立的缓存中 www.hotpim.com 9. one or more for user space processes 对用户空间的进程,有一个或多个页表 wenku.baidu.com |
||||||||||||||||
随便看 |
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。