Searched refs:busyStatus (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/kext_tools-384.1.4/
H A Dkextmanager_async.defs58 busyStatus : int);
H A Dkextd_watchvol.c1611 mach_port_t client, int waitForLock, mountpoint_t busyVol, int *busyStatus)
1617 if (!busyStatus) {
1673 if (busyStatus) *busyStatus = result;
1610 _kextmanager_lock_reboot(mach_port_t p, mach_port_t replyPort, mach_port_t client, int waitForLock, mountpoint_t busyVol, int *busyStatus) argument
/macosx-10.10/system_cmds-643.1.1/reboot.tproj/
H A Dreboot.c318 int busyStatus = ELAST + 1; local
332 &busyStatus);
335 if (busyStatus == EBUSY) {
338 busyVol, &busyStatus);
342 if (busyStatus == EALREADY) {
346 rval = busyStatus;
358 if (busyStatus != 0 && myport != MACH_PORT_NULL)
/macosx-10.10/system_cmds-643.1.1/shutdown.tproj/
H A Dshutdown.c733 int busyStatus = ELAST + 1; local
747 &busyStatus);
750 if (busyStatus == EBUSY) {
753 busyVol, &busyStatus);
757 if (busyStatus == EALREADY) {
761 rval = busyStatus;
773 if (busyStatus != 0 && myport != MACH_PORT_NULL)
/macosx-10.10/IOKitUser-1050.1.21/kext.subproj/
H A Dkextmanager_mig.defs104 out busyStatus : int);

Completed in 90 milliseconds