Home
last modified time | relevance | path

Searched refs:blocklist (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dpcfs_glue.c50 static unsigned int *blocklist; variable
61 if (i >= 0 && (blocklist[i] + blocklist[i + 1] == blocknum)) { in add_stage2_block()
62 blocklist[i + 1] += nblk; in add_stage2_block()
71 blocklist[i] = blocknum; in add_stage2_block()
72 blocklist[i + 1] = nblk; in add_stage2_block()
184 blocklist = blkbuf; in read_stage2_blocklist()
197 for (i = 0; blocklist[i] != 0; i += 2) { in read_stage2_blocklist()
199 blocklist[i], in read_stage2_blocklist()
200 blocklist[i] + blocklist[i + 1] - 1); in read_stage2_blocklist()
H A Dinstallgrub.c1389 uint32_t blocklist[SECTOR_SIZE / sizeof (uint32_t)]; in prepare_stage2() local
1394 bzero(blocklist, sizeof (blocklist)); in prepare_stage2()
1403 stage2->pcfs_first_sectors[0] = blocklist[0]; in prepare_stage2()
1407 if (blocklist[1] > 1) { in prepare_stage2()
1408 blocklist[0]++; in prepare_stage2()
1409 blocklist[1]--; in prepare_stage2()
1414 stage2->pcfs_first_sectors[1] = blocklist[i]; in prepare_stage2()
1416 while (blocklist[i]) { in prepare_stage2()
1418 START_BLOCK(pos - 8) != blocklist[i + 2]) { in prepare_stage2()
1424 NUM_BLOCK(pos) = blocklist[i + 1]; in prepare_stage2()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-4173 * blocklist: blocklist.
H A Dgrub.info-2414 Like the file name syntax (*note File name syntax::), if a blocklist
1173 * blocklist:: Get the block list notation of a file
1213 File: grub.info, Node: blocklist, Next: boot, Up: Command-line and menu entry commands
1215 blocklist
1218 - Command: blocklist file
1223 File: grub.info, Node: boot, Next: cat, Prev: blocklist, Up: Command-line and menu entry comman…
1253 filesystem code, it can use the blocklist notation to grab the
H A Dgrub.info233 explicit blocklist notation. The currently supported filesystem
1719 Like the file name syntax (*note File name syntax::), if a blocklist
2477 * blocklist:: Get the block list notation of a file
2517 File: grub.info, Node: blocklist, Next: boot, Up: Command-line and menu entry commands
2519 13.3.1 blocklist
2522 -- Command: blocklist file
2557 filesystem code, it can use the blocklist notation to grab the
2760 blocklist for loading STAGE2_FILE as a Stage 2. If the option `d'
3189 1 : Filename must be either an absolute filename or blocklist
4217 * blocklist: blocklist. (line 7)
[all …]
H A Dgrub.texi284 blocklist notation. The currently supported filesystem types are
1912 Like the file name syntax (@pxref{File name syntax}), if a blocklist
2664 * blocklist:: Get the block list notation of a file
2705 @node blocklist
2706 @subsection blocklist
2708 @deffn Command blocklist file
2742 filesystem code, it can use the blocklist notation to grab the first
2926 blocklist for loading @var{stage2_file} as a Stage 2. If the option
3334 @item 1 : Filename must be either an absolute filename or blocklist
H A Dgrub.info-351 blocklist for loading STAGE2_FILE as a Stage 2. If the option `d'
480 1 : Filename must be either an absolute filename or blocklist
H A Dgrub.info-1232 explicit blocklist notation. The currently supported filesystem
/illumos-gate/usr/src/grub/grub-0.97/
H A DNEWS274 * The command "blocklist" prints the blocklist notation of a file.
457 particular, for the blocklist filesystem, shortcuts like "+1" for
H A DChangeLog5879 description about the command "blocklist".
6665 from scratch. As the blocklist was moved to the first sector of
6970 blocklist start sector.
6971 (blocklist_default_len): New label for default blocklist length.
6972 (blocklist_default_seg): New label for default blocklist segment.