Lines Matching +full:inactive +full:-
1 /*-
64 * FreeBSD (inactive)
66 * Linux (inactive)
68 * DOS/Windows (inactive)
70 * Active MBR slices (marked as bootable) are preferred over inactive. GPT
71 * doesn't have the concept of active/inactive partitions. In both MBR and GPT,
75 * The low-level disk device will typically call disk_open() from its open
78 * selected partition - this offset should be added to the offset passed to
85 #define D_SLICENONE -1
87 #define D_PARTNONE -1
88 #define D_PARTWILD -2
99 * Parse disk metadata and initialise dev->d_offset.