Searched defs:start_sector (Results 1 - 12 of 12) 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
/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
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_ffs.c293 ffs_embed (unsigned long long *start_sector, int needed_sectors) argument
300 *start_sector = 1;
H A Dfsys_ufs2.c314 ufs2_embed (unsigned long long *start_sector, int needed_sectors) argument
321 *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_jfs.c387 jfs_embed (unsigned long long *start_sector, int needed_sectors) argument
399 *start_sector = 1;
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
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...]
/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.h46 uint64_t start_sector; member in struct:_device_data
/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) {

Completed in 115 milliseconds