Home
last modified time | relevance | path

Searched refs:dos_open (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/libsa/
H A Ddosfs.c45 static int dos_open(const char *, struct open_file *);
54 .fo_open = dos_open,
236 dos_open(const char *path, struct open_file *fd) in dos_open() function