代码搜索:proc
找到约 10,000 项符合「proc」的源代码
代码结果 10,000
www.eeworm.com/read/320693/3541967
sql proc_insertuser.sql
use db_SMS
go
if object_Id('proc_insertUser') is not null
drop proc proc_insertUser
go
create proc proc_insertUser
(
@UserName varchar (20),
@UserPwd varchar (20),
@UserRight char (10)
)
as
www.eeworm.com/read/320693/3541968
sql proc_insertinstore.sql
use db_SMS
go
if object_Id('proc_insertInStore') is not null
drop proc proc_insertInStore
go
create proc proc_insertInStore
(
@GoodsID bigint,
@GoodsName varchar(50),
@PrName varchar (100),
www.eeworm.com/read/316872/3585578
c smtc-proc.c
/*
* /proc hooks for SMTC kernel
* Copyright (C) 2005 Mips Technologies, Inc
*/
#include
#include
#include
#include
#include
www.eeworm.com/read/316872/3585761
c picvue_proc.c
/*
* Picvue PVC160206 display driver
*
* Brian Murphy
*
*/
#include
#include
#include
#include
#include
www.eeworm.com/read/316872/3586519
c prominfo_proc.c
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 1999
www.eeworm.com/read/316872/3587004
s proc-macros.s
/*
* We need constants.h for:
* VMA_VM_MM
* VMA_VM_FLAGS
* VM_EXEC
*/
#include
#include
/*
* vma_vm_mm - get mm pointer from vma pointer (vma->vm_mm)
www.eeworm.com/read/316872/3587027
s proc-xscale.s
/*
* linux/arch/arm/mm/proc-xscale.S
*
* Author: Nicolas Pitre
* Created: November 2000
* Copyright: (C) 2000, 2001 MontaVista Software Inc.
*
* This program is free software; you can redis
www.eeworm.com/read/316872/3587061
c proc-syms.c
/*
* linux/arch/arm/mm/proc-syms.c
*
* Copyright (C) 2000-2002 Russell King
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Pub
www.eeworm.com/read/316872/3588421
c rtas-proc.c
/*
* Copyright (C) 2000 Tilmann Bitterberg
* (tilmann@bitterberg.de)
*
* RTAS (Runtime Abstraction Services) stuff
* Intention is to provide a clean user interface
* to use the RTAS.
www.eeworm.com/read/316872/3590059
h proc_mm.h
/*
* Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
* Licensed under the GPL
*/
#ifndef __SKAS_PROC_MM_H
#define __SKAS_PROC_MM_H
#define MM_MMAP 54
#define MM_MUNMAP 55
#define MM_MPROTECT 56
#