Searched refs:mapc_find (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/bsd/am-utils/dist/amd/ |
H A D | amfs_root.c | 93 mf->mf_private = (opaque_t) mapc_find(mf->mf_info, "", NULL, NULL); in amfs_root_mount()
|
H A D | mapc.c | 808 mapc_find(char *map, char *opt, const char *maptype, const char *mntpt) in mapc_find() function 1102 root_map = mapc_find(ROOT_MAP, "mapdefault", NULL, NULL); in root_newmap()
|
H A D | autil.c | 397 mf->mf_private = (opaque_t) mapc_find(mf->mf_info, in amfs_mkcacheref()
|
H A D | amd.h | 628 extern mnt_map *mapc_find(char *, char *, const char *, const char *);
|
/netbsd-src/external/bsd/am-utils/dist/ |
H A D | ChangeLog | 1439 (mapc_find): takes 4rd arg (mntpt) and passes it to calls to 1447 mapc_find. 1450 mapc_find. 1452 * amd/amd.h: extern for mapc_find changed to pass the mount point. 6332 * amd/mapc.c (mapc_find): fixed indentation
|