HomeSort by: relevance | last modified time | path
    Searched defs:is_efs (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/svhlabel/
svhlabel.c 66 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 in typeref:typename:int
210 perror("is_efs lseek 0");
216 perror("is_efs lseek 1");
221 perror("is_efs read");
226 perror("is_efs lseek 2");
svhlabel.c 66 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 in typeref:typename:int
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 21 milliseconds