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

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

Completed in 47 milliseconds