Searched refs:bytes_per_sect (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | fat.h | 40 __u8 bytes_per_sect[2]; /* bytes per logical sector */ member in struct:fat_bpb
|
H A D | fsys_fat.c | 88 FAT_SUPER->sectsize_bits = log2 (FAT_CVT_U16 (bpb.bytes_per_sect)); 156 if (FAT_CVT_U16(bpb.bytes_per_sect) != (1 << FAT_SUPER->sectsize_bits) 157 || FAT_CVT_U16(bpb.bytes_per_sect) != SECTOR_SIZE
|
/illumos-gate/usr/src/cmd/lvm/metassist/layout/ |
H A D | layout_slice.c | 723 uint64_t bytes_per_sect = 0; local 749 (error = disk_get_blocksize(odisk, &bytes_per_sect)); 757 nsize = bytes_per_sect * 758 ((nbytes + (bytes_per_sect - 1)) / bytes_per_sect); 763 (double)(nsize/bytes_per_sect)); 776 uint64_t bytes_per_cyl = nhead * nsect * bytes_per_sect; 806 nsize/bytes_per_sect)); 816 ostart, osize, bytes_per_sect, nname, nindex, nsize, 834 * uint64_t bytes_per_sect, uint64_ 858 create_modified_slice( dm_descriptor_t oslice, char *oname, uint32_t oindex, uint64_t ostart, uint64_t osize, uint64_t bytes_per_sect, char *nname, uint32_t nindex, uint64_t nsize, devconfig_t **nslice) argument [all...] |
Completed in 600 milliseconds