Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A Dvdisk.c62 char *vdisk_path; member
98 if (strcmp(vd->vdisk_path, argv[1]) == 0) { in command_mapvd()
131 vd->vdisk_path = strdup(argv[1]); in command_mapvd()
132 if (vd->vdisk_path == NULL) { in command_mapvd()
137 vd->vdisk_fd = open(vd->vdisk_path, O_RDONLY); in command_mapvd()
140 free(vd->vdisk_path); in command_mapvd()
179 printf("%s: file %s is mapped as %s%d\n", argv[0], vd->vdisk_path, in command_mapvd()
232 printf("%s (%s) unmapped\n", argv[1], vd->vdisk_path); in command_unmapvd()
233 free(vd->vdisk_path); in command_unmapvd()
387 printf(" %s", vd->vdisk_path); in vdisk_print()