Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/amd/amd/
Dmapc.c120 static mnt_map *root_map; variable
1099 if (!root_map) in root_newmap()
1100 root_map = mapc_find(ROOT_MAP, "mapdefault", NULL, NULL); in root_newmap()
1140 mapc_repl_kv(root_map, xstrdup(dir), xstrdup(str)); in root_newmap()
1170 if (root_map) { in root_keyiter()
1171 int c = mapc_keyiter(root_map, fn, arg); in root_keyiter()