Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fdformat/
H A Dfdformat.c114 struct bios_param_blk { struct
143 struct bios_param_blk *, int); argument
147 struct bios_param_blk *, int *);
163 struct bios_param_blk bpb; in main()
420 (void) memset((void *)&bpb, (char)0, sizeof (struct bios_param_blk)); in main()
453 struct bios_param_blk *bpb, int *rdirsec) in format_diskette()
1483 char *doslabel, struct bios_param_blk *bpb, int rdirsec) in write_DOS_label()
1524 sizeof (struct bios_param_blk)); in write_DOS_label()
1636 struct bios_param_blk *bpb; in write_NEC_DOS_label()
1662 bpb = (struct bios_param_blk *)&(bootsec_NEC[0xb]); in write_NEC_DOS_label()