Home
last modified time | relevance | path

Searched refs:tmpmap (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/sendmail/db/lock/
H A Dlock_deadlock.c202 u_int32_t *bitmap, count, *entryp, i, id, nentries, *tmpmap; local
239 if ((ret = __os_calloc(sizeof(u_int32_t), nentries, &tmpmap)) != 0) {
247 __os_free(tmpmap, sizeof(u_int32_t) * nentries);
257 __os_free(tmpmap, sizeof(u_int32_t) * nentries);
283 CLEAR_MAP(tmpmap, nentries);
306 SET_MAP(tmpmap, lockerp->dd_id);
335 OR_MAP(entryp, tmpmap, nentries);
383 __os_free(tmpmap, sizeof(u_int32_t) * nentries);
392 u_int32_t i, j, nentries, *mymap, *tmpmap; local
405 tmpmap = bmp + (nentries * j);
[all …]