代码搜索:Prot
找到约 2,417 项符合「Prot」的源代码
代码结果 2,417
www.eeworm.com/read/116005/6115870
h rripfdb.h
/*
* Copyright (c) 1998-2001 by NETsilicon Inc.
*
* This software is copyrighted by and is the sole property of
* NETsilicon. All rights, title, ownership, or other interests
* in the s
www.eeworm.com/read/110034/6171463
h pgalloc.h
/*
* linux/include/asm-arm/proc-armv/pgalloc.h
*
* Copyright (C) 2001 Russell King
*
* Page table allocation/freeing primitives for 32-bit ARM processors.
*/
/* unfortunately, this includes l
www.eeworm.com/read/110034/6171656
h pgalloc.h
/*
* linux/include/asm-arm/proc-armv/pgalloc.h
*
* Copyright (C) 2001 Russell King
*
* Page table allocation/freeing primitives for 32-bit ARM processors.
*/
/* unfortunately, this includes l
www.eeworm.com/read/345862/6338149
c pbuf.c
/**
* @file
* Packet buffer management
*
* Packets are represented by the pbuf data structure. It supports dynamic
* memory allocation for packet contents or can reference externally
* man
www.eeworm.com/read/410115/11301805
asm pods08.asm
;----------------------------------------------------------------------------;
; PodS08.asm Archivo a ensamblar ;
; ========== (incluye a todos
www.eeworm.com/read/157472/11699784
c readmem.c
/*readmem.c*/
#include
#include
#include
#include
#include "datastruct.h"
int main(int argc, char** argv) // map a normal file as shared mem:
www.eeworm.com/read/253654/12206856
h remokey.h
#ifndef __RemoKey_h__
#define __RemoKey_h__
extern unsigned char RemoFlag;
extern unsigned char RemoCount;
extern unsigned char RemoCmd;
extern unsigned char RemoSuccess;
extern unsigned ch
www.eeworm.com/read/337834/12338193
py dbm.py
#!/usr/bin/env python
import RPC
import socket
import sys
from traceback import print_exc
from bigint import bigint
import chord_types, dhash_types
import dhashgateway_prot
import time
import sha
imp
www.eeworm.com/read/128880/14274025
c test3.c
#include "unpipc.h"
int
main(int argc, char **argv)
{
int fd1, fd2, *ptr1, *ptr2;
pid_t childpid;
struct stat stat;
if (argc != 2)
err_quit("usage: test3 ");
shm_unlink(Px_ipc_name(ar
www.eeworm.com/read/128880/14274047
c shmwrite.c
#include "unpipc.h"
int
main(int argc, char **argv)
{
int i, fd;
struct stat stat;
unsigned char *ptr;
if (argc != 2)
err_quit("usage: shmwrite ");
/* 4open, get size, map */
fd = S