Lines Matching full:device
86 char buf[1024], *device = 0, *mnt_dir = 0, *cp;
103 device = mnt_dir = 0;
109 device = parse_word(&cp);
110 if (!device || *device == '#')
114 if (device[0] != '/')
117 if (strcmp(file, device) == 0)
119 if (stat(device, &st_buf) == 0) {
136 * Do an extra check to see if this is the root device. We
139 * check if the given device has the same major/minor number
140 * as the device that the root directory is on.
207 fprintf(stderr, "Usage: %s device\n", argv[0]);