HomeSort by: relevance | last modified time | path
    Searched refs:newstart (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/kern/
subr_extent.c 627 u_long newstart, newend, exend, beststart, bestovh, ovh; local
726 newstart = EXTENT_ALIGN(substart, alignment, skew);
727 if (newstart < ex->ex_start) {
747 if (rp->er_start >= newstart)
757 if (last != NULL && last->er_end >= newstart)
758 newstart = EXTENT_ALIGN((last->er_end + 1), alignment, skew);
774 if (LE_OV(newstart, size, rp->er_start)) {
781 newend = newstart + (size - 1);
787 dontcross = EXTENT_ALIGN(newstart+1, boundary,
792 printf("newstart=%lx newend=%lx ex_start=%lx ex_end=%lx boundary=%lx dontcross=%lx\n"
    [all...]
kern_ksyms.c 300 * newstart - Address to which the symbol table has to be copied during
334 void *newstart, void *ctfstart, size_t ctfsize, uint32_t *nmap)
364 printf("newstart %p sym %p ksyms_symsz %zu str %p strsz %zu send %p\n",
365 newstart, symstart, symsize, strstart, strsize,
375 nsym = (Elf_Sym *)newstart;
  /src/lib/libc/regex/
regcomp.c 2007 sop *newstart = NULL; local
2043 newstart = scan - 1;
2086 start = newstart;
2101 start = newstart;
2119 start = newstart;
2144 start = newstart;
  /src/sys/arch/xen/xen/
privcmd.c 1130 vaddr_t newstart = start; local
1137 error = uvm_map(map, &newstart, size, &obj->uobj, 0, 0, uvmflag);

Completed in 26 milliseconds