Searched refs:_boot_sector (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/fs.d/pcfs/fsck/ |
H A D | pcfs_bpb.h | 181 struct _boot_sector { struct 204 struct _boot_sector { struct 221 struct _boot_sector bs; argument
|
H A D | pcfs_common.h | 93 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 D | pcfs_common.c | 58 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 D | mkfs_pcfs.h | 179 struct _boot_sector { struct 202 struct _boot_sector { argument 219 struct _boot_sector bs; argument
|
H A D | mkfs.c | 107 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()
|