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

  /src/sys/kern/
subr_extent.c 623 u_long newstart, newend, exend, beststart, bestovh, ovh; local in function:extent_alloc_subregion1
722 newstart = EXTENT_ALIGN(substart, alignment, skew);
723 if (newstart < ex->ex_start) {
743 if (rp->er_start >= newstart)
753 if (last != NULL && last->er_end >= newstart)
754 newstart = EXTENT_ALIGN((last->er_end + 1), alignment, skew);
770 if (LE_OV(newstart, size, rp->er_start)) {
777 newend = newstart + (size - 1);
783 dontcross = EXTENT_ALIGN(newstart+1, boundary,
788 printf("newstart=%lx newend=%lx ex_start=%lx ex_end=%lx boundary=%lx dontcross=%lx\n"
    [all...]
kern_ksyms.c 297 * newstart - Address to which the symbol table has to be copied during
331 void *newstart, void *ctfstart, size_t ctfsize, uint32_t *nmap)
361 printf("newstart %p sym %p ksyms_symsz %zu str %p strsz %zu send %p\n",
362 newstart, symstart, symsize, strstart, strsize,
372 nsym = (Elf_Sym *)newstart;
  /src/lib/libc/regex/
regcomp.c 2007 sop *newstart = NULL; local in function:findmust
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 in function:privcmd_map_obj
1137 error = uvm_map(map, &newstart, size, &obj->uobj, 0, 0, uvmflag);

Completed in 15 milliseconds