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

/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dmap_ctrl.c63 * map_id_list: hash table for map lists
64 * max_map: max number of maps in map_id_list
69 static map_id_elt_t *map_id_list[MAXHASH]; variable
500 * DESCRIPTION: add a map in map_id_list[]
534 if (map_id_list[index] == NULL) {
537 new_elt->next = map_id_list[index];
540 map_id_list[index] = new_elt;
549 * DESCRIPTION: display max_map and dump map_id_list[]
567 if (map_id_list[i] == NULL) {
573 cur_elt = map_id_list[
[all...]

Completed in 57 milliseconds