Home
last modified time | relevance | path

Searched refs:process_name (Results 1 – 4 of 4) 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/u-boot/scripts/
H A Dkernel-doc1861 sub process_name($$) { subroutine
2152 process_name($file, $_);
/openbmc/qemu/scripts/
H A Dkernel-doc
/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)