Searched defs:ucred_t (Results 1 – 1 of 1) sorted by relevance
53 pub enum ucred_t {} enum54 impl ::Copy for ucred_t {} implementation55 impl ::Clone for ucred_t { implementation56 fn clone(&self) -> ucred_t { in clone()2592 pub fn ucred_get(pid: ::pid_t) -> *mut ucred_t; in ucred_get()2595 pub fn ucred_free(ucred: *mut ucred_t); in ucred_free()2603 pub fn ucred_getgroups(ucred: *const ucred_t, groups: *mut *const ::gid_t) -> ::c_int; in ucred_getgroups()2607 pub fn ucred_getpflags(ucred: *const ucred_t, flags: ::c_uint) -> ::c_uint; in ucred_getpflags()