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

1234567891011>>

/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/bindings/python/
H A Dnetpgppython.i1 %module netpgppython
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/bindings/swig/
H A Dnetpgp.i1 %module netpgplang
H A Dswigit33 # Usage: swigit <lang> <module>
38 module=$2
58 case "$module" in
60 echo "You need to specify a module"
65 cat << EOF > ${module}${lang}.i
66 %module ${module}${lang}
68 #include <${module}.h>
72 %include ${module}.h
75 cp ../../include/${module}
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/bindings/tcl/
H A Dnetpgptcl.i1 %module netpgptcl
/netbsd-6-1-5-RELEASE/external/bsd/openpam/dist/lib/
H A Dopenpam_load.c53 * Locate a matching dynamic or static module.
59 pam_module_t *module; local
61 module = openpam_dynamic(path);
63 (module == NULL) ? "no" : "using", path);
66 /* look for a static module */
67 if (module == NULL && strchr(path, '/') == NULL) {
68 module = openpam_static(path);
70 (module == NULL) ? "no" : "using", path);
73 if (module == NULL) {
77 return (module);
87 openpam_release_module(pam_module_t *module) argument
[all...]
H A Dopenpam_static.c57 * Locate a statically linked module
63 pam_module_t * const *module; local
65 SET_FOREACH(module, openpam_static_modules) {
66 if (strcmp((*module)->path, path) == 0)
67 return (*module);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/tests/java/
H A Djaas.conf4 com.sun.security.auth.module.Krb5LoginModule required;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/bindings/perl/
H A Dnetpgpperl.i1 %module netpgpperl
/netbsd-6-1-5-RELEASE/dist/ipf/ipsd/
H A Dlinux.h13 #include <linux/module.h>
/netbsd-6-1-5-RELEASE/dist/ipf/ipsend/
H A Dlinux.h15 #include <linux/module.h>
/netbsd-6-1-5-RELEASE/external/cddl/osnet/sys/sys/
H A Dmodctl.h38 typedef struct module dtrace_modctl_t;
/netbsd-6-1-5-RELEASE/external/bsd/iscsi/dist/src/initiator/
H A Dlibkmod.c34 #include <sys/module.h>
75 /* function which "opens" a module */
98 /* return details on the module */
100 readkmod(kernel_t *kernel, kmod_t *module) argument
109 (void) memset(module, 0x0, sizeof(*module));
110 module->name = strdup(ms->ms_name);
111 module->class = strdup(classes[ms->ms_class]);
112 module->source = strdup(sources[ms->ms_source]);
113 module
123 freekmod(kmod_t *module) argument
146 kmod_t module; local
182 kmodload(const char *module) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/
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...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dmodule.c3 /* OpenLDAP: pkg/ldap/servers/slapd/module.c,v 1.29.2.7 2010/04/13 20:23:16 kurt Exp */
30 const void *module,
54 static int module_int_unload (module_loaded_t *module);
100 module_loaded_t *module; local
102 for ( module = module_list; module; module= module->next ) {
103 if ( !strcmp( module->name, file_name )) {
104 return module;
112 module_loaded_t *module; local
124 module_loaded_t *module; local
280 module_resolve(const void *module, const char *name) argument
292 module_int_unload(module_loaded_t *module) argument
328 load_null_module(const void *module, const char *file_name) argument
335 load_extop_module( const void *module, const char *file_name ) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/
H A DMakefile.def25 // "missing" indicates that that module doesn't supply
28 build_modules= { module= libiberty; };
29 build_modules= { module= bison; };
30 build_modules= { module= byacc; };
31 build_modules= { module= flex; };
32 build_modules= { module= m4; };
33 build_modules= { module= texinfo; };
34 build_modules= { module= fixincludes; };
36 host_modules= { module= ash; };
37 host_modules= { module
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/python/
H A Dpy-evts.c32 if (PyModule_AddObject (gdb_py_events.module,
47 gdb_py_events.module = Py_InitModule ("events", NULL);
49 if (!gdb_py_events.module)
61 Py_INCREF (gdb_py_events.module);
64 (PyObject *) gdb_py_events.module) < 0)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/
H A DMakefile.def25 // "missing" indicates that that module doesn't supply
28 build_modules= { module= libiberty; };
29 build_modules= { module= bison; };
30 build_modules= { module= byacc; };
31 build_modules= { module= flex; };
32 build_modules= { module= m4; };
33 build_modules= { module= texinfo; };
34 build_modules= { module= fixincludes; };
36 host_modules= { module= ash; };
37 host_modules= { module
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/
H A DMakefile.def25 // "missing" indicates that that module doesn't supply
28 build_modules= { module= libiberty; };
29 build_modules= { module= bison; };
30 build_modules= { module= byacc; };
31 build_modules= { module= flex; };
32 build_modules= { module= m4; };
33 build_modules= { module= texinfo; };
34 build_modules= { module= fixincludes; };
36 host_modules= { module= ash; };
37 host_modules= { module
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/igen/
H A Digen.h184 igen_module_options module; member in struct:_igen_options
225 options.module.global.prefix.u = ""; \
226 options.module.global.prefix.l = ""; \
228 options.module.engine = options.module.global; \
229 options.module.icache = options.module.global; \
230 options.module.idecode = options.module.global; \
231 options.module
[all...]
/netbsd-6-1-5-RELEASE/x11/Xserver/GL/GLcore/
H A DMakefile7 SUBDIR= module
/netbsd-6-1-5-RELEASE/x11/Xserver/GL/glx/
H A DMakefile7 SUBDIR= module
/netbsd-6-1-5-RELEASE/x11/Xserver/cfb16/
H A DMakefile9 SUBDIR= module
/netbsd-6-1-5-RELEASE/x11/Xserver/cfb24/
H A DMakefile9 SUBDIR= module
/netbsd-6-1-5-RELEASE/x11/Xserver/cfb32/
H A DMakefile9 SUBDIR= module
/netbsd-6-1-5-RELEASE/x11/Xserver/dbe/
H A DMakefile7 SUBDIR= module

Completed in 272 milliseconds

1234567891011>>