Searched refs:pth (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Dgpt.c322 GuidPartitionTableHeader_t *pth = local
325 pth->Reserved2 = ped_malloc (pth_get_size_rsv2 (dev));
327 return pth;
333 GuidPartitionTableHeader_t *pth = pth_new (dev); local
335 memset (pth, 0, pth_get_size_static (dev));
336 memset (pth->Reserved2, 0, pth_get_size_rsv2 (dev));
338 return (pth);
344 GuidPartitionTableHeader_t *pth = pth_new (dev); local
348 memcpy (pth, pth_raw, pth_get_size_static (dev));
349 memcpy (pth
356 pth_free(GuidPartitionTableHeader_t *pth) argument
367 pth_get_raw(const PedDevice *dev, const GuidPartitionTableHeader_t *pth) argument
428 pth_crc32(const PedDevice *dev, const GuidPartitionTableHeader_t *pth, uint32_t *crc32) argument
1744 GuidPartitionTableHeader_t *pth = NULL; local
[all...]

Completed in 16 milliseconds