代码搜索:proc
找到约 10,000 项符合「proc」的源代码
代码结果 10,000
www.eeworm.com/read/100285/6271364
h proc.h
/*-------------------------------------------------------------------------
*
* proc.h
*
*
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: proc.h,v 1.24.2.1 1999/07/30
www.eeworm.com/read/322905/6301577
c proc.c
/*
* linux/fs/nfs/proc.c
*
* Copyright (C) 1992, 1993, 1994 Rick Sladkey
*
* OS-independent nfs remote procedure call functions
*/
/*
* Defining NFS_PROC_DEBUG causes a lookup of
www.eeworm.com/read/322905/6301626
c proc.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/322905/6301639
c proc.c
/*
* UNIX An implementation of the AF_UNIX network domain for the
* LINUX operating system. UNIX is implemented using the
* BSD Socket interface as the means of communication with
* the u
www.eeworm.com/read/238215/6343878
c proc.c
/*
* $Id: proc.c,v 1.13 1998/05/12 07:36:07 mj Exp $
*
* Procfs interface for the PCI bus.
*
* Copyright (c) 1997--1999 Martin Mares
*/
#include
#include
www.eeworm.com/read/238215/6343893
o proc.o
www.eeworm.com/read/488200/6497989
h proc.h
#ifndef _PROC_H
#define _PROC_H
#include
#ifndef _MBUF_H
#include "mbuf.h"
#endif
#ifndef _TIMER_H
#include "timer.h"
#endif
#define SIGQSIZE 200 /* Entries in ksignal queu
www.eeworm.com/read/487749/6508192
asm proc.asm
.MODEL TINY,STDCALL
.386
OPTION SEGMENT:USE16
INCLUDE LONG.INC ;proc1 may be used in proc2 here,
CODE SEGMENT BYTE PUBLIC 'CODE'
ASSUME CS:CODE
;-------------
www.eeworm.com/read/481537/6642779
c proc.c
/*
* linux/kernel/irq/proc.c
*
* Copyright (C) 1992, 1998-2004 Linus Torvalds, Ingo Molnar
*
* This file contains the /proc/irq/ handling code.
*/
#include
#include
www.eeworm.com/read/479635/6689503