Lines Matching refs:shmdt
181 Dt_t *shmdt, *mapdt, *insdt, *deldt;
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;
256 if(!(shmdt = opendictionary(0, ppid, Shmstore)) )
258 if(!(shmdc = (Mmdisc_t*)dtdisc(shmdt, NIL(Dtdisc_t*), 0)) )
274 if(dtinsert(shmdt, os) != os)
289 p = dtsize(shmdt);
290 tinfo("Parent[pid=%d]: mapdt=%d shmdt=%d", ppid, k, p);
292 terror("Parent[pid=%d]: expecting %d objects but (mapdt+shmdt)=%d", ppid, N_OBJ, k+p);
299 os = dtsearch(shmdt, &obj);
308 dtclose(shmdt);