代码搜索:DEV

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

代码结果 10,000
www.eeworm.com/read/124910/6037780

h sysmacros.h

/* Definitions of macros to access `dev_t' values. Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; y
www.eeworm.com/read/123438/6058979

c ll_rw_blk.c

/* * linux/kernel/blk_dev/ll_rw.c * * Copyright (C) 1991, 1992 Linus Torvalds */ /* * This handles all read/write requests to block devices */ #include #include
www.eeworm.com/read/123438/6059103

c at1700.c

/* at1700.c: A network device driver for the Allied Telesis AT1700. Written 1993 by Donald Becker. This is a alpha test limited release. This version may only be used and distributed accor
www.eeworm.com/read/123438/6059112

c slip.c

/* * slip.c This module implements the SLIP protocol for kernel-based * devices like TTY. It interfaces between a raw TTY, and the * kernel's INET protocol layers (via DDI). * * Version:
www.eeworm.com/read/123438/6059130

c eexpress.c

/* eexpress.c: Intel EtherExpress device driver for Linux. */ /* Written 1993 by Donald Becker. Copyright 1993 United States Government as represented by the Director, National Security Agency.
www.eeworm.com/read/123438/6059420

c route.c

/* * INET An implementation of the TCP/IP protocol suite for the LINUX * operating system. INET is implemented using the BSD Socket * interface as the means of communication with the user l
www.eeworm.com/read/123438/6059429

c arp.c

/* * INET An implementation of the TCP/IP protocol suite for the LINUX * operating system. INET is implemented using the BSD Socket * interface as the means of communication with the user l
www.eeworm.com/read/120487/6072033

pgcppindent

#!/bin/sh trap "rm -f /tmp/$$ /tmp/$$a" 0 1 2 3 15 entab /dev/null if [ "$?" -ne 0 ] then echo "Go to the src/tools/entab directory and do a 'make' and 'make install'." >&2 echo "This wi
www.eeworm.com/read/120487/6072035

pgjindent

#!/bin/sh trap "rm -f /tmp/$$ /tmp/$$a" 0 1 2 3 15 entab /dev/null if [ "$?" -ne 0 ] then echo "Go to the src/tools/entab directory and do a 'make' and 'make install'." >&2 echo "This wi
www.eeworm.com/read/119864/6081553

c ptsname.c

/* Copyright (C) 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Zack Weinberg , 1998. The GNU C Library is free softw