Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netncp/
Dncp_nls.c210 if ((opt & NWHP_DOS) == 0) { in ncp_pathcheck()
254 } else if (nt->opt & NWHP_DOS) { in ncp_pathcopy()
Dncp_nls.h35 #define NWHP_DOS 0x08 /* using dos name space */ macro
/freebsd-9-stable/sys/fs/nwfs/
Dnwfs_vfsops.c103 nmp->m.nls.opt |= NWHP_NLS | NWHP_DOS; in nwfs_initnls()
308 nmp->m.nls.opt &= ~NWHP_DOS; in nwfs_root()
313 if (opt & NWHP_DOS) { in nwfs_root()