Searched defs:uc (Results 1 – 9 of 9) sorted by relevance
42 struct ucred uc; member
61 struct ucred uc; member
60 …Perm(const char *paraName, const char *srcContext, const char *destContext, const struct ucred *uc) in CheckPerm()
77 unw_context_t uc; in PrintBacktraceByLibunwind() local
41 struct ucred uc = {-1, -1, -1}; in CheckSocketPermission() local
214 ucontext_t *uc = static_cast<ucontext_t *>(context); in CopyContextAndWaitTimeout() local
84 static int SetRegister(unw_context_t *context, const ucontext_t *uc) in SetRegister()
174 struct ucred uc = {-1, -1, -1}; in CheckSocketPermission() local
262 __attribute__((noinline)) void CrashLocalUnwind(const int fd, const ucontext_t* uc) in CrashLocalUnwind()