Home
last modified time | relevance | path

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

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