Searched refs:out (Results 226 - 231 of 231) sorted by relevance

12345678910

/xnu-2782.1.97/bsd/net/
H A Droute.c1012 * If the count gets low enough, take it out of the routing table
1337 goto out;
1431 out:
1948 * clearing out the scope ID field if ifscope isn't set.
2343 * rt_key and rt_gateway are allocated out of the same memory chunk.
2704 * clearing out the scope ID field if ifscope isn't set.
3689 * Bail out if the route is down, no route
H A Dpf.c5137 * PF_PASS and zero out the mbuf rule as the packet is effectively siphoned
5138 * out by dummynet.
5390 * The packet is siphoned out by dummynet so return a NULL
6108 * FIN|ACK if the SYN times out -- no sequence to ACK.
6254 direction == PF_IN ? "in" : "out",
6312 direction == PF_IN ? "in" : "out",
7633 goto out;
7638 out:
/xnu-2782.1.97/osfmk/kern/
H A Dtask_policy.c1065 * Swap out old policy for new policy
1812 * out if a pid is backgrounded,
1826 * The I/O system calls here to find out what throttling tier to apply to an operation.
1842 * The I/O system calls here to find out whether an operation should be passive.
1865 * doesn't get you out of the network throttle.
1903 * timer arming calls into here to find out the timer coalescing level
2084 * re-evaluate tiers and potentially break out
2500 * The variables we are accessing are laid out in memory like this:
2801 goto out;
2815 out
[all...]
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_bio.c1454 goto out;
1457 goto out;
1461 out:
1469 * Flush out and invalidate all buffers associated with a vnode.
1541 * got some kind of 'real' error out of the msleep
1612 * got some kind of 'real' error out of the msleep
2590 if (ISSET(bp->b_flags, B_FILTER)) { /* if necessary, call out */
2924 * the time out is in msecs
3281 * block if we're out of free pages... if
3970 if (ISSET(bp->b_flags, (B_CALL | B_FILTER))) { /* if necessary, call out */
[all...]
/xnu-2782.1.97/bsd/nfs/
H A Dnfs4_subs.c414 goto out;
419 out:
2395 // XXX print out what's keeping this node from dropping the delegation.
/xnu-2782.1.97/osfmk/vm/
H A Dvm_map.c359 * to support some complicated use cases, notably browsers with out-of-process plugins that
1000 * Swap a map in and out, either referencing or releasing its resources.
1074 * There are no intermediate states of a map going out or
1132 * There are no intermediate states of a map going out or
1164 * out pages (if we implement it
1402 * In/out conditions:
6162 * vm_map_copy_t was not allocated out of the zone.
6179 * to look at out-of-line data (in copyin form)
7150 * Extract "head_copy" out of "copy".
7191 * Extract "tail_copy" out o
[all...]

Completed in 122 milliseconds

12345678910