Searched defs:Mapstore (Results 1 - 5 of 5) sorted by relevance
| /ast/src/cmd/tests/vmalloc/ |
| H A D | tsharemem.c | 44 static char *Mapstore; variable 142 Mapstore = tstfile("map", -1); 153 store = Mapstore; 157 (void)unlink(Mapstore); /* remove any existing backing store */
|
| /ast/src/cmd/tests/cdt/ |
| H A D | tvsafehash.c | 60 static char *Mapstore; variable 123 proj = store == Mapstore ? -1 : 1; 128 mmdc = store == Mapstore ? &Mapdisc : &Shmdisc; 167 argv[i++] = Mapstore; 191 if(!(mapdt = opendictionary(num, pid, Mapstore)) ) 192 terror("Process[num=%d,pid=%d]: can't open dictionary for %s", num, pid, Mapstore); 239 { Mapstore = argv[k++]; 245 Mapstore = tstfile("map", -1); 247 (void)unlink(Mapstore); 251 if(!(mapdt = opendictionary(0, ppid, Mapstore)) ) [all...] |
| H A D | tvsaferehash.c | 58 static char *Mapstore; variable 121 proj = store == Mapstore ? -1 : 1; 126 mmdc = store == Mapstore ? &Mapdisc : &Shmdisc; 169 argv[i++] = Mapstore; 193 if(!(mapdt = opendictionary(num, pid, Mapstore)) ) 194 terror("Process[num=%d,pid=%d]: can't open dictionary for %s", num, pid, Mapstore); 241 { Mapstore = argv[k++]; 247 Mapstore = tstfile("map", -1); 249 (void)unlink(Mapstore); 253 if(!(mapdt = opendictionary(0, ppid, Mapstore)) ) [all...] |
| H A D | tvsafetree.c | 60 static char *Mapstore, *Shmstore; variable 122 proj = store == Mapstore ? -1 : 1; 127 mmdc = store == Mapstore ? &Mapdisc : &Shmdisc; 166 argv[i++] = Mapstore; 190 if(!(mapdt = opendictionary(num, pid, Mapstore)) ) 191 terror("Process[num=%d,pid=%d]: can't open dictionary for %s", num, pid, Mapstore); 238 { Mapstore = argv[k++]; 244 Mapstore = tstfile("map", -1); 246 (void)unlink(Mapstore); 250 if(!(mapdt = opendictionary(0, ppid, Mapstore)) ) [all...] |
| H A D | tvsharemem.c | 49 static char *Mapstore, *Shmstore; variable 211 if(!(vm = vmmopen(store, store == Mapstore ? -1 : 1, MEMSIZE)) ) 256 argv[i++] = Mapstore; 531 { Mapstore = argv[k++]; 535 store = Mapstore; 553 Mapstore = tstfile("map", -1); 555 (void)unlink(Mapstore); 564 store = Mapstore; 573 store = Mapstore;
|
Completed in 16 milliseconds