Searched refs:original (Results 1 - 12 of 12) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_util.c226 int original, int assoc)
250 if (!original) {
225 isofntrans(u_char *infn, int infnlen, u_char *outfn, u_short *outfnlen, int original, int assoc) argument
H A Diso.h400 int original, int assoc);
/macosx-10.5.8/xnu-1228.15.4/libkern/ppc/
H A Dstrlen.s58 mr r9,r3 ; store the original address for later use....
94 ; r9 = original address (still same as r3)
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DAltiAssist.s57 ; processor removes a mapping between our original fault and when we
H A Dstart.s797 mfspr r11,hid0 ; Get original hid0
798 std r11,pfHID0(r30) ; Save original
799 mfspr r11,hid1 ; Get original hid1
800 std r11,pfHID1(r30) ; Save original
801 mfspr r11,hid4 ; Get original hid4
802 std r11,pfHID4(r30) ; Save original
803 mfspr r11,hid5 ; Get original hid5
804 std r11,pfHID5(r30) ; Save original
H A Dlowmem_vectors.s2064 cmplwi cr2,r6,1 ; See if original R0 had the CutTrace request code in it
2163 lwz r27,0(r27) ; (BRINGUP) - Get original value
2748 mtspr hid1,r21 ; Restore original HID1
2805 ld r3,saver12(r13) ; Get the original MSR
2872 lwz r4,savesrr0(r3) ; Get the original SRR0
2874 lwz r6,savesrr1(r3) ; Get the original SRR1
2875 stw r4,savesrr0(r13) ; Set the new SRR0 to the original
2877 lwz r7,savesrr1+4(r3) ; Get the bottom of the original SRR1
2879 stw r5,savesrr0+4(r13) ; Set the new bottom of SRR0 to the original
2881 stw r6,savesrr1(r13) ; Save the top half of the original SRR
[all...]
H A Dhw_exception.s326 lwz r0,saver0+4(r4) ; Get the original syscall number
351 lwz r26,saver3+4(r4) ; Get the original syscall number
607 slwi r3,r3,2 ; and the original by 4
723 lwz r0,saver0+4(r30) ; reload the original syscall number
H A Dhw_vm.s3791 mr r25,r28 ; Save the original pmap (in case we nest)
3808 mr r25,r28 ; Save the original pmap (in case we nest)
4206 ; that the nest could have been removed from the original pmap. We would
4328 mr r6,r17 ; Get back the original PCA
4517 mr r6,r17 ; Restore original state of PCA
4572 srdi r2,r6,26 ; Shift original segment down to bottom
4575 xor r7,r7,r2 ; Compute original segment
5665 ; We also return the original MSR in r11, the feature flags in R12,
H A DEmulate.s59 ; processor removes a mapping between our original fault and when we
H A Dmachine_routines_asm.s1359 mtspr ldstcr,r8 ; Slam back to original
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif.c1777 const struct sockaddr *original)
1785 if (original->sa_family != AF_LINK &&
1786 original->sa_family != AF_UNSPEC) {
1788 MALLOC(copy, struct sockaddr*, original->sa_len, M_IFADDR, M_WAITOK);
1790 bcopy(original, copy, original->sa_len);
1794 switch (original->sa_family) {
1797 (const struct sockaddr_dl*)original;
1809 if (original->sa_len < ETHER_ADDR_LEN +
1815 aptr = (const u_char*)original
1776 copy_and_normalize( const struct sockaddr *original) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/devfs/
H A Ddevfs_tree.c410 * us from the original directory's list
694 * Make the node, using the original as a prototype)
1152 * Used for adding the original device entries
1367 devfs_make_link(void *original, char *fmt, ...) argument
1370 devdirent_t * orig = (devdirent_t *) original;

Completed in 95 milliseconds