Home
last modified time | relevance | path

Searched refs:map_id_elt_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dmap_ctrl.c67 static map_id_elt_t *map_id_list[MAXHASH];
511 map_id_elt_t *new_elt; in insert_map_in_list()
521 new_elt = (map_id_elt_t *)calloc(1, sizeof (map_id_elt_t)); in insert_map_in_list()
558 map_id_elt_t *cur_elt; in dump_map_id_list()
598 map_id_elt_t *cur_elt, *next_elt; in free_map_id_list()
744 get_list_max(map_id_elt_t ***list, int *max) in get_list_max()
H A Dshim.h83 } map_id_elt_t; typedef
119 extern void get_list_max(map_id_elt_t ***list, int *max);
/illumos-gate/usr/src/cmd/ypcmd/shared/
H A Dlockmap.c72 map_id_elt_t *cur_elt; in get_map_id()
77 map_id_elt_t **map_list_p; in get_map_id()