/external/openssh/ |
session.h | 37 pid_t pid; member in struct:Session
|
/external/ppp/pppd/plugins/rp-pppoe/ |
discovery.c | 77 * If a HostUnique tag is found which matches our PID, sets *extra to 1. 306 pid_t pid = getpid(); local 308 hostUniq.length = htons(sizeof(pid)); 309 memcpy(hostUniq.payload, &pid, sizeof(pid)); 310 CHECK_ROOM(cursor, packet.payload, sizeof(pid) + TAG_HDR_SIZE); 311 memcpy(cursor, &hostUniq, sizeof(pid) + TAG_HDR_SIZE); 312 cursor += sizeof(pid) + TAG_HDR_SIZE; 313 plen += sizeof(pid) + TAG_HDR_SIZE; 483 pid_t pid = getpid() local [all...] |
/external/skia/experimental/nanomsg/ |
picture_demo.cpp | 23 pid_t pid; member in struct:PictureHeader 30 , pid(getpid()) 68 SkDebugf(" from proccess %d:", header->pid);
|
/external/strace/ |
block.c | 45 uint32_t pid; member in struct:blk_user_trace_setup 260 "end_lba=%" PRIu64 ", pid=%u}", 263 buts.end_lba, buts.pid);
|
/external/toybox/toys/lsb/ |
mount.c | 226 pid_t pid; local 229 pid = xpopen(losetup, &pipe, 1); 231 rc = xpclose(pid, pipe);
|
/external/toybox/toys/pending/ |
getty.c | 267 pid_t pid = getpid(); local 273 if (utp_ptr->ut_pid == pid && utp_ptr->ut_type >= INIT_PROCESS) break; 300 pid_t pid = getpid(); local 308 tcsetpgrp(STDIN_FILENO, pid);
|
ipcs.c | 24 -p Pid 102 "semnum", "value", "ncount", "zcount", "pid"); 106 int val, nc, zc, pid; local 110 pid = semctl(TT.id, i, GETPID, n); 111 if (val < 0 || nc < 0 || zc < 0 || pid < 0) 113 printf("%-10d %-10d %-10d %-10d %-10d\n", i, val, nc, zc, pid);
|
sh.c | 192 int pid; // pid (or exit code) member in struct:command 301 cmd->pid = toys.exitval; 308 cmd->pid = vfork(); 309 if (!cmd->pid) xexec(cmd->argv); 310 else waitpid(cmd->pid, &status, 0); 312 if (WIFEXITED(status)) cmd->pid = WEXITSTATUS(status); 313 if (WIFSIGNALED(status)) cmd->pid = WTERMSIG(status);
|
/external/toybox/toys/posix/ |
cpio.c | 80 pid_t pid = 0; local 85 if (!(pid = xpopen(0, &pipe, 0))) { 271 if (TT.pass) toys.exitval |= xpclose(pid, pipe);
|
/external/v8/src/third_party/kernel/tools/perf/util/ |
jitdump.h | 22 uint32_t pid; /* JIT process id */ member in struct:jitheader 44 uint32_t pid; member in struct:jr_code_load 59 uint32_t pid; member in struct:jr_code_move
|
/external/vboot_reference/cgpt/ |
cgpt_nor.c | 50 pid_t pid = fork(); local 51 if (pid == -1) { 55 if (pid == 0) { 63 if (waitpid(pid, &status, 0) != -1 && WIFEXITED(status))
|
/frameworks/av/media/libmediaplayerservice/ |
DrmSessionManager.cpp | 69 int pid, sp<DrmSessionClientInterface> drm, const Vector<uint8_t> &sessionId) { 70 ALOGV("addSession(pid %d, drm %p, sessionId %s)", pid, drm.get(), 78 ssize_t index = mSessionMap.indexOfKey(pid); 80 // new pid 83 mSessionMap.add(pid, infosForPid); 171 ALOGV("reclaim session(%s) opened by pid %d", 182 int pid = -1; local 195 if (pid == -1) { 196 pid = tempPid [all...] |
/frameworks/base/core/java/com/android/internal/os/ |
Zygote.java | 86 * @return 0 if this is the child, pid of the child 93 int pid = nativeForkAndSpecialize( local 97 if (pid == 0) { 104 return pid; 113 * common actions performed in forkAndSpecialize, the pid of the child 131 * @return 0 if this is the child, pid of the child 137 int pid = nativeForkSystemServer( local 140 if (pid == 0) { 144 return pid;
|
/frameworks/base/services/core/java/com/android/server/am/ |
ReceiverList.java | 37 public final int pid; field in class:ReceiverList 50 pid = _pid; 70 pw.print(" pid="); pw.print(pid); pw.print(" uid="); pw.print(uid); 101 sb.append(pid);
|
/frameworks/native/services/surfaceflinger/ |
Client.cpp | 93 const int pid = ipc->getCallingPid(); local 96 if (CC_UNLIKELY(pid != self_pid && uid != AID_GRAPHICS && uid != AID_SYSTEM && uid != 0)) { 101 "can't openGlobalTransaction pid=%d, uid=%d", pid, uid);
|
/hardware/libhardware/modules/gralloc/ |
gralloc_priv.h | 79 int pid; member in struct:private_handle_t 90 base(0), pid(getpid())
|
/ndk/sources/android/libthread_db/gdb-6.6/ |
libthread_db.c | 27 pid_t pid; member in struct:ps_prochandle 56 _get_task_permitted_caps(int pid, int tid, uint64_t *cap) 67 snprintf(path, sizeof path, "/proc/%d/task/%d/status", pid, tid); 135 int target_pid = proc_handle->pid; 199 agent->pid = proc_handle->pid; 223 gEventMsgHandle.pid = ptrace(PTRACE_PEEKUSR, handle->tid, (void *)0 /* r0 */, NULL); 224 gEventMsgHandle.tid = gEventMsgHandle.pid; 238 gEventMsgHandle.pid = ptrace(PTRACE_PEEKUSR, handle->tid, (void *)4 /* ecx */, NULL); 239 gEventMsgHandle.tid = gEventMsgHandle.pid; [all...] |
/ndk/sources/host-tools/make-3.81/ |
remote-cstms.c | 153 int pid; 228 pid = vfork (); 229 if (pid < 0) 235 else if (pid == 0) 262 *id_ptr = pid; 151 int pid; local
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/protocols/ |
talkd.h | 67 int32_t pid; /* caller's process id */ member in struct:__anon31246
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/ |
klm_prot.h | 29 int pid; member in struct:klm_lock
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/protocols/ |
talkd.h | 67 int32_t pid; /* caller's process id */ member in struct:__anon33219
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/ |
klm_prot.h | 29 int pid; member in struct:klm_lock
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
process.py | 208 Return identifier (PID) of process or `None` if it has yet to start 213 return self._popen and self._popen.pid 215 pid = ident variable in class:Process
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
process.py | 208 Return identifier (PID) of process or `None` if it has yet to start 213 return self._popen and self._popen.pid 215 pid = ident variable in class:Process
|
/system/bt/stack/avct/ |
avct_lcb_act.c | 227 ** unbound ccb with a new PID, bind that ccb to this lcb and 253 /* if unbound acceptor and lcb doesn't already have a ccb for this PID */ 255 (avct_lcb_has_pid(p_lcb, p_ccb->cc.pid) == NULL)) 612 UINT16_TO_BE_STREAM(p, p_data->ul_msg.p_ccb->cc.pid); 676 UINT16 pid; local 705 /* parse and lookup PID */ 706 BE_STREAM_TO_UINT16(pid, p); 707 if ((p_ccb = avct_lcb_has_pid(p_lcb, pid)) != NULL) 709 /* PID found; send msg up, adjust bt hdr and call msg callback */ 716 /* PID not found; drop message * [all...] |