HomeSort by: relevance | last modified time | path
    Searched defs:disk_file (Results 1 - 1 of 1) sorted by relevancy

  /src/sbin/fdisk/
fdisk.c 208 static char *disk_file = NULL; variable in typeref:typename:char *
489 case 'r': /* read data from disk_file (not raw disk) */
492 case 'w': /* write data to disk_file */
493 disk_file = optarg;
2489 int flags = update && disk_file == NULL ? O_RDWR : O_RDONLY;
2514 if (disk_file != NULL) {
2516 wfd = open(disk_file, update ? O_RDWR|O_CREAT : O_RDONLY, 0777);
2518 warn("%s", disk_file);

Completed in 13 milliseconds