Searched refs:mapdisc (Results 1 – 1 of 1) sorted by relevance
233 Dtdisc_t mapdisc; in b_chgrp() local280 memset(&mapdisc, 0, sizeof(mapdisc)); in b_chgrp()281 mapdisc.key = offsetof(Map_t, key); in b_chgrp()282 mapdisc.size = sizeof(Key_t); in b_chgrp()283 if (!(map = dtopen(&mapdisc, Dthash))) in b_chgrp()