代码搜索:dev
找到约 10,000 项符合「dev」的源代码
代码结果 10,000
www.eeworm.com/read/147766/5722513
h pci.h
/*
* c 2001 PPC 64 Team, IBM Corp
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by
www.eeworm.com/read/147766/5725149
c at91_ether.c
/*
* Ethernet driver for the Atmel AT91RM9200 (Thunder)
*
* (c) SAN People (Pty) Ltd
*
* Based on an earlier Atmel EMAC macrocell driver by Atmel and Lineo Inc.
* Initial version by Rick Bronson
www.eeworm.com/read/147331/5732469
h paths.h
#ifndef _PATHS_H_
#define _PATHS_H_
#define _PATH_DEV "/dev/"
#define _PATH_BSHELL "/bin/sh"
#endif /* _PATHS_H_ */
www.eeworm.com/read/139207/5806608
asm dhdw001.asm
;************************************************************************
;* MODULE INFORMATION*
;**********************
;* FILE NAME: dhdw001.asm
;* SYSTEM NAME: devlib
www.eeworm.com/read/136786/5862693
c pci.c
/*
* pci.c - Low-Level PCI Access in IA-64
*
* Derived from bios32.c of i386 tree.
*/
#include
#include
#include
#include
#include
www.eeworm.com/read/136786/5865558
h aacraid.h
#define dprintk(x)
#define AAC_NUM_FIB 128
#define AAC_NUM_IO_FIB 116
/*------------------------------------------------------------------------------
* D E F I N E S
*---------------
www.eeworm.com/read/135153/5887673
sh mk_loop_h.sh
#!/bin/sh
#
# Figure out (i) the type of dev_t (ii) the defines for loop stuff
#
# Output of this script is normally redirected to "loop.h".
# Since 1.3.79 there is an include file
www.eeworm.com/read/128531/5984186
c ifconfig_net.c
/* $Id: ifconfig_net.c,v 1.1 2002/02/28 17:31:25 marcelo Exp $
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main director
www.eeworm.com/read/128531/5985065
h pci.h
/*
* c 2001 PPC 64 Team, IBM Corp
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by
www.eeworm.com/read/128531/5987691
h aacraid.h
#define AAC_DRIVER_VERSION 0x01010300
#define AAC_DRIVER_BUILD_DATE __DATE__ " " __TIME__
//#define dprintk(x) printk x
#if (!defined(dprintk))
# define dprintk(x)
#endif
/*-----------------------