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

/freebsd-11.0-release/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs.c56 static struct dtfs_mount gdtm; variable in typeref:struct:dtfs_mount
76 gdtm.dtm_needwakeup++;
122 gdtm.dtm_allowprot = VM_PROT_ALL;
156 gdtm.dtm_allowprot = atoi(optarg);
157 if ((gdtm.dtm_allowprot | VM_PROT_ALL) != VM_PROT_ALL)
214 pu = puffs_init(pops, _PATH_PUFFS, typename, &gdtm, pflags);

Completed in 48 milliseconds