/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...] |
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...] |
/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);
|
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);
|
/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;
|
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;
|