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

/freebsd-11-stable/sys/modules/linux_common/
H A DMakefile10 EXPORT_SYMS= macro
11 EXPORT_SYMS+= linux_emul_path
12 EXPORT_SYMS+= linux_errtbl
13 EXPORT_SYMS+= linux_ioctl_register_handler
14 EXPORT_SYMS+= linux_ioctl_unregister_handler
15 EXPORT_SYMS+= linux_get_osname
16 EXPORT_SYMS+= linux_get_osrelease
/freebsd-11-stable/sys/modules/procfs/
H A DMakefile23 EXPORT_SYMS= macro
24 EXPORT_SYMS+= procfs_attr
25 EXPORT_SYMS+= procfs_candebug
26 EXPORT_SYMS+= procfs_docurproc
27 EXPORT_SYMS+= procfs_doprocfile
28 EXPORT_SYMS+= procfs_doprocmem
29 EXPORT_SYMS+= procfs_notsystem
/freebsd-11-stable/sys/modules/elink/
H A DMakefile8 EXPORT_SYMS= elink_reset elink_idseq macro
/freebsd-11-stable/sys/modules/bktr/bktr_mem/
H A DMakefile7 EXPORT_SYMS= bktr_has_stored_addresses \ macro
/freebsd-11-stable/sys/modules/msdosfs/
H A DMakefile9 EXPORT_SYMS= msdosfs_iconv macro
/freebsd-11-stable/sys/modules/udf/
H A DMakefile9 EXPORT_SYMS= udf_iconv macro
/freebsd-11-stable/sys/modules/arcnet/
H A DMakefile9 EXPORT_SYMS= arc_frag_init \ macro
/freebsd-11-stable/sys/modules/libmbpool/
H A DMakefile8 EXPORT_SYMS= mbp_create \ macro
/freebsd-11-stable/sys/modules/sppp/
H A DMakefile9 EXPORT_SYMS= sppp_attach \ macro
/freebsd-11-stable/sys/modules/cd9660/
H A DMakefile9 EXPORT_SYMS= cd9660_iconv macro
/freebsd-11-stable/sys/modules/libiconv/
H A DMakefile10 EXPORT_SYMS= iconv_add \ macro
/freebsd-11-stable/sys/modules/apm/
H A DMakefile15 EXPORT_SYMS= apm_display \ macro
/freebsd-11-stable/sys/modules/libmchain/
H A DMakefile8 EXPORT_SYMS= mb_init \ macro
/freebsd-11-stable/sys/modules/ppbus/
H A DMakefile10 EXPORT_SYMS= ppb_attach_device \ macro
/freebsd-11-stable/sys/modules/pseudofs/
H A DMakefile13 EXPORT_SYMS= pfs_mount \ macro
/freebsd-11-stable/sys/modules/scsi_low/
H A DMakefile8 EXPORT_SYMS= scsi_low_attach \ macro
/freebsd-11-stable/sys/modules/agp/
H A DMakefile23 EXPORT_SYMS= agp_find_device \ macro
36 EXPORT_SYMS+= intel_gtt_clear_range \
/freebsd-11-stable/sys/modules/linux/
H A DMakefile38 EXPORT_SYMS= macro
39 EXPORT_SYMS+= linux_emul_path
40 EXPORT_SYMS+= linux_get_osname
41 EXPORT_SYMS+= linux_get_osrelease
42 EXPORT_SYMS+= linux_ioctl_register_handler
43 EXPORT_SYMS+= linux_ioctl_unregister_handler
/freebsd-11-stable/sys/modules/mii/
H A DMakefile16 EXPORT_SYMS= mii_attach \ macro
/freebsd-11-stable/sys/modules/svr4/
H A DMakefile11 EXPORT_SYMS= svr4_delete_socket macro
/freebsd-11-stable/sys/modules/opensolaris/
H A DMakefile30 EXPORT_SYMS= cpu_core macro
/freebsd-11-stable/sys/modules/cam/
H A DMakefile46 EXPORT_SYMS= YES # XXX evaluate macro
/freebsd-11-stable/sys/conf/
H A Dkmod.mk12 # EXPORT_SYMS A list of symbols that should be exported from the module,
233 EXPORT_SYMS?= NO macro
234 .if ${EXPORT_SYMS} != YES
247 .if defined(EXPORT_SYMS)
248 .if ${EXPORT_SYMS} != YES
249 .if ${EXPORT_SYMS} == NO
251 .elif !exists(${.CURDIR}/${EXPORT_SYMS})
252 echo -n "${EXPORT_SYMS:@s@$s${.newline}@}" > export_syms
254 grep -v '^#' < ${EXPORT_SYMS} > export_syms
259 .endif # defined(EXPORT_SYMS)
[all...]
/freebsd-11-stable/sys/modules/sound/sound/
H A DMakefile35 EXPORT_SYMS= YES # XXX evaluate macro
/freebsd-11-stable/sys/modules/dtrace/dtrace/
H A DMakefile52 EXPORT_SYMS= dtrace_register \ macro

Completed in 315 milliseconds