Searched refs:pid (Results 476 - 500 of 1288) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/src/
H A DMakefile584 bad=0; pid=$$$$; list="$(bin_PROGRAMS)"; for p in $$list; do \
591 if "$(DESTDIR)$(bindir)/$$f" $$opt >c$${pid}_.out \
592 2>c$${pid}_.err </dev/null \
593 && test -n "`cat c$${pid}_.out`" \
594 && test -z "`cat c$${pid}_.err`"; then :; \
597 done; rm -f c$${pid}_.???; exit $$bad
628 bad=0; pid=$$$$; list="$(bin_SCRIPTS)"; for p in $$list; do \
634 if "$(DESTDIR)$(bindir)/$$f" $$opt >c$${pid}_.out \
635 2>c$${pid}_.err </dev/null \
636 && test -n "`cat c$${pid}
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dshutils.c123 * @param ppid NULL to wait for child termination or pointer to pid
129 pid_t pid; local
135 switch (pid = fork()) {
178 *ppid = pid;
181 if (waitpid(pid, &status, 0) == -1) {
205 pid_t pid; local
215 switch (pid = fork()) {
228 waitpid(pid, &status, 0);
286 * @return pid
291 pid_t pid local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dcrond.c48 pid_t cl_Pid; /* running pid, 0, or armed (-1) */
49 int cl_MailFlag; /* running pid is for mail */
185 write_pidfile("/var/run/crond.pid");
725 crondlog("\010USER %s pid %3d cmd %s\n",
784 pid_t pid = fork(); local
786 line->cl_Pid = pid;
787 if (pid == 0) {
812 } else if (pid < 0) {
821 * rename mail-file based on pid of process
825 snprintf(mailFile2, sizeof(mailFile2), TMPDIR "/cron.%s.%d", user, pid);
919 pid_t pid = fork(); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dutils.cpp118 int pid = (proc_data->pid > 0) ? proc_data->pid : -(proc_data->pid); local
121 int rc = waitpid(pid, &status, WNOHANG);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mm/
H A Dtlb-r4k.c170 int pid = read_c0_entryhi(); local
195 write_c0_entryhi(pid);
280 int idx, pid; local
290 pid = read_c0_entryhi() & ASID_MASK;
292 write_c0_entryhi(address | pid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_mv.c400 int pid, status; local
421 if (!(pid = fork())) {
425 while ((waitpid(pid, &status, 0)) == -1) {
445 if (!(pid = fork())) {
449 while ((waitpid(pid, &status, 0)) == -1) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/
H A Dirlmp_frame.c205 __u8 pid; /* Protocol identifier */ local
223 pid = fp[2];
225 if (pid & 0x80) {
246 (lsap->pid == pid))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dsort.c81 { .name = "pid", .entry = &sort_thread, },
99 /* --sort pid */
104 return right->thread->pid - left->thread->pid;
132 self->thread->comm ?: "", self->thread->pid);
219 return right->thread->pid - left->thread->pid;
298 if (!strcmp(sd->name, "pid"))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dutil.c1509 BOOL process_exists(const struct process_id pid) argument
1511 if (procid_is_me(&pid)) {
1515 if (!procid_is_local(&pid)) {
1520 /* Doing kill with a non-positive pid causes messages to be
1522 SMB_ASSERT(pid.pid > 0);
1523 return(kill(pid.pid,0) == 0 || errno != ESRCH);
1526 BOOL process_exists_by_pid(pid_t pid) argument
1528 return process_exists(pid_to_procid(pid));
3093 pid_to_procid(pid_t pid) argument
3123 procid_is_me(const struct process_id *pid) argument
3133 procid_str_static(const struct process_id *pid) argument
3140 procid_str(TALLOC_CTX *mem_ctx, const struct process_id *pid) argument
3145 procid_valid(const struct process_id *pid) argument
3150 procid_is_local(const struct process_id *pid) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dutils.cpp656 wxFindByPidParams() { hwnd = 0; pid = 0; }
662 DWORD pid; member in struct:wxFindByPidParams
671 DWORD pid; local
672 (void)::GetWindowThreadProcessId(hwnd, &pid);
675 if ( pid == params->pid )
688 int wxKillAllChildren(long pid, wxSignal sig, wxKillError *krc);
690 int wxKill(long pid, wxSignal sig, wxKillError *krc, int flags) argument
693 wxKillAllChildren(pid, sig, krc);
700 (DWORD)pid);
873 wxKillAllChildren(long pid, wxSignal sig, wxKillError *krc) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netlink/
H A Dgenetlink.c544 info.snd_pid = NETLINK_CB(skb).pid;
573 static int ctrl_fill_info(struct genl_family *family, u32 pid, u32 seq, argument
578 hdr = genlmsg_put(skb, pid, seq, &genl_ctrl, flags, cmd);
645 static int ctrl_fill_mcgrp_info(struct genl_multicast_group *grp, u32 pid, argument
653 hdr = genlmsg_put(skb, pid, seq, &genl_ctrl, flags, cmd);
698 if (ctrl_fill_info(rt, NETLINK_CB(cb->skb).pid,
715 u32 pid, int seq, u8 cmd)
724 err = ctrl_fill_info(family, pid, seq, 0, skb, cmd);
734 u32 pid, int seq, u8 cmd)
743 err = ctrl_fill_mcgrp_info(grp, pid, se
714 ctrl_build_family_msg(struct genl_family *family, u32 pid, int seq, u8 cmd) argument
733 ctrl_build_mcgrp_msg(struct genl_multicast_group *grp, u32 pid, int seq, u8 cmd) argument
902 genlmsg_mcast(struct sk_buff *skb, u32 pid, unsigned long group, gfp_t flags) argument
931 genlmsg_multicast_allns(struct sk_buff *skb, u32 pid, unsigned int group, gfp_t flags) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/
H A Dfsck.c62 int pid; member in struct:fsck_instance
455 kill(inst->pid, SIGTERM);
469 pid_t pid; local
489 pid = waitpid(-1, &status, flags);
491 if (pid == 0 && (flags & WNOHANG))
493 if (pid < 0) {
506 if (inst->pid == pid)
551 kill(inst2->pid, SIGUSR1);
606 pid_t pid; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dlash.c67 pid_t pid; /* 0 if exited */ member in struct:child_prog
506 job->progs[prognum].pid != childpid) prognum++;
518 job->progs[prognum].pid = 0;
1198 newjob->progs[newjob->num_progs - 1].pid);
1200 last_bg_pid = newjob->progs[newjob->num_progs - 1].pid;
1270 child->pid = fork();
1272 child->pid = vfork();
1274 if (!child->pid) {
1313 setpgid(child->pid, newjob->progs[0].pid);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dftrace.c68 struct pid *pid; member in struct:ftrace_pid
864 static struct pid * const ftrace_swapper_pid = &init_struct_pid;
2842 static void clear_ftrace_pid(struct pid *pid) argument
2847 do_each_pid_task(pid, PIDTYPE_PID, p) {
2849 } while_each_pid_task(pid, PIDTYPE_PID, p);
2852 put_pid(pid);
2855 static void set_ftrace_pid(struct pid *pid) argument
2866 clear_ftrace_pid_task(struct pid *pid) argument
2874 set_ftrace_pid_task(struct pid *pid) argument
2884 struct pid *pid; local
2936 struct pid *pid = fpid->pid; local
[all...]
H A Dblktrace.c64 static void trace_note(struct blk_trace *bt, pid_t pid, int action, argument
96 t->pid = pid;
113 trace_note(bt, tsk->pid, BLK_TN_PROCESS, tsk->comm, sizeof(tsk->comm));
154 pid_t pid)
160 if (bt->pid && pid != bt->pid)
192 pid_t pid; local
206 pid
153 act_log_check(struct blk_trace *bt, u32 what, sector_t sector, pid_t pid) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dpptpd.c106 printf(" (default is /var/run/pptpd.pid).\n");
398 /* pid will have changed */
422 syslog(LOG_DEBUG, "CTRL (BCrelay Launcher): Launching BCrelay with pid %i", bcrelayfork);
434 /* after we have our final pid... */
442 syslog(LOG_DEBUG, "CTRL: Closing child BCrelay with pid %i", bcrelayfork);
453 pid_t pid; local
455 pid = getpid();
461 fprintf(f, "%d\n", pid);
471 int pid; local
479 if ((pid
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dlinuxver.h639 (tsk_ctl)->thr_pid = (tsk_ctl)->p_task->pid; \
662 struct pid *pid; \
663 pid = find_get_pid((pid_t)nr); \
664 tsk = pid_task(pid, PIDTYPE_PID); \
670 #define KILL_PROC(pid, sig) \
673 tsk = find_task_by_vpid(pid); \
677 #define KILL_PROC(pid, sig) \
679 kill_proc(pid, sig, 1); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/err/
H A Derr.c324 /* static unsigned long pid_hash(ERR_STATE *pid); */
326 /* static int pid_cmp(ERR_STATE *a,ERR_STATE *pid); */
974 return(((const ERR_STATE *)a_void)->pid*13);
980 return((int)((long)((const ERR_STATE *)a_void)->pid -
981 (long)((const ERR_STATE *)b_void)->pid));
984 void ERR_remove_state(unsigned long pid) argument
989 if (pid == 0)
990 pid=(unsigned long)CRYPTO_thread_id();
991 tmp.pid=pid;
1002 unsigned long pid; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dinet_diag.c76 int ext, u32 pid, u32 seq, u16 nlmsg_flags,
91 nlh = NLMSG_PUT(skb, pid, seq, unlh->nlmsg_type, sizeof(*r));
182 struct sk_buff *skb, int ext, u32 pid,
189 struct nlmsghdr *nlh = NLMSG_PUT(skb, pid, seq,
236 int ext, u32 pid, u32 seq, u16 nlmsg_flags,
241 skb, ext, pid, seq, nlmsg_flags,
243 return inet_csk_diag_fill(sk, skb, ext, pid, seq, nlmsg_flags, unlh);
304 NETLINK_CB(in_skb).pid,
311 err = netlink_unicast(idiagnl, rep, NETLINK_CB(in_skb).pid,
520 NETLINK_CB(cb->skb).pid,
74 inet_csk_diag_fill(struct sock *sk, struct sk_buff *skb, int ext, u32 pid, u32 seq, u16 nlmsg_flags, const struct nlmsghdr *unlh) argument
181 inet_twsk_diag_fill(struct inet_timewait_sock *tw, struct sk_buff *skb, int ext, u32 pid, u32 seq, u16 nlmsg_flags, const struct nlmsghdr *unlh) argument
235 sk_diag_fill(struct sock *sk, struct sk_buff *skb, int ext, u32 pid, u32 seq, u16 nlmsg_flags, const struct nlmsghdr *unlh) argument
560 inet_diag_fill_req(struct sk_buff *skb, struct sock *sk, struct request_sock *req, u32 pid, u32 seq, const struct nlmsghdr *unlh) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dclientgen.c208 SSVAL(cli->outbuf,smb_pid,cli->pid);
302 cli->pid = (uint16)sys_getpid();
471 Set the PID to use for smb messages. Return the old pid.
474 uint16 cli_setpid(struct cli_state *cli, uint16 pid) argument
476 uint16 ret = cli->pid;
477 cli->pid = pid;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcompat.h218 compat_sys_get_robust_list(int pid, compat_uptr_t __user *head_ptr,
255 asmlinkage long compat_sys_wait4(compat_pid_t pid,
272 long compat_sys_rt_tgsigqueueinfo(compat_pid_t tgid, compat_pid_t pid, int sig,
310 asmlinkage long compat_sys_migrate_pages(compat_pid_t pid,
320 asmlinkage long compat_sys_ptrace(compat_long_t request, compat_long_t pid,
346 asmlinkage long compat_sys_move_pages(pid_t pid, unsigned long nr_page,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libdaemon-0.14/libdaemon/
H A Ddfork.c132 pid_t pid; local
178 if ((pid = fork()) < 0) { /* First fork */
190 } else if (pid == 0) {
245 if ((pid = fork()) < 0) { /* Second fork */
249 } else if (pid == 0) {
316 if (waitpid(pid, NULL, WUNTRACED) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock_stub.c391 __lock_addfamilylocker(env, pid, id)
393 u_int32_t pid, id;
396 COMPQUIET(pid, 0);
441 __lock_set_thread_id(lref, pid, tid)
443 pid_t pid;
447 COMPQUIET(pid, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_api.c1162 u32 pid, u32 seq, u16 flags, int event)
1169 nlh = NLMSG_NEW(skb, pid, seq, event, sizeof(*tcm), flags);
1220 u32 pid = oskb ? NETLINK_CB(oskb).pid : 0; local
1227 if (tc_fill_qdisc(skb, old, clid, pid, n->nlmsg_seq, 0, RTM_DELQDISC) < 0)
1231 if (tc_fill_qdisc(skb, new, clid, pid, n->nlmsg_seq, old ? NLM_F_REPLACE : 0, RTM_NEWQDISC) < 0)
1236 return rtnetlink_send(skb, net, pid, RTNLGRP_TC, n->nlmsg_flags&NLM_F_ECHO);
1258 tc_fill_qdisc(skb, q, q->parent, NETLINK_CB(cb->skb).pid,
1269 tc_fill_qdisc(skb, q, q->parent, NETLINK_CB(cb->skb).pid,
1342 u32 pid local
1161 tc_fill_qdisc(struct sk_buff *skb, struct Qdisc *q, u32 clid, u32 pid, u32 seq, u16 flags, int event) argument
1454 tc_fill_tclass(struct sk_buff *skb, struct Qdisc *q, unsigned long cl, u32 pid, u32 seq, u16 flags, int event) argument
1501 u32 pid = oskb ? NETLINK_CB(oskb).pid : 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/basic/
H A Ddocproc.c110 pid_t pid; local
115 switch (pid=fork()) {
129 waitpid(pid, &ret ,0);
352 pid_t pid; local
369 switch (pid=fork()) {
399 waitpid(pid, &ret ,0);

Completed in 187 milliseconds

<<11121314151617181920>>