Searched defs:biosdisk_ll (Results 1 – 1 of 1) sorted by relevance
47 struct biosdisk_ll { struct48 int dev; /* BIOS device number */49 int type; /* device type; see below */50 int sec, head, cyl; /* geometry */51 int flags; /* see below */52 int chs_sectors; /* # of sectors addressable by CHS */53 int secsize; /* bytes per sector */