Searched refs:ppid (Results 1 - 25 of 36) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest106.tcl76 set ppid [exec $tclsh_path $test_path/wrap.tcl \
82 lappend pidlist $ppid
93 set ppid [exec $tclsh_path $test_path/wrap.tcl \
99 lappend pidlist $ppid
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/contrib/macusers/
H A Dmacusers24 $PS_STR = "-awwxouser,pid,ppid,start,command";
27 $PS_STR = "-eo user,pid,ppid,c,stime,tty,time,comm";
30 $PS_STR = "-eo user:32,pid,ppid,c,stime,tty,time,cmd";
87 my ($user, $pid, $ppid, $time, $name, $uid, $t, $ip);
91 $ppid = $3;
94 if ($ppid != 1) {
H A Dmacusers.in24 $PS_STR = "-awwxouser,pid,ppid,start,command";
27 $PS_STR = "-eo user,pid,ppid,c,stime,tty,time,comm";
30 $PS_STR = "-eo user:32,pid,ppid,c,stime,tty,time,cmd";
87 my ($user, $pid, $ppid, $time, $name, $uid, $t, $ip);
91 $ppid = $3;
94 if ($ppid != 1) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dbuild-id.c43 self->fork.ppid, self->fork.ptid);
H A Devent.h36 u32 pid, ppid; member in struct:fork_event
H A Dsession.c324 self->fork.ppid = bswap_32(self->fork.ppid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/trace/postprocess/
H A Dtrace-pagealloc-postprocess.pl169 my $ppid;
176 die("Failed to match stat line process ppid:: $statline");
179 # Read the ppid stat line
180 $ppid = $1;
181 return guess_process_pid($ppid, read_statline($ppid));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/runit/
H A Dsvlogd.c75 int ppid; member in struct:logdir
182 if (ld->ppid) {
226 ld->ppid = pid;
234 if (ld->ppid) {
236 while (wait_pid(&wstat, ld->ppid) == -1)
239 ld->ppid = 0;
319 if (ld->ppid)
508 ld->ppid = 0;
767 if (dir[l].ppid == pid) {
768 dir[l].ppid
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-timechart.c71 int ppid; member in struct:per_pid
201 static void pid_fork(int pid, int ppid, u64 timestamp) argument
205 pp = find_create_pid(ppid);
206 p->ppid = ppid;
283 pid_fork(event->fork.pid, event->fork.ppid, event->fork.time);
563 /* sort by ppid first, then by pid, lowest to highest */
580 if (cursor->ppid > p->ppid ||
581 (cursor->ppid
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/proc/
H A Darray.c168 pid_t ppid, tpid; local
171 ppid = pid_alive(p) ?
191 ppid, tpid,
371 pid_t ppid = 0, pgid = -1, sid = -1; local
440 ppid = task_tgid_nr_ns(task->real_parent, ns);
474 ppid,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/sctp/
H A Dulpevent.h61 __u32 ppid; member in struct:sctp_ulpevent
/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dshutils.h53 * @param ppid NULL to wait for child termination or pointer to pid
56 extern int _eval(char *const argv[], char *path, int timeout, pid_t *ppid);
H A Dshutils.c123 * @param ppid NULL to wait for child termination or pointer to pid
127 _eval(char *const argv[], char *path, int timeout, int *ppid) argument
177 if (ppid) {
178 *ppid = pid;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/procps/
H A Dtop.c40 unsigned pid, ppid; member in struct:top_status_t
453 s->pid, s->ppid, get_cached_username(s->uid),
586 top[n].ppid = p->ppid;
H A Dps.c43 sprintf(buf, "%*u", size, ps->ppid);
118 { 5 , "ppid" ,"PPID" ,func_ppid ,PSSCAN_PPID },
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dprocps.c196 "%c %u " /* state, ppid */
209 sp->state, &sp->ppid,
226 sp->ppid = fast_strtoul_10(&cp);
290 // pid comm S ppid pgid sid tty_nr tty_pgrp flg
297 ppid,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/os-Linux/
H A Dstart_up.c33 int pid = os_getpid(), ppid = getppid(); local
52 else if (sc_result == ppid)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dulpevent.c752 event->ppid = chunk->subh.data_hdr->ppid;
913 sinfo.sinfo_ppid = event->ppid;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dauditsc.c187 pid_t pid, ppid; member in struct:audit_context
463 if (!ctx->ppid)
464 ctx->ppid = sys_getppid();
465 result = audit_comparator(ctx->ppid, f->op, f->val);
1322 if (!context->ppid)
1323 context->ppid = sys_getppid();
1356 " ppid=%d pid=%d auid=%u uid=%u gid=%u"
1364 context->ppid,
1643 context->ppid = 0;
1661 p->ppid
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsctp.h229 __be32 ppid; member in struct:sctp_datahdr
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dvfs_macros.h75 #define SMB_VFS_GETLOCK(fsp, fd, poffset, pcount, ptype, ppid) ((fsp)->conn->vfs.ops.getlock((fsp)->conn->vfs.handles.getlock, (fsp), (fd) ,(poffset), (pcount), (ptype), (ppid)))
191 #define SMB_VFS_OPAQUE_GETLOCK(fsp, fd, poffset, pcount, ptype, ppid) ((fsp)->conn->vfs_opaque.ops.getlock((fsp)->conn->vfs_opaque.handles.getlock, (fsp), (fd), (poffset), (pcount), (ptype), (ppid)))
308 #define SMB_VFS_NEXT_GETLOCK(handle, fsp, fd, poffset, pcount, ptype, ppid) ((handle)->vfs_next.ops.getlock((handle)->vfs_next.handles.getlock, (fsp), (fd), (poffset), (pcount), (ptype), (ppid)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/VFS/
H A Dskel_opaque.c234 static BOOL skel_getlock(vfs_handle_struct *handle, files_struct *fsp, int fd, SMB_OFF_T *poffset, SMB_OFF_T *pcount, int *ptype, pid_t *ppid) argument
236 return vfswrap_getlock(NULL, fsp, fd, poffset, pcount, ptype, ppid);
H A Dskel_transparent.c228 static BOOL skel_getlock(vfs_handle_struct *handle, files_struct *fsp, int fd, SMB_OFF_T *poffset, SMB_OFF_T *pcount, int *ptype, pid_t *ppid) argument
230 return SMB_VFS_NEXT_GETLOCK(handle, fsp, fd, poffset, pcount, ptype, ppid);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/
H A Dudevd.c405 pid_t ppid, pgrp, sess; local
431 if (sscanf(pos, "%c %d %d %d ", &state, &ppid, &pgrp, &sess) != 4)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dvfs_full_audit.c166 SMB_OFF_T *poffset, SMB_OFF_T *pcount, int *ptype, pid_t *ppid);
1350 SMB_OFF_T *poffset, SMB_OFF_T *pcount, int *ptype, pid_t *ppid)
1354 result = SMB_VFS_NEXT_GETLOCK(handle, fsp, fd, poffset, pcount, ptype, ppid);
1349 smb_full_audit_getlock(vfs_handle_struct *handle, files_struct *fsp, int fd, SMB_OFF_T *poffset, SMB_OFF_T *pcount, int *ptype, pid_t *ppid) argument

Completed in 294 milliseconds

12