Searched refs:EXPORT_SYMS (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-13-stable/sys/modules/procfs/
H A DMakefile20 EXPORT_SYMS= macro
21 EXPORT_SYMS+= procfs_attr
22 EXPORT_SYMS+= procfs_candebug
23 EXPORT_SYMS+= procfs_docurproc
24 EXPORT_SYMS+= procfs_doprocfile
25 EXPORT_SYMS+= procfs_doprocmem
26 EXPORT_SYMS+= procfs_notsystem
/freebsd-13-stable/sys/modules/linux_common/
H A DMakefile10 EXPORT_SYMS= macro
11 EXPORT_SYMS+= linux_emul_path
12 EXPORT_SYMS+= linux_ioctl_register_handler
13 EXPORT_SYMS+= linux_ioctl_unregister_handler
14 EXPORT_SYMS+= linux_get_osname
15 EXPORT_SYMS+= linux_get_osrelease
/freebsd-13-stable/sys/modules/bcm283x_clkman/
H A DMakefile8 EXPORT_SYMS= bcm2835_clkman_set_frequency macro
/freebsd-13-stable/sys/modules/cd9660/
H A DMakefile9 EXPORT_SYMS= cd9660_iconv macro
/freebsd-13-stable/sys/modules/msdosfs/
H A DMakefile9 EXPORT_SYMS= msdosfs_iconv macro
/freebsd-13-stable/sys/modules/sppp/
H A DMakefile9 EXPORT_SYMS= sppp_attach \ macro
/freebsd-13-stable/sys/modules/udf/
H A DMakefile9 EXPORT_SYMS= udf_iconv macro
/freebsd-13-stable/sys/modules/libiconv/
H A DMakefile10 EXPORT_SYMS= iconv_add \ macro
/freebsd-13-stable/sys/modules/libmchain/
H A DMakefile8 EXPORT_SYMS= mb_init \ macro
/freebsd-13-stable/sys/modules/ppbus/
H A DMakefile10 EXPORT_SYMS= ppb_attach_device \ macro
/freebsd-13-stable/sys/modules/pseudofs/
H A DMakefile13 EXPORT_SYMS= pfs_mount \ macro
/freebsd-13-stable/sys/modules/agp/
H A DMakefile23 EXPORT_SYMS= agp_find_device \ macro
36 EXPORT_SYMS+= intel_gtt_clear_range \
/freebsd-13-stable/sys/modules/mac_veriexec/
H A DMakefile20 EXPORT_SYMS+= ve_mutex \
/freebsd-13-stable/sys/modules/linux/
H A DMakefile48 EXPORT_SYMS= macro
49 EXPORT_SYMS+= linux_emul_path
50 EXPORT_SYMS+= linux_get_osname
51 EXPORT_SYMS+= linux_get_osrelease
52 EXPORT_SYMS+= linux_ioctl_register_handler
53 EXPORT_SYMS+= linux_ioctl_unregister_handler
/freebsd-13-stable/sys/modules/mii/
H A DMakefile16 EXPORT_SYMS= mii_attach \ macro
/freebsd-13-stable/sys/modules/opensolaris/
H A DMakefile30 EXPORT_SYMS= cpu_core macro
/freebsd-13-stable/sys/modules/cam/
H A DMakefile45 EXPORT_SYMS= YES # XXX evaluate macro
/freebsd-13-stable/sys/conf/
H A Dkmod.mk12 # EXPORT_SYMS A list of symbols that should be exported from the module,
234 EXPORT_SYMS?= NO macro
235 .if ${EXPORT_SYMS} != YES
253 .if defined(EXPORT_SYMS)
254 .if ${EXPORT_SYMS} != YES
255 .if ${EXPORT_SYMS} == NO
257 .elif !exists(${.CURDIR}/${EXPORT_SYMS})
258 echo -n "${EXPORT_SYMS:@s@$s${.newline}@}" > export_syms
260 grep -v '^#' < ${EXPORT_SYMS} > export_syms
265 .endif # defined(EXPORT_SYMS)
[all...]
/freebsd-13-stable/sys/modules/dtrace/dtrace/
H A DMakefile52 EXPORT_SYMS= dtrace_register \ macro
/freebsd-13-stable/sys/modules/sound/sound/
H A DMakefile35 EXPORT_SYMS= YES # XXX evaluate macro
/freebsd-13-stable/contrib/ncurses/form/
H A DMakefile.in69 LIBTOOL_OPTS = @LIBTOOL_OPTS@ @EXPORT_SYMS@
/freebsd-13-stable/contrib/ncurses/menu/
H A DMakefile.in69 LIBTOOL_OPTS = @LIBTOOL_OPTS@ @EXPORT_SYMS@
/freebsd-13-stable/contrib/ncurses/panel/
H A DMakefile.in71 LIBTOOL_OPTS = @LIBTOOL_OPTS@ @EXPORT_SYMS@
/freebsd-13-stable/contrib/ncurses/ncurses/
H A DMakefile.in77 LIBTOOL_OPTS = @LIBTOOL_OPTS@ @EXPORT_SYMS@
/freebsd-13-stable/contrib/ncurses/
H A Dconfigure6277 EXPORT_SYMS="-export-symbols $with_export_syms"
26723 s,@EXPORT_SYMS@,$EXPORT_SYMS,;t t

Completed in 294 milliseconds

12