Searched defs:hashid (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext.h116 uint32_t hashid; /* hashed value of the domain name */ member in struct:msg_node
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_map.c137 u_offset_t off, int hashid);
251 #define SHASHMTX(hashid) (&smd_hash[hashid].sh_mtx)
258 #define SMAP_HASHFUNC(vp, off, hashid) \
260 hashid = ((((uintptr_t)(vp) >> 6) + ((uintptr_t)(vp) >> 3) + \
989 segmap_hashin(struct smap *smp, struct vnode *vp, u_offset_t off, int hashid) argument
1000 ASSERT(hashid >= 0 && hashid <= smd_hashmsk);
1002 hmtx = SHASHMTX(hashid);
1009 for (tmp = smd_hash[hashid]
1053 int hashid; local
1613 int color, hashid; local
2286 int hashid; local
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c525 * find_zone() gets the hashid for zonename, then uses the hashid
533 int hashid; local
536 hashid = get_hashid(zonename);
537 cur = tzcache[hashid];
557 int hashid, res; local
560 hashid = get_hashid(new->zonename);
561 cur = tzcache[hashid];
578 new->next = tzcache[hashid];
579 tzcache[hashid]
2354 int hashid; local
2503 int hashid, i; local
[all...]

Completed in 51 milliseconds