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

  /src/lib/libutil/
opendisk.c 70 __opendisk(const char *path, int flags, char *buf, size_t buflen, int iscooked, function in typeref:typename:int
118 return __opendisk(path, flags, buf, buflen, iscooked, open);
126 return __opendisk(path, flags, buf, buflen, iscooked, ofn);
opendisk.c 70 __opendisk(const char *path, int flags, char *buf, size_t buflen, int iscooked, function in typeref:typename:int
118 return __opendisk(path, flags, buf, buflen, iscooked, open);
126 return __opendisk(path, flags, buf, buflen, iscooked, ofn);

Completed in 144 milliseconds