Searched refs:hashkey (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | mandoc_xr.c | 60 offsetof(struct mandoc_xr, hashkey)); in mandoc_xr_reset() 82 xr->sec = xr->hashkey; in mandoc_xr_add() 83 xr->name = xr->hashkey + ssz; in mandoc_xr_add() 90 pend = xr->hashkey + tsz; in mandoc_xr_add() 91 hv = ohash_interval(xr->hashkey, &pend); in mandoc_xr_add() 92 slot = ohash_lookup_memory(xr_hash, xr->hashkey, tsz, hv); in mandoc_xr_add()
|
H A D | mandoc_xr.h | 25 char hashkey[]; member
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_node.c | 149 uint32_t hashkey; in smb_node_init() local 172 &hashkey); in smb_node_init() 173 node = smb_node_alloc("/", rootdir, node_hdr, hashkey); in smb_node_init() 267 uint32_t hashkey = 0; in smb_node_lookup() local 306 node_hdr = smb_node_get_hash(&fsid, &attr, &hashkey); in smb_node_lookup() 315 if ((node->n_hashkey == hashkey) && (node->vp == vp)) { in smb_node_lookup() 365 node = smb_node_alloc(od_name, vp, node_hdr, hashkey); in smb_node_lookup() 1234 uint32_t hashkey) in smb_node_alloc() argument 1248 node->n_hashkey = hashkey; in smb_node_alloc() 1394 uint32_t hashkey; in smb_node_get_hash() local [all …]
|
H A D | smb2_lease.c | 159 size_t hashkey; in smb2_lease_create() local 168 hashkey = smb_hash_uuid(key); in smb2_lease_create() 169 hashkey &= (ht->num_buckets - 1); in smb2_lease_create() 170 bucket = &ht->buckets[hashkey].b_list; in smb2_lease_create() 248 size_t hashkey; in lease_lookup() local 250 hashkey = smb_hash_uuid(lease_key); in lease_lookup() 251 hashkey &= (ht->num_buckets - 1); in lease_lookup() 252 bucket = &ht->buckets[hashkey].b_list; in lease_lookup()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/ |
H A D | astsa.manifest | 16 ../include/hashkey.h
|
H A D | astsa.omk | 24 hashkey.h \
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | Mamfile | 447 make ${PACKAGE_ast_INCLUDE}/hashkey.h implicit 449 done ${PACKAGE_ast_INCLUDE}/hashkey.h dontcare
|
H A D | RELEASE | 225 96-02-29 use <hashkey.h>
|
/illumos-gate/usr/src/cmd/ast/libast/ |
H A D | Makefile.defs | 37 ftwalk.h fts.h fs3d.h getopt.h glob.h hash.h hashkey.h hashpart.h \
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/ |
H A D | Makefile | 33 ftwalk.h fts.h fs3d.h getopt.h glob.h hash.h hashkey.h hashpart.h \
|
H A D | Mamfile | 644 make include/hashkey.h implicit 645 done include/hashkey.h 6615 make ${INSTALLROOT}/include/ast/hashkey.h 6616 prev include/hashkey.h 6617 …CKAGEROOT}/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' include/hashkey.h > 1.${COTEMP}.x 6618 exec - if cmp 2>/dev/null -s ${INSTALLROOT}/include/ast/hashkey.h 1.${COTEMP}.x 6620 exec - else mv 1.${COTEMP}.x ${INSTALLROOT}/include/ast/hashkey.h 6622 done ${INSTALLROOT}/include/ast/hashkey.h generated
|
H A D | RELEASE | 1248 astlicense.c: #include <hashkey.h> MAM workaround 1616 add hashkey.h for keyword->long hash
|
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | Mamfile | 262 make ${PACKAGE_ast_INCLUDE}/hashkey.h implicit 264 done ${PACKAGE_ast_INCLUDE}/hashkey.h
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-header.p5m | 134 file path=usr/include/ast/hashkey.h
|