Searched refs:start_sector (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/i386/gptzfsboot/
H A Dmultiboot.S26 .globl mb_header, start_sector
37 start_sector: .long 0 /* partition LBA */ label
H A Dzfsboot.c71 extern uint64_t start_sector;
158 * scan partition entries to find boot partition starting at start_sector.
194 if (ppa->offset + part->start == start_sector) {
204 * boot partition starting at start_sector (recorded by installboot).
284 * detect partition from boot disk and start_sector
291 start_sector, boot_devname);
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfilesys.h28 int ffs_embed (unsigned long long *start_sector, int needed_sectors);
38 int ufs_embed (unsigned long long *start_sector, int needed_sectors);
48 int ufs2_embed (unsigned long long *start_sector, int needed_sectors);
58 int zfs_embed (unsigned long long *start_sector, int needed_sectors);
95 int reiserfs_embed (unsigned long long *start_sector, int needed_sectors);
114 int jfs_embed (unsigned long long *start_sector, int needed_sectors);
176 int (*embed_func) (unsigned long long *start_sector, int needed_sectors);
H A Dfsys_ffs.c293 ffs_embed (unsigned long long *start_sector, int needed_sectors) argument
300 *start_sector = 1;
H A Dfsys_ufs.c139 ufs_embed (unsigned long long *start_sector, int needed_sectors) argument
144 *start_sector = 2;
H A Dfsys_ufs2.c314 ufs2_embed (unsigned long long *start_sector, int needed_sectors) argument
321 *start_sector = 1;
H A Dfsys_jfs.c387 jfs_embed (unsigned long long *start_sector, int needed_sectors) argument
399 *start_sector = 1;
H A Dbuiltins.c161 unsigned long long start_sector = 0;
176 if (start_sector + num_sectors == sector
187 start_sector - part_start, num_sectors);
190 start_sector - part_start, num_sectors-1,
191 start_sector + num_sectors-1 - part_start,
195 start_sector - part_start, last_length);
209 start_sector = sector;
241 start_sector - part_start, num_sectors);
1500 unsigned long long start_sector;
1508 || ! fsys_table[fsys_type].embed_func (&start_sector, siz
160 unsigned long long start_sector = 0; local
1483 unsigned long long start_sector; local
[all...]
H A Dfsys_reiserfs.c1216 reiserfs_embed (unsigned long long *start_sector, int needed_sectors) argument
1225 *start_sector = 1; /* reserve first sector for stage1 */
H A Dfsys_zfs.c1891 zfs_embed(unsigned long long *start_sector, int needed_sectors) argument
/illumos-gate/usr/src/lib/libsmedia/plugins/floppy/common/
H A Df_generic.c226 int32_t cyl, rem, head, start_sector; local
264 start_sector = rem%fdchar.fdc_secptrack + 1;
275 fdraw.fdr_cmd[4] = start_sector; /* start sector number */
300 int32_t cyl, rem, head, start_sector; local
337 start_sector = rem%fdchar.fdc_secptrack + 1;
348 fdraw.fdr_cmd[4] = start_sector; /* start sector number */
/illumos-gate/usr/src/cmd/format/
H A Dio.h60 uint64_t start_sector; member in struct:efi_defaults
H A Dpartition.c163 efi_deflt.start_sector = maxofN(cur_parts->etoc);
166 efi_deflt.start_sector =
170 efi_deflt.start_sector;
177 efi_deflt.start_sector = i64;
H A Dio.c519 fmt_print("[%llu]", efi_deflt->start_sector);
609 efi_deflt->start_sector + efi_deflt->end_sector - 1,
760 return (efi_deflt->start_sector);
1560 efi_deflt->start_sector);
1612 if (blokno < efi_deflt->start_sector) {
1615 efi_deflt->start_sector);
1633 return (blokno - efi_deflt->start_sector + 1);
H A Dmodify_partition.c570 efi_deflt.start_sector = ioparam.io_bounds.lower;
/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.h46 uint64_t start_sector; member in struct:_device_data
H A Dinstallgrub.c742 device->start_sector = vtoc->efi_parts[device->slice].p_start;
758 device->start_sector = secnum;
805 device->start_sector = part->relsect;
849 device->start_sector = secnum;
1053 device->start_sector);
1402 stage2->first_sector = device->start_sector + blocklist[0];
1422 START_BLOCK(pos) = blocklist[i] + device->start_sector;
1431 if (device->start_sector >
1438 stage2->first_sector = device->start_sector +
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_misc.c935 verify(smedia_handle_t handle, int32_t fd, diskaddr_t start_sector, argument
949 ret = smedia_raw_read(handle, start_sector, buf, nblocks *
964 ret = smedia_raw_write(handle, start_sector, buf, nblocks *
975 ret = llseek(fd, start_sector * blocksize, SEEK_SET);
976 if (ret != start_sector * blocksize) {
994 ret = llseek(fd, start_sector * blocksize, SEEK_SET);
995 if (ret != start_sector * blocksize) {
H A Drmf_menu.c80 diskaddr_t start_sector, uint32_t nblocks,

Completed in 156 milliseconds