Searched full:verid (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/sys/ |
H A D | cdefs.h | 382 #define __sym_compat(sym,impl,verid) \ argument 383 __asm__(".symver " #impl ", " #sym "@" #verid) 384 #define __sym_default(sym,impl,verid) \ argument 385 __asm__(".symver " #impl ", " #sym "@@@" #verid) 396 #define __sym_compat(sym,impl,verid) \ argument 397 __asm__(".symver impl, sym@verid") 398 #define __sym_default(impl,sym,verid) \ argument 399 __asm__(".symver impl, sym@@@verid")
|
/freebsd/lib/libc/include/ |
H A D | compat.h | 38 #define __sym_compat(sym, impl, verid) \ argument 39 .symver impl, sym@verid
|
/freebsd/tools/tools/cd2dvd/ |
H A D | cd2dvd.sh | 102 if [ -z "${VERID}" ] 104 VERID="${cdver}" 107 if [ "${VERID}" != "${cdver}" ]
|
/freebsd/tools/build/cross-build/include/common/sys/ |
H A D | cdefs.h | 133 #define __sym_compat(sym, impl, verid) /* not needed for bootstrapping */ argument 136 #define __sym_default(sym, impl, verid) /* not needed for bootstrapping */ argument
|
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
H A D | nxp,imx8qxp-adc.yaml | 44 External ADC reference voltage supply on VREFH pad. If VERID[MVI] is
|
/freebsd/share/man/man9/ |
H A D | cdefs.9 | 192 .It Sy __sym_compat(sym,impl,verid) Ta 193 .It Sy __sym_default(sym,impl,verid) Ta
|