Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/am-utils/dist/amd/
Damfs_generic.c92 static void amfs_cont(int rc, int term, opaque_t arg);
505 amfs_cont(int rc, int term, opaque_t arg) in amfs_cont() function
853 run_task(mount_node, (opaque_t) mp, amfs_cont, (opaque_t) cp); in amfs_bgmount()
/netbsd/src/external/bsd/am-utils/dist/
DChangeLog4086 * amd/amfs_generic.c (amfs_cont): one more dlog
4436 (amfs_cont): only release the autofs_fh if the filesystem is not
4775 at shutdown time and amfs_cont()
5076 * amd/amfs_generic.c (amfs_cont): check for (am_error > 0) before
5366 * amd/amfs_generic.c (amfs_cont): release autofs_fh if mounting
5399 * amd/amfs_generic.c (amfs_cont): minor code optimization
5410 amfs_auto_cont() -> amfs_cont(), moved to generic, made static;