Searched refs:SM_CONF_SEM (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/sendmail/include/sm/os/
H A Dsm_os_openbsd.h25 #ifndef SM_CONF_SEM
26 # define SM_CONF_SEM 1 macro
27 #endif /* SM_CONF_SEM */
H A Dsm_os_mpeix.h22 #ifndef SM_CONF_SEM
23 # define SM_CONF_SEM 2 macro
24 #endif /* SM_CONF_SEM */
H A Dsm_os_freebsd.h34 #ifndef SM_CONF_SEM
36 # define SM_CONF_SEM 2 /* union semun is no longer declared by default */ macro
38 # define SM_CONF_SEM 1 macro
H A Dsm_os_aix.h21 #ifndef SM_CONF_SEM
22 # define SM_CONF_SEM 2 macro
23 #endif /* SM_CONF_SEM */
H A Dsm_os_dragonfly.h28 #ifndef SM_CONF_SEM
29 # define SM_CONF_SEM 1 macro
30 #endif /* SM_CONF_SEM */
H A Dsm_os_hp.h21 #ifndef SM_CONF_SEM
22 # define SM_CONF_SEM 2 macro
23 #endif /* SM_CONF_SEM */
H A Dsm_os_unicosmp.h22 #define SM_CONF_SEM 1 macro
H A Dsm_os_sunos.h28 # ifndef SM_CONF_SEM
29 # define SM_CONF_SEM 2 macro
30 # endif /* SM_CONF_SEM */
H A Dsm_os_linux.h37 #ifndef SM_CONF_SEM
38 # define SM_CONF_SEM 2 macro
39 #endif /* SM_CONF_SEM */
/freebsd-13-stable/contrib/sendmail/include/sm/
H A Dsem.h22 # if SM_CONF_SEM > 0
27 # if SM_CONF_SEM == 2
34 # endif /* SM_CONF_SEM == 2 */
52 # else /* SM_CONF_SEM > 0 */
58 # endif /* SM_CONF_SEM > 0 */
/freebsd-13-stable/contrib/sendmail/libsm/
H A Dconfig.c197 #if SM_CONF_SEM
198 "SM_CONF_SEM",
H A Dsem.c13 #if SM_CONF_SEM
245 #endif /* SM_CONF_SEM */
H A Dt-sem.c15 #if SM_CONF_SEM
391 #else /* SM_CONF_SEM */
400 #endif /* SM_CONF_SEM */
/freebsd-13-stable/contrib/sendmail/src/
H A Dqueue.c6685 #if _FFR_USE_SEM_LOCKING && SM_CONF_SEM
6700 #else /* _FFR_USE_SEM_LOCKING && SM_CONF_SEM */
6703 #endif /* _FFR_USE_SEM_LOCKING && SM_CONF_SEM */
6712 #if SM_CONF_SEM
6731 #endif /* SM_CONF_SEM */
6753 #if SM_CONF_SEM
6846 # if _FFR_USE_SEM_LOCKING && SM_CONF_SEM

Completed in 126 milliseconds