Lines Matching full:gpt
305 * @param gpt_h - pointer to GPT header representation
306 * @param gpt_e - pointer to GPT partition table entries
314 * gpt_fill_pte(): Fill the GPT partition table entry
317 * @param gpt_h - GPT header representation
318 * @param gpt_e - GPT partition table entries
329 * gpt_fill_header(): Fill the GPT header
332 * @param gpt_h - GPT header representation
342 * gpt_restore(): Restore GPT partition table
355 * is_valid_gpt_buf() - Ensure that the Primary GPT information is valid
358 * @param buf - buffer which contains the MBR and Primary GPT info
365 * write_mbr_and_gpt_partitions() - write MBR, Primary GPT and Backup GPT
368 * @param buf - buffer which contains the MBR and Primary GPT info
375 * gpt_verify_headers() - Function to read and CRC32 check of the GPT's header
378 * As a side effect if sets gpt_head and gpt_pte so they point to GPT data.
381 * @param gpt_head - pointer to GPT header data read from medium
382 * @param gpt_pte - pointer to GPT partition table enties read from medium
393 * This function checks if on medium stored GPT data is in sync with information
400 * @param gpt_head - pointer to GPT header data read from medium
401 * @param gpt_pte - pointer to GPT partition table enties read from medium
411 * get_disk_guid() - Function to read the GUID string from a device's GPT