Searched refs:who (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/osfmk/ipc/
H A Dmig_log.c94 mig_who_t who,
106 printf("%d|%d|%d", who, what, msgh_id);
115 mig_who_t who,
122 printf("%d|%d|%d -- %s %d\n", who, what, *(int *)par, file, line);
124 printf("%d|%d|%s -- %s %d\n", who, what, (char *)par, file, line);
93 MigEventTracer( mig_who_t who, mig_which_event_t what, mach_msg_id_t msgh_id, unsigned int size, unsigned int kpd, unsigned int retcode, unsigned int ports, unsigned int oolports, unsigned int ool, char *file, unsigned int line) argument
114 MigEventErrors( mig_who_t who, mig_which_error_t what, void *par, char *file, unsigned int line) argument
/darwin-on-arm/xnu/osfmk/mach/
H A Dmig_log.h59 mig_who_t who,
78 mig_who_t who,
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_resource.c140 id_t who; member in struct:puser_nice_args
166 /* would also test (uap->who < 0), but id_t is unsigned */
167 if (uap->who > 0x7fffffff)
173 if (uap->who == 0) {
177 p = proc_find(uap->who);
189 if (uap->who == 0) {
192 } else if ((pg = pgfind(uap->who)) == PGRP_NULL) {
207 if (uap->who == 0)
208 uap->who = kauth_cred_getuid(kauth_cred_get());
214 if (kauth_cred_getuid(my_cred) == uap->who
[all...]
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPlatformExpert.cpp373 PMLog(const char *who, unsigned long event, argument
382 nowus, current_thread(), who, // Identity
785 /* This notification should have few clients who all do
H A DIOServicePM.cpp866 // Power Management is informing us who our children are.
1092 // Power Management is informing us who our parent is.
3788 fName, // who
3879 fName, // who
4984 fName, // who
5043 fName, // who
5617 const char *who = ((IOService *) object)->getName(); local
5618 gPlatform->PMLog(who, kPMLogClientNotify, (uintptr_t) object, 0);
5802 const char *who = ((IOService *) object)->getName(); local
5803 gPlatform->PMLog(who, kPMLogClientNotif
8013 const char * who = Name; local
[all...]
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_gss.c1274 char who[] = "server"; local
1282 who,
1439 char who[] = "client"; local
1447 who,

Completed in 51 milliseconds