Searched defs:opendictionary (Results 1 - 5 of 5) sorted by relevance
| /ast/src/cmd/tests/cdt/ |
| H A D | tvthread.c | 65 static Dt_t* opendictionary(Mydisc_t* dc) function 148 { if(!(Dict[n] = opendictionary(&disc[n])) )
|
| H A D | tvsafehash.c | 114 static Dt_t* opendictionary(int num, pid_t pid, char* store) function 191 if(!(mapdt = opendictionary(num, pid, Mapstore)) ) 195 if(!(shmdt = opendictionary(num, pid, Shmstore)) ) 251 if(!(mapdt = opendictionary(0, ppid, Mapstore)) ) 257 if(!(shmdt = opendictionary(0, ppid, Shmstore)) )
|
| H A D | tvsaferehash.c | 112 static Dt_t* opendictionary(int num, pid_t pid, char* store) function 193 if(!(mapdt = opendictionary(num, pid, Mapstore)) ) 197 if(!(shmdt = opendictionary(num, pid, Shmstore)) ) 253 if(!(mapdt = opendictionary(0, ppid, Mapstore)) ) 259 if(!(shmdt = opendictionary(0, ppid, Shmstore)) )
|
| H A D | tvsafetree.c | 113 static Dt_t* opendictionary(int num, pid_t pid, char* store) function 190 if(!(mapdt = opendictionary(num, pid, Mapstore)) ) 194 if(!(shmdt = opendictionary(num, pid, Shmstore)) ) 250 if(!(mapdt = opendictionary(0, ppid, Mapstore)) ) 256 if(!(shmdt = opendictionary(0, ppid, Shmstore)) )
|
| H A D | tvsharemem.c | 203 static Dt_t* opendictionary(char* actor, char* type, int num, pid_t pid, char* store) function 283 if(!(dt = opendictionary(actor, type, num, pid, store)) ) 590 if(!(dt = opendictionary("parent", type, 0, ppid, store)) )
|
Completed in 26 milliseconds