代码搜索:user-level
找到约 423 项符合「user-level」的源代码
代码结果 423
www.eeworm.com/read/136812/5857757
h userdbm.h
/*
** USERDBM.H -- user-level definitions for the DBM library
**
** Version:
** @(#)userdbm.h 1.1 92/07/30 SMI; from UCB 3.1 10/13/82
*/
typedef struct
{
char *dptr;
int dsize;
} DATUM;
extern D
www.eeworm.com/read/101082/6243665
h userdbm.h
/*
** USERDBM.H -- user-level definitions for the DBM library
**
** Version:
** @(#)userdbm.h 4.1 7/25/83
*/
typedef struct
{
char *dptr;
int dsize;
} DATUM;
extern DATUM fetch();
www.eeworm.com/read/476941/6743267
list runoff.list
# basic headers
types.h
param.h
defs.h
x86.h
asm.h
mmu.h
elf.h
# startup
bootasm.S
bootother.S
bootmain.c
main.c
# locks
spinlock.h
spinlock.c
# processes
proc.h
proc.c
swtch.S
kalloc.c
# system c
www.eeworm.com/read/221024/14773332
html http:^^www.cs.washington.edu^research^projects^lis^chaos^www^abstracts^cranium.html
Date: Tue, 10 Dec 1996 22:27:28 GMT
Server: NCSA/1.4.2
Content-type: text/html
A Re-Ordering Network Interface
www.eeworm.com/read/422591/10627030
rd ks-internal.rd
\name{ks-internal}
\alias{Sdr}
\alias{ise.diff}
\title{Internal functions in the ks library}
\description{
These functions are user-level but which the user is not required to use directly.
}
\key
www.eeworm.com/read/133329/5905794
d whatfor.d
sched:::off-cpu
/curlwpsinfo->pr_state == SSLEEP/
{
/*
* We're sleeping. Track our sobj type.
*/
self->sobj = curlwpsinfo->pr_stype;
self->bedtime = timestamp;
}
sched:::off-cpu
/curlwpsinfo-
www.eeworm.com/read/344164/11905407
readme
This is RAIDframe v1.0
Supported platforms (versions listed are known good, others may work too)
Arch OS Version
Alpha Digital Unix 2.0 (also user-level driver, kernel drive
www.eeworm.com/read/152843/5657330
makefile
#
# Makefile for the ia32 kernel emulation subsystem.
#
obj-y := ia32_entry.o sys_ia32.o ia32_ioctl.o ia32_signal.o \
ia32_support.o ia32_traps.o binfmt_elf32.o ia32_ldt.o
CFLAGS_ia32_ioctl.o += -
www.eeworm.com/read/434552/1871428
h user-cmn.h
/************************************************************************
* User-level Common Structures *
****************************************************
www.eeworm.com/read/100359/15876291
mac standard.mac
; Standard macro set for NASM 0.98 -*- nasm -*-
; Note that although some user-level forms of directives are defined
; here, not all of them are: the user-level form of a format-specific
; directiv