代码搜索:DEV

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

代码结果 10,000
www.eeworm.com/read/209559/4966905

h sir-dev.h

/********************************************************************* * * sir.h: include file for irda-sir device abstraction layer * * Copyright (c) 2002 Martin Diehl * * This program is free
www.eeworm.com/read/209559/4969030

h backing-dev.h

/* * include/linux/backing-dev.h * * low-level device information and state which is propagated up through * to high-level code. */ #ifndef _LINUX_BACKING_DEV_H #define _LINUX_BACKING_DEV_H #in
www.eeworm.com/read/209559/4969084

h root_dev.h

#ifndef _ROOT_DEV_H_ #define _ROOT_DEV_H_ #include enum { Root_NFS = MKDEV(UNNAMED_MAJOR, 255), Root_RAM0 = MKDEV(RAMDISK_MAJOR, 0), Root_RAM1 = MKDEV(RAMDISK_MAJOR, 1), Root_FD0
www.eeworm.com/read/209559/4972147

h dn_dev.h

#ifndef _NET_DN_DEV_H #define _NET_DN_DEV_H struct dn_dev; struct dn_ifaddr { struct dn_ifaddr *ifa_next; struct dn_dev *ifa_dev; dn_address ifa_local; dn_address ifa_address; u
www.eeworm.com/read/209559/4972430

c dev_table.c

/* * sound/dev_table.c * * Device call tables. * * * Copyright (C) by Hannu Savolainen 1993-1997 * * OSS/Free for Linux is distributed under the GNU GENERAL PUBLIC LICENSE (GPL) * Version 2 (
www.eeworm.com/read/209559/4972565

h dev_table.h

/* * dev_table.h * * Global definitions for device call tables * * * Copyright (C) by Hannu Savolainen 1993-1997 * * OSS/Free for Linux is distributed under the GNU GENERAL PUBLIC LICENSE (GPL
www.eeworm.com/read/209559/4974685

c netlink_dev.c

/* * NETLINK An implementation of a loadable kernel mode driver providing * multiple kernel/user space bidirectional communications links. * * Author: Alan Cox * * This pr
www.eeworm.com/read/209559/4974915

c nr_dev.c

/* * 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 * the Free Software Foundation; either version 2 of
www.eeworm.com/read/209559/4974941

c dev_mcast.c

/* * Linux NET3: Multicast List maintenance. * * Authors: * Tim Kordas * Richard Underwood * * Stir fried together from the IP multic
www.eeworm.com/read/209559/4975012

c dn_dev.c

/* * DECnet An implementation of the DECnet protocol suite for the LINUX * operating system. DECnet is implemented using the BSD Socket * interface as the means of