Searched refs:out (Results 151 - 175 of 177) sorted by relevance

12345678

/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_kmsg.c387 * Pull a kmsg out of a queue.
995 * MACH_MSG_SUCCESS Copied data out of message buffer.
1222 * and dup the send right we get out.
1272 * and dup the send right we get out.
1452 * "Copy-in" port rights and out-of-line memory
1463 * MACH_SEND_INVALID_MEMORY Can't grab out-of-line memory.
1545 goto out;
1564 goto out;
1583 goto out;
1599 goto out;
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_syscalls.c261 * (unless we're already maxed out and there are nfsiods running)
424 goto out;
439 goto out;
456 out:
868 /* NFS server shutting down, get out ASAP */
1467 nfsrv_cleancache(); /* And clear out server cache */
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dtcp_subr.c379 * tcp_template used to store this data in mbufs, but we now recopy it out
461 * This is used to force keep alive messages out using the TCP
1208 goto out;
1211 out:
1254 goto out;
1258 out:
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dcswtch.s434 ; we are trying to save it on out. Then we will give it the final check.
479 beq-- fsretlk ; The current level is already saved, bail out...
501 eieio ; Make sure that these updates make it out
608 ; Note it turns out that on a G5, the following load has about a 50-50 chance of
619 ; we are trying to save it on out
712 eieio ; Make sure that these updates make it out
814 eieio ; Make sure that these updates make it out
908 eieio ; Make sure that these updates make it out
957 eieio ; Make sure that these updates make it out
1148 ; we are trying to save it on out
[all...]
H A DEmulate.s196 b EXT(EmulExit) ; Bail out to handle ISI...
201 ; alignment. We decode the DSISR to figure out what we need to do.
272 bf- cr0_eq,aaLdNotDbl ; Jump out if we DSIed...
310 bf- cr0_eq,aaStNotDbl ; Jump out if we DSIed...
702 beq- cr2,aaStmwBy1 ; No full words, check out bytes
973 li r0,0 ; Clear this out
1045 b EXT(EmulExit) ; Bail out to handle ISI...
H A Dbcopy.s706 // a little tricky. We've already filtered out the (sou==dest) and (len==0)
H A Dmachine_routines_asm.s978 rlwinm r6,r2,0,MSR_EE_BIT+1,MSR_EE_BIT-1 ; Clear out the EE bit
1009 ; A hardware interrupt got us out of machine_idle and may also be contributing to this state
1141 bl EXT(cacheInit) ; Clear out the caches. This will leave them on
1332 sync ; Clear out memory accesses
1347 cisflush: dcbf r3,r6 ; Flush everything out
1428 mtspr l2cr,r10 ; Lock out the cache
1539 mtspr l3cr,r10 ; Lock out the cache
1639 ; This processor can not run without caches, so we just push everything out
H A Dsavearea_asm.s238 mr r8,r3 ; move pagenum out of the way
841 subi r7,r7,LocalSaveTarget ; Figure out how much to trim
912 subi r7,r7,LocalSaveTarget ; Figure out how much to trim
985 lwz r8,SVadjust(0) ; How many do we need to clear out?
1346 andc. r5,r5,r3 ; Clear out the "free" bit
1432 andc. r5,r5,r3 ; Clear out the "free" bit
H A Dhw_vm.s258 bne-- hamBadLock ; Nope, we must have timed out...
322 andc r11,r11,r0 ; Clean out the lock and flags
422 hamBadLock: li r3,0 ; Set lock time out error code
423 li r4,mapRtBadLk ; Set lock time out error code
625 bne-- hrmBadLock ; Nope, we must have timed out...
668 ori r2,r2,0xFFFF ; Get mask to clean out hash table base (works for both 32- and 64-bit)
670 rlwinm r21,r21,0,~mpHValid ; Clear out valid bit
674 li r22,0 ; Clear this on out (also sets RC to 0 if we bail)
692 rlwinm r21,r21,0,~mpHValid ; Clear out valid bit
1068 bne-- hrmPanic ; Nope, we must have timed out
[all...]
H A Dskiplists.s154 ; out of the inner loop; we do the special case work at most once per search, and
242 ; out of the inner loop; we do the special case work at most once per search, and
391 bgt-- cr5,mapSkipListPanic ; die if keys are out of order
474 bgt- cr0,mapSkipListPanic ; die if keys are out of order
1280 stw r0,0(r31) ; Lock out further calls
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/fdesc/
H A Dfdesc_vnops.c195 goto out;
205 out:
714 * Clear out the v_type field to avoid
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dradix.c822 /* Get us out of the creation list */
869 goto out;
927 out:
H A Drtsock.c434 * If we catch a process adding a circular route with a /32 from the routing socket, we error it out instead of
471 * figure out what interface to use (with
473 * it shouldn't matter if rtrequest can't figure out
670 rt_setmetrics(u_long which, struct rt_metrics *in, struct rt_metrics *out) argument
672 #define metric(f, e) if (which & (f)) out->e = in->e;
H A Droute.c569 * If the count gets low enough, take it out of the routing table
824 goto out;
908 out:
1764 * search this will clear out any embedded scope value.
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_lookup.c516 * Setup: break out flag bits into variables.
578 * then ignore it so can't get out.
1091 * Setup: break out flag bits into variables.
1342 goto out;
1356 out:
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/AT386/
H A Dmodel_dep.c885 /* search out of range for this mach header */
1041 goto out;
1045 out:
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_vfsutils.c113 * Note - the VCB starts out clear (all zeros)
354 * Note - the VCB starts out clear (all zeros)
619 // of just bailing out because the volume is journaled.
689 /* Keep the roving allocator out of the metadata zone. */
1764 goto out;
1766 goto out;
1769 out:
1909 // create it or open it then we have to bail out.
2120 // create it or open it then we have to bail out.
2428 goto out;
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dmemory_object.c459 * Kernel internal function to synch out pages in a given
912 * a temporary solution (until we figure out how to deal with
1715 goto out;
1736 out:
H A Dvm_object.c1076 * In/out conditions:
1163 * out of the object instead of cleaned in place. This
1535 * pages, but some pages might already be on their way out.
1667 * Rip out the pager from the vm_object now...
1679 * through before we nulled out the pager) to subside.
2039 * In/out conditions:
2274 * In/out conditions:
2348 * In/out conditions:
2473 * In/out conditions:
2557 * Try to get the locks (out o
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c266 * Due to the number of these changes, they are not called out explicitly.
1266 * out of the alternative.
1285 * comes out to be one of our two sentinel hash values. If this
1336 * end of the hash chain; we can kick out of
1515 * We're out of dynamic variable space on
1601 * owners of the clean lists out before resetting
1987 * Because strings are not zeroed out by default, we need to iterate
1989 * pad these strings out with zeroes.
2160 goto out;
2194 out
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Duipc_mbuf.c203 * will only be entered if the object is to be purged out of the cache.
351 * Each time a chunk is taken out of the slab, the slab's reference count
352 * gets incremented. When all chunks have been taken out, the empty slab
582 * This flag is set for all mbufs that come out of and into the composite
618 panic("MRANGE: address out of range 0x%p", addr); \
1436 * it later when we run out of elements.
2115 goto out;
2131 goto out;
2308 out:
2392 printf("m_expand failed, allocated %ld out o
[all...]
H A Dkern_credential.c131 * times out.
242 * the operation to either complete or time out. Outstanding
318 * If the request timed out and was never collected, the resolver
324 KAUTH_DEBUG("RESOLVER - request timed out without being collected for processing, resolver dead");
338 /* work out which list we have to remove it from */
385 * kernel is copied out to the identity resolution daemon, which
487 * restarting, then the msleep0() will error out here, as our thread
508 * Decription: Common utility function to copy out a identity resolver work
539 goto out;
546 out
[all...]
H A Dkern_sysctl.c1850 /* Account for the padding that fills out binPath to the next word */
2573 goto out;
2591 out:
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOUserClient.cpp1204 #define CHECK(cls,obj,out) \
1205 cls * out; \
1206 if( !(out = OSDynamicCast( cls, obj))) \
1937 // to be copied out. ipc will free after the copyout.
2440 // push a name out to the task owning the map,
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_policy.h237 is going out of scope, policy modules should free any internal
419 is going out of scope, policy modules should free any internal
615 Destroy a devfs entry label. Since the object is going out
1586 object is going out of scope, policy modules should free any
1774 Fill out the labels on the mount point being created by the supplied
1787 object is going out of scope, policy modules should free any
2074 Destroy a pipe label. Since the object is going out of scope,
2172 sleep operations cannot be performed, and calls out to other kernel
2198 sleep operations cannot be performed, and calls out to other kernel
2220 sleep operations cannot be performed, and calls out t
[all...]

Completed in 314 milliseconds

12345678