Home
last modified time | relevance | path

Searched refs:FM_STARTUP (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/sasyncd/
H A Dsasyncd.h69 #define FM_STARTUP 0x0000 macro
H A Dconf.y107 flushmode : STARTUP { $$ = FM_STARTUP; }
H A Dpfkey.c469 if ((cfgstate.flags & FM_MASK) == FM_STARTUP) in pfkey_snapshot()