代码搜索:DEV
找到约 10,000 项符合「DEV」的源代码
代码结果 10,000
www.eeworm.com/read/312249/3674457
h tdma_dev.h
/***
*
* include/rtmac/tdma/tdma_dev.h
*
* RTmac - real-time networking media access control subsystem
* Copyright (C) 2002 Marc Kleine-Budde ,
* 200
www.eeworm.com/read/312249/3674461
c nomac_dev.c
/***
*
* rtmac/nomac/nomac_dev.c
*
* RTmac - real-time networking media access control subsystem
* Copyright (C) 2002 Marc Kleine-Budde
* 2003-2005 J
www.eeworm.com/read/312249/3674470
c tdma_dev.c
/***
*
* rtmac/tdma/tdma_dev.c
*
* RTmac - real-time networking media access control subsystem
* Copyright (C) 2002 Marc Kleine-Budde
* 2003-2006 Jan
www.eeworm.com/read/311226/3686328
sh syn-dev.sh
#!/bin/bash
## ==== Good
N=0
N=$((N+1)) ; testGood $(fname "syn-" $N)
www.eeworm.com/read/310936/3688753
c end_dev.c
//-----------------------------------------------------------------------------
//
// file: end_dev.c
// description: demonstration program, end device function
// Version: 1.0
//
//---------
www.eeworm.com/read/310936/3688758
pcc end_dev.pcc
-cF054780
-yC:\NECTools32\DEV\
-iC:\scheduler\include
-zp
-mfC:\scheduler\apps\bank.fin
src\end_dev.c
www.eeworm.com/read/309211/3706513
c file_dev.c
/*
* linux/fs/file_dev.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include
#include
#include
#include
#define MIN(a,b) (((
www.eeworm.com/read/309211/3706520
c block_dev.c
/*
* linux/fs/block_dev.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include
#include
#include
#include
int block_writ
www.eeworm.com/read/309211/3706526
c char_dev.c
/*
* linux/fs/char_dev.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/304654/3794528
c dev_pci.c
#include
#include
static int pci_match(struct device *parent, void *match, void *aux);
static void pci_attach(struct device *parent, struct device *self, void *aux);
str