Searched refs:who (Results 1 – 3 of 3) sorted by relevance
473 pub fn get_rusage(who: i32, rusage: *mut RUsage) -> Result<usize, SystemError> { in get_rusage()474 let who = RUsageWho::try_from(who)?; in get_rusage() localVariable477 let rusage = pcb.get_rusage(who).ok_or(SystemError::EINVAL)?; in get_rusage()
122 entire whole, and thus to each and every part regardless of who wrote it.176 However, parties who have received copies, or rights, from you under206 all those who receive copies directly or indirectly through you, then231 original copyright holder who places the Program under this License
945 let who = args[0] as c_int; in handle() localVariable947 Self::get_rusage(who, rusage) in handle()