D | modpost.c | 46 enum export { enum 162 enum export export; /* Type of export */ member 199 enum export export) in new_symbol() argument 207 new->export = export; in new_symbol() 228 enum export export; member 230 { .str = "EXPORT_SYMBOL", .export = export_plain }, 231 { .str = "EXPORT_UNUSED_SYMBOL", .export = export_unused }, 232 { .str = "EXPORT_SYMBOL_GPL", .export = export_gpl }, 233 { .str = "EXPORT_UNUSED_SYMBOL_GPL", .export = export_unused_gpl }, 234 { .str = "EXPORT_SYMBOL_GPL_FUTURE", .export = export_gpl_future }, [all …]
|