Searched refs:once (Results 1 - 10 of 10) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dbridge.c642 int once = 0; /* loop only once */ local
664 bdg_thru++; /* only count once */
679 once = 0 ;
684 once = 1 ;
811 if (shared == 0 && once ) { /* no need to copy */
860 if (once)
876 once = 1 ;
/macosx-10.5.8/xnu-1228.15.4/pexpert/ppc/
H A Dpe_clock_speed_asm.s60 li r5, 1 ; Only once through this time
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/headers/
H A DFileMgrInternal.h56 #pragma once
/macosx-10.5.8/xnu-1228.15.4/libkern/ppc/
H A Dmemcmp.s36 ; time, this requires a little additional processing once we find a
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_exec.c365 * from an interpreted file once, don't do it again.
452 * from an interpreted file once, don't do it again.
1200 int once = 1; /* save SGUID-ness for interpreted files */ local
1239 if (once) {
1240 once = 0;
H A Dkern_credential.c622 static int once = 0; local
624 /* XXX this should go away once memberd is updated */
625 if (!once) {
627 once = 1;
1798 * Here we ask for everything all at once, to avoid having to work
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dbcopy.s192 lwz r0,BCOPY_SF_SIZE+8(r1) ; get return address once translation is 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
H A Dskiplists.s154 ; out of the inner loop; we do the special case work at most once per search, and
242 ; out of the inner loop; we do the special case work at most once per search, and
1014 subic. r26,r26,1 ; loop pmapCurLists times (but at least once)
1067 ; Do some additional checks (so we only do them once per mapping.)
1183 ; Do some additional checks (so we only do them once per mapping.)
H A Dhw_lock.s1109 li r8,1 ; Show already through once
1833 li r8,1 ; Show already through once
H A Dlowmem_vectors.s816 mfsprg r11,0 ; Get the per proc once more

Completed in 75 milliseconds