Home
last modified time | relevance | path

Searched refs:newstart (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/kern/
H A Dsubr_extent.c623 u_long newstart, newend, exend, beststart, bestovh, ovh; in extent_alloc_subregion1() local
722 newstart = EXTENT_ALIGN(substart, alignment, skew); in extent_alloc_subregion1()
723 if (newstart < ex->ex_start) { in extent_alloc_subregion1()
743 if (rp->er_start >= newstart) in extent_alloc_subregion1()
753 if (last != NULL && last->er_end >= newstart) in extent_alloc_subregion1()
754 newstart = EXTENT_ALIGN((last->er_end + 1), alignment, skew); in extent_alloc_subregion1()
770 if (LE_OV(newstart, size, rp->er_start)) { in extent_alloc_subregion1()
777 newend = newstart + (size - 1); in extent_alloc_subregion1()
783 dontcross = EXTENT_ALIGN(newstart+1, boundary, in extent_alloc_subregion1()
789 newstart, newend, ex->ex_start, ex->ex_end, in extent_alloc_subregion1()
[all …]
H A Dkern_ksyms.c297 * newstart - Address to which the symbol table has to be copied during
331 void *newstart, void *ctfstart, size_t ctfsize, uint32_t *nmap) in addsymtab() argument
361 printf("newstart %p sym %p ksyms_symsz %zu str %p strsz %zu send %p\n", in addsymtab()
362 newstart, symstart, symsize, strstart, strsize, in addsymtab()
372 nsym = (Elf_Sym *)newstart; in addsymtab()
/netbsd-src/lib/libc/regex/
H A Dregcomp.c2007 sop *newstart = NULL;
2043 newstart = scan - 1;
2086 start = newstart;
2101 start = newstart;
2119 start = newstart;
2144 start = newstart;
2008 sop *newstart = NULL; global() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A Dregcomp.c1601 sop *newstart = 0; /* newstart was initialized in the OCHAR case */ in findmust() local
1619 newstart = scan - 1; in findmust()
1642 start = newstart; in findmust()
/netbsd-src/sys/arch/xen/xen/
H A Dprivcmd.c1130 vaddr_t newstart = start; in privcmd_map_obj() local
1137 error = uvm_map(map, &newstart, size, &obj->uobj, 0, 0, uvmflag); in privcmd_map_obj()