HomeSort by: relevance | last modified time | path
    Searched defs:geo_sec (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/sysinst/
mbr.c 135 geo_sec, geo_head, geo_cyl, target; member in struct:mbr_disk_partitions
343 parts->geo_sec = nsec;
892 parts->ptn_0_offset = parts->geo_sec;
928 parts->geo_sec = MAXSECTOR;
934 parts->geo_sec = geo.dg_nsectors;
999 parts->geo_sec = MAXSECTOR;
1037 assert(parts->geo_sec != 0);
1038 if (parts->geo_sec != 0) {
1039 bsec = parts->geo_sec;
1899 myparts->geo_head, myparts->geo_sec);
    [all...]
mbr.c 135 geo_sec, geo_head, geo_cyl, target; member in struct:mbr_disk_partitions
343 parts->geo_sec = nsec;
892 parts->ptn_0_offset = parts->geo_sec;
928 parts->geo_sec = MAXSECTOR;
934 parts->geo_sec = geo.dg_nsectors;
999 parts->geo_sec = MAXSECTOR;
1037 assert(parts->geo_sec != 0);
1038 if (parts->geo_sec != 0) {
1039 bsec = parts->geo_sec;
1899 myparts->geo_head, myparts->geo_sec);
    [all...]

Completed in 25 milliseconds