Searched refs:DFS_STAT_ISDFS (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libntsvcs/common/
H A Ddfs.h43 #define DFS_STAT_ISDFS 4 macro
47 (((st) == DFS_STAT_ISDFS) || ((st) == DFS_STAT_ISFEDFS))
H A Ddfs.c865 *stat = DFS_STAT_ISDFS;
926 case DFS_STAT_ISDFS:
932 if ((stat == DFS_STAT_ISDFS && ns_type == SMB_NS_FEDFS) ||
1007 if ((ns_type == SMB_NS_DFS && stat != DFS_STAT_ISDFS) ||
1344 if ((stat == DFS_STAT_ISDFS && ns_type == SMB_NS_DFS) ||
H A Dnetdfs.c312 if ((status != ERROR_SUCCESS) || (stat != DFS_STAT_ISDFS)) {
386 if ((status != ERROR_SUCCESS) || (stat != DFS_STAT_ISDFS)) {

Completed in 48 milliseconds