Searched refs:path_p0 (Results 1 – 2 of 2) sorted by relevance
638 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()
40 char *path_p0; member