Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c89 struct bootsec bs;
222 bcopy(buf + sizeof (struct bootsec), &h->bs16, sizeof (h->bs16)); in read_bootsec()
223 bcopy(buf + sizeof (struct bootsec), &h->bs32, sizeof (h->bs32)); in read_bootsec()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h111 struct bootsec { struct
133 struct bootsec f_bs; argument
/illumos-gate/usr/src/cmd/fdformat/
H A Dfdformat.c1347 static uchar_t bootsec[512] = { variable
1495 bootloadr = bootsec; in write_DOS_label()