| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_config.h | 55 #define ngx_http_get_module_main_conf(r, module) \ argument 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 63 #define ngx_http_conf_get_module_srv_conf(cf, module) \ argument 65 #define ngx_http_conf_get_module_loc_conf(cf, module) \ argument 68 #define ngx_http_cycle_get_module_main_conf(cycle, module) \ argument
|
| H A D | ngx_http.h | 75 #define ngx_http_get_module_ctx(r, module) (r)->ctx[module.ctx_index] argument 76 #define ngx_http_set_ctx(r, c, module) r->ctx[module.ctx_index] = c; argument
|
| H A D | ngx_http.c | 125 ngx_http_module_t *module; in ngx_http_block() local 562 ngx_http_module_t *module, ngx_uint_t ctx_index) in ngx_http_merge_servers() 624 void **loc_conf, ngx_http_module_t *module, ngx_uint_t ctx_index) in ngx_http_merge_locations()
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_module.c | 86 ngx_module_t *module; in ngx_count_modules() local 157 ngx_add_module(ngx_conf_t *cf, ngx_str_t *file, ngx_module_t *module, in ngx_add_module() 283 ngx_module_t *module; in ngx_module_index() local 322 ngx_module_t *module; in ngx_module_ctx_index() local
|
| /f-stack/freebsd/kern/ |
| H A D | kern_module.c | 49 struct module { struct 52 struct linker_file *file; /* file which contains this module */ argument 55 char *name; /* module name */ argument 58 modspecific_t data; /* module specific data */ argument
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-kstat.c | 437 kstat_module_t *module = NULL; in kstat_find_module() local 450 kstat_module_t *module; in kstat_create_module() local 468 kstat_delete_module(kstat_module_t *module) in kstat_delete_module() 542 kstat_proc_entry_init(kstat_proc_entry_t *kpep, const char *module, in kstat_proc_entry_init() 637 kstat_module_t *module; in kstat_detect_collision() local 672 kstat_module_t *module; in kstat_proc_entry_install() local 735 kstat_module_t *module = kpep->kpe_owner; in kstat_proc_entry_delete() local
|
| H A D | spl-procfs-list.c | 221 procfs_list_install(const char *module, in procfs_list_install()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/os/linux/ |
| H A D | libzfs_util_os.c | 80 libzfs_module_loaded(const char *module) in libzfs_module_loaded() 101 libzfs_load_module_impl(const char *module) in libzfs_load_module_impl()
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream.h | 260 #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 267 #define ngx_stream_get_module_srv_conf(s, module) \ argument 270 #define ngx_stream_conf_get_module_main_conf(cf, module) \ argument 272 #define ngx_stream_conf_get_module_srv_conf(cf, module) \ argument 275 #define ngx_stream_cycle_get_module_main_conf(cycle, module) \ argument
|
| H A D | ngx_stream.c | 81 ngx_stream_module_t *module; in ngx_stream_block() local
|
| /f-stack/app/nginx-1.16.1/src/mail/ |
| H A D | ngx_mail_core_module.c | 239 ngx_mail_module_t *module; in ngx_mail_core_server() local 321 ngx_mail_module_t *module; in ngx_mail_core_listen() local 612 ngx_mail_module_t *module; in ngx_mail_core_protocol() local
|
| H A D | ngx_mail.h | 358 #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 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 369 #define ngx_mail_conf_get_module_srv_conf(cf, module) \ argument
|
| H A D | ngx_mail.c | 74 ngx_mail_module_t *module; in ngx_mail_block() local
|
| /f-stack/freebsd/sys/ |
| H A D | jail.h | 351 #define SYSCTL_JAIL_PARAM(module, param, type, fmt, descr) \ argument 354 #define SYSCTL_JAIL_PARAM_STRING(module, param, access, len, descr) \ argument 358 #define SYSCTL_JAIL_PARAM_STRUCT(module, param, access, len, fmt, descr)\ argument 362 #define SYSCTL_JAIL_PARAM_NODE(module, descr) \ argument 365 #define SYSCTL_JAIL_PARAM_SUBNODE(parent, module, descr) \ argument 368 #define SYSCTL_JAIL_PARAM_SYS_NODE(module, access, descr) \ argument
|
| H A D | module.h | 121 #define MODULE_DEPEND(module, mdepend, vmin, vpref, vmax) \ argument 167 #define MODULE_VERSION_CONCAT(module, version) _##module##_version argument 168 #define MODULE_VERSION(module, version) \ argument
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_module.c | 168 sctp_modload(struct module *module, int cmd, void *arg) in sctp_modload()
|
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event.c | 659 ngx_event_module_t *module; in ngx_event_process_init() local 1117 ngx_event_module_t *module; in ngx_event_use() local 1316 ngx_module_t *module; in ngx_event_core_init_conf() local
|
| /f-stack/freebsd/arm/freescale/imx/ |
| H A D | imx51_ipuv3_fbd.c | 98 #define IPUV3_READ(ipuv3, module, reg) \ argument 100 #define IPUV3_WRITE(ipuv3, module, reg, val) \ argument
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | module.c | 63 RedisModule *module; member 182 struct RedisModule *module; member 246 RedisModule *module; member 284 RedisModule *module; member 744 RedisModule *module; in RM_SetModuleAttribs() local 2905 struct RedisModule *module = dictGetVal(de); in moduleTypeLookupModuleByName() local 2944 struct RedisModule *module = dictGetVal(de); in moduleTypeLookupModuleByID() local 4029 struct RedisModule *module; member 4769 int moduleUnregisterSharedAPI(RedisModule *module) { in moduleUnregisterSharedAPI() 4790 int moduleUnregisterUsedAPI(RedisModule *module) { in moduleUnregisterUsedAPI() [all …]
|
| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | i40e_nvm.c | 1391 u8 module, transaction; in i40e_nvmupd_validate_command() local 1689 u8 module, transaction; in i40e_nvmupd_nvm_read() local 1728 u8 module, transaction; in i40e_nvmupd_nvm_erase() local 1768 u8 module, transaction; in i40e_nvmupd_nvm_write() local
|
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_nvm.c | 229 ice_read_flash_module(struct ice_hw *hw, enum ice_flash_bank bank, u16 module, in ice_read_flash_module() 1020 u32 module, flags, offset; in ice_validate_nvm_rw_reg() local 1150 u32 module, flags, adapter_info; in ice_handle_nvm_access() local
|
| /f-stack/dpdk/drivers/net/qede/ |
| H A D | qede_logs.h | 42 #define DP_VERBOSE(p_dev, module, fmt, ...) \ argument
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_procfs_list.c | 101 procfs_list_install(const char *module, in procfs_list_install()
|
| /f-stack/freebsd/contrib/openzfs/ |
| H A D | Makefile.am | 15 SUBDIRS += module subdir
|
| /f-stack/freebsd/arm/ti/clk/ |
| H A D | ti_clk_clkctrl.c | 144 uint32_t val, idlest, module; in ti_clkctrl_set_gate() local
|