HomeSort by: relevance | last modified time | path
    Searched defs:gdtm (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/fs/puffs/h_dtfs/
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);
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);

Completed in 50 milliseconds