Searched refs:pid (Results 201 - 225 of 1288) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dexit.c219 * This checks not only the pgrp, but falls back on the pid if no
225 struct pid *session_of_pgrp(struct pid *pgrp)
228 struct pid *sid = NULL;
247 static int will_become_orphaned_pgrp(struct pid *pgrp, struct task_struct *ignored_task)
276 static int has_stopped_jobs(struct pid *pgrp)
298 struct pid *pgrp = task_pgrp(tsk);
358 void __set_special_pids(struct pid *pid) argument
362 if (task_session(curr) != pid)
369 set_special_pids(struct pid *pid) argument
1149 wait_noreap_copyout(struct wait_opts *wo, struct task_struct *p, pid_t pid, uid_t uid, int why, int status) argument
1187 pid_t pid = task_pid_vnr(p); local
1376 pid_t pid; local
1454 pid_t pid; local
1670 struct pid *pid = NULL; local
1741 struct pid *pid = NULL; local
[all...]
H A Dns_cgroup.c27 int ns_cgroup_clone(struct task_struct *task, struct pid *pid) argument
31 snprintf(name, PROC_NUMBUF, "%d", pid_vnr(pid));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dafprun.c165 pid_t pid; local
177 if ((pid=fork()) < 0) {
186 if (pid) {
194 while((wpid = waitpid(pid,&status,0)) < 0) {
201 if (wpid != pid) {
202 LOG(log_error, logtype_afpd, "waitpid(%d) : %s",(int)pid, strerror(errno) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A DWgetTest.pm87 my $pid = $self->_fork_and_launch_server();
102 # waitpid ($pid, 0) here in order to wait for the child process to
104 kill ('TERM', $pid);
301 my $pid = fork();
302 if ($pid < 0) {
304 } elsif ($pid == 0) {
315 return $pid;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dmap.c36 u64 pgoff, u32 pid, char *filename,
49 snprintf(newfilename, sizeof(newfilename), "/tmp/perf-%d.map", pid);
542 int machine__init(struct machine *self, const char *root_dir, pid_t pid) argument
550 self->pid = pid;
580 struct machine *machines__add(struct rb_root *self, pid_t pid, argument
590 if (machine__init(machine, root_dir, pid) != 0) {
598 if (pid < pos->pid)
610 struct machine *machines__find(struct rb_root *self, pid_t pid) argument
35 map__new(struct list_head *dsos__list, u64 start, u64 len, u64 pgoff, u32 pid, char *filename, enum map_type type) argument
633 machines__findnew(struct rb_root *self, pid_t pid) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/tools/
H A Ddbus-launch-x11.c294 x11_get_address (char **paddress, pid_t *pid, long *wid) argument
324 if (pid != NULL)
326 *pid = 0;
327 result = XGetWindowProperty (xdisplay, owner, pid_atom, 0, sizeof pid, False,
331 *pid = (pid_t) *(long*) data;
344 set_address_in_x11(char *address, pid_t pid) argument
375 pid32 = pid;
397 set_address_in_file (char *address, pid_t pid, Window wid) argument
422 address, (long)pid, (long)wid);
430 x11_save_address (char *address, pid_t pid, lon argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/linux/netfilter/
H A Dnfnetlink.h82 extern int nfnetlink_send(struct sk_buff *skb, struct net *net, u32 pid, unsigned group,
84 extern int nfnetlink_set_err(struct net *net, u32 pid, u32 group, int error);
85 extern int nfnetlink_unicast(struct sk_buff *skb, struct net *net, u_int32_t pid, int flags);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/libnetfilter_cthelper-1.0.0/include/linux/netfilter/
H A Dnfnetlink.h84 extern int nfnetlink_send(struct sk_buff *skb, struct net *net, u32 pid, unsigned group,
86 extern int nfnetlink_set_err(struct net *net, u32 pid, u32 group, int error);
87 extern int nfnetlink_unicast(struct sk_buff *skb, struct net *net, u_int32_t pid, int flags);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/libnetfilter_cttimeout-1.0.0/include/linux/netfilter/
H A Dnfnetlink.h83 extern int nfnetlink_send(struct sk_buff *skb, struct net *net, u32 pid, unsigned group,
85 extern int nfnetlink_set_err(struct net *net, u32 pid, u32 group, int error);
86 extern int nfnetlink_unicast(struct sk_buff *skb, struct net *net, u_int32_t pid, int flags);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dfcs_lport.h66 #define BFA_FCS_PID_IS_WKA(pid) ((bfa_os_ntoh3b(pid) > 0xFFF000) ? 1 : 0)
100 struct bfa_fcs_port_s *port, u32 pid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DTransactionStats.java41 private int pid; field in class:TransactionStats.Active
44 return pid;
107 + "\n pid=" + pid
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/distrib/initscripts/
H A Drc.atalk.sysv.tmpl14 pid=`/usr/bin/ps -e |
17 [ "$pid" != "" ] && kill $pid
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dscm.c27 #include <linux/pid.h>
50 if ((creds->pid == task_tgid_vnr(current) || capable(CAP_SYS_ADMIN)) &&
175 if (pid_vnr(p->pid) != p->creds.pid) {
176 struct pid *pid; local
178 pid = find_get_pid(p->creds.pid);
179 if (!pid)
181 put_pid(p->pid);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter/
H A Dnfnetlink.h77 extern int nfnetlink_send(struct sk_buff *skb, struct net *net, u32 pid, unsigned group,
79 extern int nfnetlink_set_err(struct net *net, u32 pid, u32 group, int error);
80 extern int nfnetlink_unicast(struct sk_buff *skb, struct net *net, u_int32_t pid, int flags);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/easy_tls/
H A Deasy-tls.h50 pid_t *pid; member in struct:tls_start_proxy_args
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dbaseunix.cpp76 if ( waitpid(execData.pid, &exitcode, 0) == -1 || !WIFEXITED(exitcode) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Dbftpdutmp.c84 char bftpdutmp_pidexists(pid_t pid) argument
91 if ((tmp.bu_pid == pid) && (tmp.bu_type))
144 void bftpdutmp_remove_pid(int pid) argument
153 /* search for a matching pid */
156 /* over-write the pid */
157 if ( current.bu_pid == pid )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Ddib3000.h37 /* pid and transfer handling is done in the demodulator */
40 int (*pid_ctrl)(struct dvb_frontend *fe, int index, int pid, int onoff);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mm/
H A Dtlb-r3k.c132 int pid = read_c0_entryhi(); local
151 write_c0_entryhi(pid);
192 int idx, pid; local
200 pid = read_c0_entryhi() & ASID_MASK;
203 if ((pid != (cpu_context(cpu, vma->vm_mm) & ASID_MASK)) || (cpu_context(cpu, vma->vm_mm) == 0)) {
205 (cpu_context(cpu, vma->vm_mm)), pid);
211 write_c0_entryhi(address | pid);
216 write_c0_entryhi(address | pid);
222 write_c0_entryhi(pid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ecryptfs/
H A Dmessaging.c142 * @pid: Process id for the daemon
151 struct user_namespace *user_ns, struct pid *pid)
164 (*daemon)->pid = get_pid(pid);
191 printk(KERN_WARNING "%s: Attempt to destroy daemon with pid "
193 __func__, daemon->pid);
208 if (daemon->pid)
209 put_pid(daemon->pid);
222 * @pid
150 ecryptfs_spawn_daemon(struct ecryptfs_daemon **daemon, uid_t euid, struct user_namespace *user_ns, struct pid *pid) argument
229 ecryptfs_process_quit(uid_t euid, struct user_namespace *user_ns, struct pid *pid) argument
273 ecryptfs_process_response(struct ecryptfs_message *msg, uid_t euid, struct user_namespace *user_ns, struct pid *pid, u32 seq) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drtmp_os.h74 struct pid *taskPID;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dagpgart.h86 __kernel_pid_t pid; /* pid of process */ member in struct:_agp_region
148 pid_t pid; /* pid of process */ member in struct:agp_region
176 pid_t pid; member in struct:agp_client
184 pid_t pid; member in struct:agp_controller
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/easy_tls/
H A Deasy-tls.h49 pid_t *pid; member in struct:tls_start_proxy_args
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/pcap2nbench/
H A Dsmb.hpp42 uint16_t pid; member in struct:smb
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-sarge/
H A Dsamba.init13 NMBDPID=/var/run/samba/nmbd.pid
14 SMBDPID=/var/run/samba/smbd.pid

Completed in 217 milliseconds

1234567891011>>