代码搜索:userspace
找到约 1,362 项符合「userspace」的源代码
代码结果 1,362
www.eeworm.com/read/395229/2447648
h agp_backend.h
/*
* AGPGART backend specific includes. Not for userspace consumption.
*
* Copyright (C) 2004 Silicon Graphics, Inc.
* Copyright (C) 2002-2003 Dave Jones
* Copyright (C) 1999 Jeff Hartmann
* Cop
www.eeworm.com/read/395229/2448059
h xfrm.h
#ifndef _LINUX_XFRM_H
#define _LINUX_XFRM_H
#include
/* All of the structures in this file may not change size as they are
* passed into the kernel from userspace via netlink socket
www.eeworm.com/read/393286/2478559
s strlen_user.s
/* strlen_user.S: Sparc optimized strlen_user code
*
* Return length of string in userspace including terminating 0
* or 0 for error
*
* Copyright (C) 1991,1996 Free Software Foundation
* Copyri
www.eeworm.com/read/393024/2489460
comp rand.comp
component rand;
option userspace;
pin out float out;
;;
#include
void user_mainloop(void) {
while(1) {
usleep(1000);
FOR_ALL_INSTS() out = drand48();
}
}
www.eeworm.com/read/389879/2533669
c ehca_uverbs.c
/*
* IBM eServer eHCA Infiniband device driver for Linux on POWER
*
* userspace support verbs
*
* Authors: Christoph Raisch
* Hoang-Nam Nguyen
www.eeworm.com/read/385891/2579334
s strlen_user.s
/* strlen_user.S: Sparc optimized strlen_user code
*
* Return length of string in userspace including terminating 0
* or 0 for error
*
* Copyright (C) 1991,1996 Free Software Foundation
* Copyri
www.eeworm.com/read/368386/2816124
s strlen_user.s
/* strlen_user.S: Sparc optimized strlen_user code
*
* Return length of string in userspace including terminating 0
* or 0 for error
*
* Copyright (C) 1991,1996 Free Software Foundation
* Copyri
www.eeworm.com/read/362989/2924373
h agp_backend.h
/*
* AGPGART backend specific includes. Not for userspace consumption.
*
* Copyright (C) 2004 Silicon Graphics, Inc.
* Copyright (C) 2002-2003 Dave Jones
* Copyright (C) 1999 Jeff Hartmann
* Cop
www.eeworm.com/read/362989/2924669
h xfrm.h
#ifndef _LINUX_XFRM_H
#define _LINUX_XFRM_H
#include
/* All of the structures in this file may not change size as they are
* passed into the kernel from userspace via netlink socket
www.eeworm.com/read/355282/3054862
h ipt_kernel_headers.h
/* This is the userspace/kernel interface for Generic IP Chains,
required for libc6. */
#ifndef _FWCHAINS_KERNEL_HEADERS_H
#define _FWCHAINS_KERNEL_HEADERS_H
#include
#if defined(__GLI