Searched refs:process_name (Results 1 – 4 of 4) sorted by relevance
| /openbmc/boost-dbus/include/dbus/ |
| H A D | endpoint.hpp | 22 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/u-boot/scripts/ |
| H A D | kernel-doc | 1861 sub process_name($$) { subroutine 2152 process_name($file, $_);
|
| /openbmc/qemu/scripts/ |
| H A D | kernel-doc | |
| /openbmc/openbmc-tools/openbmctool/ |
| H A D | openbmctool.py | 146 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)
|