Searched refs:raw_dev (Results 1 – 1 of 1) sorted by relevance
191 char raw_dev[50] = "/dev/hd2"; /* name of raw device file */ in read_raw_device() local193 char *raw_dev; /* name of raw device file */ in read_raw_device() local195 if ((raw_dev = getenv("RAWDEV")) == NULL) { in read_raw_device()205 if ((fd = open(raw_dev, 0)) < 0) in read_raw_device()