Searched refs:back (Results 1 - 19 of 19) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/devfs/
H A Ddevfs_proto.h37 int dev_add_name(const char * name, devnode_t * dirnode, devdirent_t * back,
H A Ddevfs_tree.c341 dev_add_name(const char * name, devnode_t * dirnode, __unused devdirent_t * back, argument
509 * other device, which can only happen if we are not at the back plane
573 * so they are not on the back plane and should not be
821 dev_dup_entry(devnode_t * parent, devdirent_t * back, devdirent_t * *dnm_pp, argument
828 devnode_t * dnp = back->de_dnp;
833 * use the back one as a prototype
835 if ((error = dev_add_entry(back->de_name, parent, type,
838 printf("duplicating %s failed\n",back->de_name);
856 for(newback = back->de_dnp->dn_typeinfo.Dir.dirlist;
862 break; /* back ou
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/console/
H A Dvideo_console.c287 * back and speed this up when I speed up the whole vc
1889 unsigned int data = 0, index = 0, alpha, back; local
1923 back = *(dst + col);
1925 *backPtr++ = back;
1926 back = (((((back & MASK_R) * alpha) + MASK_R_8) >> 8) & MASK_R)
1927 | (((((back & MASK_G) * alpha) + MASK_G_8) >> 8) & MASK_G)
1928 | (((((back & MASK_B) * alpha) + MASK_B_8) >> 8) & MASK_B);
1930 *backPtr++ = back;
1932 back
1964 unsigned int data = 0, index = 0, alpha, back; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/ppc/
H A Dkdp_misc.s68 kcpdone: bl EXT(ml_restore) ; Put trans, etc back
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DEmulate.s448 rlwinm r18,r18,0,24,28 ; Wrap back to 0 if needed
451 rlwinm r18,r18,0,24,28 ; Wrap back to 0 if needed
454 rlwinm r18,r18,0,24,28 ; Wrap back to 0 if needed
457 rlwinm r18,r18,0,24,28 ; Wrap back to 0 if needed
460 rlwinm r18,r18,0,24,28 ; Wrap back to 0 if needed
463 rlwinm r18,r18,0,24,28 ; Wrap back to 0 if needed
466 rlwinm r18,r18,0,24,28 ; Wrap back to 0 if needed
469 rlwinm r18,r18,0,24,28 ; Wrap back to 0 if needed
502 rlwinm r18,r18,0,24,28 ; Wrap back to 0 if needed
505 rlwinm r18,r18,0,24,28 ; Wrap back t
[all...]
H A Datomic_switch.s158 b EXT(fastexit) ; Go back and take the fast path exit...
237 b EXT(fastexit) ; Go back and take the fast path exit...
H A Dbcopy.s189 ori r9,r9,lo16(MASK(MSR_DR)) ; turn translation back on (but leave VEC and FP off)
192 lwz r0,BCOPY_SF_SIZE+8(r1) ; get return address once translation is back on
201 ori r8,r9,lo16(MASK(MSR_DR)) ; make a copy with DR back on... this is what we return to caller
219 ori r9,r9,lo16(MASK(MSR_DR)) ; turn translation back on
220 mtmsrd r9 ; turn 64-bit mode off, translation back on
222 lwz r0,BCOPY_SF_SIZE+8(r1) ; get return address once translation is back on
223 ld r8,BCOPY_SF_MSR(r1) ; get caller's MSR once translation is back on
225 mtmsrd r8,1 ; turn EE back on if necessary
H A Dvmachmon_asm.s187 stw r3,saver3+4(r30) ; Pass back the return code
189 stw r4,saver4+4(r30) ; Pass back the bottom return code (just in case)
191 b EXT(ppcscret) ; Go back to handler...
200 b EXT(ppcscret) ; Go back to handler...
238 b EXT(ppcscret) ; Go back to handler...
346 * calls. This is called, but never returned from. We always go directly back to the
446 ; PMAP and other per_proc stuff. Finally, we will exit back through the main exception
532 lwz r17,vmmContextKern(r27) ; Get the comm area back
582 stw r0,SAVprev+4(r3) ; Clear the back chain
650 stw r0,SAVprev+4(r3) ; Clear the back chai
[all...]
H A Dlowmem_vectors.s937 mr r24,r21 ; Wrap back to start
1074 mr r24,r21 ; Wrap back to start
1221 lwz r11,pfAvailable(r13) ; Get back the feature flags
1225 rfi ; Jump back into sleep code...
1489 mr r22,r25 ; Wrap back to start
1514 lwz r0,saver0+4(r13) ; Get back interrupt time R0
1515 lwz r1,saver1+4(r13) ; Get back interrupt time R1
1523 lwz r7,saver2+4(r13) ; Get back interrupt time R2
1533 mfsrr0 r17 ; Get SRR0 back, it is still good
1542 mfdar r16 ; Get this back
[all...]
H A Dsavearea_asm.s448 * would deadlock trying to reenter this routine. We pass back the 64-bit physical address.
561 lis r9,hi16(EXT(backpocket)) ; Get high order of back pocket
591 * would deadlock trying to reenter this routine. We pass back the 32-bit physical address.
701 lis r9,hi16(EXT(backpocket)) ; Get high order of back pocket
1075 stw r5,SACalloc(r2) ; Save back the allocation bits
1096 stw r29,SACprev+4(r28) ; Next guy points back to my previous
1097 stw r0,SAVprev+4(r2) ; Store the old top virtual as my back chain
1109 stw r2,SACprev+4(r28) ; Old top guy points back to us
1110 stw r0,SACprev+4(r2) ; Our back points to the anchor
1182 stw r5,SACalloc(r2) ; Save back th
[all...]
H A Dmachine_routines_asm.s241 mtmsr r2 ; Turn translation back off
350 stw r11,0(r4) ; Pass back the result
879 mtmsr r3 ; Turn interruptions back on
960 b miNoMSRx ; Jump back in line...
1030 * directly back here.
1133 mtmsr r5 ; Interruptions back off
1171 b slSleepNow ; Go back to sleep if we wake up...
1359 mtspr ldstcr,r8 ; Slam back to original
1437 cihwfl2: mfspr r10,l2cr ; Get back the L2CR
1461 b ciswfl2doc ; Jump back u
[all...]
H A Dmisc_asm.s56 * then back off at exit. We need to pass back R3 to caller.
86 stw r0,FM_BACKPTR(r1) ; Chain back
H A Dhw_exception.s151 tvecoff: stw r26,FM_BACKPTR(r1) ; Link back to the previous frame
155 * which links back to the trapped routine. The second is
252 stw r11,SAVflags(r3) ; Save back the flags (with reset stack cleared)
407 * which links back to the trapped routine. The second is
418 lwz r0,saver0+4(r30) ; Get R0 back
672 * which has already been stored back into the save area
693 * ast_taken will save all state and bring us back here
721 * we want to pass the error code back to the caller
762 stw r11,SAVflags(r30) ; Stick back the flags
801 * ast_taken will save all state and bring us back her
[all...]
H A Dhw_lock.s158 * we return either in abject failure, or disable and go back to the lock sniff routine.
171 stw r5,ACT_PREEMPT_CNT(r6) ; Save it back
314 * we return either in abject failure, or disable and go back to the lock sniff routine.
496 bne-- .L_lock_try_loop ; If set failed, loop back
505 stw r5,ACT_PREEMPT_CNT(r6) ; Save it back
950 bne-- mlcketry ; loop back if failed
1006 bne-- mlcktry ; loop back if failed
1668 stw r5,ACT_PREEMPT_CNT(r3) ; Save it back
1722 stw r5,ACT_PREEMPT_CNT(r6) ; Save it back
1767 stw r5,ACT_PREEMPT_CNT(r6) ; Save it back
[all...]
H A DFirmware.s113 stw r3,saver3+4(r13) /* Pass back the return code to caller */
176 rlwinm r4,r4,0,0,19 /* Round the length back down */
928 mtlr r11 /* Get back the return */
1504 mtlr r11 /* Get back the return */
1663 * R4 at the call contains a return code to pass back in R3.
1777 lwz r3,traceMask(0) ; Get the old trace flags to pass back
2408 mfspr r11,scomc ; Get back the status (we just ignore it)
2445 mfspr r10,scomc ; Get back the status
2463 mfspr r10,scomc ; Get back the status
2476 ; Pass back
[all...]
H A Dcswtch.s180 mr r4,r3 ; Save our old thread to pass back
208 rlwinm r3,r10,0,0,19 ; Move back to start of page
255 rlwinm r3,r10,0,0,19 ; Move back to start of page
300 /* We come back here in the new thread context
319 stw r4,saver3+4(r8) ; Make sure we pass back the old thread
361 mr r3,r4 ; Pass back the old thread
486 lwz r12,FPUowner(r6) ; Get back our thread
950 ; back to the live guy.
1226 lwz r12,VMXowner(r6) ; Get back our context ID
1248 lwz r12,VMXowner(r6) ; Get back ou
[all...]
H A Dhw_vm.s415 b hamReturn ; Come back yall...
588 ; later. Note: we get back mpFlags in R7.
779 and r8,r8,r31 ; Get back to a page
798 bl mapDropBusy ; Drop the busy here since we need to come back
848 mr. r6,r6 ; Should we pass back the "next" vaddr?
854 beq hrmNoNextAdr ; Do not pass back the next vaddr...
855 stw r15,0(r6) ; Pass back the top of the next vaddr
856 stw r16,4(r6) ; Pass back the bottom of the next vaddr
914 subi r25,r25,1 ; Convert back to zero-based counting
927 and r4,r4,r2 ; If more than a chunk, bring this back t
[all...]
H A Dstart.s772 mtspr pir, r13 ; Write back the BootConfig
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ffs/
H A Dffs_alloc.c345 * Note that the error return is not reflected back to the user. Rather
1318 * The specified block or fragment is placed back in the
1412 * add back in counts associated with the new frags
1511 * The specified inode is placed back in the free map.
1657 int i, start, end, forw, back, map, bit; local
1711 back = start - i;
1714 * back clusters.
1716 i = back + forw + 1;
1720 if (back > 0)
1721 sump[back]
[all...]

Completed in 195 milliseconds