Home
last modified time | relevance | path

Searched defs:start_sector (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/boot/common/
H A Dmb_header.S41 start_sector: .long 0 /* partition LBA */ label
/illumos-gate/usr/src/lib/libsmedia/plugins/floppy/common/
H A Df_generic.c224 int32_t cyl, rem, head, start_sector; in _m_raw_read() local
298 int32_t cyl, rem, head, start_sector; in _m_raw_write() local
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_ffs.c293 ffs_embed (unsigned long long *start_sector, int needed_sectors) in ffs_embed()
H A Dfsys_ufs2.c314 ufs2_embed (unsigned long long *start_sector, int needed_sectors) in ufs2_embed()
H A Dfsys_ufs.c139 ufs_embed (unsigned long long *start_sector, int needed_sectors) in ufs_embed()
H A Dfsys_jfs.c387 jfs_embed (unsigned long long *start_sector, int needed_sectors) in jfs_embed()
H A Dbuiltins.c163 unsigned long long start_sector = 0; in blocklist_func() local
1486 unsigned long long start_sector; in embed_func() local
H A Dfsys_reiserfs.c1216 reiserfs_embed (unsigned long long *start_sector, int needed_sectors) in reiserfs_embed()
H A Dfsys_zfs.c1894 zfs_embed(unsigned long long *start_sector, int needed_sectors) in zfs_embed()
/illumos-gate/usr/src/cmd/format/
H A Dio.h60 uint64_t start_sector; member
/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.h46 uint64_t start_sector; member
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_misc.c937 verify(smedia_handle_t handle, int32_t fd, diskaddr_t start_sector, in verify()