Home
last modified time | relevance | path

Searched defs:get_pid (Results 1 – 5 of 5) sorted by relevance

/openbmc/sdeventplus/src/sdeventplus/source/
H A Dchild.cpp31 pid_t Child::get_pid() const in get_pid() function in sdeventplus::source::Child
/openbmc/linux/include/linux/
H A Dpid.h85 static inline struct pid *get_pid(struct pid *pid) in get_pid() function
/openbmc/qemu/python/qemu/machine/
H A Dmachine.py279 def get_pid(self) -> Optional[int]: member in QEMUMachine
/openbmc/linux/tools/mm/
H A Dpage_owner_sort.c313 static pid_t get_pid(char *buf) in get_pid() function
/openbmc/openbmc-tools/openbmctool/
H A Dopenbmctool.py138 def get_pid(name): function