Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/stride_dd/
H A Dstride_dd.c26 static char *ifile = NULL; variable
80 ifile = optarg; in parse_options()
114 if (bsize <= 0 || count <= 0 || stride <= 0 || ifile == NULL || in parse_options()
133 ifd = open(ifile, O_RDONLY); in main()
135 (void) fprintf(stderr, "%s: %s: ", execname, ifile); in main()
/f-stack/freebsd/contrib/openzfs/cmd/dbufstat/
H A Ddbufstat.in530 ifile = None
570 ifile = arg
662 if not ifile:
663 ifile = default_ifile()
665 if ifile != "-":
667 tmp = open(ifile, "r")
670 sys.stderr.write("Cannot open %s for reading\n" % ifile)