Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fs.d/pcfs/fsck/
H A Dpcfs_bpb.h181 struct _boot_sector { struct
204 struct _boot_sector { struct
221 struct _boot_sector bs; argument
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_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) in swap_pack_grabbpb()
256 swap_pack_grab32bpb(bpb_t *wbpb, struct _boot_sector *bsp) in swap_pack_grab32bpb()
/titanic_50/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs_pcfs.h179 struct _boot_sector { struct
202 struct _boot_sector { argument
219 struct _boot_sector bs; argument
H A Dmkfs.c107 static void swap_pack_grabsebpb(bpb_t *wbpb, struct _boot_sector *bsp);
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);
1625 swap_pack_bpbcpy(struct _boot_sector *bsp, bpb_t *wbpb) in swap_pack_bpbcpy()
1696 swap_pack_sebpbcpy(struct _boot_sector *bsp, bpb_t *wbpb) in swap_pack_sebpbcpy()
1707 swap_pack_grabbpb(bpb_t *wbpb, struct _boot_sector *bsp) in swap_pack_grabbpb()
1753 swap_pack_grabsebpb(bpb_t *wbpb, struct _boot_sector *bsp) in swap_pack_grabsebpb()
1766 swap_pack_grab32bpb(bpb_t *wbpb, struct _boot_sector *bsp) in swap_pack_grab32bpb()