HomeSort by: relevance | last modified time | path
    Searched refs:udf_opendisc (Results 1 - 5 of 5) sorted by relevancy

  /src/sbin/newfs_udf/
newfs_udf.c 258 error = udf_opendisc(dev_name, O_RDWR | O_CREAT | O_TRUNC);
udf_core.h 362 extern int udf_opendisc(const char *device, int open_flags);
udf_core.c 3330 udf_opendisc(const char *device, int open_flags) function in typeref:typename:int
  /src/usr.sbin/makefs/
udf.c 1190 if (udf_opendisc(image, O_CREAT)) {
  /src/sbin/fsck_udf/
main.c 4214 if (udf_opendisc(given_dev, open_flags)) {

Completed in 20 milliseconds