Searched refs:bpb_t (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dpcfs_common.h93 extern void swap_pack_grab32bpb(bpb_t *wbpb, struct _boot_sector *bsp);
94 extern void swap_pack_grabbpb(bpb_t *wbpb, struct _boot_sector *bsp);
H A Dpcfs_bpb.h160 * bpb_t is a conglomeration of all the fields a bpb can have. Every
169 } bpb_t; typedef in typeref:struct:_bios_param_blk
H A Dpcfs_common.c58 void swap_pack_grab32bpb(bpb_t *wbpb, struct _boot_sector *bsp);
59 void swap_pack_grabbpb(bpb_t *wbpb, struct _boot_sector *bsp);
211 swap_pack_grabbpb(bpb_t *wbpb, struct _boot_sector *bsp)
256 swap_pack_grab32bpb(bpb_t *wbpb, struct _boot_sector *bsp)
H A Dbpb.c55 extern bpb_t TheBIOSParameterBlock;
H A Dfat.c48 extern bpb_t TheBIOSParameterBlock;
H A Dfsck.c53 bpb_t TheBIOSParameterBlock;
H A Dclusters.c53 extern bpb_t TheBIOSParameterBlock;
H A Ddir.c58 extern bpb_t TheBIOSParameterBlock;
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c107 static void swap_pack_grabsebpb(bpb_t *wbpb, struct _boot_sector *bsp);
108 static void swap_pack_bpb32cpy(struct _boot_sector32 *bsp, bpb_t *wbpb);
109 static void swap_pack_sebpbcpy(struct _boot_sector *bsp, bpb_t *wbpb);
110 static void swap_pack_grabbpb(bpb_t *wbpb, struct _boot_sector *bsp);
111 static void swap_pack_bpbcpy(struct _boot_sector *bsp, bpb_t *wbpb);
114 static uchar_t *build_rootdir(bpb_t *wbpb, char *ffn, int fffd,
116 static uchar_t *build_fat(bpb_t *wbpb, struct fat_od_fsi *fsinfop,
123 bpb_t *wbpb, int *prtsize, int *prtspc, int *prtbpf, int *prtnsect,
127 bpb_t *wbpb);
128 static void compute_file_area_size(bpb_t *wbp
[all...]
H A Dmkfs_pcfs.h158 * bpb_t is a conglomeration of all the fields a bpb can have. Every
167 } bpb_t; typedef in typeref:struct:_bios_param_blk

Completed in 132 milliseconds