代码搜索结果

找到约 10,000 项符合 PID 的代码

reqsyscalls.c

/* EL/IX level 1 and 2 libraries don't have the following syscalls, but we need them due to our threading model based on processes */ #include #include #include #in

description.txt

This test sets a soft byte lifetime, and sends a number of packets. The console output, via "ipsec pf_key" shows a single expire message from the kernel: pfkey v2 msg. type=8 seq=1 len=20 pid=987 er

run_test

#! /bin/sh # run_test,v 4.3 1998/10/09 21:27:47 naga Exp # # Spawns CPP-inserver-fancy and CPP-inclient executables on a single host. usage="usage: $0 #client_threads" user=`whoami` iteratio

run_latency

#!/bin/sh # # run_latency,v 1.5 1999/06/01 00:38:33 coryan Exp # # The number of messages to send. MSG_COUNT=100 # The number of high-priority consumers. HP_CONSUMERS="1 5 10 20" # The n

mpeg2t_video.c

#include "mpeg4ip.h" #include "mpeg2_transport.h" #include "mpeg2t_private.h" #include "mp4av.h" #define MPEG3_SEQUENCE_START_CODE 0x000001b3 #define MPEG3_PICTURE_START_CODE 0x0

kstat.d

pid$1:libkstat:kstat_data_lookup:entry { self->ksname = arg1; } pid$1:libkstat:kstat_data_lookup:return /self->ksname != NULL && arg1 != NULL/ { this->ksp = (kstat_named_t *) copyin(arg1, sizeof (k

test_ncbi_dsock.sh

#! /bin/sh # $Id: test_ncbi_dsock.sh,v 1000.1 2004/02/12 21:56:28 gouriano Exp $ exit_code=0 port="585`expr $$ % 100`" test_ncbi_dsock server $port >/dev/null 2>&1 & server_pid=$! trap 'kill -9 $ser

test_ncbi_socket.sh

#! /bin/sh # $Id: test_ncbi_socket.sh,v 1000.0 2003/10/29 17:06:58 gouriano Exp $ exit_code=0 port="555`expr $$ % 100`" test_ncbi_socket $port >/dev/null 2>&1 & server_pid=$! trap 'kill -9 $server_p

ecostest.cpp

#include #include #include #include #include #include #include #include #include #include

daemon_inetd.c

#include "unp.h" #include extern int daemon_proc; /* defined in error.c */ void daemon_inetd(const char *pname, int facility) { daemon_proc = 1; /* for our err_XXX() functions */ openl