Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dfsck.c64 static char *InputImage = NULL; variable
192 if (InputImage == NULL) { in openFS()
205 actualDisk = InputImage; in openFS()
288 InputImage = value; in parseSubOptions()
322 printName = InputImage ? InputImage : special; in confirmMountable()
441 if (InputImage == NULL && (optind < 0 || optind >= argc)) in main()