代码搜索结果
找到约 12,494 项符合
PID 的代码
setup.start.out.v2
ipsec_setup: PATH=/usr/local/sbin:/sbin:/usr/sbin:/usr/local/bin:/bin:/usr/bin
ipsec_setup: test ! -f /var/run/ipsec_setup.pid || { echo "FreeS/WAN IPsec apparently already running, start aborted"
setup.stop.out.v2
ipsec_setup: PATH=/usr/local/sbin:/sbin:/usr/sbin:/usr/local/bin:/bin:/usr/bin
ipsec_setup: echo "Stopping FreeS/WAN IPsec..."
ipsec_setup: if test -r /var/run/ipsec_setup.pid ; then status=0 ;
pfkeyhalt.sh
kill `cat /var/run/pf_key.pid`
cat /tmp/pfkey.txt; echo
klips-debug-sanitize.sed
s/pid=\([0-9]*\)\./pid=987./
s/(pid=\([0-9]*\))/(pid=987)/
s/0p[A-Fa-f0-9]\{8\}/0pDEADF00D/g
s/0p0x[A-Fa-f0-9]\{8\}/0pDEADF00D/g
s/data:[0-9A-Fa-f ][0-9A-Fa-f]:.*$/data:/
/klips_debug:pfkey_destroy_so
pfkey-sanitize.sed
s/pid=\([0-9]*\) /pid=987 /g
s/(pid=\([0-9]*\))/(pid=987)/g
s/\(.*pfkey_lifetime_parse: .*\) add=.* \(.*\)/\1 \2/
s/\(.*pfkey_lifetime_parse: .*\) use=.* \(.*\)/\1 \2/
pluto-log-sanitize.sed
s/^pluto\[[0-9]*\]: /pluto[PID]: /
s=^\(pluto\[PID\]: Starting Pluto (Openswan Version \).*)=\1VERSION)=
/Using KLIPS IPsec interface code/d
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
pfkeyhalt.sh
kill `cat /var/run/pf_key.pid`
cat /tmp/pfkey.txt; echo ===
ipsec eroute
waitpid.c
#if !defined(lint) && defined(SCCSIDS)
static char sccsid[] = "@(#)waitpid.c 1.1 92/07/30 Copyr 1989 Sun Micro";
#endif
#include
#include
/*
* posix meanings for pid
*
ovfork.s
!
! "@(#)Ovfork.s 1.1 92/07/30"
! Copyright (c) 1986 by Sun Microsystems, Inc.
!
.seg "text"
#include "SYS.h"
#define SYS_vfork 66
/*
* pid = vfork();
*
* r1 == 0 in parent process, r1 ==