/third_party/libunwind/libunwind/include/tdep-ppc32/ |
H A D | libunwind_i.h | 300 extern int tdep_get_elf_image (struct elf_image *ei, pid_t pid, unw_word_t ip,
|
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/ |
H A D | v8_foozzie_test.py | 200 return v8_commands.Output(exit_code=exit_code, stdout=stdout, pid=0)
|
/third_party/node/test/pummel/ |
H A D | test-policy-integrity-dep.js | 177 process.kill(process.pid, 'SIGKILL');
|
/third_party/node/src/ |
H A D | node_report_utils.cc | 176 writer->json_keyvalue("pid", handle->process.pid); in WalkHandle()
|
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse_lowlevel.h | 102 pid_t pid; member 762 * For POSIX threads (NPTL) there's a 1-1 relation between pid and
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | socket.h | 58 pid_t pid; member
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | socket.h | 47 pid_t pid; member
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | socket.h | 58 pid_t pid; member
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | socket.h | 58 pid_t pid; member
|
/third_party/musl/src/internal/ |
H A D | pthread_impl.h | 39 int pid; member
|
/third_party/musl/porting/linux/user/include/sys/ |
H A D | socket.h | 62 pid_t pid; member
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | socket.h | 58 pid_t pid; member
|
/third_party/musl/include/sys/ |
H A D | socket.h | 62 pid_t pid; member
|
/third_party/node/deps/uv/src/win/ |
H A D | internal.h | 99 int pid,
|
/third_party/python/Lib/asyncio/ |
H A D | base_subprocess.py | 42 self._pid = self._proc.pid 50 logger.debug('process %r created: pid %s', 60 info.append(f'pid={self._pid}')
|
H A D | subprocess.py | 126 self.pid = transport.get_pid() 129 return f'<{self.__class__.__name__} {self.pid}>'
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | err.h | 261 DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid))
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | auxtrace.c | 407 .pid = -1, in auxtrace_queues__add_event() 1034 .pid = -1, in auxtrace_queues__add_sample() 1162 int code, int cpu, pid_t pid, pid_t tid, u64 ip, in auxtrace_synth_error() 1173 auxtrace_error->pid = pid; in auxtrace_synth_error() 1616 ret += fprintf(fp, " cpu %d pid %d tid %d ip %#"PRI_lx64" code %u: %s\n", in perf_event__fprintf_auxtrace_error() 1617 e->cpu, e->pid, e->tid, e->ip, e->code, msg); in perf_event__fprintf_auxtrace_error() 1161 auxtrace_synth_error(struct perf_record_auxtrace_error *auxtrace_error, int type, int code, int cpu, pid_t pid, pid_t tid, u64 ip, const char *msg, u64 timestamp) auxtrace_synth_error() argument
|
/kernel/linux/linux-5.10/drivers/media/usb/s2255/ |
H A D | s2255drv.c | 265 u16 pid; /* product id */ member 1173 switch (dev->pid) { in vidioc_enum_input() 1617 (dev->pid != 0x2257 || vc->idx <= 1)) in s2255_probe_v4l() 1999 if (dev->pid == 0x2257 && j > 1) in s2255_board_init() 2226 dev->pid = id->idProduct; in s2255_probe() 2301 if (dev->pid == 0x2257 && in s2255_probe()
|
/kernel/linux/linux-6.6/drivers/media/usb/s2255/ |
H A D | s2255drv.c | 265 u16 pid; /* product id */ member 1171 switch (dev->pid) { in vidioc_enum_input() 1615 (dev->pid != 0x2257 || vc->idx <= 1)) in s2255_probe_v4l() 1997 if (dev->pid == 0x2257 && j > 1) in s2255_board_init() 2224 dev->pid = id->idProduct; in s2255_probe() 2299 if (dev->pid == 0x2257 && in s2255_probe()
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | glock.c | 1536 fs_err(sdp, "pid: %d\n", pid_nr(gh2->gh_owner_pid)); 1540 fs_err(sdp, "pid: %d\n", pid_nr(gh->gh_owner_pid)); 2336 * t = type, s = state, r = refcount, e = error, p = pid. 2689 struct pid *pid; in gfs2_glockfd_next_task() local 2697 pid = find_ge_pid(i->tgid, ns); in gfs2_glockfd_next_task() 2698 if (pid) { in gfs2_glockfd_next_task() 2699 i->tgid = pid_nr_ns(pid, ns); in gfs2_glockfd_next_task() 2700 i->task = pid_task(pid, PIDTYPE_TGID); in gfs2_glockfd_next_task()
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | sunrpc.h | 2132 TP_PROTO(int pid), 2134 TP_ARGS(pid), 2137 __field(int, pid) 2141 __entry->pid = pid; 2144 TP_printk("pid=%d", __entry->pid)
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | bpf_trace.c | 851 /* Task should not be pid=1 to avoid kernel panic. */ in bpf_send_signal_common() 3182 pid_t pid; in bpf_uprobe_multi_link_attach() local 3228 pid = attr->link_create.uprobe_multi.pid; in bpf_uprobe_multi_link_attach() 3229 if (pid) { in bpf_uprobe_multi_link_attach() 3231 task = get_pid_task(find_vpid(pid), PIDTYPE_PID); in bpf_uprobe_multi_link_attach() 3274 if (pid) in bpf_uprobe_multi_link_attach()
|
/third_party/libuv/src/win/ |
H A D | pipe.c | 1731 DWORD* pid = &handle->pipe.conn.ipc_remote_pid; in uv__pipe_get_ipc_remote_pid() local 1734 * the remote end pid may not yet be set. If so, do it here. in uv__pipe_get_ipc_remote_pid() 1736 if (*pid == 0) { in uv__pipe_get_ipc_remote_pid() 1737 GetNamedPipeClientProcessId(handle->handle, pid); in uv__pipe_get_ipc_remote_pid() 1738 if (*pid == GetCurrentProcessId()) { in uv__pipe_get_ipc_remote_pid() 1739 GetNamedPipeServerProcessId(handle->handle, pid); in uv__pipe_get_ipc_remote_pid() 1743 return *pid; in uv__pipe_get_ipc_remote_pid()
|
/kernel/linux/linux-6.6/drivers/scsi/aacraid/ |
H A D | aachba.c | 850 char pid[16]; /* Product ID */ member 945 if (strlen(cp) > sizeof(str->pid)) in setinqstr() 946 cp[sizeof(str->pid)] = '\0'; in setinqstr() 947 inqstrcpy (cp, str->pid); in setinqstr() 955 inqstrcpy (mp->model, str->pid); in setinqstr() 959 char *findit = str->pid; in setinqstr() 965 if (((findit - str->pid) + strlen(container_types[tindex])) in setinqstr() 966 < (sizeof(str->pid) + sizeof(str->prl))) in setinqstr()
|