代码搜索:Prot
找到约 2,417 项符合「Prot」的源代码
代码结果 2,417
www.eeworm.com/read/161121/5556667
s dtlb_prot.s
/* $Id: dtlb_prot.S,v 1.22 2001/04/11 23:40:32 davem Exp $
* dtlb_prot.S: DTLB protection trap strategy.
* This is included directly into the trap table.
*
* Copyright (C) 1996,1998 D
www.eeworm.com/read/161121/5559742
h lmc_prot.h
#ifndef _LMC_PROTO_H_
#define _LMC_PROTO_H_
void lmc_proto_init(lmc_softc_t * const)
void lmc_proto_attach(lmc_softc_t *sc const)
void lmc_proto_detach(lmc_softc *sc const)
void lmc_proto_reopen(lmc_
www.eeworm.com/read/161121/5560169
h msg_prot.h
/*
* linux/include/net/sunrpc/msg_prot.h
*
* Copyright (C) 1996, Olaf Kirch
*/
#ifndef _LINUX_SUNRPC_MSGPROT_H_
#define _LINUX_SUNRPC_MSGPROT_H_
#ifdef __KERNEL__ /* user pro
www.eeworm.com/read/152843/5658601
s dtlb_prot.s
/* $Id: dtlb_prot.S,v 1.22 2001/04/11 23:40:32 davem Exp $
* dtlb_prot.S: DTLB protection trap strategy.
* This is included directly into the trap table.
*
* Copyright (C) 1996,1998 D
www.eeworm.com/read/394549/8218749
txt prot-eng.txt
Original ipmsg protocol specification is written in Japanese.
This document was translated by Mr.Kanazawa.
This document is not verified yet.
-----------------------------------------------------
www.eeworm.com/read/193124/8252504
h prot2407.h
/*--------------------------------------------------------*/
/* WQ21ST SOFTWARE STUDIO. */
/*--------------------------------------------------------*/
/*-------------------
www.eeworm.com/read/173400/9659608
h prot2407.h
/*--------------------------------------------------------*/
/* WQ21ST SOFTWARE STUDIO. */
/*--------------------------------------------------------*/
/*-------------------
www.eeworm.com/read/171829/9735006
cpp prot_bas.cpp
#include
class base
{
protected:
int i, j;
public:
void setij(int a, int b)
{
i=a;
j=b;
}
void showij(void) {cout
www.eeworm.com/read/249207/12517270
h vm_prot.h
/*
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* The Mach Operating System p
www.eeworm.com/read/235820/14051038
x nfs_prot.x
/* minimal spec for filesnarf. */
/*
* Copyright (c) 1987, 1997 by Sun Microsystems, Inc.
* All rights reserved.
*/
/* #pragma ident "@(#)nfs_prot.x 1.5 97/06/21 SMI" */
%#include "config.h"
co