Home
last modified time | relevance | path

Searched refs:module (Results 1 – 25 of 681) sorted by relevance

12345678910>>...28

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_module.c86 ngx_module_t *module; in ngx_count_modules() local
94 module = cycle->modules[i]; in ngx_count_modules()
96 if (module->type != type) { in ngx_count_modules()
120 max = module->ctx_index; in ngx_count_modules()
123 next = module->ctx_index + 1; in ngx_count_modules()
263 core_module = module->ctx; in ngx_add_module()
283 ngx_module_t *module; in ngx_module_index() local
292 module = cycle->modules[i]; in ngx_module_index()
322 ngx_module_t *module; in ngx_module_ctx_index() local
329 module = cycle->modules[i]; in ngx_module_ctx_index()
[all …]
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_config.h55 #define ngx_http_get_module_main_conf(r, module) \ argument
56 (r)->main_conf[module.ctx_index]
57 #define ngx_http_get_module_srv_conf(r, module) (r)->srv_conf[module.ctx_index] argument
58 #define ngx_http_get_module_loc_conf(r, module) (r)->loc_conf[module.ctx_index] argument
61 #define ngx_http_conf_get_module_main_conf(cf, module) \ argument
62 ((ngx_http_conf_ctx_t *) cf->ctx)->main_conf[module.ctx_index]
63 #define ngx_http_conf_get_module_srv_conf(cf, module) \ argument
64 ((ngx_http_conf_ctx_t *) cf->ctx)->srv_conf[module.ctx_index]
65 #define ngx_http_conf_get_module_loc_conf(cf, module) \ argument
66 ((ngx_http_conf_ctx_t *) cf->ctx)->loc_conf[module.ctx_index]
[all …]
/f-stack/app/nginx-1.16.1/auto/
H A Dmodules103 . auto/module
202 . auto/module
213 . auto/module
958 . auto/module
1004 . auto/module
1010 . auto/module
1048 . auto/module
1275 . auto/module
1289 . auto/module
1361 . auto/module
[all …]
/f-stack/freebsd/contrib/openzfs/rpm/generic/
H A Dzfs-dkms.spec.in10 %define module @PACKAGE@
13 Name: %{module}-dkms
17 Summary: Kernel module(s) (dkms)
22 Source0: %{module}-%{version}.tar.gz
32 Provides: %{module}-kmod = %{version}
39 %setup -q -n %{module}-%{version}
42 %{mkconf} -n %{module} -v %{version} -f dkms.conf
58 /usr/src/%{module}-%{version}
63 $POSTINST %{module} %{version}
93 CONFIG_H="/var/lib/dkms/%{module}/%{version}/*/*/%{module}_config.h"
[all …]
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream.h260 #define ngx_stream_get_module_ctx(s, module) (s)->ctx[module.ctx_index] argument
261 #define ngx_stream_set_ctx(s, c, module) s->ctx[module.ctx_index] = c; argument
262 #define ngx_stream_delete_ctx(s, module) s->ctx[module.ctx_index] = NULL; argument
265 #define ngx_stream_get_module_main_conf(s, module) \ argument
266 (s)->main_conf[module.ctx_index]
267 #define ngx_stream_get_module_srv_conf(s, module) \ argument
268 (s)->srv_conf[module.ctx_index]
270 #define ngx_stream_conf_get_module_main_conf(cf, module) \ argument
271 ((ngx_stream_conf_ctx_t *) cf->ctx)->main_conf[module.ctx_index]
272 #define ngx_stream_conf_get_module_srv_conf(cf, module) \ argument
[all …]
/f-stack/freebsd/contrib/openzfs/
H A Dcppcheck-suppressions.txt1 preprocessorErrorDirective:./module/zfs/vdev_raidz_math_avx512f.c:243
2 preprocessorErrorDirective:./module/zfs/vdev_raidz_math_sse2.c:266
3 uninitvar:module/os/freebsd/zfs/vdev_geom.c
4 uninitvar:module/os/freebsd/zfs/zfs_vfsops.c
5 uninitvar:module/os/freebsd/spl/spl_zone.c
7 *:module/zstd/lib/zstd.c
8 *:module/zstd/lib/zstd.h
H A DMakefile.am15 SUBDIRS += module subdir
32 EXTRA_DIST += module/lua/README.zfs module/os/linux/spl/README.md
35 EXTRA_DIST += module/icp/algs/skein/THIRDPARTYLICENSE
36 EXTRA_DIST += module/icp/algs/skein/THIRDPARTYLICENSE.descrip
37 EXTRA_DIST += module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.gladman
39 EXTRA_DIST += module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.openssl
43 EXTRA_DIST += module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.openssl
45 EXTRA_DIST += module/os/linux/spl/THIRDPARTYLICENSE.gplv2
46 EXTRA_DIST += module/os/linux/spl/THIRDPARTYLICENSE.gplv2.descrip
47 EXTRA_DIST += module/zfs/THIRDPARTYLICENSE.cityhash
[all …]
H A DCOPYRIGHT18 * Skein Checksum Implementation: module/icp/algs/skein/THIRDPARTYLICENSE
19 * AES Implementation: module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.gladman
20 * AES Implementation: module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.openssl
22 * SPL Implementation: module/os/linux/spl/THIRDPARTYLICENSE.gplv2
23 * GCM Implementation: module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.cryptogams
24 * GCM Implementation: module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.openssl
25 * GHASH Implementation: module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.cryptogams
26 * GHASH Implementation: module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.openssl
/f-stack/freebsd/sys/
H A Dmodule.h52 typedef struct module *module_t;
121 #define MODULE_DEPEND(module, mdepend, vmin, vpref, vmax) \ argument
122 static struct mod_depend _##module##_depend_on_##mdepend \
128 MODULE_METADATA(_md_##module##_on_##mdepend, MDT_DEPEND, \
129 &_##module##_depend_on_##mdepend, #mdepend)
146 SYSINIT(name##module, sub, order, module_register_init, &data); \
167 #define MODULE_VERSION_CONCAT(module, version) _##module##_version argument
168 #define MODULE_VERSION(module, version) \ argument
169 static struct mod_version MODULE_VERSION_CONCAT(module, version)\
173 MODULE_METADATA(MODULE_VERSION_CONCAT(module, version), MDT_VERSION,\
[all …]
H A Djail.h351 #define SYSCTL_JAIL_PARAM(module, param, type, fmt, descr) \ argument
352 SYSCTL_PROC(_security_jail_param ## module, OID_AUTO, param, \
354 #define SYSCTL_JAIL_PARAM_STRING(module, param, access, len, descr) \ argument
355 SYSCTL_PROC(_security_jail_param ## module, OID_AUTO, param, \
358 #define SYSCTL_JAIL_PARAM_STRUCT(module, param, access, len, fmt, descr)\ argument
359 SYSCTL_PROC(_security_jail_param ## module, OID_AUTO, param, \
362 #define SYSCTL_JAIL_PARAM_NODE(module, descr) \ argument
365 #define SYSCTL_JAIL_PARAM_SUBNODE(parent, module, descr) \ argument
366 SYSCTL_NODE(_security_jail_param_##parent, OID_AUTO, module, \
368 #define SYSCTL_JAIL_PARAM_SYS_NODE(module, access, descr) \ argument
[all …]
/f-stack/freebsd/contrib/openzfs/scripts/
H A DMakefile.am47 export KMOD_SPL=@abs_top_builddir@/module/spl/spl.ko
48 export KMOD_ZAVL=@abs_top_builddir@/module/avl/zavl.ko
49 export KMOD_ZNVPAIR=@abs_top_builddir@/module/nvpair/znvpair.ko
50 export KMOD_ZUNICODE=@abs_top_builddir@/module/unicode/zunicode.ko
51 export KMOD_ZCOMMON=@abs_top_builddir@/module/zcommon/zcommon.ko
52 export KMOD_ZLUA=@abs_top_builddir@/module/lua/zlua.ko
53 export KMOD_ICP=@abs_top_builddir@/module/icp/icp.ko
54 export KMOD_ZFS=@abs_top_builddir@/module/zfs/zfs.ko
55 export KMOD_FREEBSD=@abs_top_builddir@/module/openzfs.ko
56 export KMOD_ZZSTD=@abs_top_builddir@/module/zstd/zzstd.ko
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-kstat.c437 kstat_module_t *module = NULL; in kstat_find_module() local
441 return (module); in kstat_find_module()
450 kstat_module_t *module; in kstat_create_module() local
458 module->ksm_proc = pde; in kstat_create_module()
463 return (module); in kstat_create_module()
637 kstat_module_t *module; in kstat_detect_collision() local
672 kstat_module_t *module; in kstat_proc_entry_install() local
680 if (module == NULL) { in kstat_proc_entry_install()
687 if (module == NULL) in kstat_proc_entry_install()
702 kpep->kpe_owner = module; in kstat_proc_entry_install()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/bus/
H A Dti-sysc.txt1 Texas Instruments sysc interconnect target module wrapper binding
3 Texas Instruments SoCs can have a generic interconnect target module
12 module clocks, idle modes and interconnect level resets for the module.
44 target module in question such as revision, sysc and syss
47 interconnect target module in question such as
52 by the interconnect target module, the ranges may include
60 Manual (TRM) for the interconnect target module
63 target module as documented in the TRM for SYSCONFIG
67 target module as documented in the TRM for SYSCONFIG
85 depending on the SoC and the interconnect target module,
[all …]
/f-stack/freebsd/contrib/openzfs/lib/libnvpair/
H A Dlibnvpair.abi1955 …<parameter type-id='type-id-256' name='a' filepath='../../module/nvpair/nvpair.c' line='1801' colu…
1956 …<parameter type-id='type-id-264' name='n' filepath='../../module/nvpair/nvpair.c' line='1801' colu…
1962 …<parameter type-id='type-id-248' name='a' filepath='../../module/nvpair/nvpair.c' line='1794' colu…
1963 …<parameter type-id='type-id-264' name='n' filepath='../../module/nvpair/nvpair.c' line='1794' colu…
1969 …<parameter type-id='type-id-262' name='a' filepath='../../module/nvpair/nvpair.c' line='1787' colu…
1970 …<parameter type-id='type-id-264' name='n' filepath='../../module/nvpair/nvpair.c' line='1787' colu…
1976 …<parameter type-id='type-id-254' name='a' filepath='../../module/nvpair/nvpair.c' line='1780' colu…
1977 …<parameter type-id='type-id-264' name='n' filepath='../../module/nvpair/nvpair.c' line='1780' colu…
1983 …<parameter type-id='type-id-261' name='a' filepath='../../module/nvpair/nvpair.c' line='1773' colu…
1984 …<parameter type-id='type-id-264' name='n' filepath='../../module/nvpair/nvpair.c' line='1773' colu…
[all …]
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail.h358 #define ngx_mail_get_module_ctx(s, module) (s)->ctx[module.ctx_index] argument
359 #define ngx_mail_set_ctx(s, c, module) s->ctx[module.ctx_index] = c; argument
360 #define ngx_mail_delete_ctx(s, module) s->ctx[module.ctx_index] = NULL; argument
363 #define ngx_mail_get_module_main_conf(s, module) \ argument
364 (s)->main_conf[module.ctx_index]
365 #define ngx_mail_get_module_srv_conf(s, module) (s)->srv_conf[module.ctx_index] argument
367 #define ngx_mail_conf_get_module_main_conf(cf, module) \ argument
368 ((ngx_mail_conf_ctx_t *) cf->ctx)->main_conf[module.ctx_index]
369 #define ngx_mail_conf_get_module_srv_conf(cf, module) \ argument
370 ((ngx_mail_conf_ctx_t *) cf->ctx)->srv_conf[module.ctx_index]
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/bindings/
H A D__init__.py51 module = importlib.import_module("." + module_name, __name__)
52 ffi.cdef(module.CDEF)
53 lib = LazyLibrary(ffi, module.LIBRARY)
54 setattr(module, "ffi", ffi)
55 setattr(module, "lib", lib)
/f-stack/app/redis-5.0.5/src/
H A Dmodule.c540 ctx.module = cp->module; in RedisModuleCommandDispatcher()
576 ctx.module = cp->module; in moduleGetCommandKeysViaAPI()
721 cp->module = ctx->module; in RM_CreateCommand()
756 ctx->module = module; in RM_SetModuleAttribs()
3069 mt->module = ctx->module; in RM_CreateDataType()
3576 ctx.module = bc->module; in unblockClientFromModule()
3619 bc->module = ctx->module; in RM_BlockClient()
3787 ctx.module = bc->module; in moduleBlockedClientTimedOut()
3958 sub->module = ctx->module; in RM_SubscribeToKeyspaceEvents()
4096 r->module = ctx->module; in RM_RegisterClusterMessageReceiver()
[all …]
/f-stack/freebsd/contrib/openzfs/lib/libzstd/
H A DMakefile.am3 VPATH = $(top_srcdir)/module/zstd
17 lib/zstd.$(OBJEXT): CFLAGS += -fno-tree-vectorize -include $(top_srcdir)/module/zstd/include/zstd_…
18 lib/zstd.l$(OBJEXT): CFLAGS += -fno-tree-vectorize -include $(top_srcdir)/module/zstd/include/zstd_…
20 zfs_zstd.$(OBJEXT): CFLAGS += -include $(top_srcdir)/module/zstd/include/zstd_compat_wrapper.h
21 zfs_zstd.l$(OBJEXT): CFLAGS += -include $(top_srcdir)/module/zstd/include/zstd_compat_wrapper.h
/f-stack/app/redis-5.0.5/tests/unit/moduleapi/
H A Dcommandfilter.tcl4 r module load $testmodule log-key 0
40 test {Command Filter applies on Lua redis.call() that calls a module} {
46 test {Command Filter is unregistered implicitly on module unload} {
48 r module unload commandfilter
53 r module load $testmodule log-key 0
69 r module unload commandfilter
70 r module load $testmodule log-key 1
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Ddra7-l4.dtsi47 target-module@2000 { /* 0x4a002000, ap 3 08.0 */
136 target-module@5000 { /* 0x4a005000, ap 5 10.0 */
162 target-module@8000 { /* 0x4a008000, ap 7 0e.0 */
187 target-module@56000 { /* 0x4a056000, ap 9 02.0 */
226 target-module@5e000 { /* 0x4a05e000, ap 11 1a.0 */
234 target-module@80000 { /* 0x4a080000, ap 13 20.0 */
301 target-module@90000 { /* 0x4a090000, ap 59 42.0 */
558 target-module@2000 { /* 0x4a102000, ap 27 3c.0 */
838 target-module@0 { /* 0x4a200000, ap 77 3e.0 */
4365 target-module@0 { /* 0x4ae10000, ap 5 20.0 */
[all …]
H A Dam33xx-l4.dtsi33 target-module@0 { /* 0x44d00000, ap 4 28.0 */
43 target-module@80000 { /* 0x44d80000, ap 6 10.0 */
89 target-module@0 { /* 0x44e00000, ap 8 58.0 */
114 target-module@3000 { /* 0x44e03000, ap 10 0a.0 */
122 target-module@5000 { /* 0x44e05000, ap 12 30.0 */
175 target-module@9000 { /* 0x44e09000, ap 16 04.0 */
206 target-module@b000 { /* 0x44e0b000, ap 18 48.0 */
238 target-module@d000 { /* 0x44e0d000, ap 20 38.0 */
318 compatible = "ti,am335x-usb-ctrl-module";
820 target-module@0 { /* 0x4b140000, ap 5 02.2 */
[all …]
H A Domap5-l4.dtsi52 target-module@2000 { /* 0x4a002000, ap 3 44.0 */
117 target-module@4000 { /* 0x4a004000, ap 5 5c.0 */
143 target-module@8000 { /* 0x4a008000, ap 21 4c.0 */
168 target-module@20000 { /* 0x4a020000, ap 109 08.0 */
213 target-module@56000 { /* 0x4a056000, ap 7 02.0 */
250 target-module@58000 { /* 0x4a058000, ap 10 06.0 */
261 target-module@5e000 { /* 0x4a05e000, ap 69 2a.0 */
269 target-module@62000 { /* 0x4a062000, ap 11 0e.0 */
432 target-module@0 { /* 0x4a080000, ap 83 28.0 */
2311 target-module@0 { /* 0x4ae10000, ap 5 10.0 */
[all …]
H A Domap4-l4.dtsi44 target-module@2000 { /* 0x4a002000, ap 3 06.0 */
87 target-module@4000 { /* 0x4a004000, ap 5 02.0 */
112 target-module@8000 { /* 0x4a008000, ap 23 32.0 */
137 target-module@56000 { /* 0x4a056000, ap 7 0a.0 */
174 target-module@58000 { /* 0x4a058000, ap 10 0e.0 */
233 target-module@5e000 { /* 0x4a05e000, ap 80 68.0 */
241 target-module@62000 { /* 0x4a062000, ap 11 16.0 */
418 ctrl-module = <&omap_control_usbotg>;
450 ctrl-module = <&omap_control_usb2phy>;
653 target-module@0 { /* 0x4a100000, ap 21 2a.0 */
[all …]
/f-stack/freebsd/contrib/openzfs/lib/libzfs/os/linux/
H A Dlibzfs_util_os.c80 libzfs_module_loaded(const char *module) in libzfs_module_loaded() argument
86 strcpy(path + sizeof (path_prefix) - 1, module); in libzfs_module_loaded()
101 libzfs_load_module_impl(const char *module) in libzfs_load_module_impl() argument
103 char *argv[4] = {"/sbin/modprobe", "-q", (char *)module, (char *)0}; in libzfs_load_module_impl()
111 if (!libzfs_module_loaded(module)) { in libzfs_load_module_impl()
126 if (!libzfs_module_loaded(module)) in libzfs_load_module_impl()
/f-stack/dpdk/doc/guides/freebsd_gsg/
H A Dbuild_dpdk.rst74 contigmem kernel module provides the ability to present contiguous blocks of
75 memory for the DPDK to use. The contigmem module must be loaded into the
77 system, the module can be found in the `/boot/modules` directory.
80 contiguous blocks to be reserved by the module can be set at runtime prior to
81 module loading using::
100 each is set during module load if they are not specified in the environment.
102 The module can then be loaded using kldload::
140 After loading the contigmem module, the ``nic_uio`` module must also be loaded into the
149 module. Setting this value is described in the next section below.
165 recognized DPDK devices and are not owned by another module. However, since
[all …]

12345678910>>...28