Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dshim.h73 #define MAP_MAGIC 0x09876543 macro
H A Dmap_ctrl.c244 map->magic = MAP_MAGIC; in map_ctrl_init()
273 if (((map_ctrl *)db)->magic != MAP_MAGIC) { in get_map_ctrl()