Searched refs:end (Results 76 - 100 of 101) sorted by relevance

12345

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOServicePM.cpp3148 AbsoluteTime end; local
3163 clock_get_uptime(&end);
3171 SUB_ABSOLUTETIME(&end, &fDriverCallStartTime);
3172 absolutetime_to_nanoseconds(end, &nsec);
3200 AbsoluteTime end; local
3222 clock_get_uptime(&end);
3230 clock_get_uptime(&end);
3239 SUB_ABSOLUTETIME(&end, &informee->startTime);
3240 absolutetime_to_nanoseconds(end, &nsec);
/macosx-10.5.8/xnu-1228.15.4/osfmk/device/
H A Diokit_rpc.c555 lastPage = pmap_memory_regions[idx].end - 1;
/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkey.c2151 * policies of type generate should be at the end of the SPD
2680 goto end;
2687 goto end;
2705 goto end;
2723 end:
7401 goto end;
7408 goto end;
7424 goto end;
7446 goto end;
7458 goto end;
7865 size_t off, end; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSUnserializeXML.cpp569 "$end", "error", "$undefined", "ARRAY", "BOOLEAN", "DATA", "DICTIONARY",
1426 YYDPRINTF ((stderr, "Now at end of input.\n"));
1502 { yyerror("unexpected end of buffer");
1733 /* Return failure if at end of input. */
1933 /* find end of tag while copying it */
2000 /* find end of string */
2256 // end of the buffer?
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_xattr.c2152 off_t start, end; local
2155 end = start + (u_int64_t)extents[i].blockCount * (u_int64_t)hfsmp->blockSize;
2156 (void) ubc_msync(hfsmp->hfs_attrdata_vp, start, end, &start, UBC_INVALIDATE);
H A Dhfs_vnops.c524 /* We deal with resource fork vnode iocount at the end of the function */
605 * If we don't use the cache, we could end up vending the wrong ID
1388 off_t end = invalid_range->rl_end; local
1394 rl_remove(start, end, &fp->ff_invalidranges);
1399 fp->ff_size, end + 1, start, (off_t)0, local
3620 // have to end the transaction here before we call hfs_getnewvnode()
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c202 static dtrace_dynvar_t dtrace_dynhash_sink; /* end of dynamic hash chains */
1336 * end of the hash chain; we can kick out of
1352 * the end of the dirty list. However, we
3568 * We reached the end of the string without finding
3686 char *start = (char *)dest, *end = start + size - 1;
3699 *end = '\0';
3765 * copy the minor's name into the end of the
3775 if ((end -= (len + 1)) < start)
3778 *end = ':';
3782 end[
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dbcopy.s64 ; At the end, we invalidate the used DBATs.
291 add r6,r6,r5 ; point one past end of operands in reverse moves
408 andc. r0,r7,r8 ; limit to the maximum front end move
900 add r6,r6,r5 // point to (end+1) of source and dest
916 add r6,r6,r5 // point to (end+1) of source and dest
H A Dhw_lock.s667 mr r7,r4 ; Make end point the same as start
685 mr r7,r5 ; Make end point the same as start
690 stwx r9,r8,r7 ; Chain that to the end of the new stuff
H A Dstart.s46 ; The table ("processor_types") is assembled in at the end of this file.
229 cmplwi cr7,r16,PATCH_END_OF_TABLE ; end of table?
232 beq cr7,doOurInit ; end of table, Go do processor specific initialization
H A Dlowmem_vectors.s928 lwz r22,traceEnd(0) ; Get end of trace table
1065 lwz r22,traceEnd(0) ; Get end of trace table
1481 lwz r26,traceEnd(0) ; Get end of trace table
1810 lwz r26,traceEnd(0) ; Get end of trace table
2059 rlwinm r6,r0,1,0,31 ; Move sign bit to the end
2561 mckSLBck2: cmpld r4,r3 ; Have we reached the end of the table?
2793 ; Right here is where we end up after a failure on a ml_probe_read_64.
2798 lis r9,hi16(EXT(ml_probe_read_mck_64)) ; High of end
2800 ori r9,r9,lo16(EXT(ml_probe_read_mck_64)) ; Low of end
3050 mr r31,r13 ; Move the savearea pointer to the far end o
[all...]
H A Dskiplists.s418 ; the end of the block to see if key fits within it.
423 bgt mapSrchFull64b ; no, try next mapping (r4 is advanced to end of range)
501 ; the end of the block to see if our key fits within it.
1068 ; First, if a block mapping or nested pmap, compute block end.
H A Dpmap.c191 if (pa > pmap_mem_regions[i].mrEnd) continue; /* Check the end too */
441 for(i = pmap_mem_regions_count - 1; i >= (unsigned)bank; i--) { /* Copy from end to our bank, including our bank */
444 pmap_mem_regions[i + 1].mrEnd = pmap_mem_regions[i].mrEnd; /* Set the end address of bank */
445 pmap_mem_regions[i + 1].mrAEnd = pmap_mem_regions[i].mrAEnd; /* Set the end address of allocatable area */
450 pmap_mem_regions[i].mrEnd = (hash_table_base + hash_table_size - 4096) >> 12; /* Set the end of our bank to the end of the hash table */
503 trcWork.traceEnd = (unsigned int)addr + trcWork.traceSize; /* Set end of trace table */
926 endva = eva & -4096LL; /* Round end down to a page */
931 if((va == 0) || (va >= endva)) break; /* End loop if we finish range or run off the end */
1076 endva = eva & -4096LL; /* Round end dow
1435 pmap_pageable( __unused pmap_t pmap, __unused vm_map_offset_t start, __unused vm_map_offset_t end, __unused boolean_t pageable) argument
[all...]
H A Dhw_exception.s261 b chkfac ; Go end it all...
765 b chkfac ; Go end it all...
1661 b chkfac ; Go end it all...
H A Dhw_vm.s223 or. r0,r4,r5 ; Are we beyond the end?
226 beq++ hamFits ; We are at the end...
228 cmplw cr1,r9,r5 ; Is the bottom part of our end less?
229 cmplw r8,r4 ; Is our end before the next (top part)
917 cmplw cr1,r9,r25 ; Have we already hit the end?
935 stw r10,mpBlkRemCur(r31) ; Set next chunk to do (note: this may indicate after end)
945 add r22,r22,r30 ; Get end address (in PTEG units)
953 cmplw cr5,r30,r22 ; Check if we reached the end of the range
1253 cmplw cr1,r9,r25 ; Have we already hit the end?
1268 stw r10,mpBlkRemCur(r31) ; Set next chunk to do (note: this may indicate after end)
[all...]
H A Dmachine_routines_asm.s161 neg r10,r3 ; Number of bytes to end of page
1321 cmplw r6,r0 ; Have we reached the end?
H A DEmulate.s348 ; that one needs to be further reduced, and we end up with holes at a few indexes.
H A Dsavearea_asm.s231 * it gets queued to the end of the list
1507 addi r5,r2,-SaveLowHysteresis ; Find low end of acceptible range
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_object.h475 vm_object_offset_t end);
H A Dvm_pageout.c1056 * move page to end of active queue and continue
1483 * Move page to end and continue.
1586 * Move page to end and continue, hoping that
1834 * to the end of the inactive queue
3818 * sharing the same physical page: we could end up
5538 vm_map_offset_t end)
5545 (end > (vm_paging_base_address
5555 kr = vm_map_remove(kernel_map, start, end, VM_MAP_NO_FLAGS);
5566 assert(end - start == PAGE_SIZE);
5570 pmap_remove(kernel_pmap, start, end);
5535 vm_paging_unmap_object( vm_object_t object, vm_map_offset_t start, vm_map_offset_t end) argument
[all...]
H A Dvm_resident.c843 ppnum_t end)
849 phys_page < end;
3129 * we will end up dropping the vm_page_free_count
841 vm_page_create( ppnum_t start, ppnum_t end) argument
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dkld_patch.c1443 // insert object at end of the file->fClassList and sMergeMetaClasses
1491 // not currently working on the kernel. The kernel is the end
1714 unsigned long start, end; local
1718 end = start + section->size;
1719 if (start <= symb->n_value && symb->n_value < end) {
1775 // We are going to need the base and the end
1820 // Tag the end of the patch vtable
2064 // We are going to need the base and the end
2147 // Tag the end of the patch vtable
2483 // Now copy the new strings back to the end o
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dxsumas.s50 * all 64-bits into a 16-bit sum at the end. We cannot use "adde" on 64-bit sums,
231 beq Lwrapupx ; no byte at end, proceed to checkout with carry undefined
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_attrlist.c501 /* end of run of chars */
1513 attrlist_unpack_fixed(char **cursor, char *end, void *buf, ssize_t size) argument
1516 if ((*cursor) + size > end)
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.c632 extern char end;
1125 * end of kernel address space
1128 * &etext end of kernel text
1421 for (pn = pmptr->base; pn <= pmptr->end; pn++) {
1485 (vm_size_t) i386_ptob(pmap_memory_regions[0].end - pmap_memory_regions[0].base));
2151 * It is assumed that the start and end are properly
2758 * We'll end up with either a rooted pv or a
3660 * reach the end or we've found the attributes we've asked for

Completed in 272 milliseconds

12345