Searched refs:is_efs (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sbin/svhlabel/
H A Dsvhlabel.c66 static int is_efs(int, uint32_t);
145 if (is_efs(sd, vh->partitions[i].first)) {
204 is_efs(int sd, uint32_t blkoff) function
210 perror("is_efs lseek 0");
216 perror("is_efs lseek 1");
221 perror("is_efs read");
226 perror("is_efs lseek 2");

Completed in 67 milliseconds