Searched refs:old (Results 1 - 25 of 67) sorted by relevance

123

/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSCollection.cpp71 unsigned old = fOptions; local
74 fOptions = (old & ~mask) | (options & mask);
76 return old;
H A DOSSymbol.cpp113 OSSymbolPool(const OSSymbolPool *old);
161 OSSymbolPool::OSSymbolPool(const OSSymbolPool *old) argument
163 count = old->count;
164 nBuckets = old->nBuckets;
165 buckets = old->buckets;
242 /* Create old pool to iterate after doing above check, cause it
245 OSSymbolPool old(this);
254 state = old.initHashState();
255 while ( (insert = old.nextHashState(&state)) )
497 oldSymb->retain(); // Retain the old symbo
[all...]
H A DOSSet.cpp338 unsigned old = super::setOptions(options, mask); local
339 if ((old ^ options) & mask)
342 return old;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_labelh.c159 * Call with old label handle locked.
163 labelh_duplicate(ipc_labelh_t old) argument
170 mac_task_label_copy(&old->lh_label, &lh->lh_label);
176 * Call with old label handle locked.
180 labelh_modify(ipc_labelh_t old) argument
189 if (old->lh_references == 1)
190 return (old);
191 lh = labelh_duplicate(old);
192 lh_release(old);
193 lh_check_unlock(old);
[all...]
H A Dipc_entry.h130 #define IE_BITS_NEW_GEN(old) (((old) + IE_BITS_GEN_ONE) & IE_BITS_GEN_MASK)
135 #define IE_BITS_NEW_GEN(old) (old)
H A Dipc_labelh.h75 ipc_labelh_t labelh_duplicate(ipc_labelh_t old);
76 ipc_labelh_t labelh_modify(ipc_labelh_t old);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dpcb.c129 thread_t old,
138 if (old == new)
143 ppinfo->old_thread = (unsigned int)old;
152 if(fowner->facAct == old) { /* Is it for us? */
158 if(fowner->facAct == old) { /* Is it for us? */
165 * If old thread is running VM, save per proc userProtKey and FamVMmode spcFlags bits in the thread spcFlags
168 if(old->machine.specFlags & runningVM) {
169 old->machine.specFlags &= ~(userProtKey|FamVMmode);
170 old->machine.specFlags |= (ppinfo->spcFlags) & (userProtKey|FamVMmode);
172 old
128 machine_switch_context( thread_t old, thread_continue_t continuation, thread_t new) argument
565 machine_stack_handoff( thread_t old, thread_t new) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dlock.h172 register char old = new; local
175 "=q" (old) :
177 return (old);
182 * - returns failure (0) if the location did not contain the old value,
186 atomic_cmpxchg(uint32_t *p, uint32_t old, uint32_t new) argument
188 uint32_t res = old;
194 : "+a" (res) /* %0: old value to compare, returns success */
/macosx-10.5.8/xnu-1228.15.4/libsyscall/mach/
H A Dmach_error_string.c74 * map old error numbers to
95 err_sparse_mapit(int old, const struct error_sparse_map *map_table, int mapcnt) argument
103 if (entry.start <= old && old <= entry.end) {
104 ret += old - entry.start;
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_system.c166 user_addr_t old, user_addr_t oldlenp, int inkernel, user_addr_t new, size_t newlen)
177 MAC_CHECK(system_check_sysctl, cred, name, namelen, old, oldlenp,
165 mac_system_check_sysctl(kauth_cred_t cred, int *name, u_int namelen, user_addr_t old, user_addr_t oldlenp, int inkernel, user_addr_t new, size_t newlen) argument
H A Dmac_port.c154 mac_port_check_label_update(struct label *task, struct label *old, argument
159 MAC_CHECK(port_check_label_update, task, old, newlabel);
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOConditionLock.cpp93 int old = condition; local
98 return old;
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dtimer.c94 uint64_t new, old = *save; local
98 return (new - old);
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dbridge.c535 struct ifnet *dst , *old ; local
543 old = bdg_table[index].name ;
544 if ( old ) { /* the entry is valid. */
545 IFP_CHK(old, printf("bridge_in-- reading table\n") );
550 } else if (old != ifp) {
557 * from the old interface.
563 old->if_name, old->if_unit,
564 BDG_MUTED(old) ? "muted":"active");
566 if ( !BDG_MUTED(old) ) {
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_proto.c440 int old; variable
445 old = ip6_temp_preferred_lifetime;
449 ip6_temp_preferred_lifetime = old;
459 int old; variable
464 old = ip6_temp_valid_lifetime;
467 ip6_temp_preferred_lifetime = old;
H A Dfrag6.c635 frag6_insque(new, old)
636 struct ip6q *new, *old;
638 new->ip6q_prev = old;
639 new->ip6q_next = old->ip6q_next;
640 old->ip6q_next->ip6q_prev= new;
641 old->ip6q_next = new;
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Dsdt.c86 sdt_probe_t *sdp, *old; local
146 old = dtrace_probe_arg(prov->sdtp_id, id);
147 ASSERT(old != NULL);
149 sdp->sdp_next = old->sdp_next;
151 old->sdp_next = sdp;
174 sdt_probe_t *sdp = parg, *old, *last, *hash; local
188 old = sdp;
211 kmem_free(old, sizeof (sdt_probe_t));
/macosx-10.5.8/xnu-1228.15.4/osfmk/device/
H A Dsubrs.c436 char *old = dest; local
442 return (old);
/macosx-10.5.8/xnu-1228.15.4/bsd/conf/tools/doconf/
H A Ddoconf.csh36 # configuration is generated. This replaces the old mechanism of
300 rm -f $SYSCONF.old
301 mv $SYSCONF $SYSCONF.old
/macosx-10.5.8/xnu-1228.15.4/iokit/conf/tools/doconf/
H A Ddoconf.csh36 # configuration is generated. This replaces the old mechanism of
300 rm -f $SYSCONF.old
301 mv $SYSCONF $SYSCONF.old
/macosx-10.5.8/xnu-1228.15.4/libkern/conf/tools/doconf/
H A Ddoconf.csh36 # configuration is generated. This replaces the old mechanism of
300 rm -f $SYSCONF.old
301 mv $SYSCONF $SYSCONF.old
/macosx-10.5.8/xnu-1228.15.4/libsa/conf/tools/doconf/
H A Ddoconf.csh36 # configuration is generated. This replaces the old mechanism of
300 rm -f $SYSCONF.old
301 mv $SYSCONF $SYSCONF.old
/macosx-10.5.8/xnu-1228.15.4/osfmk/conf/tools/doconf/
H A Ddoconf.csh36 # configuration is generated. This replaces the old mechanism of
300 rm -f $SYSCONF.old
301 mv $SYSCONF $SYSCONF.old
/macosx-10.5.8/xnu-1228.15.4/pexpert/conf/tools/doconf/
H A Ddoconf.csh36 # configuration is generated. This replaces the old mechanism of
300 rm -f $SYSCONF.old
301 mv $SYSCONF $SYSCONF.old
/macosx-10.5.8/xnu-1228.15.4/security/conf/tools/doconf/
H A Ddoconf.csh36 # configuration is generated. This replaces the old mechanism of
300 rm -f $SYSCONF.old
301 mv $SYSCONF $SYSCONF.old

Completed in 123 milliseconds

123