Searched refs:other (Results 1 - 13 of 13) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dndrv.h71 * other : up to 28 bytes of protocol data for different protocol type
98 u_int8_t other[28]; member in union:ndrv_demux_desc::__anon218
H A Dndrv.c562 /* If there are no other interfaces, detach PF_NDRV from the interface */
786 ifdemux->data = ndrv->data.other;
/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/c++/
H A DOSData.h189 @param other An OSData object.
192 virtual bool appendBytes(const OSData *other);
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSData.cpp280 bool OSData::appendBytes(const OSData *other) argument
282 return appendBytes(other->data, other->length);
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/blowfish/
H A Dbf_enc.c33 * documentation and/or other materials provided with the distribution.
72 If you set BF_ROUNDS to some value other than 16 or 20, you will have
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dstart.s84 * R3 = pointer to other startup parameters
116 lwz r15,ruptStamp(r3) ; Get the timebase from the other processor
118 lwz r16,ruptStamp+4(r3) ; Get the timebase from the other processor
220 ; processor type or other things.
909 ; .long ptInitRout - Initilization routine. Can modify any of the other attributes.
1058 .long 0xFFFF0000 ; All other revisions
1115 .long 0xFFFF0000 ; All other revisions
1172 .long 0xFFFF0000 ; All other revisions
1265 ; All other processors are not supported
H A Dvmachmon_asm.s446 ; PMAP and other per_proc stuff. Finally, we will exit back through the main exception
563 sub r0,r18,r25 ; Subtract one from the other
564 sub r3,r25,r18 ; Subtract the other from the one
631 sub r0,r18,r25 ; Subtract one from the other
632 sub r3,r25,r18 ; Subtract the other from the one
933 ori r23,r23,lo16(MSR_EXPORT_MASK_SET) ; Force on the other required bits
1239 ori r23,r23,lo16(MSR_EXPORT_MASK_SET) ; Force on the other required bits
1276 ori r23,r23,lo16(MSR_EXPORT_MASK_SET) ; Force on the other required bits
1698 ori r5,r5,lo16(MSR_EXPORT_MASK_SET) ; Force on the other required bits
1741 ori r5,r5,lo16(MSR_EXPORT_MASK_SET) ; Force on the other require
[all...]
H A Dcswtch.s536 * All other registers are free.
781 sub r0,r18,r29 ; Subtract one from the other
782 sub r11,r29,r18 ; Subtract the other from the one
1056 sub r0,r12,r3 ; Subtract one from the other
1057 sub r8,r3,r12 ; Subtract the other from the one
1079 * vrvalid (all other registers are splatted with 0s). This is done because we
1277 * All other registers are free.
1546 sub r0,r18,r29 ; Subtract one from the other
1547 sub r11,r29,r18 ; Subtract the other from the one
1741 sub r0,r12,r3 ; Subtract one from the other
[all...]
H A Dhw_exception.s1167 sub r0,r23,r20 ; Subtract one from the other
1168 sub r21,r20,r23 ; Subtract the other from the one
1333 sub r0,r23,r20 ; Subtract one from the other
1334 sub r21,r20,r23 ; Subtract the other from the one
H A Dhw_vm.s1002 bl mapDrainBusy ; Go wait until we are sure all other removers are done with this one
1341 bl mapDrainBusy ; Go wait until we are sure all other removers are done with this one
1821 ; NOTE: we have not used any registers other than the volatiles to this point
2077 ; NOTE: we have not used any registers other than the volatiles to this point
2324 ; NOTE: we have not used any registers other than the volatiles to this point
4049 ; od, this will break some other stuff.
4218 ; been resolved by the other guy. If not, we will take another fault.
4231 andi. r2,r0,lo16(mpFIP) ; Are we handling a fault on the other side?
4236 beq-- hpfAbandon ; Yes, other processor is or already has handled this...
4300 ; that some other processo
[all...]
H A Dhw_lock.s401 * other processors. Then it will spin untl the counter hits 0 (or
402 * times out). The other processors, as it receives the signal will
405 * The other processors use interlocked update to decrement, this one
438 * per_proc block. This can be used to insure that the other processor
1172 ; We come to here when we have a resource conflict. In other words,
1392 ; We come to here when we have a resource conflict. In other words,
1645 b epCommn ; Join up with the other enable code...
H A Dskiplists.s61 * The other, mostly theoretic problem with skip-lists is that they have worst cases
534 * determine that this mapping does not overlap other mappings in the pmap. As a side effect
558 sub. r6,r9,r7 ; is this mapping on more lists than any other?
H A Dlowmem_vectors.s183 ; Preliminary checking of other MCKs
1181 * All other registers are live.
2848 ; the emulated instruction as we do with any other exception.

Completed in 126 milliseconds