Home | History | Annotate | Download | only in dkwedge

Lines Matching refs:GPT

135 	 * here.  If a GPT is found, then the search stops, and
136 * the GPT is authoritative.
139 /* Read in the GPT Header. */
175 aprint_verbose("%s: GPT GUID: %s\n", pdk->dk_name, guid_str);
181 aprint_error("%s: bogus GPT entry size: %u\n",
190 aprint_error("%s: WARNING: clamping number of GPT entries to "
199 aprint_error("%s: GPT block numbers out of range\n",
213 aprint_error("%s: unable to read GPT partition array, "
220 aprint_error("%s: bad GPT partition array CRC\n",
307 DKWEDGE_DISCOVERY_METHOD_DECL(GPT, 0, dkwedge_discover_gpt);