Home
last modified time | relevance | path

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

/netbsd/usr.sbin/sysinst/
H A Ddefs.h315 #define PUIMNT_ASYNC 0x0001 /* mount -o async */ macro
H A Dmenus.mi235 edit->pset->infos[edit->index].mountflags ^= PUIMNT_ASYNC; };
H A Ddisks.c1600 ptn->mountflags & PUIMNT_ASYNC ? ",async" : "", in make_fstab()
H A Dlabel.c1270 if (edit->wanted->mountflags & PUIMNT_ASYNC) in draw_edit_ptn_line()