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

/freebsd-9.3-release/sys/fs/nwfs/
H A Dnwfs_vfsops.c282 int error, nsf, opt; local
301 error = ncp_get_namespaces(conn, vol, &nsf, td, cred);
304 if (nsf & NW_NSB_OS2) {
312 nsf = opt & (NWHP_UPPER | NWHP_LOWER);
314 if (nsf == (NWHP_UPPER | NWHP_LOWER)) {
316 } else if (nsf == 0) {
320 if (nsf == (NWHP_UPPER | NWHP_LOWER)) {
H A Dnwfs_subr.h80 int ncp_get_namespaces(struct ncp_conn *conn, u_int32_t volume, int *nsf,
H A Dnwfs_subr.c459 ncp_get_namespaces(struct ncp_conn *conn, u_int32_t volume, int *nsf, argument
477 *nsf = 0;
480 *nsf |= 1 << ns;

Completed in 43 milliseconds