Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dmap.c938 if (!(mf->mf_flags & MFF_LOGDOWN)) { in unmount_mp()
941 mf->mf_flags |= MFF_LOGDOWN; in unmount_mp()
H A Damd.h127 #define MFF_LOGDOWN 0x0040 /* Logged that this mount is down */ macro