Function panda_sys::qemu_get_pid_name[][src]

pub unsafe extern "C" fn qemu_get_pid_name(pid: pid_t) -> *mut c_char
Expand description

qemu_get_pid_name: @pid: pid of a process

For given @pid fetch its name. Caller is responsible for freeing the string when no longer needed. Returns allocated string on success, NULL on failure.