Searched refs:pid (Results 26 - 50 of 151) sorted by relevance

1234567

/fuchsia/zircon/system/dev/board/vim/
H A Dvim-rtc.c24 .pid = PDEV_PID_PCF8563,
H A Dvim-canvas.c29 .pid = PDEV_PID_GENERIC,
H A Dvim-clk.c23 .pid = PDEV_PID_AMLOGIC_S912,
H A Dvim-led2472g.c23 .pid = PDEV_PID_GENERIC,
H A Dvim-gpio.c74 .pid = PDEV_PID_AMLOGIC_S912,
112 .pid = PDEV_PID_GENERIC,
/fuchsia/zircon/system/public/zircon/syscalls/
H A Dlog.h17 uint64_t pid; member in struct:zx_log_record
/fuchsia/zircon/third_party/uapp/dash/src/
H A Djobs.c88 /* pid of last background process */
250 pid_t pid; local
256 "Usage: kill [-s sigspec | -signum | -sigspec] [pid | job]... or\n"
323 pid = -jp->ps[0].pid;
325 pid = **argv == '-' ?
327 if (kill(pid, signo) != 0) {
390 pgid = jp->ps->pid;
460 outfmt(out, "%d\n", ps->pid);
473 col += fmtstr(s + col, 16, "%d ", ps->pid);
625 pid_t pid = number(*argv); local
902 forkparent(struct job *jp, union node *n, int mode, pid_t pid) argument
939 int pid; local
1016 int pid = -1; local
[all...]
H A Djobs.h47 #define SHOW_PID 0x04 /* include process pid */
59 pid_t pid; /* process id */ member in struct:procstat
87 extern pid_t backgndpid; /* pid of last background process */
/fuchsia/zircon/system/dev/board/hikey960/
H A Dhikey960-usb.c51 .pid = PDEV_PID_GENERIC,
79 .pid = PDEV_PID_HIKEY960,
H A Dhikey960-devices.c67 .pid = PDEV_PID_GENERIC,
112 .pid = PDEV_PID_GENERIC,
160 .pid = PDEV_PID_GENERIC,
179 .pid = PDEV_PID_HIKEY960,
/fuchsia/zircon/third_party/ulib/musl/src/misc/
H A Dsyslog.c78 int pid; local
93 pid = (log_opt & LOG_PID) ? getpid() : 0;
95 pid ? "[" : "", pid, pid ? "]" : "");
/fuchsia/zircon/system/ulib/unittest/
H A Dcrash-handler.cpp43 zx_handle_t process = crash_list_lookup_koid(crash_list, exception->pid);
57 exception->pid, exception->tid, zx_status_get_string(status));
65 exception->pid, exception->tid, zx_status_get_string(status));
78 zx_handle_t match = crash_list_delete_koid(crash_list, exception->pid);
89 exception->pid, exception->tid, packet->type);
99 zx_object_get_child(job, exception->pid, ZX_RIGHT_SAME_RIGHTS, &process);
102 exception->pid, zx_status_get_string(status));
110 exception->pid, exception->tid, zx_status_get_string(status));
123 exception->pid, exception->tid, zx_status_get_string(status));
135 exception->pid, exceptio
[all...]
/fuchsia/zircon/system/core/devmgr/
H A Ddevmgr-binding.cpp57 uint32_t pid = BINDINST_PB(inst); local
59 if (pid != BIND_FLAGS) {
60 pval = dev_get_prop(ctx, pid);
/fuchsia/zircon/third_party/ulib/musl/stubs/
H A Didstubs.c47 static pid_t stub_getpgid(pid_t pid) { argument
67 static pid_t stub_getsid(pid_t pid) { argument
110 static int stub_setpgid(pid_t pid, pid_t pgid) { argument
/fuchsia/zircon/system/dev/board/astro/
H A Dastro-canvas.c34 .pid = PDEV_PID_GENERIC,
H A Dastro-light.c31 .pid = PDEV_PID_AMS_TCS3400,
H A Dastro-clk.c29 .pid = PDEV_PID_AMLOGIC_S905D2,
H A Dastro-tee.c35 .pid = PDEV_PID_GENERIC,
H A Dastro-touch.c37 .pid = PDEV_PID_ASTRO,
55 .pid = PDEV_PID_ASTRO,
H A Dastro-gpio.c75 .pid = PDEV_PID_AMLOGIC_S905D2,
111 .pid = PDEV_PID_GENERIC,
H A Dastro-audio.c53 .pid = PDEV_PID_AMLOGIC_S905D2,
87 .pid = PDEV_PID_AMLOGIC_S905D2,
/fuchsia/zircon/system/dev/board/gauss/
H A Dgauss-clk.c25 .pid = PDEV_PID_AMLOGIC_A113,
H A Dgauss-i2c.c65 .pid = PDEV_PID_GENERIC,
H A Dgauss-audio.c46 .pid = PDEV_PID_GAUSS,
95 .pid = PDEV_PID_GAUSS,
/fuchsia/zircon/system/dev/board/imx8mevk/
H A Dimx8mevk-i2c.c25 .pid = PDEV_PID_IMX8MEVK,

Completed in 76 milliseconds

1234567