Searched defs:wbpb (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
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) argument
217 ((uchar_t *)&(wbpb->bpb.bytes_per_sector))[1] = *grabp++;
218 ((uchar_t *)&(wbpb->bpb.bytes_per_sector))[0] = *grabp++;
219 wbpb->bpb.sectors_per_cluster = *grabp++;
220 ((uchar_t *)&(wbpb->bpb.resv_sectors))[1] = *grabp++;
221 ((uchar_t *)&(wbpb->bpb.resv_sectors))[0] = *grabp++;
222 wbpb->bpb.num_fats = *grabp++;
223 ((uchar_t *)&(wbpb
256 swap_pack_grab32bpb(bpb_t *wbpb, struct _boot_sector *bsp) argument
[all...]
/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 *wbpb);
487 fill_fat32_bpb(bpb_t *wbpb) argument
531 fill_bpb_sizes(bpb_t *wbpb, struct ipart part[], int partno, off64_t offset) argument
614 seek_partn(int fd, char *pn, bpb_t *wbpb, off64_t *seekto) argument
926 seek_nofdisk(int fd, bpb_t *wbpb, off64_t *seekto) argument
959 set_fat_string(bpb_t *wbpb, int fatsize) argument
981 prepare_image_file(char *fn, bpb_t *wbpb) argument
1094 floppy_bpb_fillin(bpb_t *wbpb, int diam, int hds, int spt) argument
1210 lookup_floppy(struct fd_char *fdchar, bpb_t *wbpb) argument
1287 compute_cluster_size(bpb_t *wbpb) argument
1492 find_fixed_details(int fd, bpb_t *wbpb) argument
1571 compute_file_area_size(bpb_t *wbpb) argument
1625 swap_pack_bpbcpy(struct _boot_sector *bsp, bpb_t *wbpb) argument
1655 swap_pack_bpb32cpy(struct _boot_sector32 *bsp, bpb_t *wbpb) argument
1696 swap_pack_sebpbcpy(struct _boot_sector *bsp, bpb_t *wbpb) argument
1707 swap_pack_grabbpb(bpb_t *wbpb, struct _boot_sector *bsp) argument
1753 swap_pack_grabsebpb(bpb_t *wbpb, struct _boot_sector *bsp) argument
1766 swap_pack_grab32bpb(bpb_t *wbpb, struct _boot_sector *bsp) argument
1823 read_existing_bpb(int fd, bpb_t *wbpb) argument
1921 compare_existing_with_computed(int fd, char *suffix, bpb_t *wbpb, int *prtsize, int *prtspc, int *prtbpf, int *prtnsect, int *prtntrk, int *prtfdisk, int *prthidden, int *prtrsrvd, int *dashos) argument
2035 print_reproducing_command(int fd, char *actualdisk, char *suffix, bpb_t *wbpb) argument
2163 open_and_examine(char *dn, bpb_t *wbpb) argument
2231 open_and_seek(char *dn, bpb_t *wbpb, off64_t *seekto) argument
2561 label_volume(char *lbl, bpb_t *wbpb) argument
2645 build_fat(bpb_t *wbpb, struct fat_od_fsi *fsinfop, ulong_t bootblksize, ulong_t *fatsize, char *ffn, int *fffd, ulong_t *ffsize, pc_cluster32_t *ffstartclust) argument
2862 build_rootdir(bpb_t *wbpb, char *ffn, int fffd, ulong_t ffsize, pc_cluster32_t ffstart, ulong_t *rdirsize) argument
2934 write_rest(bpb_t *wbpb, char *efn, int dfd, int sfd, int remaining) argument
3020 write_bootsects(int fd, boot_sector_t *bsp, bpb_t *wbpb, struct fat_od_fsi *fsinfop, off64_t seekto) argument
3075 write_fat(int fd, off64_t seekto, char *fn, char *lbl, char *ffn, bpb_t *wbpb) argument
[all...]

Completed in 62 milliseconds