Searched refs:uc (Results 1 - 10 of 10) sorted by relevance

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dgetcontext.c59 ucontext_t uc; local
60 (void) getcontext(&uc);
61 (void) getcontext(&uc);
62 (void) getcontext(&uc);
63 (void) getcontext(&uc);
64 (void) getcontext(&uc);
65 (void) getcontext(&uc);
66 (void) getcontext(&uc);
67 (void) getcontext(&uc);
68 (void) getcontext(&uc);
[all...]
H A Dsetcontext.c55 ucontext_t uc; local
59 (void) getcontext(&uc);
62 (void) setcontext(&uc);
/darwin-on-arm/xnu/osfmk/i386/
H A Dmachine_check.h128 uint64_t uc :BIT1(61); member in struct:__anon959::__anon960
143 uint64_t uc :BIT1(61); member in struct:__anon959::__anon961
166 /* Values for threshold_status if mcg_tes_p == 1 and uc == 0 */
H A Dmachine_check.c358 IF(status.bits.uc, " Uncorrected error\n"),
419 (status.bits_tes_p.uc == 0) ?
436 IF(status.bits.uc, " Uncorrected error\n"),
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_sig.c168 kauth_cred_t uc; member in struct:killpg1_iterargs
285 * Can process p, with ucred uc, send the signal signum to process q?
286 * uc is refcounted by the caller so internal fileds can be used safely
290 cansignal(proc_t p, kauth_cred_t uc, proc_t q, int signum, int zombie) argument
307 if (!suser(uc, NULL))
336 if (kauth_cred_getruid(uc) == kauth_cred_getruid(my_cred) ||
337 kauth_cred_getruid(uc) == kauth_cred_getsvuid(my_cred) ||
338 kauth_cred_getuid(uc) == kauth_cred_getruid(my_cred) ||
339 kauth_cred_getuid(uc) == kauth_cred_getsvuid(my_cred)) {
1387 kauth_cred_t uc local
1461 kauth_cred_t uc = kargp->uc; /* refcounted by the caller safe to use internal fields */ local
1502 kauth_cred_t uc; local
[all...]
H A Dkern_prot.c1399 kauth_cred_t uc; local
1419 uc = kauth_cred_proc_ref(p);
1421 uthread->uu_ucred = uc;
H A Dproc_info.c1987 kauth_cred_t uc = kauth_cred_get(); local
2010 if (!cansignal(current_proc(), uc, p, SIGKILL, 0)) {
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_encodings.c672 UniChar uc; local
675 *(u++) = uc = gHiBitBaseUnicode[c];
681 if ((uc <= (UniChar) 'z') && (uc >= (UniChar) 'A')) {
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStatistics.cpp934 IOStatisticsUserClients *uc = &stats->userClientStatistics; local
938 uc->clientCalls += userClientCounter->clientCalls;
939 uc->created++;
H A DIOUserClient.cpp324 IOUserClient * uc; local
325 if ((uc = OSDynamicCast(IOUserClient, obj)) && uc->mappings)
327 dict->setObject((const OSSymbol *) uc->mappings, port);
328 iokit_switch_object_port(port->port, uc->mappings, IKOT_IOKIT_CONNECT);
330 uc->mappings->release();
331 uc->mappings = 0;

Completed in 314 milliseconds