Searched refs:doit (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOTimerEventSource.cpp86 Action doit; local
88 doit = (Action) me->action;
89 if (doit && me->enabled && AbsoluteTime_to_scalar(&me->abstime))
92 (unsigned int) doit, (unsigned int) me->owner);
93 (*doit)(me->owner, me);
110 Action doit; local
112 doit = (Action) me->action;
113 if (doit && (me->reserved->calloutGeneration == (SInt32) count))
116 (unsigned int) doit, (unsigned int) me->owner);
117 (*doit)(m
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_vnops.c4294 int error = 0, lockerror, status, more_dirs = 1, blksiz = 0, doit, bigenough = 1; local
4459 nfsm_chain_get_32(error, &nmrep, doit);
4461 if (doit) {
4467 doit = 0;
4484 * don't doit if we can't guarantee
4492 doit = 0;
4499 doit = 0;
4505 if (doit && bigenough && (np->n_xid <= savexid)) {
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_vfsops.c852 goto doit;
893 doit:

Completed in 93 milliseconds