Lines Matching refs:shmdt
184 Dt_t *shmdt, *mapdt, *insdt, *deldt;
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;
259 if(!(shmdt = opendictionary(0, ppid, Shmstore)) )
261 if(!(shmdc = (Mmdisc_t*)dtdisc(shmdt, NIL(Dtdisc_t*), 0)) )
277 if(dtinsert(shmdt, os) != os)
292 p = dtsize(shmdt);
293 tinfo("Parent[pid=%d]: mapdt=%d shmdt=%d", ppid, k, p);
295 terror("Parent[pid=%d]: expecting %d objects but (mapdt+shmdt)=%d", ppid, N_OBJ, k+p);
302 os = dtsearch(shmdt, &obj);
311 dtclose(shmdt);