Lines Matching defs:pm_devs
438 struct pm_devs { struct
443 void *refdev;
445 char diskdev[SSTRSIZE]; /* Actual name of the disk. */
446 char diskdev_descr[STRSIZE]; /* e.g. IDENTIFY result */
451 struct disk_partitions *parts;
458 bool no_mbr; /* userd for raid (etc) */
464 bool no_part;
470 bool cur_system;
475 uint sectorsize, dlcyl, dlhead, dlsec, dlcylsize, current_cylsize;
479 daddr_t dlsize; /* total number of disk sectors */
503 SLIST_ENTRY(pm_devs) l; argument