| dtfs.c | 56 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);
|