/openbmc/linux/drivers/gpu/drm/msm/ |
H A D | msm_rd.c | 373 task = pid_task(submit->pid, PIDTYPE_PID); in msm_rd_dump_submit() 377 pid_nr(submit->pid), submit->seqno); in msm_rd_dump_submit() 380 pid_nr(submit->pid), submit->seqno); in msm_rd_dump_submit()
|
/openbmc/qemu/bsd-user/ |
H A D | main.c | 113 void fork_end(pid_t pid) in fork_end() argument 115 bool child = pid == 0; in fork_end() 135 gdbserver_fork_end(thread_cpu, pid); in fork_end()
|
/openbmc/openpower-occ-control/ |
H A D | occ_ffdc.cpp | 316 std::string syslogID, pid, message, timeStamp; in getJournalEntries() local 324 pid = getFieldValue(journal, "_PID"); in getJournalEntries() 329 timeStamp + " " + syslogID + "[" + pid + "]: " + message); in getJournalEntries()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/smartmontools/files/ |
H A D | initd.smartd | 43 SMARTDPID=/var/run/smartd.pid
|
/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/ |
H A D | named.service | 10 PIDFile=/run/named/named.pid
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | test_bpf_ma.c | 45 skel->bss->pid = getpid(); in test_test_bpf_ma()
|
H A D | global_map_resize.c | 67 skel->rodata->pid = getpid(); in global_map_resize_bss_subtest() 137 skel->rodata->pid = getpid(); in global_map_resize_data_subtest()
|
/openbmc/linux/drivers/media/i2c/ |
H A D | ov2640.c | 276 #define VERSION(pid, ver) ((pid << 8) | (ver & 0xFF)) argument 1082 u8 pid, ver, midh, midl; in ov2640_video_probe() local 1094 pid = i2c_smbus_read_byte_data(client, PID); in ov2640_video_probe() 1099 switch (VERSION(pid, ver)) { in ov2640_video_probe() 1105 "Product ID error %x:%x\n", pid, ver); in ov2640_video_probe() 1112 devname, pid, ver, midh, midl); in ov2640_video_probe()
|
/openbmc/linux/include/linux/ |
H A D | compat.h | 679 compat_sys_get_robust_list(int pid, compat_uptr_t __user *head_ptr, 693 asmlinkage long compat_sys_ptrace(compat_long_t request, compat_long_t pid, 695 asmlinkage long compat_sys_sched_setaffinity(compat_pid_t pid, 698 asmlinkage long compat_sys_sched_getaffinity(compat_pid_t pid, 722 asmlinkage long compat_sys_rt_sigqueueinfo(compat_pid_t pid, int sig, 767 compat_pid_t pid, int sig, 775 asmlinkage long compat_sys_wait4(compat_pid_t pid,
|
/openbmc/linux/tools/testing/selftests/powerpc/math/ |
H A D | fpu_asm.S | 71 # r4 holds pointer to the pid 76 std r4,STACK_FRAME_PARAM(1)(sp) # Address of pid
|
/openbmc/linux/tools/testing/selftests/landlock/ |
H A D | ptrace_test.c | 46 static int test_ptrace_read(const pid_t pid) in test_ptrace_read() argument 53 path_template, pid); in test_ptrace_read()
|
/openbmc/linux/drivers/soc/qcom/ |
H A D | qcom_stats.c | 30 u32 pid; member 93 stat = qcom_smem_get(subsystem->pid, subsystem->smem_item, NULL); in qcom_subsystem_sleep_stats_show()
|
/openbmc/phosphor-pid-control/ |
H A D | ipmi.md | 1 # OEM-IPMI Commands to talk to Phosphor-pid-control 57 phosphor-pid-control per zone.
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntp/ntp/ |
H A D | ntpd | 15 PIDFILE=/var/run/ntpd.pid
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/ |
H A D | init | 31 PIDFILE=/var/run/$NAME.pid
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/ |
H A D | initscript | 14 PIDFILE=/var/run/syslog-ng/syslog-ng.pid
|
/openbmc/hiomapd/vpnor/ |
H A D | ffs.h | 90 uint32_t pid; member
|
/openbmc/phosphor-mboxd/vpnor/ |
H A D | pnor_partition_defs.h | 90 uint32_t pid; member
|
/openbmc/u-boot/arch/arm/mach-davinci/include/mach/ |
H A D | pll_defs.h | 10 unsigned int pid; /* 0x00 */ member
|
/openbmc/linux/drivers/media/test-drivers/vidtv/ |
H A D | vidtv_ts.h | 61 u16 pid; member
|
/openbmc/linux/drivers/staging/media/av7110/ |
H A D | av7110_av.h | 24 extern void av7110_p2t_write(u8 const *buf, long int length, u16 pid, struct av7110_p2t *p);
|
/openbmc/linux/tools/perf/tests/attr/ |
H A D | system-wide-dummy | 7 pid=-1
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | buildstats.bbclass | 17 def get_buildprocess_cputime(pid): 18 with open("/proc/%d/stat" % pid, "r") as f: 23 def get_process_cputime(pid): 25 with open("/proc/%d/stat" % pid, "r") as f: 34 if os.path.isfile("/proc/%d/io" % pid): 35 with open("/proc/%d/io" % pid, "r") as f:
|
/openbmc/linux/tools/perf/ |
H A D | builtin-lock.c | 948 thread = machine__findnew_thread(machine, -1, sample->pid); in lock_contention_caller() 1717 int pid; in print_lock_stat_stdio() local 1729 pid = st->addr; in print_lock_stat_stdio() 1730 t = perf_session__findnew(session, pid); in print_lock_stat_stdio() 1732 pid, pid == -1 ? "Unknown" : thread__comm_str(t)); in print_lock_stat_stdio() 1765 int pid; in print_lock_stat_csv() local 1779 pid = st->addr; in print_lock_stat_csv() 1780 t = perf_session__findnew(session, pid); in print_lock_stat_csv() 1781 fprintf(lock_output, "%d%s %s\n", pid, sep, in print_lock_stat_csv() 1782 pid == -1 ? "Unknown" : thread__comm_str(t)); in print_lock_stat_csv() [all …]
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7603/ |
H A D | mac.c | 921 int pid, struct ieee80211_key_conf *key) in mt7603_mac_write_txwi() argument 990 FIELD_PREP(MT_TXD5_PID, pid); in mt7603_mac_write_txwi() 1056 int pid; in mt7603_tx_prepare_skb() local 1072 pid = mt76_tx_status_skb_add(mdev, wcid, tx_info->skb); in mt7603_tx_prepare_skb() 1083 sta, pid, key); in mt7603_tx_prepare_skb() 1231 if (pid < MT_PACKET_ID_FIRST) in mt7603_mac_add_txs_skb() 1234 trace_mac_txdone(mdev, sta->wcid.idx, pid); in mt7603_mac_add_txs_skb() 1261 u8 pid; in mt7603_mac_add_txs() local 1263 pid = le32_get_bits(txs_data[4], MT_TXS4_PID); in mt7603_mac_add_txs() 1266 if (pid == MT_PACKET_ID_NO_ACK) in mt7603_mac_add_txs() [all …]
|