Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmapd.h103 int new_eph_db; /* was the ephem ID db [re-]created? */ member
H A Didmapd.c423 if ((error = allocids(_idmapdstate.new_eph_db, in init_idmapd()
H A Ddbutils.c528 _idmapdstate.new_eph_db = (created || upgraded) ? 1 : 0; in init_dbs()