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

1234567891011>>

/haiku-fatelf/headers/private/media/
H A Daudio_module.h1 #include <module.h>
5 module_info module; member in struct:audio_module_info
/haiku-fatelf/src/tools/fs_shell/
H A Dmodule.cpp11 #include "module.h"
47 /* Each known module will have this structure which is put in the
51 struct module { struct in namespace:FSShell
52 struct module *next;
58 module_state state; /* state of module */
67 * they have to wait for each other, i.e. we need one lock per module;
72 /* we store the loaded modules by directory path, and all known modules by module name
78 /** calculates hash for a module using its name */
83 module *module local
101 module *module = (struct module *)_module; local
111 inc_module_ref_count(struct module *module) argument
118 dec_module_ref_count(struct module *module) argument
131 module *module; local
184 init_module(module *module) argument
233 uninit_module(module *module) argument
294 struct module *module; local
345 module *module; local
383 module *module; local
[all...]
/haiku-fatelf/src/bin/gdb/
H A DMakefile.def24 // "missing" indicates that that module doesn't supply
27 build_modules= { module= libiberty; };
28 build_modules= { module= bison; };
29 build_modules= { module= byacc; };
30 build_modules= { module= flex; };
31 build_modules= { module= m4; };
32 build_modules= { module= texinfo; };
33 build_modules= { module= fixincludes;
36 host_modules= { module= ash; };
37 host_modules= { module
[all...]
/haiku-fatelf/src/libs/tiff/
H A Dtif_error.c51 TIFFError(const char* module, const char* fmt, ...) argument
56 (*_TIFFerrorHandler)(module, fmt, ap);
58 (*_TIFFerrorHandlerExt)(0, module, fmt, ap);
63 TIFFErrorExt(thandle_t fd, const char* module, const char* fmt, ...) argument
68 (*_TIFFerrorHandler)(module, fmt, ap);
70 (*_TIFFerrorHandlerExt)(fd, module, fmt, ap);
H A Dtif_warning.c51 TIFFWarning(const char* module, const char* fmt, ...) argument
56 (*_TIFFwarningHandler)(module, fmt, ap);
58 (*_TIFFwarningHandlerExt)(0, module, fmt, ap);
63 TIFFWarningExt(thandle_t fd, const char* module, const char* fmt, ...) argument
68 (*_TIFFwarningHandler)(module, fmt, ap);
70 (*_TIFFwarningHandlerExt)(fd, module, fmt, ap);
H A Dtif_zip.c91 static const char module[] = "ZIPSetupDecode"; local
102 TIFFErrorExt(tif->tif_clientdata, module, "%s: %s", tif->tif_name, sp->stream.msg);
133 static const char module[] = "ZIPDecode"; local
146 TIFFErrorExt(tif->tif_clientdata, module,
154 TIFFErrorExt(tif->tif_clientdata, module, "%s: zlib error: %s",
160 TIFFErrorExt(tif->tif_clientdata, module,
172 static const char module[] = "ZIPSetupEncode"; local
181 TIFFErrorExt(tif->tif_clientdata, module, "%s: %s", tif->tif_name, sp->stream.msg);
214 static const char module[] = "ZIPEncode"; local
224 TIFFErrorExt(tif->tif_clientdata, module, "
246 static const char module[] = "ZIPPostEncode"; local
302 static const char module[] = "ZIPVSetField"; local
345 static const char module[] = "TIFFInitZIP"; local
[all...]
H A Dtif_unix.c155 static const char module[] = "TIFFOpen"; local
159 m = _TIFFgetMode(mode, module);
174 TIFFErrorExt(0, module, "%s: Cannot open", name);
192 static const char module[] = "TIFFOpenW"; local
198 m = _TIFFgetMode(mode, module);
209 TIFFErrorExt(0, module, "%s: Cannot open", name);
218 TIFFErrorExt(0, module,
275 unixWarningHandler(const char* module, const char* fmt, va_list ap) argument
277 if (module != NULL)
278 fprintf(stderr, "%s: ", module);
286 unixErrorHandler(const char* module, const char* fmt, va_list ap) argument
[all...]
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlmodule.h2 * Summary: dynamic module loading
3 * Description: basic API for dynamic module loading, used by
25 * A handle to a dynamically loaded module
43 XMLPUBFUN int XMLCALL xmlModuleSymbol (xmlModulePtr module,
47 XMLPUBFUN int XMLCALL xmlModuleClose (xmlModulePtr module);
49 XMLPUBFUN int XMLCALL xmlModuleFree (xmlModulePtr module);
/haiku-fatelf/headers/os/drivers/
H A Dbus_manager.h9 #include <module.h>
H A Ddpc.h1 /* DPC module API
10 #include <module.h>
H A Dmime_table.h5 / Description: Kernel mime table and matcher module API
14 #include <module.h>
/haiku-fatelf/src/bin/unzip/
H A Dunreduce.c13 Copyright-clean dummy module, without any real code.
15 If you really need unreduce support, replace this module by the full
21 #define __UNREDUCE_C /* identifies this source module */
33 #error This dummy-module does not support the unreduce method!
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dmodule.c2 * "$Id: module.c,v 1.26 2006/09/28 15:40:05 m0m Exp $"
4 * Gutenprint module loader - load modules with libltdl/libdl.
45 static int stp_module_register(stp_module_t *module);
54 {STP_MODULE_CLASS_COLOR, N_("Color conversion module")},
90 * Callback for removing a module from stp_module_list.
93 module_list_freefunc(void *item /* module to remove */)
95 stp_module_t *module = (stp_module_t *) item; local
96 if (module && module->fini) /* Call the module exi
243 lt_dlhandle module; /* Handle for module */ local
325 stp_module_t *module; /* Module to initialise */ local
369 char *module; /* Real module name */ local
[all...]
H A DMakefile.am50 color_traditional_la_LDFLAGS = -module -avoid-version
60 print_canon_la_LDFLAGS = -module -avoid-version
70 print_escp2_la_LDFLAGS = -module -avoid-version
73 print_lexmark_la_LDFLAGS = -module -avoid-version
76 print_pcl_la_LDFLAGS = -module -avoid-version
79 print_ps_la_LDFLAGS = -module -avoid-version
82 print_dyesub_la_LDFLAGS = -module -avoid-version
85 print_raw_la_LDFLAGS = -module -avoid-version
132 module.c \
/haiku-fatelf/src/libs/compat/freebsd_network/compat/sys/
H A Dmodule.h8 typedef struct module* module_t;
21 #define MODULE_DEPEND(module, mdepend, vmin, vpref, vmax)
/haiku-fatelf/src/libs/pdflib/libs/tiff/
H A Dtif_error.c41 TIFFError(const char* module, const char* fmt, ...) argument
46 (*_TIFFerrorHandler)(module, fmt, ap);
H A Dtif_warning.c41 TIFFWarning(const char* module, const char* fmt, ...) argument
46 (*_TIFFwarningHandler)(module, fmt, ap);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlmodule.c2 * xmlmodule.c : basic API for dynamic module loading added 2.6.17
33 * module memory error handler *
44 xmlModuleErrMemory(xmlModulePtr module, const char *extra) argument
48 if (module != NULL) {
49 name = (const char *) module->name;
60 * @name: the module name
63 * Opens a module/shared library given its name or path
66 * Returns a handle for the module or NULL in case of error
71 xmlModulePtr module; local
73 module
106 xmlModuleSymbol(xmlModulePtr module, const char *name, void **symbol) argument
142 xmlModuleClose(xmlModulePtr module) argument
178 xmlModuleFree(xmlModulePtr module) argument
[all...]
/haiku-fatelf/src/system/kernel/
H A Dmodule.cpp83 /* Each loaded module image (which can export several modules) is put
94 char* path; // the full path for the module
99 /* Each known module will have this structure which is put in the
103 struct module { struct
104 struct module* next;
134 // within a module we're addressing.
302 they have to wait for each other, i.e. we need one lock per module;
305 Reference counting: get_module() increments the ref count of a module,
306 put_module() decrements it. When a B_KEEP_LOADED module is initialized
308 uninitialized/unloaded. A referenced module, unles
327 module* module = (struct module*)_module; local
344 module* module = (struct module*)_module; local
521 module* module; local
593 struct module* module = (struct module*)hash_lookup(sModulesHash, local
667 put_dependent_modules(struct module* module) argument
688 get_dependent_modules(struct module* module) argument
716 init_module(module* module) argument
779 uninit_module(module* module) argument
911 struct module* module = (struct module*)hash_next(sModulesHash, local
1144 struct module* module = NULL; local
1168 struct module* module; local
1851 struct module* module; local
2155 struct module* module = (struct module*)hash_next(sModulesHash, &iterator); local
2177 module* module; local
2238 module* module; local
[all...]
/haiku-fatelf/data/etc/bash_completion.d/helpers/
H A Dperl27 my $module = $base . $file;
28 next if $module !~ /^\Q$word/;
29 next if $seen{$module}++;
30 print $module . "\n";
/haiku-fatelf/headers/private/net/
H A Dnet_notifications.h9 #include <module.h>
/haiku-fatelf/src/add-ons/kernel/generic/mime_table/
H A Dmakefile33 SRCS= mime_table.c module.c
/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPModule.h9 #include <module.h>
17 //!< Default kernel module structure.
22 /*! \brief Signals your module to add its handlers to the PPP interface.
36 \param settings The settings for your module.
37 \param type Specifies which key caused loading the module. This would be
/haiku-fatelf/src/tests/add-ons/kernel/kernelland_emu/
H A Dmodule.cpp18 #include <module.h>
99 bool AddModule(Module *module);
100 bool RemoveModule(Module *module);
168 TRACE(("ModuleAddOn::Load(): searching module `%s'...\n", path));
172 // get the module dir relative path
359 ModuleList::AddModule(Module *module) argument
362 if (module && !FindModule(module->Info()->name))
363 result = fModules.AddItem(module);
364 return module;
369 RemoveModule(Module *module) argument
413 Module *module = fModules.FindModule(path); local
640 Module *module = fModules.ModuleAt(i); local
[all...]
/haiku-fatelf/src/libs/pdflib/bind/pdflib/php/ext/pdf/
H A Dlibs.php-404.mk5 $(SHARED_LIBTOOL) --mode=link $(COMPILE) $(LDFLAGS) -o $@ -avoid-version -module -rpath $(phplibdir) $(LTLIBRARY_LDFLAGS) $(LTLIBRARY_OBJECTS) $(LTLIBRARY_SHARED_LIBADD)

Completed in 147 milliseconds

1234567891011>>