Home
last modified time | relevance | path

Searched refs:max_map (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ypcmd/shared/
H A Dlockmap.c78 int max_map; in get_map_id() local
81 get_list_max(&map_list_p, &max_map); in get_map_id()
93 map_name, max_map); in get_map_id()
100 return (max_map); in get_map_id()
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dmap_ctrl.c68 static int max_map = 0; variable
562 max_map); in dump_map_id_list()
613 max_map = 0; in free_map_id_list()
710 max_map = seqnum; in map_id_list_init()
721 if (max_map > MAXHASH) { in map_id_list_init()
725 myself, max_map); in map_id_list_init()
747 *max = max_map; in get_list_max()