Home
last modified time | relevance | path

Searched defs:module (Results 1 – 25 of 31) sorted by relevance

12

/dragonfly/sys/kern/
H A Dkern_module.c43 struct module { struct
46 struct linker_file* file; /* file which contains this module */ argument
49 char *name; /* module name */ argument
52 modspecific_t data; /* module specific data */ argument
/dragonfly/lib/libc/citrus/
H A Dcitrus_mapper.c130 size_t linebufsize, const char **module, const char **variable) in lookup_mapper_entry()
206 const char * __restrict module, in mapper_open()
283 const char * __restrict module, const char * __restrict variable) in _citrus_mapper_open_direct()
320 const char *module, *variable; in _citrus_mapper_open() local
H A Dcitrus_iconv.c117 const char *module; in open_shared() local
/dragonfly/contrib/openpam/lib/libpam/
H A Dopenpam_load.c57 pam_module_t *module; in openpam_load_module() local
85 openpam_release_module(pam_module_t *module) in openpam_release_module()
H A Dopenpam_dynamic.c125 pam_module_t *module; in try_module() local
181 pam_module_t *module; in openpam_dynamic() local
H A Dopenpam_static.c61 pam_module_t **module; in openpam_static() local
H A Dopenpam_impl.h74 pam_module_t *module; member
/dragonfly/contrib/gcc-4.7/libobjc/
H A Dinit.c568 __objc_exec_class (struct objc_module *module) in __objc_exec_class()
837 __objc_create_classes_tree (struct objc_module *module) in __objc_create_classes_tree()
874 __objc_call_load_callback (struct objc_module *module) in __objc_call_load_callback()
913 init_check_module_version (struct objc_module *module) in init_check_module_version()
/dragonfly/tools/tools/bus_autoconf/
H A Dbus_usb.c159 const char *module, const uint8_t *ptr, uint16_t size) in usb_import_entry()
327 usb_import_entries(const char *section, const char *module, in usb_import_entries()
H A Dbus_autoconf.c64 char *module; in main() local
/dragonfly/contrib/cryptsetup/luks/
H A DMakefile.am1 moduledir = $(libdir)/cryptsetup directory
/dragonfly/share/examples/kld/syscall/module/
H A Dsyscall.c69 load (struct module __unused *module, int cmd, void __unused *arg) in load()
/dragonfly/contrib/bmake/
H A Dmake.h666 #define DEBUG(module) (opts.debug.CONCAT(DEBUG_, module)) argument
670 #define DEBUG_IMPL(module, args) \ argument
676 #define DEBUG0(module, fmt) \ argument
678 #define DEBUG1(module, fmt, arg1) \ argument
680 #define DEBUG2(module, fmt, arg1, arg2) \ argument
682 #define DEBUG3(module, fmt, arg1, arg2, arg3) \ argument
684 #define DEBUG4(module, fmt, arg1, arg2, arg3, arg4) \ argument
686 #define DEBUG5(module, fmt, arg1, arg2, arg3, arg4, arg5) \ argument
/dragonfly/sbin/ipfw3/
H A Dipfw3.h131 int module; member
138 int module; member
H A Dipfw3.c171 register_ipfw_keyword(int module, int opcode, char *word, int type) in register_ipfw_keyword()
193 register_ipfw_func(int module, int opcode, parser_func parser, shower_func shower) in register_ipfw_func()
/dragonfly/sys/dev/drm/include/linux/
H A Dfirmware.h48 request_firmware_nowait(struct module *module, bool uevent, in request_firmware_nowait()
/dragonfly/contrib/cryptsetup/lib/
H A DMakefile.am1 moduledir = $(libdir)/cryptsetup directory
/dragonfly/contrib/gdb-7/gdb/python/
H A Dpy-events.h49 PyObject *module; member
/dragonfly/sys/sys/
H A Dmodule.h111 #define MODULE_DEPEND(module, mdepend, vmin, vpref, vmax) \ argument
125 #define MODULE_VERSION(module, version) \ argument
/dragonfly/contrib/tcpdump/
H A Dnetdissect.c122 nd_load_smi_module(const char *module, char *errbuf, size_t errbuf_size) in nd_load_smi_module()
/dragonfly/contrib/cvs-1.12/src/
H A Dhistory.c977 save_file (char *dir, char *name, char *module) in save_file()
1011 save_module (char *module) in save_module()
/dragonfly/libexec/pppoed/
H A Dpppoed.c464 const char *module[] = { "netgraph", "ng_socket", "ng_ether", "ng_pppoe" }; in LoadModules() local
/dragonfly/usr.sbin/ppp/
H A Ddefs.c423 loadmodules(int how, const char *module, ...) in loadmodules()
/dragonfly/sys/net/netmap/
H A Dnetmap_freebsd.c415 netmap_loader(__unused struct module *module, int event, __unused void *arg) in netmap_loader()
/dragonfly/contrib/file/src/
H A Dmagic.c122 _w32_get_magic_relative_to(char **hmagicpath, HINSTANCE module) in _w32_get_magic_relative_to()

12