Searched refs:pid (Results 51 - 75 of 1288) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dprocess.cpp67 long pid = wxExecute(cmd, flags, process); local
68 if( !pid )
75 process->SetPid(pid);
93 void wxProcess::OnTerminate(int pid, int status) argument
95 wxProcessEvent event(m_id, pid, status);
145 wxKillError wxProcess::Kill(int pid, wxSignal sig, int flags) argument
148 (void)wxKill(pid, sig, &rc, flags);
154 bool wxProcess::Exists(int pid) argument
156 switch ( Kill(pid, wxSIGNONE) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dprocess.c28 int pid; local
53 c->pid = pid = fork();
55 if (c->pid > 0)
60 return pid;
63 int fork_process_delete(int pid) argument
68 if (this->pid == pid) {
96 this->pid,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dslirp_user.c42 int pid; local
46 pid = run_helper(slirp_pre_exec, &pe_data, argv);
48 return pid;
54 int fds[2], pid, err; local
65 pid = err;
70 pri->pid = err;
89 if (pri->pid<1) {
95 err = helper_wait(pri->pid);
99 pri->pid = -1;
H A Dubd_user.c34 int pid, fds[2], err; local
51 pid = clone(io_thread, (void *) sp, CLONE_FILES | CLONE_VM, NULL);
52 if(pid < 0){
58 return(pid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/common/
H A Dutil_log.c24 pid_t pid; local
34 __os_id(NULL, &pid, NULL);
36 "%s: %lu %s", progname, (u_long)pid, __os_ctime(&now, time_buf));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/sysv/
H A Dsamba.init13 pid=`/usr/bin/ps -e |
16 [ "$pid" != "" ] && kill $pid
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/procps/
H A Dkill.c31 pid_t pid; local
121 pid = getpid();
122 sid = getsid(pid);
125 if (p->sid != sid && p->pid != pid && p->pid != 1)
126 kill(p->pid, signo);
141 pid = getpid();
154 if (*pl == pid)
160 bb_perror_msg("cannot kill pid
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/trace/events/
H A Dsched.h21 __field( pid_t, pid )
26 __entry->pid = t->pid;
29 TP_printk("comm=%s pid=%d", __entry->comm, __entry->pid)
63 __field( pid_t, pid )
71 __entry->pid = p->pid;
77 TP_printk("comm=%s pid=%d prio=%d success=%d target_cpu=%03d",
78 __entry->comm, __entry->pid, __entr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/os-Linux/
H A Dhelper.c43 /* Returns either the pid of the child process we run or -E* on failure. */
48 int pid, fds[2], ret, n; local
76 pid = clone(helper_child, (void *) sp, CLONE_VM, &data);
77 if (pid < 0) {
93 ret = pid;
101 CATCH_EINTR(waitpid(pid, NULL, __WCLONE));
119 int pid, status, err; local
126 pid = clone(proc, (void *) sp, flags, arg);
127 if (pid < 0) {
134 CATCH_EINTR(pid
150 helper_wait(int pid) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DTerminationProcess.h40 virtual void OnTerminate(int pid, int status);
H A DTerminationProcessAmuleweb.h43 virtual void OnTerminate(int pid, int status);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/shell/
H A Dcon_status17 if test -e /var/run/$P2P.pid; then
18 if test `cat /var/run/$P2P.pid` = $PID; then
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Solaris/
H A Dpreremove6 SMBD=`ps -e -o pid,comm | grep smbd | awk '{print $1}'`
7 NMBD=`ps -e -o pid,comm | grep nmbd | awk '{print $1}'`
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dnsproxy.h85 int ns_cgroup_clone(struct task_struct *tsk, struct pid *pid);
87 static inline int ns_cgroup_clone(struct task_struct *tsk, struct pid *pid) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/hotplug2/
H A Dchildlist.h16 pid_t pid; member in struct:hotplug2_child_t
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/ipsvd/
H A Dipsvd_perhost.c49 void ipsvd_perhost_remove(int pid) argument
53 if (cc[i].pid == pid) {
56 cc[i].pid = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/scripts/perl/
H A Drwtop.pl8 # pid. If an [interval] arg is specified, the display will be
125 printf("\nread counts by pid:\n\n");
127 printf("%6s %20s %10s %10s %10s\n", "pid", "comm",
132 foreach my $pid (sort { ($reads{$b}{bytes_read} || 0) <=>
134 my $comm = $reads{$pid}{comm} || "";
135 my $total_reads = $reads{$pid}{total_reads} || 0;
136 my $bytes_requested = $reads{$pid}{bytes_requested} || 0;
137 my $bytes_read = $reads{$pid}{bytes_read} || 0;
139 printf("%6s %-20s %10s %10s %10s\n", $pid, $comm,
149 printf("\nwrite counts by pid
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/tools/
H A Ddbus-launch.h52 int x11_get_address (char **paddress, pid_t *pid, long *wid);
53 int x11_save_address (char *address, pid_t pid, long *wid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/linux/
H A Dminidlna.init.d.script20 start-stop-daemon --start --quiet --pidfile /var/run/minidlna.pid --startas $MINIDLNA -- $ARGS $LSBNAMES
24 start-stop-daemon --stop --quiet --pidfile /var/run/minidlna.pid
29 start-stop-daemon --stop --retry 5 --quiet --pidfile /var/run/minidlna.pid
30 start-stop-daemon --start --quiet --pidfile /var/run/minidlna.pid --startas $MINIDLNA -- $ARGS $LSBNAMES
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/dvb/
H A Dnet.h30 __u16 pid; member in struct:dvb_net_if
45 __u16 pid; member in struct:__dvb_net_if_old
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn_failchk.c32 pid_t pid; local
55 if (dbenv->is_alive(dbenv, td->pid, td->tid, 0))
61 td->pid, td->tid));
74 td->pid, td->tid));
85 pid = td->pid;
87 (void)dbenv->thread_id_string(dbenv, pid, tid, buf);
92 "Transaction abort failed", pid, tid));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/tools/
H A Dvpnstats.pl99 foreach my $pid (sort keys %PID_DATETIME) {
100 if ($user eq $PID_USER{$pid}) {
102 print $PID_DATETIME{$pid}, ": connected ";
103 if ($PID_IP{$pid}) {
104 print "from $PID_IP{$pid} ";
105 print "for $PID_LENGTH{$pid} minutes.\n";
117 foreach my $pid (sort keys %PID_DATETIME) {
118 if ($PID_USER{$pid} eq "FAILED") {
120 print $PID_DATETIME{$pid}, ": attempt from ";
121 print $PID_IP{$pid}, "\
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/shared/
H A Dkern.h27 extern int kill(int pid, int sig);
37 extern int ptrace(int op, int pid, long addr, long data);
H A Dptrace_user.h11 extern int ptrace_getregs(long pid, unsigned long *regs_out);
12 extern int ptrace_setregs(long pid, unsigned long *regs_in);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/scripts/python/bin/
H A Dfailed-syscalls-by-pid-report2 # description: system-wide failed syscalls, by pid
10 perf trace $@ -s ~/libexec/perf-core/scripts/python/failed-syscalls-by-pid.py $comm

Completed in 304 milliseconds

1234567891011>>