Searched defs:regions (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/uboot/fdt/
H A Duboot_fdt.c92 static struct fdt_mem_region regions[UB_MAX_MR]; local
169 /* Extract the DRAM regions into fdt_mem_region format. */
170 for (i = 0, n = 0; i < si->mr_no && n < nitems(regions); i++) {
172 regions[n].start = si->mr[i].start;
173 regions[n].size = si->mr[i].size;
178 /* Fixup memory regions */
179 fdt_fixup_memory(regions, n);
/illumos-gate/usr/src/lib/libcmd/common/
H A Dvmstate.c30 "calling process \bvmalloc\b(3) state for all regions.]"
57 unsigned int regions; member in struct:State_s
109 if (state->regions < elementsof(state->region))
110 state->region[state->regions++] = vm;
146 * the walk must do no allocations because it locks the regions
155 for (i = 0; i < state.regions; i++)
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddoupdate.c214 * This code creates a list of 'regions' for each test line which
216 * Logic is performed on the list of regions, then the regions
232 static LineRegion regions[1024]; variable
349 if (regions[0].type == REGION_COMMON) {
352 regions[iRegion] = regions[iRegion + 1];
358 * Give each region a size, then delete all trailing common regions
366 regions[iRegion].size = regions[iRegio
[all...]
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c3557 uint64_t regions = 997; local
3606 n = ztest_random(regions) * stride + ztest_random(width);
3614 n = ztest_random(regions) * stride + ztest_random(width);
3833 uint64_t regions = 997; local
3879 n = ztest_random(regions) * stride + ztest_random(width);

Completed in 89 milliseconds