Searched refs:init_hash (Results 1 - 9 of 9) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/truss/
H A Dhtbl.h83 extern htbl_t *init_hash(unsigned int);
H A Dhtbl.c43 init_hash(unsigned int size) function
H A Dmain.c1611 fcall_tbl = init_hash(4096);
/opensolaris-onvv-gate/usr/src/uts/common/io/hxge/
H A Dhxge_common.h147 uint32_t init_hash; member in struct:hxge_class_pt_cfg
H A Dhxge_pfc.c519 p_class_cfgp->init_hash = seed;
875 status = hxge_pfc_set_hash(hxgep, p_class_cfgp->init_hash);
H A Dhxge_virtual.c451 p_class_cfgp->init_hash = (uint32_t)cfg_value;
/opensolaris-onvv-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c282 init_hash(hashtable_t *table, int bad_key, int table_length, function
879 if (init_hash(hosthash, 0, HOSTHASHSIZE, MAXHOSTNAMELEN))
882 if (init_hash(uidhash, -2, UIDHASHSIZE, USERNAMELEN))
885 if (init_hash(gidhash, -2, GIDHASHSIZE, GIDNAMELEN))
/opensolaris-onvv-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.c74 static HTAB *init_hash __P((HTAB *, const char *, const HASHINFO *));
166 if (!(hashp = init_hash(hashp, file, info)))
326 init_hash(hashp, file, info) function
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DCC.pm93 sub init_hash { map { $_ => 1 } @_ } subroutine
99 %skip_lexicals = init_hash qw(pp_enter pp_enterloop);
100 %skip_invalidate = init_hash qw(pp_enter pp_enterloop);
101 %need_curcop = init_hash qw(pp_rv2gv pp_bless pp_repeat pp_sort pp_caller

Completed in 135 milliseconds