Searched refs:bs32 (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/fs.d/pcfs/fstyp/ |
H A D | fstyp.c | 93 struct fstyp_fat32_bs bs32; member 113 #define PC_DRVNUM(h) (FSTYP_IS_32(h) ? (h)->bs32.f_drvnum : \ 115 #define PC_VOLID(a) (FSTYP_IS_32(h) ? ltohi((h)->bs32.f_volid[0]) : \ 118 &((h)->bs32.f_label[0]) : &((h)->bs16.f_label[0])) 225 bcopy(buf + sizeof (struct bootsec), &h->bs32, sizeof (h->bs32)); in read_bootsec() 233 h->bs32.f_fatlength = ltohi(h->bs32.f_fatlength); in read_bootsec() 234 h->bs32.f_flags = ltohs(h->bs32.f_flags); in read_bootsec() 235 h->bs32.f_rootcluster = ltohi(h->bs32.f_rootcluster); in read_bootsec() 236 h->bs32.f_infosector = ltohs(h->bs32.f_infosector); in read_bootsec() 237 h->bs32.f_backupboot = ltohs(h->bs32.f_backupboot); in read_bootsec() [all …]
|
/titanic_44/usr/src/cmd/fs.d/pcfs/fsck/ |
H A D | pcfs_bpb.h | 222 struct _boot_sector32 bs32; member
|
H A D | bpb.c | 237 &(ubpb.bs32.bs_bpb32), in readBPB()
|
/titanic_44/usr/src/cmd/fs.d/pcfs/mkfs/ |
H A D | mkfs_pcfs.h | 220 struct _boot_sector32 bs32; member
|
H A D | mkfs.c | 1887 (void) memcpy(&(wbpb->bpb32), &(ubpb.bs32.bs_bpb32), in read_existing_bpb() 3026 (void) memcpy(&(bsp->bs32.bs_front.bs_bpb), &(wbpb->bpb), in write_bootsects() 3028 (void) memcpy(&(bsp->bs32.bs_bpb32), &(wbpb->bpb32), in write_bootsects() 3030 (void) memcpy(&(bsp->bs32.bs_ebpb), &(wbpb->ebpb), in write_bootsects() 3033 swap_pack_bpb32cpy(&(bsp->bs32), wbpb); in write_bootsects()
|