Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/yp/
H A Ddbm.c116 hmask = 0; in dbmclose()
128 for (hmask = 0; ; hmask = (hmask<<1) + 1) { in forder()
129 blkno = hash & hmask; in forder()
130 bitno = blkno + hmask; in forder()
224 if (calchash(item) & (hmask+1)) { in store()
242 (void) lseek(pagf, (blkno+hmask+1)*PBLKSIZ, 0); in store()
321 for (hmask = 0; ; hmask = (hmask<<1) + 1) { in dbm_access()
322 blkno = hash & hmask; in dbm_access()
323 bitno = blkno + hmask; in dbm_access()
471 hash &= hmask; in hashinc()
[all …]
/illumos-gate/usr/src/ucblib/libdbm/
H A Ddbm.c125 hmask = 0; in dbmclose()
137 for (hmask = 0; ; hmask = (hmask<<1)+1) { in forder()
138 blkno = hash & hmask; in forder()
139 bitno = blkno + hmask; in forder()
248 if (calchash(item) & (hmask+1)) { in store()
265 (void) lseek(pagf, (blkno+hmask+1)*PBLKSIZ, 0); in store()
338 for (hmask = 0; ; hmask = (hmask<<1)+1) { in dbm_access()
339 blkno = hash & hmask; in dbm_access()
340 bitno = blkno + hmask; in dbm_access()
485 hash &= hmask; in hashinc()
[all …]
H A Dmapfile-vers53 hmask { ASSERT = { TYPE = OBJECT; SIZE = addrsize; }; };
/illumos-gate/usr/src/head/rpcsvc/
H A Ddbm.h54 long hmask; variable
/illumos-gate/usr/src/ucbhead/
H A Ddbm.h57 long hmask; variable
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x550.c4285 u32 hmask = mask & ~IXGBE_GSSR_TOKEN_SM; in ixgbe_acquire_swfw_sync_X550a() local
4293 if (hmask) in ixgbe_acquire_swfw_sync_X550a()
4294 status = ixgbe_acquire_swfw_sync_X540(hw, hmask); in ixgbe_acquire_swfw_sync_X550a()
4311 if (hmask) in ixgbe_acquire_swfw_sync_X550a()
4312 ixgbe_release_swfw_sync_X540(hw, hmask); in ixgbe_acquire_swfw_sync_X550a()
4335 u32 hmask = mask & ~IXGBE_GSSR_TOKEN_SM; in ixgbe_release_swfw_sync_X550a() local
4342 if (hmask) in ixgbe_release_swfw_sync_X550a()
4343 ixgbe_release_swfw_sync_X540(hw, hmask); in ixgbe_release_swfw_sync_X550a()
/illumos-gate/usr/src/lib/libnsl/common/
H A Dmapfile-vers637 hmask {