Home
last modified time | relevance | path

Searched refs:modules (Results 1 – 25 of 250) sorted by relevance

12345678910

/f-stack/app/nginx-1.16.1/auto/lib/perl/
H A Dmake14 $NGX_OBJS/src/http/modules/perl/Makefile
23 src/http/modules/perl/Makefile.PL \\
24 src/http/modules/perl/nginx.pm \\
25 src/http/modules/perl/nginx.xs \\
26 src/http/modules/perl/typemap
29 $NGX_OBJS/src/http/modules/perl/version
31 src/http/modules/perl/nginx.pm > \\
33 cp -p src/http/modules/perl/nginx.xs $NGX_OBJS/src/http/modules/perl/
34 cp -p src/http/modules/perl/typemap $NGX_OBJS/src/http/modules/perl/
35 cp -p src/http/modules/perl/Makefile.PL $NGX_OBJS/src/http/modules/perl/
[all …]
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_module.c52 if (cycle->modules == NULL) { in ngx_cycle_modules()
56 ngx_memcpy(cycle->modules, ngx_modules, in ngx_cycle_modules()
70 for (i = 0; cycle->modules[i]; i++) { in ngx_init_modules()
71 if (cycle->modules[i]->init_module) { in ngx_init_modules()
93 for (i = 0; cycle->modules[i]; i++) { in ngx_count_modules()
94 module = cycle->modules[i]; in ngx_count_modules()
251 cf->cycle->modules[before] = module; in ngx_add_module()
291 for (i = 0; cycle->modules[i]; i++) { in ngx_module_index()
292 module = cycle->modules[i]; in ngx_module_index()
328 for (i = 0; cycle->modules[i]; i++) { in ngx_module_ctx_index()
[all …]
/f-stack/freebsd/contrib/openzfs/module/
H A DMakefile.in7 all: modules
14 modules modules-Linux modules-FreeBSD modules-unknown \
46 modules-Linux:
50 $(MAKE) -C @LINUX_OBJ@ M=`pwd` @KERNEL_MAKE@ CONFIG_ZFS=m modules
52 modules-FreeBSD:
55 modules-unknown:
58 modules: modules-@ac_system@
82 kmoddir=$(DESTDIR)$(INSTALL_MOD_PATH)/lib/modules/@LINUX_VERSION@; \
99 kmoddir=$(DESTDIR)$(INSTALL_MOD_PATH)/lib/modules/@LINUX_VERSION@; \
/f-stack/app/nginx-1.16.1/auto/
H A Dmodules768 ngx_module_incs=src/http/modules/perl
1206 echo configuring additional modules
1293 modules="$CORE_MODULES $EVENT_MODULES"
1298 modules="$modules $THREAD_POOL_MODULE"
1303 modules="$modules $HTTP_MODULES $HTTP_FILTER_MODULES \
1313 modules="$modules $MAIL_MODULES"
1333 modules="$modules $STREAM_MODULES"
1375 modules="$modules $MISC_MODULES"
1399 for mod in $modules
1407 for mod in $modules
[all …]
H A Dsources86 EVENT_INCS="src/event src/event/modules"
104 SELECT_SRCS=src/event/modules/ngx_select_module.c
105 WIN32_SELECT_SRCS=src/event/modules/ngx_win32_select_module.c
108 POLL_SRCS=src/event/modules/ngx_poll_module.c
109 WIN32_POLL_SRCS=src/event/modules/ngx_win32_poll_module.c
112 KQUEUE_SRCS="src/event/modules/ngx_kqueue_module.c src/event/modules/ngx_ff_module.c src/event/modu…
115 DEVPOLL_SRCS=src/event/modules/ngx_devpoll_module.c
118 EVENTPORT_SRCS=src/event/modules/ngx_eventport_module.c
121 EPOLL_SRCS=src/event/modules/ngx_epoll_module.c
124 IOCP_SRCS=src/event/modules/ngx_iocp_module.c
/f-stack/freebsd/kern/
H A Dkern_module.c63 static TAILQ_HEAD(modulelist, module) modules;
87 TAILQ_INIT(&modules); in module_init()
103 TAILQ_FOREACH_REVERSE(mod, &modules, modulelist, link) in module_shutdown()
143 TAILQ_REMOVE(&mod->file->modules, mod, flink); in module_register_init()
144 TAILQ_INSERT_HEAD(&mod->file->modules, mod, flink); in module_register_init()
174 TAILQ_INSERT_TAIL(&modules, newmod, link); in module_register()
206 TAILQ_REMOVE(&modules, mod, link); in module_release()
208 TAILQ_REMOVE(&mod->file->modules, mod, flink); in module_release()
221 TAILQ_FOREACH(mod, &modules, link) { in module_lookupbyname()
236 TAILQ_FOREACH(mod, &modules, link) in module_lookupbyid()
[all …]
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream.c129 for (m = 0; cf->cycle->modules[m]; m++) { in ngx_stream_block()
130 if (cf->cycle->modules[m]->type != NGX_STREAM_MODULE) { in ngx_stream_block()
134 module = cf->cycle->modules[m]->ctx; in ngx_stream_block()
135 mi = cf->cycle->modules[m]->ctx_index; in ngx_stream_block()
156 for (m = 0; cf->cycle->modules[m]; m++) { in ngx_stream_block()
161 module = cf->cycle->modules[m]->ctx; in ngx_stream_block()
188 for (m = 0; cf->cycle->modules[m]; m++) { in ngx_stream_block()
193 module = cf->cycle->modules[m]->ctx; in ngx_stream_block()
194 mi = cf->cycle->modules[m]->ctx_index; in ngx_stream_block()
230 for (m = 0; cf->cycle->modules[m]; m++) { in ngx_stream_block()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dsff,sfp.txt7 "sff,sfp" for SFP modules
8 "sff,sff" for soldered down SFF modules
17 not be present for SFF modules
30 Must not be present for SFF modules
34 high Tx rate. Must not be present for SFF modules
38 slot, in milli-Watts. Presently, modules can be up to 1W, 1.5W or 2W.
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event.c691 for (m = 0; cycle->modules[m]; m++) { in ngx_event_process_init()
700 module = cycle->modules[m]->ctx; in ngx_event_process_init()
1034 for (i = 0; cf->cycle->modules[i]; i++) { in ngx_events_block()
1039 m = cf->cycle->modules[i]->ctx; in ngx_events_block()
1063 for (i = 0; cf->cycle->modules[i]; i++) { in ngx_events_block()
1068 m = cf->cycle->modules[i]->ctx; in ngx_events_block()
1133 for (m = 0; cf->cycle->modules[m]; m++) { in ngx_event_use()
1138 module = cf->cycle->modules[m]->ctx; in ngx_event_use()
1356 for (i = 0; cycle->modules[i]; i++) { in ngx_event_core_init_conf()
1362 event_module = cycle->modules[i]->ctx; in ngx_event_core_init_conf()
[all …]
/f-stack/freebsd/contrib/openzfs/rpm/redhat/
H A Dzfs-kmod.spec.in29 This package contains the ZFS kernel modules.
44 This package provides the header files and objects to build kernel modules.
78 %{__rm} -f %{buildroot}/lib/modules/%{kverrel}/modules.*
81 %{__chmod} u+x %{buildroot}/lib/modules/%{kverrel}/extra/*/*/*
/f-stack/freebsd/contrib/openzfs/cmd/zed/agents/
H A DREADME.md5 several software modules inside ZED.
19 _Retire Agent_ modules. It also includes infrastructure to support a
20 crude FMD environment to host these modules. For additional
45 internal FMA modules based on their event subscriptions. Likewise, if
51 There are three FMD modules (aka agents) that are now built into ZED.
86 * The FMD module API required for logic modules is emulated and implemented
93 * The event subscriptions for the modules (located in a module specific
97 * The FMD modules are called one at a time from a single thread that
98 consumes events queued to the modules. These events are sourced from
102 * The FMD code modules have minimal changes and were intentionally left
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Dimx7ulp-clock.txt4 Clock Generation (SCG) modules, Peripheral Clock Control (PCC)
5 modules, and Core Mode Controller (CMC)1 blocks
13 M4 clock management consists of SCG0, PCC0, PCC1, and CMC0 modules.
14 A7 clock management consists of SCG1, PCC2, PCC3, and CMC1 modules.
18 System Clock Generation (SCG) modules:
36 Peripheral Clock Control (PCC) modules:
H A Dimx7ulp-scg-clock.yaml7 title: Clock bindings for Freescale i.MX7ULP System Clock Generation (SCG) modules
14 Clock Generation (SCG) modules, Peripheral Clock Control (PCC)
15 modules, and Core Mode Controller (CMC)1 blocks
23 M4 clock management consists of SCG0, PCC0, PCC1, and CMC0 modules.
24 A7 clock management consists of SCG1, PCC2, PCC3, and CMC1 modules.
H A Dimx7ulp-pcc-clock.yaml7 title: Clock bindings for Freescale i.MX7ULP Peripheral Clock Control (PCC) modules
14 Clock Generation (SCG) modules, Peripheral Clock Control (PCC)
15 modules, and Core Mode Controller (CMC)1 blocks
23 M4 clock management consists of SCG0, PCC0, PCC1, and CMC0 modules.
24 A7 clock management consists of SCG1, PCC2, PCC3, and CMC1 modules.
/f-stack/freebsd/contrib/openzfs/scripts/
H A Dkmodtool55 echo '%global kmodinstdir_prefix '${prefix}/lib/modules/
91 This package provides the akmod package for the ${kmodname} kernel modules.
158 Provides: kernel-modules-for-kernel = ${kernel_uname_r}
203 This package provides the ${kmodname} kernel modules built for the Linux
207 %dir $prefix/lib/modules/${kernel_uname_r}/extra
208 ${prefix}/lib/modules/${kernel_uname_r}/extra/${kmodname}/
244 This package provides the common header files to build kernel modules
310 This package provides objects and symbols required to build kernel modules
311 which depend on the ${kmodname} kernel modules built for the Linux
376 elif [[ -e ${prefix}/lib/modules/"${kernel}"/build/Makefile ]] ; then
/f-stack/freebsd/contrib/device-tree/Bindings/reset/
H A Dsirf,rstc.txt21 Specifying reset lines connected to IP modules
31 For modules whose rest_bit is in SW_RST0, its RESET_INDEX is 0~31. For modules whose
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail.c121 for (m = 0; cf->cycle->modules[m]; m++) { in ngx_mail_block()
122 if (cf->cycle->modules[m]->type != NGX_MAIL_MODULE) { in ngx_mail_block()
126 module = cf->cycle->modules[m]->ctx; in ngx_mail_block()
127 mi = cf->cycle->modules[m]->ctx_index; in ngx_mail_block()
165 for (m = 0; cf->cycle->modules[m]; m++) { in ngx_mail_block()
166 if (cf->cycle->modules[m]->type != NGX_MAIL_MODULE) { in ngx_mail_block()
170 module = cf->cycle->modules[m]->ctx; in ngx_mail_block()
171 mi = cf->cycle->modules[m]->ctx_index; in ngx_mail_block()
H A Dngx_mail_core_module.c259 for (m = 0; cf->cycle->modules[m]; m++) { in ngx_mail_core_server()
260 if (cf->cycle->modules[m]->type != NGX_MAIL_MODULE) { in ngx_mail_core_server()
264 module = cf->cycle->modules[m]->ctx; in ngx_mail_core_server()
272 ctx->srv_conf[cf->cycle->modules[m]->ctx_index] = mconf; in ngx_mail_core_server()
362 for (m = 0; cf->cycle->modules[m]; m++) { in ngx_mail_core_listen()
363 if (cf->cycle->modules[m]->type != NGX_MAIL_MODULE) { in ngx_mail_core_listen()
367 module = cf->cycle->modules[m]->ctx; in ngx_mail_core_listen()
616 for (m = 0; cf->cycle->modules[m]; m++) { in ngx_mail_core_protocol()
617 if (cf->cycle->modules[m]->type != NGX_MAIL_MODULE) { in ngx_mail_core_protocol()
621 module = cf->cycle->modules[m]->ctx; in ngx_mail_core_protocol()
/f-stack/freebsd/contrib/openzfs/rpm/generic/
H A Dzfs-kmod.spec.in10 elif [ -e "/lib/modules/${kernel_version%%___*}/source" ]; then \
11 echo "/lib/modules/${kernel_version%%___*}/source"; \
13 echo "/lib/modules/${kernel_version%%___*}/build"; \
26 echo "/lib/modules/${kernel_version%%___*}/build"; \
81 %define kernels %(ls -1 /lib/modules)
98 This package contains the ZFS kernel modules.
/f-stack/app/nginx-1.16.1/src/http/modules/perl/
H A Dngx_http_perl_module.c17 ngx_array_t *modules; member
72 offsetof(ngx_http_perl_main_conf_t, modules),
473 if (pmcf->modules == NGX_CONF_UNSET_PTR) { in ngx_http_perl_init_interpreter()
476 if (pmcf->modules == NULL) { in ngx_http_perl_init_interpreter()
480 m = ngx_array_push(pmcf->modules); in ngx_http_perl_init_interpreter()
489 if (pmcf->modules != NGX_CONF_UNSET_PTR) { in ngx_http_perl_init_interpreter()
490 m = pmcf->modules->elts; in ngx_http_perl_init_interpreter()
491 for (i = 0; i < pmcf->modules->nelts; i++) { in ngx_http_perl_init_interpreter()
583 n = (pmcf->modules != NGX_CONF_UNSET_PTR) ? pmcf->modules->nelts * 2 : 0; in ngx_http_perl_create_interpreter()
593 m = pmcf->modules->elts; in ngx_http_perl_create_interpreter()
[all …]
/f-stack/freebsd/contrib/openzfs/config/
H A Duser-systemd.m420 [install systemd module load files into dir [[/usr/lib/modules-load.d]]]),
21 systemdmodulesloaddir=$withval,systemdmodulesloaddir=/usr/lib/modules-load.d)
39 ZFS_MODULE_LOAD=modules-load.d
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_process_cycle.c329 for (i = 0; cycle->modules[i]; i++) { in ngx_single_process_cycle_loop()
330 if (cycle->modules[i]->exit_process) { in ngx_single_process_cycle_loop()
400 for (i = 0; cycle->modules[i]; i++) { in ngx_single_process_cycle()
401 if (cycle->modules[i]->init_process) { in ngx_single_process_cycle()
419 for (i = 0; cycle->modules[i]; i++) { in ngx_single_process_cycle()
864 for (i = 0; cycle->modules[i]; i++) { in ngx_master_process_exit()
865 if (cycle->modules[i]->exit_master) { in ngx_master_process_exit()
1186 for (i = 0; cycle->modules[i]; i++) { in ngx_worker_process_init()
1187 if (cycle->modules[i]->init_process) { in ngx_worker_process_init()
1240 for (i = 0; cycle->modules[i]; i++) { in ngx_worker_process_exit()
[all …]
/f-stack/freebsd/contrib/openzfs/contrib/dracut/90zfs/
H A Dzfs-load-key.sh.in10 [ -f /usr/lib/dracut/modules.d/99base/dracut-lib.sh ] && dracutlib=/usr/lib/dracut/modules.d/99base…
/f-stack/dpdk/kernel/linux/
H A Dmeson.build15 kernel_dir = '/lib/modules/' + kernel_version
22 error('Cannot compile kernel modules as requested - are kernel headers installed?')
/f-stack/dpdk/doc/guides/nics/
H A Dszedata2.rst26 This PMD requires kernel modules which are responsible for initialization and
28 Communication between PMD and kernel modules is mediated by libsze2 library.
29 These kernel modules and library are not part of DPDK and must be installed
37 * **Kernel modules**
44 Kernel modules manage initialization of hardware, allocation and
67 Kernel modules have to be loaded before running the DPDK application.

12345678910