Searched refs:n_mmaps (Results 1 - 2 of 2) sorted by relevance

/barrelfish-2018-10-04/tools/molly/
H A Dbuild_multiboot.c50 int n_mmaps = 0; local
105 n_mmaps, base, len, type);
107 n_mmaps, base, len, type);
108 n_mmaps ++;
128 fprintf(o, "static struct multiboot_mmap mbi_mmaps[%d];\n", n_mmaps);
163 for (int i = 0; i < n_mmaps; i ++) {
/barrelfish-2018-10-04/tools/arm_molly/
H A Dbuild_multiboot.c48 int n_mmaps = 0; local
111 n_mmaps, base, len, type);
114 n_mmaps, base, len, type);
122 n_mmaps, base, len, type);
125 n_mmaps, base, len, type);
127 n_mmaps ++;
147 fprintf(o, "static struct multiboot_mmap mbi_mmaps[%d];\n", n_mmaps);
212 for (int i = 0; i < n_mmaps; i ++) {

Completed in 84 milliseconds