代码搜索:Prot

找到约 2,417 项符合「Prot」的源代码

代码结果 2,417
www.eeworm.com/read/268871/4249124

x adb_prot.x

%#include /* {{{ ADB types */ enum adb_status { ADB_OK = 0, ADB_ERR = 1, ADB_NOTFOUND = 2, ADB_COMPLETE = 3 }; struct adb_vnodeid { /* store everything in machine byte orde
www.eeworm.com/read/268871/4249126

x dhc_prot.x

%#include %#include enum dhc_stat { DHC_OK = 0, DHC_CONF_MISMATCH = 1, DHC_LOW_PROPOSAL = 2, DHC_PROP_MISMATCH = 3, DHC_NOT_A_REPLICA = 4, DHC_CHORD
www.eeworm.com/read/268871/4249127

x accordion_prot.x

%#include "chord_types.h" %#include "recroute_prot.h" struct accordion_fillgap_arg { chord_node_wire end; unsigned para; //sender's parallelism, used to determine the freshness of the replied rou
www.eeworm.com/read/268871/4249128

x chord_prot.x

/* * This file was written by Frans Kaashoek. Its contents is * uncopyrighted and in the public domain. Of course, standards of * academic honesty nonetheless prevent anyone in research from *
www.eeworm.com/read/268871/4249129

x transport_prot.x

%#include "bigint.h" %#include "chord_types.h" enum rpcstat { DORPC_OK = 0, DORPC_MARSHALLERR = 1, DORPC_UNKNOWNNODE = 2, DORPC_NOHANDLER = 3 }; struct dorpc_arg { chord_node_wire dest;
www.eeworm.com/read/268871/4249130

x debruijn_prot.x

%#include "chord_types.h" struct debruijn_arg { chordID n; chordID x; chordID i; chordID k; unsigned upcall_prog; unsigned upcall_proc; opaque upcall_args; }; struct debruijn_noderes
www.eeworm.com/read/268871/4249133

x fingers_prot.x

%#include "chord_prot.h" program FINGERS_PROGRAM { version FINGERS_VERSION { void FINGERSPROC_NULL (void) = 0; chord_nodelistres FINGERSPROC_GETFINGERS (chordID) = 1; chor
www.eeworm.com/read/268871/4249134

x dhash_prot.x

%#include %#include typedef int32_t dhash_hopcount; enum store_status { DHASH_STORE = 0, DHASH_CACHE = 1, DHASH_FRAGMENT = 2, DHASH_REPLICA = 3, DHASH_NOENT
www.eeworm.com/read/447907/1692953

h basic_prot.h

/* ** Copyright 2002, Thomas Kurschel. All rights reserved. ** Distributed under the terms of the NewOS License. */ #ifndef __BASIC_PROT_H__ #define __BASIC_PROT_H__ bool ide_wait( ide_device_info
www.eeworm.com/read/447907/1692956

c basic_prot.c

/* ** Copyright 2002, Thomas Kurschel. All rights reserved. ** Distributed under the terms of the NewOS License. */ #include #include #include "ide_int