Home
last modified time | relevance | path

Searched refs:pid (Results 3851 - 3875 of 4853) sorted by relevance

1...<<151152153154155156157158159160>>...195

/third_party/libunwind/libunwind/include/tdep-ppc32/
H A Dlibunwind_i.h300 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 Dv8_foozzie_test.py200 return v8_commands.Output(exit_code=exit_code, stdout=stdout, pid=0)
/third_party/node/test/pummel/
H A Dtest-policy-integrity-dep.js177 process.kill(process.pid, 'SIGKILL');
/third_party/node/src/
H A Dnode_report_utils.cc176 writer->json_keyvalue("pid", handle->process.pid); in WalkHandle()
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse_lowlevel.h102 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 Dsocket.h58 pid_t pid; member
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h47 pid_t pid; member
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h58 pid_t pid; member
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dsocket.h58 pid_t pid; member
/third_party/musl/src/internal/
H A Dpthread_impl.h39 int pid; member
/third_party/musl/porting/linux/user/include/sys/
H A Dsocket.h62 pid_t pid; member
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsocket.h58 pid_t pid; member
/third_party/musl/include/sys/
H A Dsocket.h62 pid_t pid; member
/third_party/node/deps/uv/src/win/
H A Dinternal.h99 int pid,
/third_party/python/Lib/asyncio/
H A Dbase_subprocess.py42 self._pid = self._proc.pid
50 logger.debug('process %r created: pid %s',
60 info.append(f'pid={self._pid}')
H A Dsubprocess.py126 self.pid = transport.get_pid()
129 return f'<{self.__class__.__name__} {self.pid}>'
/third_party/openssl/ohos_lite/include/openssl/
H A Derr.h261 DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid))
/kernel/linux/linux-5.10/tools/perf/util/
H A Dauxtrace.c407 .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 Ds2255drv.c265 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 Ds2255drv.c265 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 Dglock.c1536 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 Dsunrpc.h2132 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 Dbpf_trace.c851 /* 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 Dpipe.c1731 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 Daachba.c850 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()

Completed in 46 milliseconds

1...<<151152153154155156157158159160>>...195