Home
last modified time | relevance | path

Searched refs:NCONF (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmsmac/
H A Dtypes.h100 #define NCONF 0x000001ff /* Supported nphy revs: macro
146 #define NCONF_HAS(val) CONF_HAS(NCONF, val)
147 #define NCONF_MSK(mask) CONF_MSK(NCONF, mask)
148 #define NCONF_IS(val) CONF_IS(NCONF, val)
149 #define NCONF_GE(val) CONF_GE(NCONF, val)
150 #define NCONF_GT(val) CONF_GT(NCONF, val)
151 #define NCONF_LT(val) CONF_LT(NCONF, val)
152 #define NCONF_LE(val) CONF_LE(NCONF, val)
/freebsd/usr.bin/ministat/
H A Dministat.c30 #define NCONF 6 macro
32 static double const student[NSTUDENT + 1][NCONF] = {
535 for (i = 0; i < NCONF; i++) { in usage()
596 for (i = 0; i < NCONF; i++) in main()
/freebsd/crypto/openssl/
H A DREADME-ENGINES.md60 NCONF) code so that applications using OpenSSL's existing configuration
H A DNEWS.md1777 * NCONF: new configuration handling routines.
H A DCHANGES.md15280 * Rewrite commands to use `NCONF` routines instead of the old `CONF`.
15281 New functions to support `NCONF` routines in extension code.
15283 to allow functions which take an `NCONF` to also handle the old `LHASH`
16465 * NCONF changes.