Home
last modified time | relevance | path

Searched refs:path_p0 (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c638 device->path_p0 = NULL; in init_device()
699 if (device->path_p0) in cleanup_device()
700 free(device->path_p0); in cleanup_device()
809 if ((rval = libfdisk_init(&epp, device->path_p0, NULL, FDISK_READ_DISK)) in get_start_sector()
910 device->path_p0 = strdup(device->path); in get_disk_fd()
911 if (device->path_p0 == NULL) { in get_disk_fd()
1476 device->path_p0); in get_raw_partition_path()
1480 raw = strdup(device->path_p0); in get_raw_partition_path()
H A Dinstallgrub.h40 char *path_p0; member