Searched defs:opendictionary (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/tests/cdt/
H A Dtvthread.c65 static Dt_t* opendictionary(Mydisc_t* dc) function
148 { if(!(Dict[n] = opendictionary(&disc[n])) )
H A Dtvsafehash.c114 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 Dtvsaferehash.c112 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 Dtvsafetree.c113 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 Dtvsharemem.c203 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 12 milliseconds