Searched refs:shmdt (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/tests/cdt/
H A Dtvsafehash.c182 Dt_t *shmdt, *mapdt, *insdt, *deldt; local
195 if(!(shmdt = opendictionary(num, pid, Shmstore)) )
197 if(!(shmdc = (Mmdisc_t*)dtdisc(shmdt, NIL(Dtdisc_t*), 0)) )
207 deldt = num%2 == 0 ? mapdt : shmdt;
208 insdt = num%2 == 0 ? shmdt : mapdt;
223 dtclose(shmdt);
233 Dt_t *mapdt, *shmdt; local
257 if(!(shmdt = opendictionary(0, ppid, Shmstore)) )
259 if(!(shmdc = (Mmdisc_t*)dtdisc(shmdt, NIL(Dtdisc_t*), 0)) )
275 if(dtinsert(shmdt, o
[all...]
H A Dtvsaferehash.c184 Dt_t *shmdt, *mapdt, *insdt, *deldt; local
197 if(!(shmdt = opendictionary(num, pid, Shmstore)) )
199 if(!(shmdc = (Mmdisc_t*)dtdisc(shmdt, NIL(Dtdisc_t*), 0)) )
209 deldt = num%2 == 0 ? mapdt : shmdt;
210 insdt = num%2 == 0 ? shmdt : mapdt;
225 dtclose(shmdt);
235 Dt_t *mapdt, *shmdt; local
259 if(!(shmdt = opendictionary(0, ppid, Shmstore)) )
261 if(!(shmdc = (Mmdisc_t*)dtdisc(shmdt, NIL(Dtdisc_t*), 0)) )
277 if(dtinsert(shmdt, o
[all...]
H A Dtvsafetree.c181 Dt_t *shmdt, *mapdt, *insdt, *deldt; local
194 if(!(shmdt = opendictionary(num, pid, Shmstore)) )
196 if(!(shmdc = (Mmdisc_t*)dtdisc(shmdt, NIL(Dtdisc_t*), 0)) )
206 deldt = num%2 == 0 ? mapdt : shmdt;
207 insdt = num%2 == 0 ? shmdt : mapdt;
222 dtclose(shmdt);
232 Dt_t *mapdt, *shmdt; local
256 if(!(shmdt = opendictionary(0, ppid, Shmstore)) )
258 if(!(shmdc = (Mmdisc_t*)dtdisc(shmdt, NIL(Dtdisc_t*), 0)) )
274 if(dtinsert(shmdt, o
[all...]
/ast/src/lib/libast/vmalloc/
H A Dvmmopen.c146 { shmdt((Void_t*)mmvm);
256 else (void)shmdt((Void_t*)mmvm);
287 (void)shmdt(mmvm->base);

Completed in 11 milliseconds