Home
last modified time | relevance | path

Searched refs:bs32 (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c92 struct fstyp_fat32_bs bs32; member
112 #define PC_DRVNUM(h) (FSTYP_IS_32(h) ? (h)->bs32.f_drvnum : \
114 #define PC_VOLID(a) (FSTYP_IS_32(h) ? ltohi((h)->bs32.f_volid[0]) : \
117 &((h)->bs32.f_label[0]) : &((h)->bs16.f_label[0]))
236 bcopy(buf + sizeof (struct bootsec), &h->bs32, sizeof (h->bs32)); in read_bootsec()
245 h->bs32.f_fatlength = ltohi(h->bs32.f_fatlength); in read_bootsec()
246 h->bs32.f_flags = ltohs(h->bs32.f_flags); in read_bootsec()
247 h->bs32.f_rootcluster = ltohi(h->bs32.f_rootcluster); in read_bootsec()
248 h->bs32.f_infosector = ltohs(h->bs32.f_infosector); in read_bootsec()
249 h->bs32.f_backupboot = ltohs(h->bs32.f_backupboot); in read_bootsec()
[all …]
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dpcfs_bpb.h223 struct _boot_sector32 bs32; member
H A Dbpb.c231 &(ubpb.bs32.bs_bpb32), in readBPB()
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs_pcfs.h218 struct _boot_sector32 bs32; member
H A Dmkfs.c1889 (void) memcpy(&(wbpb->bpb32), &(ubpb.bs32.bs_bpb32), in read_existing_bpb()
3144 (void) memcpy(&(bsp->bs32.bs_front.bs_bpb), &(wbpb->bpb), in write_bootsects()
3146 (void) memcpy(&(bsp->bs32.bs_bpb32), &(wbpb->bpb32), in write_bootsects()
3148 (void) memcpy(&(bsp->bs32.bs_ebpb), &(wbpb->ebpb), in write_bootsects()
3151 swap_pack_bpb32cpy(&(bsp->bs32), wbpb); in write_bootsects()