Searched refs:blocklist (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/cmd/boot/installgrub/ |
H A D | pcfs_glue.c | 50 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() 190 blocklist = blkbuf; in read_stage2_blocklist() 203 for (i = 0; blocklist[i] != 0; i += 2) { in read_stage2_blocklist() 205 blocklist[i], in read_stage2_blocklist() 206 blocklist[i] + blocklist[i + 1] - 1); in read_stage2_blocklist()
|
H A D | installgrub.c | 1388 uint32_t blocklist[SECTOR_SIZE / sizeof (uint32_t)]; in prepare_stage2() local 1393 bzero(blocklist, sizeof (blocklist)); in prepare_stage2() 1394 if (read_stage2_blocklist(device->part_fd, blocklist) != 0) { in prepare_stage2() 1401 stage2->first_sector = device->start_sector + blocklist[0]; in prepare_stage2() 1402 stage2->pcfs_first_sectors[0] = blocklist[0]; in prepare_stage2() 1406 if (blocklist[1] > 1) { in prepare_stage2() 1407 blocklist[0]++; in prepare_stage2() 1408 blocklist[1]--; in prepare_stage2() 1413 stage2->pcfs_first_sectors[1] = blocklist[i]; in prepare_stage2() 1415 while (blocklist[i]) { in prepare_stage2() [all …]
|
/titanic_50/usr/src/grub/grub-0.97/docs/ |
H A D | grub.info-4 | 173 * blocklist: blocklist.
|
H A D | grub.info-2 | 414 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 D | grub.info | 233 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 2527 File: grub.info, Node: boot, Next: cat, Prev: blocklist, Up: Command-line and menu entry comman… 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 [all …]
|
H A D | grub.texi | 284 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 D | grub.info-3 | 51 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 D | grub.info-1 | 232 explicit blocklist notation. The currently supported filesystem
|
/titanic_50/usr/src/grub/grub-0.97/ |
H A D | NEWS | 274 * The command "blocklist" prints the blocklist notation of a file. 457 particular, for the blocklist filesystem, shortcuts like "+1" for
|
H A D | ChangeLog | 5879 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.
|