Home
last modified time | relevance | path

Searched refs:name_hash (Results 1 – 10 of 10) sorted by relevance

/minix/external/bsd/dhcp/dist/common/
H A Dtables.c1063 if (!option_name_new_hash(&dhcp_universe.name_hash, in initialize_common_option_spaces()
1072 option_name_hash_add(dhcp_universe.name_hash, in initialize_common_option_spaces()
1109 if (!option_name_new_hash(&nwip_universe.name_hash, in initialize_common_option_spaces()
1118 option_name_hash_add(nwip_universe.name_hash, in initialize_common_option_spaces()
1155 if (!option_name_new_hash(&fqdn_universe.name_hash, in initialize_common_option_spaces()
1164 option_name_hash_add(fqdn_universe.name_hash, in initialize_common_option_spaces()
1312 option_name_hash_report(isc_universe.name_hash)); in initialize_common_option_spaces()
1348 option_name_hash_add(dhcpv6_universe.name_hash, in initialize_common_option_spaces()
1394 option_name_hash_add(vsio_universe.name_hash, in initialize_common_option_spaces()
1435 option_name_hash_add(isc6_universe.name_hash, in initialize_common_option_spaces()
[all …]
H A Dparse.c1218 option_name_hash_lookup(opt, universe->name_hash, val, 0, MDL);
1479 if (!option_name_new_hash(&nu->name_hash, hsize, MDL) ||
1828 option_name_hash_add(option->universe->name_hash, option->name, 0,
2688 config_universe->name_hash,
/minix/external/bsd/dhcp/dist/server/
H A Dstables.c441 if (!option_name_new_hash(&agent_universe.name_hash, in initialize_server_option_spaces()
450 option_name_hash_add(agent_universe.name_hash, in initialize_server_option_spaces()
456 option_name_hash_report(agent_universe.name_hash)); in initialize_server_option_spaces()
482 if (!option_name_new_hash(&server_universe.name_hash, in initialize_server_option_spaces()
491 option_name_hash_add(server_universe.name_hash, in initialize_server_option_spaces()
497 option_name_hash_report(server_universe.name_hash)); in initialize_server_option_spaces()
H A Dmdb.c3049 if (universes[i]->name_hash) in free_everything()
3051 &universes[i]->name_hash, in free_everything()
H A Dconfpars.c746 option->universe->name_hash,
/minix/minix/lib/libvtreefs/
H A Dinode.c120 unsigned int name_hash; in parent_name_hash() local
123 name_hash = sdbm_hash(name, strlen(name)); in parent_name_hash()
126 return (parent->i_num ^ name_hash) % nr_inodes; in parent_name_hash()
/minix/external/bsd/dhcp/dist/includes/
H A Dtree.h337 option_name_hash_t *name_hash; member
/minix/minix/commands/sprofalyze/
H A Dsprofalyze.c124 static unsigned name_hash(const char *name);
327 ptr = &binary_hashtab[name_hash(name) % BINARY_HASHTAB_SIZE]; in binary_hashtab_get_ptr()
587 static unsigned name_hash(const char *name) { in name_hash() function
/minix/external/bsd/bind/dist/lib/dns/
H A Dname.c484 name_hash(dns_name_t *name, isc_boolean_t case_sensitive) { in name_hash() function
527 return (name_hash(name, case_sensitive)); in dns_name_hash()
572 return (name_hash(name, case_sensitive)); in dns_name_hashbylabel()
584 h += name_hash(&tname, case_sensitive); in dns_name_hashbylabel()
/minix/external/bsd/dhcp/dist/client/
H A Dclparse.c545 option_name_hash_delete(option->universe->name_hash,