Searched refs:_boot_sector (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/ |
H A D | pcfs_bpb.h | 182 struct _boot_sector { struct 205 struct _boot_sector { argument 222 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()
|
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/ |
H A D | mkfs_pcfs.h | 177 struct _boot_sector { struct 200 struct _boot_sector { argument 217 struct _boot_sector bs; argument
|
H A D | mkfs.c | 109 static void swap_pack_grabsebpb(bpb_t *wbpb, struct _boot_sector *bsp); 111 static void swap_pack_sebpbcpy(struct _boot_sector *bsp, bpb_t *wbpb); 112 static void swap_pack_grabbpb(bpb_t *wbpb, struct _boot_sector *bsp); 113 static void swap_pack_bpbcpy(struct _boot_sector *bsp, bpb_t *wbpb); 1627 swap_pack_bpbcpy(struct _boot_sector *bsp, bpb_t *wbpb) in swap_pack_bpbcpy() 1698 swap_pack_sebpbcpy(struct _boot_sector *bsp, bpb_t *wbpb) in swap_pack_sebpbcpy() 1709 swap_pack_grabbpb(bpb_t *wbpb, struct _boot_sector *bsp) in swap_pack_grabbpb() 1755 swap_pack_grabsebpb(bpb_t *wbpb, struct _boot_sector *bsp) in swap_pack_grabsebpb() 1768 swap_pack_grab32bpb(bpb_t *wbpb, struct _boot_sector *bsp) in swap_pack_grab32bpb()
|