/openbmc/linux/arch/mips/math-emu/ |
H A D | dsemul.c | 116 pr_debug("allocate emuframe %d to %d\n", idx, current->pid); in alloc_emuframe() 128 pr_debug("free emuframe %d from %d\n", idx, current->pid); in free_emuframe()
|
/openbmc/linux/drivers/android/ |
H A D | binder_internal.h | 409 int pid; member 480 int pid; member
|
H A D | binder_trace.h | 143 __entry->to_proc = t->to_proc->pid; 144 __entry->to_thread = t->to_thread ? t->to_thread->pid : 0; 329 __entry->proc = alloc->pid; 347 __entry->proc = alloc->pid;
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/perl-layer/recipes-support/rasdaemon/files/ |
H A D | init | 7 PIDFILE=/var/run/rasdaemon.pid
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/ |
H A D | mysqld.service | 7 PIDFile=/var/lib/mysql/mysqld.pid
|
/openbmc/linux/drivers/gpu/drm/lima/ |
H A D | lima_dump.h | 73 __u32 pid; member
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | guestmount.txt | 5 For example, start 2 guest OS, one's pid is 8888 and the other's is 9999:
|
/openbmc/linux/include/misc/ |
H A D | cxllib.h | 104 u32 pid; member
|
/openbmc/linux/arch/um/drivers/ |
H A D | chan_user.h | 43 extern void register_winch_irq(int fd, int tty_fd, int pid,
|
/openbmc/openbmc/poky/meta/recipes-extended/xinetd/xinetd/ |
H A D | xinetd.init | 31 …n --start --quiet --background --exec /usr/sbin/xinetd -- -pidfile /var/run/xinetd.pid $XINETD_OPTS
|
/openbmc/linux/drivers/net/slip/ |
H A D | slip.h | 88 pid_t pid; member
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | send_signal_sched_switch.c | 42 skel->bss->pid = getpid(); in serial_test_send_signal_sched_switch()
|
H A D | ringbuf.c | 23 int pid; member 152 skel->bss->pid = getpid(); in ringbuf_subtest() 331 skel_map_key->bss->pid = getpid(); in ringbuf_map_key_subtest()
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/ |
H A D | python3-blivetgui_2.5.0.bb | 18 python3-pid libreport \
|
/openbmc/qemu/qga/vss-win32/ |
H A D | requester.cpp | 412 VSS_ID pid; in requester_freeze() local 419 g_gProviderId, &pid); in requester_freeze() 446 VSS_ID pid; in requester_freeze() local 448 g_gProviderId, &pid); in requester_freeze()
|
/openbmc/linux/drivers/amba/ |
H A D | bus.c | 136 u32 size, pid, cid; in amba_read_periphid() local 176 for (pid = 0, i = 0; i < 4; i++) in amba_read_periphid() 177 pid |= (readl(tmp + size - 0x20 + 4 * i) & 255) << (i * 8); in amba_read_periphid() 190 dev->periphid = pid; in amba_read_periphid()
|
/openbmc/linux/tools/testing/selftests/net/openvswitch/ |
H A D | openvswitch.sh | 89 pid=$! 90 on_exit "ovs_sbx $1 kill -TERM $pid 2>/dev/null" 106 pid=$! 107 ovs_sbx "$sbx" on_exit "kill -TERM $pid 2>/dev/null"
|
/openbmc/linux/drivers/media/test-drivers/vidtv/ |
H A D | vidtv_pes.c | 280 ts_header.bitfield = cpu_to_be16((payload_start << 14) | args.pid); in vidtv_pes_write_ts_h() 309 .pid = args->pid, in vidtv_pes_write_into()
|
/openbmc/openbmc-test-automation/lib/ |
H A D | gen_misc.py | 471 def pid_active(pid): argument 480 os.kill(int(pid), 0) 565 return [x.pid for x in current_process.children(recursive=False)]
|
/openbmc/openbmc/meta-security/recipes-ids/samhain/ |
H A D | samhain.inc | 15 file://samhain-pid-path.patch \ 118 --with-pid-file=${localstatedir}/run/samhain.pid \
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | tinfoil.py | 29 pid = tinfoil.config_data.expand(expr) 30 if not pid: 31 self.fail('Unable to expand "%s" - returned %s' % (expr, pid))
|
/openbmc/linux/tools/lib/bpf/ |
H A D | bpf.h | 402 __u32 pid; member 421 #define bpf_link_create_opts__last_field uprobe_multi.pid 589 LIBBPF_API int bpf_task_fd_query(int pid, int fd, __u32 flags, char *buf,
|
/openbmc/linux/drivers/misc/bcm-vk/ |
H A D | bcm_vk_tty.c | 144 vktty->pid = task_pid_nr(current); in bcm_vk_tty_open() 329 if (vktty->pid) in bcm_vk_tty_terminate_tty_user() 330 kill_pid(find_vpid(vktty->pid), SIGKILL, 1); in bcm_vk_tty_terminate_tty_user()
|
/openbmc/linux/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_dev.h | 263 unsigned int pid; member 356 int ionic_db_page_num(struct ionic_lif *lif, int pid); 375 size_t sg_desc_size, unsigned int pid);
|
/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/ |
H A D | cmd_v1.c | 297 u64 pid; in hci_cmd_v1_daa() local 351 i3c_hci_dct_get_val(hci, 0, &pid, &dcr, &bcr); in hci_cmd_v1_daa() 353 next_addr, pid, dcr, bcr); in hci_cmd_v1_daa()
|