Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/amd/amd/
H A Damd.h64 #define CFM_PROCESS_LOCK 0x00000010 macro
82 #define CFM_DEFAULT_FLAGS (CFM_PROCESS_LOCK|CFM_USE_TCPWRAPPERS|CFM_AUTOFS_USE_LOFS|CFM_DOMAIN_STRI…
H A Damd.c556 if (gopt.flags & CFM_PROCESS_LOCK) { in main()
H A Dget_args.c312 gopt.flags &= ~CFM_PROCESS_LOCK; /* turn process locking off */ in get_args()
H A Dconf.c1054 gopt.flags |= CFM_PROCESS_LOCK; in gopt_plock()
1057 gopt.flags &= ~CFM_PROCESS_LOCK; in gopt_plock()