Searched refs:thing (Results 1 - 7 of 7) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSSerialize.cpp249 OSSerializer * thing; local
251 thing = new OSSerializer;
252 if( thing && !thing->init()) {
253 thing->release();
254 thing = 0;
257 if( thing) {
258 thing->target = target;
259 thing->ref = ref;
260 thing
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Dufs_byte_order.c45 #define byte_swap_longlong(thing) ((thing) = OSSwapInt64(thing))
46 #define byte_swap_int(thing) ((thing) = OSSwapInt32(thing))
47 #define byte_swap_short(thing) ((thing) = OSSwapInt16(thing))
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dqueue.h462 * given element (thing) in the given queue (head)
464 #define queue_field(head, thing, type, field) \
465 (((head) == (thing)) ? (head) : &((type)(thing))->field)
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dvmachmon_asm.s511 stw r2,savedar(r30) ; Set the DAR to the last thing we mapped
512 stw r14,savedar+4(r30) ; Set the DAR to the last thing we mapped
1682 stw r2,savedar(r30) ; Set the DAR to the last thing we mapped
1683 stw r6,savedar+4(r30) ; Set the DAR to the last thing we mapped
1726 std r2,savedar(r30) ; Set the DAR to the last thing we mapped
H A Dhw_vm.s428 li r3,failMapping ; Show that we failed some kind of mapping thing
883 li r3,failMapping ; Show that we failed some kind of mapping thing
1933 li r3,failMapping ; Show that we failed some kind of mapping thing
2089 li r3,failMapping ; Show that we failed some kind of mapping thing
2347 li r3,failMapping ; Show that we failed some kind of mapping thing
2466 li r3,failMapping ; Show that we failed some kind of mapping thing
3315 li r3,failMapping ; Show that we failed some kind of mapping thing
3489 li r3,failMapping ; Show that we failed some kind of mapping thing
4024 ; The first thing that we do is to look up the ESID we are going to load
4214 ; mapping. This is not a good thing
[all...]
H A Dlowmem_vectors.s2421 ld r20,savesrr1(r13) ; Grab the SRR1 so we can decode the thing
3063 la r21,saver0(r31) ; Point to the first thing we restore
3079 dcbt 0,r21 ; Touch in the first thing we need
3335 la r21,saver0(r31) ; Point to the first thing we restore
3351 dcbt 0,r21 ; Touch in the first thing we need
H A Dcswtch.s311 ; Note that we do the same kind of thing a chkfac in hw_exceptions.s

Completed in 64 milliseconds