代码搜索:proc
找到约 10,000 项符合「proc」的源代码
代码结果 10,000
www.eeworm.com/read/125688/6026539
h proc.h
/*
* Copyright (c) 1991 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provid
www.eeworm.com/read/125688/6026717
h proc.h
/* $NetBSD: proc.h,v 1.13 2000/12/11 10:22:55 tron Exp $ */
/*
* Copyright (c) 1991 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary
www.eeworm.com/read/125688/6026787
h proc.h
/* $NetBSD: proc.h,v 1.116 2000/12/11 05:29:03 mycroft Exp $ */
/*-
* Copyright (c) 1986, 1989, 1991, 1993
* The Regents of the University of California. All rights reserved.
* (c) UNIX System La
www.eeworm.com/read/123438/6059381
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/123438/6059425
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/123438/6059436
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/120487/6072130
c proc.c
/*-------------------------------------------------------------------------
*
* proc.c
* routines to manage per-process shared memory data structure
*
* Portions Copyright (c) 1996-2003, Postgr
www.eeworm.com/read/120487/6072647
mk proc.mk
SRCS += $(NAME).c
OBJS += $(NAME).o
SHLIB_LINK := $(BE_DLLLIBS)
SO_MAJOR_VERSION := 0
SO_MINOR_VERSION := 0
rpath =
all: all-shared-lib
include $(top_srcdir)/src/Makefile.shlib
install: all
if
www.eeworm.com/read/120487/6072798
h proc.h
/*-------------------------------------------------------------------------
*
* proc.h
* per-process shared memory data structures
*
*
* Portions Copyright (c) 1996-2003, PostgreSQL Global Dev
www.eeworm.com/read/117325/6104537
c proc.c
#include
#ifdef solaris2
#define _KMEMUSER /* Needed by */
#include /* helps define struct rlimit */
#endif
#if HAVE_IO_H /* win32 */
#include
#endif