| /external/tcpdump/tests/ |
| isup.out | 1 IP 10.28.6.42.2905 > 10.28.6.44.2905: sctp (1) [DATA] (B)(E) [TSN: 1822994892] [SID: 6] [SSEQ 42] [PPID M3UA] 2 IP 10.28.6.44.2905 > 10.28.6.42.2905: sctp (1) [DATA] (B)(E) [TSN: 4307] [SID: 0] [SSEQ 643] [PPID M3UA] 3 IP 10.28.6.44.2905 > 10.28.6.42.2905: sctp (1) [DATA] (B)(E) [TSN: 4308] [SID: 0] [SSEQ 644] [PPID M3UA] 4 IP 10.28.6.44.2905 > 10.28.6.42.2905: sctp (1) [DATA] (B)(E) [TSN: 4309] [SID: 0] [SSEQ 645] [PPID M3UA] 5 IP 10.28.6.42.2905 > 10.28.6.44.2905: sctp (1) [DATA] (B)(E) [TSN: 1822994893] [SID: 6] [SSEQ 43] [PPID M3UA] 6 IP 10.28.6.44.2905 > 10.28.6.42.2905: sctp (1) [DATA] (B)(E) [TSN: 4310] [SID: 0] [SSEQ 646] [PPID M3UA]
|
| isupvv.out | 3 1) [DATA] (B)(E) [TSN: 1822994892] [SID: 6] [SSEQ 42] [PPID M3UA] 8 1) [DATA] (B)(E) [TSN: 4307] [SID: 0] [SSEQ 643] [PPID M3UA] 13 1) [DATA] (B)(E) [TSN: 4308] [SID: 0] [SSEQ 644] [PPID M3UA] 18 1) [DATA] (B)(E) [TSN: 4309] [SID: 0] [SSEQ 645] [PPID M3UA] 23 1) [DATA] (B)(E) [TSN: 1822994893] [SID: 6] [SSEQ 43] [PPID M3UA] 28 1) [DATA] (B)(E) [TSN: 4310] [SID: 0] [SSEQ 646] [PPID M3UA]
|
| forces1.out | 1 IP 150.140.254.202.57077 > 211.129.72.8.6704: sctp[ForCES HP] (1) [DATA] (B)(E) [TSN: 1048037094] [SID: 0] [SSEQ 1] [PPID 0x0] 4 IP 211.129.72.8.6706 > 150.140.254.202.48316: sctp[ForCES LP] (1) [DATA] (B)(E) [TSN: 18398476] [SID: 0] [SSEQ 0] [PPID 0x0] 8 IP 211.129.72.8.6704 > 150.140.254.202.57077: sctp[ForCES HP] (1) [DATA] (B)(E) [TSN: 167996938] [SID: 0] [SSEQ 2] [PPID 0x0] 11 IP 211.129.72.8.6704 > 150.140.254.202.57077: sctp[ForCES HP] (1) [DATA] (B)(E) [TSN: 167996939] [SID: 0] [SSEQ 3] [PPID 0x0] 15 IP 211.129.72.8.6704 > 150.140.254.202.57077: sctp[ForCES HP] (1) [DATA] (B)(E) [TSN: 167996940] [SID: 0] [SSEQ 4] [PPID 0x0] 18 IP 211.129.72.8.6704 > 150.140.254.202.57077: sctp[ForCES HP] (1) [DATA] (B)(E) [TSN: 167996941] [SID: 0] [SSEQ 5] [PPID 0x0] 22 IP 211.129.72.8.6704 > 150.140.254.202.57077: sctp[ForCES HP] (1) [DATA] (B)(E) [TSN: 167996942] [SID: 0] [SSEQ 6] [PPID 0x0] 29 IP 150.140.254.202.48316 > 211.129.72.8.6706: sctp[ForCES LP] (1) [DATA] (B)(E) [TSN: 1830592460] [SID: 0] [SSEQ 30] [PPID 0x0] 33 IP 211.129.72.8.6706 > 150.140.254.202.48316: sctp[ForCES LP] (1) [DATA] (B)(E) [TSN: 18398553] [SID: 0] [SSEQ 77] [PPID 0x0] 36 IP 211.129.72.8.6706 > 150.140.254.202.48316: sctp[ForCES LP] (1) [DATA] (B)(E) [TSN: 18398573] [SID: 0] [SSEQ 97] [PPID 0x0] [all...] |
| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/ |
| 1-1.c | 35 int ret, ppid; local 56 ppid = getpid(); 58 if (pid != ppid) { 59 printf("Test FAILED: Pids are different %i != %i\n", pid, ppid);
|
| /external/valgrind/gdbserver_tests/ |
| filter_make_empty | 8 ps -lf -p $PPID >> garbage.filtered.out
|
| /external/strace/tests/ |
| getxxid.c | 40 pid_t ppid; local 43 ppid = getppid(); 44 printf("getxpid() = %ld (ppid %ld)\n", id, (long) ppid); 45 printf("getxpid() = %ld (ppid %ld)\n", id, (long) ppid);
|
| /external/strace/tests-m32/ |
| getxxid.c | 40 pid_t ppid; local 43 ppid = getppid(); 44 printf("getxpid() = %ld (ppid %ld)\n", id, (long) ppid); 45 printf("getxpid() = %ld (ppid %ld)\n", id, (long) ppid);
|
| /external/strace/tests-mx32/ |
| getxxid.c | 40 pid_t ppid; local 43 ppid = getppid(); 44 printf("getxpid() = %ld (ppid %ld)\n", id, (long) ppid); 45 printf("getxpid() = %ld (ppid %ld)\n", id, (long) ppid);
|
| /external/valgrind/memcheck/tests/ |
| gone_abrt_xml.stderr.exp | 16 <ppid>...</ppid>
|
| gone_abrt_xml.stderr.exp-solaris | 16 <ppid>...</ppid>
|
| filter_xml | 9 sed "s/<ppid>[0-9]*<\/ppid>/<ppid>...<\/ppid>/" |
|
| /external/autotest/client/site_tests/platform_TLSDate/src/ |
| delay_subproc | 9 kill -TERM $PPID
|
| hang_subproc | 8 kill -TERM $PPID
|
| fail_routes | 9 kill -TERM $PPID
|
| /external/perf_data_converter/src/quipper/testdata/ |
| perf.data.group_desc-4.4.serialized.out.pb_text | 712 ppid: 0 755 ppid: 0 798 ppid: 2 841 ppid: 2 884 ppid: 2 927 ppid: 2 970 ppid: 2 1013 ppid: 2 1056 ppid: 2 1099 ppid: [all...] |
| perf.data.group_desc-4.4.io.out.pb_text | [all...] |
| perf.data.group_desc-4.4.parse.out.pb_text | [all...] |
| /external/ltp/testcases/kernel/containers/pidns/ |
| pidns01.c | 72 pid_t cpid, ppid; local 74 ppid = getppid(); 77 if (cpid == CHILD_PID && ppid == PARENT_PID) { 78 printf("Got expected cpid and ppid\n"); 81 printf("Got unexpected result of cpid=%d ppid=%d\n", 82 cpid, ppid);
|
| pidns04.c | 77 pid_t cpid, ppid; local 79 ppid = getppid(); 85 if ((cpid == CHILD_PID) && (ppid == PARENT_PID)) { 95 printf("got unexpected result of cpid=%d ppid=%d\n", 96 cpid, ppid);
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| shldisp.h | 702 IDispatch **ppid) = 0; 705 IDispatch **ppid) = 0; 711 FolderItems **ppid) = 0; 715 FolderItem **ppid) = 0; 791 IDispatch **ppid); 795 IDispatch **ppid); 803 FolderItems **ppid); 808 FolderItem **ppid); 850 #define Folder_get_Application(This,ppid) (This)->lpVtbl->get_Application(This,ppid) [all...] |
| /external/ltp/testcases/kernel/syscalls/getppid/ |
| getppid02.c | 60 pid_t pid, ppid; local 69 ppid = getpid(); 77 if (TEST_RETURN != ppid) 79 TEST_RETURN, ppid);
|
| /prebuilts/go/darwin-x86/src/syscall/ |
| exec_unix_test.go | 67 ppid, ppgrp := parent() 76 if cpid == ppid { 86 ppid, ppgrp := parent() 96 if cpid == ppid { 110 ppid, ppgrp := parent() 120 if cpid1 == ppid { 143 if cpid2 == ppid { 183 ppid, ppgrp := parent() 195 if cpid == ppid {
|
| /prebuilts/go/linux-x86/src/syscall/ |
| exec_unix_test.go | 67 ppid, ppgrp := parent() 76 if cpid == ppid { 86 ppid, ppgrp := parent() 96 if cpid == ppid { 110 ppid, ppgrp := parent() 120 if cpid1 == ppid { 143 if cpid2 == ppid { 183 ppid, ppgrp := parent() 195 if cpid == ppid {
|
| /external/ltp/testcases/kernel/controllers/cgroup_fj/ |
| cgroup_fj_stress.sh | 100 local ppid="$3" 107 if [ -z "$ppid" ]; then 111 pid="$ppid" 120 attach_task "$new_path" $((cur_depth+1)) "$ppid" 123 if [ -n "$ppid" ]; then
|
| /external/libcap-ng/libcap-ng-0.7/utils/ |
| pscap.c | 67 int pid, ppid, uid = -1, euid = -1; local 101 sscanf(buf, "%d (%15c", &ppid, cmd); 102 sscanf(tmp+2, "%c %d", &state, &ppid); 105 if (pid == 2 || ppid == 2) 149 "ppid", "pid", "name", "command", 166 printf("%-5d %-5d %-10s %-16s ", ppid, pid, 169 printf("%-5d %-5d %-10d %-16s ", ppid, pid,
|