Searched refs:error_search (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/usr.sbin/amd/amd/
H A Dmapc.c186 static int error_search(mnt_map *, char *, char *, char **, time_t *);
190 { "root", root_init, error_reload, error_search, error_mtime, MAPC_ROOT },
204 { "error", error_init, error_reload, error_search, error_mtime, MAPC_NONE },
432 m->search = alloc >= MAPC_ALL ? error_search : mt->search;
794 error_search(mnt_map *m, char *map, char *key, char **pval, time_t *tp) function

Completed in 178 milliseconds