Home
last modified time | relevance | path

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

/openbsd/usr.sbin/ypserv/ypserv/
H A Dypserv_db.c74 struct maplist dmaps; /* the domain's active maps */ member
218 LIST_FOREACH(m, &d->dmaps, mapsl) in ypdb_open_db()
306 LIST_INIT(&d->dmaps); in ypdb_open_db()
330 LIST_INSERT_HEAD(&d->dmaps, m, mapsl); in ypdb_open_db()