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

/illumos-gate/usr/src/cmd/ypcmd/shared/
H A Dlockmap.c80 int max_map; local
82 /* initializes map_list_p & max_map */
83 get_list_max(&map_list_p, &max_map);
94 ", giving max_map value (%d)",
95 map_name, max_map);
97 * max_map does not match any map id, hence
102 return (max_map);
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dmap_ctrl.c64 * max_map: max number of maps in map_id_list
70 static int max_map = 0; variable
549 * DESCRIPTION: display max_map and dump map_id_list[]
563 "dump_map_id_list: max_map is: %d, dumping map_idlist ...",
564 max_map);
590 * reset max_map to 0
615 max_map = 0;
621 * DESCRIPTION: initializes map_id_list[] and max_map
712 max_map = seqnum;
723 if (max_map > MAXHAS
[all...]

Completed in 45 milliseconds