代码搜索结果
找到约 10,000 项符合
PID 的代码
ping.c
#include "pin.h"
/*globals*/
char sendbuf[BUFSIZE];
int datalen; /*bytes of data,following ICMP header*/
int nsent=1; /*syn num*/
pid_t pid; /*our PID*/
int sockfd; /*our raw socket*/
struct
ping.c
#include "pin.h"
/*globals*/
char sendbuf[BUFSIZE];
int datalen; /*bytes of data,following ICMP header*/
int nsent=1; /*syn num*/
pid_t pid; /*our PID*/
int sockfd; /*our raw socket*/
struct
fork.s
/ C library -- fork
/ pid = fork();
/
/ pid == 0 in child process; pid == -1 means error return
/ in child, parents id is in par_uid if needed
.globl _fork, _par_uid
.globl cerror
.fork = 2.
_fork:
ping.c
#include "pin.h"
/*globals*/
char sendbuf[BUFSIZE];
int datalen; /*bytes of data,following ICMP header*/
int nsent=1; /*syn num*/
pid_t pid; /*our PID*/
int sockfd; /*our raw socket*/
struct
ping.c
#include "pin.h"
/*globals*/
char sendbuf[BUFSIZE];
int datalen; /*bytes of data,following ICMP header*/
int nsent=1; /*syn num*/
pid_t pid; /*our PID*/
int sockfd; /*our raw socket*/
struct
petbean.jbx
[PropertyInfo]
PID,int,false,false,PID,PID,true,
PUID,int,false,false,PUID,PUID,true,
pname,String,false,false,Pname,Pname,true,
page,String,false,false,Page,Page,true,
petvo.jbx
[PropertyInfo]
hname,String,false,false,hname,hname,true,
phid,int,false,false,phid,phid,true,
pid,int,false,false,pid,pid,true,
pkind,String,false,false,pkind,pkind,tru
ping.c
#include "pin.h"
/*globals*/
char sendbuf[BUFSIZE];
int datalen; /*bytes of data,following ICMP header*/
int nsent=1; /*syn num*/
pid_t pid; /*our PID*/
int sockfd; /*our raw socket*/
struct
loaddrv
#!/bin/bash
module=zjmdmdrv.o
device=zjmdmdrv
group=xhw
mode=664
pid=-1
pid=`ps -A|awk '$4=="klogd"{print $1}'`
curpath=`pwd`
#execute klogd
if test $pid>0
then
{
echo \"klogd\" running already
}
e
loaddrv
#!/bin/bash
module=zjmdmdrv.o
device=zjmdmdrv
group=xhw
mode=664
pid=-1
pid=`ps -A|awk '$4=="klogd"{print $1}'`
curpath=`pwd`
#execute klogd
if test $pid>0
then
{
echo \"klogd\" running already
}
e