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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DPMmisc.cpp38 void IOPMLog(const char * who,unsigned long event,unsigned long param1, unsigned long param2) argument
40 // kprintf("%s %02d %08x %08x\n",who,event,param1,param2);
44 void IOPMRegisterDevice(const char * who, IOService * theDevice) argument
47 if ( strcmp(rootDomain,who) == 0 ) { // root power domain is registering
56 if ( strcmp(displayDevice,who) == 0 ) { // somebody else is registering
H A DIOPlatformExpert.cpp380 PMLog(const char *who, unsigned long event, argument
392 nowus, (unsigned) current_thread(), who, // Identity
415 IOTimeStampConstant(code, (UInt32) who, event, param1, param2);
821 /* This notification should have few clients who all do
H A DIOServicePM.cpp695 // Power Management is informing us who our children are.
922 // Power Management is informing us who our parent is.
4540 const char *who = ((IOService *) object)->getName(); local
4541 fPlatform->PMLog(who,
4597 const char *who = ((IOService *) object)->getName(); local
4598 fPlatform->PMLog(who,
/macosx-10.5.8/xnu-1228.15.4/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
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dmig_log.h59 mig_who_t who,
78 mig_who_t who,
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_resource.c135 id_t who; member in struct:puser_nice_args
161 /* would also test (uap->who < 0), but id_t is unsigned */
162 if (uap->who > 0x7fffffff)
168 if (uap->who == 0) {
172 p = proc_find(uap->who);
184 if (uap->who == 0) {
187 } else if ((pg = pgfind(uap->who)) == PGRP_NULL) {
202 if (uap->who == 0)
203 uap->who = kauth_cred_getuid(kauth_cred_get());
209 if (kauth_cred_getuid(my_cred) == uap->who
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_gss.c1129 char who[] = "server"; local
1135 who,
1250 char who[] = "client"; local
1256 who,
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h418 char who_l_[PADL_(id_t)]; id_t who; char who_r_[PADR_(id_t)]; member in struct:setpriority_args
436 char who_l_[PADL_(id_t)]; id_t who; char who_r_[PADR_(id_t)]; member in struct:getpriority_args
468 char who_l_[PADL_(int)]; int who; char who_r_[PADR_(int)]; member in struct:getrusage_args
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dsavearea_asm.s557 ; We who are about to die salute you. The savearea chain is messed up or
697 ; We who are about to die salute you. The savearea chain is messed up or
H A Dhw_exception.s851 ; This is where we handle someone trying who did a thread_create followed
H A Dlowmem_vectors.s71 ; The ones who do take it, check if the interrupt is too be ignored. This is

Completed in 191 milliseconds