Home
last modified time | relevance | path

Searched refs:process_name (Results 1 – 16 of 16) sorted by relevance

/openbmc/boost-dbus/include/dbus/
H A Dendpoint.hpp22 endpoint(const string& process_name, const string& path, in endpoint() argument
24 : process_name_(process_name), path_(path), interface_(interface) {} in endpoint()
26 endpoint(const string& process_name, const string& path, in endpoint() argument
28 : process_name_(process_name), in endpoint()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_job.c66 ti.process_name, ti.tgid, ti.task_name, ti.pid); in amdgpu_job_timedout()
H A Damdgpu_vm.h186 char process_name[TASK_COMM_LEN]; member
H A Dgmc_v11_0.c132 entry->pasid, task_info.process_name, task_info.tgid, in gmc_v11_0_process_interrupt()
H A Dgmc_v10_0.c165 entry->pasid, task_info.process_name, task_info.tgid, in gmc_v10_0_process_interrupt()
H A Dgmc_v8_0.c1455 entry->src_id, entry->src_data[0], task_info.process_name, in gmc_v8_0_process_interrupt()
H A Damdgpu_debugfs.c1780 vm->task_info.pid, vm->task_info.process_name); in amdgpu_debugfs_vm_info_show()
H A Dsdma_v4_4_2.c1646 entry->pasid, task_info.process_name, task_info.tgid, in sdma_v4_4_2_print_iv_entry()
H A Dgmc_v9_0.c636 entry->pasid, task_info.process_name, task_info.tgid, in gmc_v9_0_process_interrupt()
H A Damdgpu_vm.c2556 get_task_comm(vm->task_info.process_name, current->group_leader); in amdgpu_vm_set_task_info()
H A Dsdma_v4_0.c2137 entry->pasid, task_info.process_name, task_info.tgid, in sdma_v4_0_print_iv_entry()
H A Damdgpu_device.c4860 adev->reset_task_info.process_name, in amdgpu_devcoredump_read()
/openbmc/u-boot/scripts/
H A Dkernel-doc1861 sub process_name($$) { subroutine
2152 process_name($file, $_);
/openbmc/qemu/scripts/
H A Dkernel-doc2045 sub process_name($$) { subroutine
2359 process_name($file, $_);
/openbmc/linux/scripts/
H A Dkernel-doc2019 sub process_name($$) { subroutine
2329 process_name($file, $_);
/openbmc/openbmc-tools/openbmctool/
H A Dopenbmctool.py146 def findThisProcess( process_name ): argument
147 ps = subprocess.Popen("ps -eaf | grep "+process_name, shell=True, stdout=subprocess.PIPE)
151 pid = get_pid(process_name)
154 def isThisProcessRunning( process_name ): argument
155 pid = get_pid(process_name)