代码搜索:kernel

找到约 10,000 项符合「kernel」的源代码

代码结果 10,000
www.eeworm.com/read/108430/15586020

make_rules

# # Universal TUN/TAP device driver. # Copyright (C) 1999-2000 Maxim Krasnyansky # # This program is free software; you can redistribute it and/or modify # it under the terms of
www.eeworm.com/read/108430/15586032

changelog

Universal TUN/TAP device driver ChangeLog. ver 1.1: Massive Linux driver update: 2.4.x kernel support. New cloning interface, protocol indication. Statistics counting fixes. Solaris driver update
www.eeworm.com/read/108430/15586053

faq

Universal TUN/TAP device driver Frequently Asked Question. 1. What is the TUN ? The TUN is Virtual Point-to-Point network device. TUN driver was designed as low level kernel support for IP tunneli
www.eeworm.com/read/107118/15612577

h memory.h

/* * NOTE!!! memcpy(dest,src,n) assumes ds=es=normal data segment. This * goes for all kernel functions (ds=es=kernel space, fs=local data, * gs=null), as well as for all well-behaving user prog
www.eeworm.com/read/106839/15619940

mgp build_lids.mgp

%include "default.mgp" %default 1 bgrad %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %page %nodefault %fore "red", size 7, font "standard", back "darkblue" %center %IMAGE "
www.eeworm.com/read/105622/15663695

pas yacclook.pas

{ Yacc lookahead computation. This implementation is based on the lookahead set algorithm described in Aho/Sethi/Ullman, 1986, Section 4.7. Copyright (c) 1990-92 Albert Graef
www.eeworm.com/read/105051/15679177

s16 init.s16

/* $Id: init.S16,v 1.10 2004/04/27 06:48:59 hpa Exp $ */ /* ----------------------------------------------------------------------- * * * Copyright 2001 H. Peter Anvin - All Rights Reserved *
www.eeworm.com/read/104882/15681985

c loadkernel.c

#include "typdef.h" extern char kernel[]; void loadkernel() { int i; char *to; char *from; void (*fp)(void); fp = (void (*)(void))0x8000; to = (char*)0x8000; from =
www.eeworm.com/read/104747/15683896

bas ioapi.bas

Attribute VB_Name = "Module1" Declare Function ReadFile Lib "kernel32" _ (ByVal Handle&, _ BufferPtr As Integer, _ ByVal ByteCount&, _ BytesReturnedPtr&, _ ByVal OverlappedPtr& _ ) As Long D
www.eeworm.com/read/104342/15697925

h memory.h

/* * NOTE!!! memcpy(dest,src,n) assumes ds=es=normal data segment. This * goes for all kernel functions (ds=es=kernel space, fs=local data, * gs=null), as well as for all well-behaving user prog