Searched defs:dfs_root_xopen (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Ddfs.c109 static int dfs_root_xopen(const char *, int);
464 if ((xfd = dfs_root_xopen(rootdir, O_RDONLY)) > 0) {
488 if ((xfd = dfs_root_xopen(rootdir, O_RDWR)) < 0) {
1149 if ((xfd = dfs_root_xopen(rootdir, O_CREAT | O_TRUNC | O_RDWR)) > 0) {
1194 dfs_root_xopen(const char *rootdir, int oflag) function

Completed in 48 milliseconds