Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnsl/key/
H A Dpublickey.c505 char *hashname, in netname2hashname() argument
512 if (!netname || !hashname || !bufsiz) in netname2hashname()
517 (void) strcpy(hashname, netname); in netname2hashname()
524 (void) sprintf(hashname, "%s%s", netname, tmp); in netname2hashname()
529 return (hashname); in netname2hashname()
538 char *p, hashname[MAXNETNAMELEN+1]; in __getpublickey_flush_g() local
539 p = netname2hashname(netname, hashname, MAXNETNAMELEN, keylen, algtype); in __getpublickey_flush_g()
/titanic_41/usr/src/lib/libast/common/hash/
H A Dhashlook.c65 s1 = hashname(b); in hashlook()
84 name = hashname(last->bucket); in hashlook()
106 register char* s1 = hashname(b); in hashlook()
121 if (!(*tab->root->local->compare)(hashname(b), name, tab->root->namesize)) goto found; in hashlook()
123 else if (!(*tab->root->local->compare)(hashname(b), name)) goto found; in hashlook()
361 return((char*)hashname(b)); in hashlook()
H A Dhashwalk.c47 if ((v = (*walker)(hashname(b), (tab->flags & HASH_VALUE) ? b->value : (char*)b, handle)) < 0) in hashwalk()
H A Dhashdump.c78 s = (unsigned char*)hashname(b); in dumpbucket()
82 else sfprintf(sfstderr, " %s", hashname(b)); in dumpbucket()
/titanic_41/usr/src/cmd/csh/
H A Dsh.exec.c128 hashval = hashname(*av); in doexec()
411 hashval = hash(hashname(strtots(curdir_, dp->d_name)), in dohash()
449 hashname(tchar *cp) in hashname() function
H A Dsh.dir.c235 cdhashval = hashname(cp); in dfollow()
/titanic_41/usr/src/cmd/cmd-crypto/pktool/
H A Dgencsr.c386 char *hashname = NULL; in pk_gencsr() local
519 hashname = optarg_av; in pk_gencsr()
671 keytype, (hashname ? hashname : "none")); in pk_gencsr()
H A Dgencert.c591 char *hashname = NULL; in pk_gencert() local
733 hashname = optarg_av; in pk_gencert()
797 keytype, (hashname ? hashname : "none")); in pk_gencert()
/titanic_41/usr/src/lib/libast/common/include/
H A Dhash.h93 #define hashname(b) ((((b)->hash&HASH_HIDES)?((Hash_bucket_t*)((b)->name)):(b))->name) macro
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dhash.h102 #define hashname(b) ((((b)->hash&HASH_HIDES)?((Hash_bucket_t*)((b)->name)):(b))->name) macro
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dhash.h102 #define hashname(b) ((((b)->hash&HASH_HIDES)?((Hash_bucket_t*)((b)->name)):(b))->name) macro
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dhash.h102 #define hashname(b) ((((b)->hash&HASH_HIDES)?((Hash_bucket_t*)((b)->name)):(b))->name) macro
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dhash.h102 #define hashname(b) ((((b)->hash&HASH_HIDES)?((Hash_bucket_t*)((b)->name)):(b))->name) macro
/titanic_41/usr/src/uts/sun4v/io/
H A Dvsw_switching.c938 char hashname[MAXNAMELEN]; in vsw_vlan_create_hash() local
943 (void) snprintf(hashname, MAXNAMELEN, "vsw%d-vlan-hash", in vsw_vlan_create_hash()
947 vswp->vlan_hashp = mod_hash_create_idhash(hashname, in vsw_vlan_create_hash()
953 (void) snprintf(hashname, MAXNAMELEN, "port%d-vlan-hash", in vsw_vlan_create_hash()
957 portp->vlan_hashp = mod_hash_create_idhash(hashname, in vsw_vlan_create_hash()
H A Dvsw.c583 char hashname[MAXNAMELEN]; in vsw_attach() local
634 (void) snprintf(hashname, MAXNAMELEN, "vsw_unicst_table-%d", in vsw_attach()
636 D2(vswp, "creating unicast hash table (%s)...", hashname); in vsw_attach()
638 vswp->fdb_hashp = mod_hash_create_ptrhash(hashname, vswp->fdb_nchains, in vsw_attach()
644 (void) snprintf(hashname, MAXNAMELEN, "vsw_mcst_table-%d", in vsw_attach()
646 D2(vswp, "creating multicast hash table %s)...", hashname); in vsw_attach()
647 vswp->mfdb = mod_hash_create_ptrhash(hashname, vsw_fdb_nchains, in vsw_attach()
H A Dvnet.c1156 char hashname[MAXNAMELEN]; in vnet_fdb_create() local
1158 (void) snprintf(hashname, MAXNAMELEN, "vnet%d-fdbhash", in vnet_fdb_create()
1161 vnetp->fdb_hashp = mod_hash_create_ptrhash(hashname, vnetp->fdb_nchains, in vnet_fdb_create()
H A Dvnet_gen.c1492 char hashname[MAXNAMELEN]; in vgen_vlan_create_hash() local
1494 (void) snprintf(hashname, MAXNAMELEN, "port%d-vlan-hash", in vgen_vlan_create_hash()
1498 portp->vlan_hashp = mod_hash_create_idhash(hashname, in vgen_vlan_create_hash()
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dname.c3171 #undef hashname
3173 extern char *hashname(void *obj) in hashname() function