Searched refs:the_media (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.9.5/pdisk-9/
H A Dvalidate.c87 static MEDIA the_media; variable
116 if (read_media(the_media, (long long) 0, PBLOCK_SIZE, buffer) == 0) {
143 if (read_media(the_media, ((long long) n) * g, PBLOCK_SIZE, (void *)buffer) == 0) {
369 the_media = open_pathname_as_media(name, O_RDONLY);
370 if (the_media == 0) {
375 g = media_granularity(the_media);
379 the_media = open_deblock_media(PBLOCK_SIZE, the_media);
503 close_media(the_media);

Completed in 101 milliseconds