Home
last modified time | relevance | path

Searched refs:path_p0 (Results 1 – 2 of 2) sorted by last modified time

/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c643 device->path_p0 = NULL; in init_device()
704 if (device->path_p0) in cleanup_device()
705 free(device->path_p0); in cleanup_device()
814 if ((rval = libfdisk_init(&epp, device->path_p0, NULL, FDISK_READ_DISK)) in get_start_sector()
918 device->path_p0 = strdup(device->path); in get_disk_fd()
919 if (device->path_p0 == NULL) { in get_disk_fd()
1491 device->path_p0); in get_raw_partition_path()
1495 raw = strdup(device->path_p0); in get_raw_partition_path()
H A Dinstallgrub.h40 char *path_p0; member