代码搜索:Prot
找到约 2,417 项符合「Prot」的源代码
代码结果 2,417
www.eeworm.com/read/353640/3084394
c rpc_prot.c
/* rpc_prot.c - the rpc message definition */
/* Copyright 1984-2000 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
* Copyright (c) 1987 Wind River Systems, Inc.
* Copyright (C) 1984, S
www.eeworm.com/read/353640/3084402
c pmap_prot.c
/* pmap_prot.c - protocol for the local binder service, or pmap */
/* Copyright 1984-1992 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
* Copyright (c) 1987 Wind River Systems, Inc.
*
www.eeworm.com/read/350657/3119468
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/350657/3122724
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/350657/3123068
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/264095/4293145
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/264095/4296102
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/264095/4296448
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/262041/4317144
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__ /*
www.eeworm.com/read/161438/5553588
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