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

/macosx-10.10/pdisk-9/
H A Dpathname.h57 MEDIA open_pathname_as_media(char *path, int oflag);
H A Dpathname.c71 * Note that open_pathname_as_media() and get_linux_name() have almost
75 open_pathname_as_media(char *path, int oflag) function
H A Dvalidate.c369 the_media = open_pathname_as_media(name, O_RDONLY);
H A Dpartition_map.c125 m = open_pathname_as_media(name, oflag);
127 m = open_pathname_as_media(name, O_RDONLY);
440 m = open_pathname_as_media(name, oflag);
H A Ddump.c437 if ((m = open_pathname_as_media(name, O_RDONLY)) == 0) {
469 if ((m = open_pathname_as_media(name, O_RDONLY)) == 0) {
H A Dpdisk.c1106 m = open_pathname_as_media(name, O_RDONLY);

Completed in 110 milliseconds