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

  /src/lib/librmt/
rmtlib.c 67 static int _rmt_open(const char *, int, int);
237 * _rmt_open --- open a magtape device on system specified, as given user
249 _rmt_open(const char *path, int oflag, int mode) function in typeref:typename:int
640 fd = _rmt_open(path, oflag, (int)mode);
rmtlib.c 67 static int _rmt_open(const char *, int, int);
237 * _rmt_open --- open a magtape device on system specified, as given user
249 _rmt_open(const char *path, int oflag, int mode) function in typeref:typename:int
640 fd = _rmt_open(path, oflag, (int)mode);

Completed in 30 milliseconds