| /f-stack/freebsd/netipsec/ |
| H A D | ipsec_support.h | 78 const struct tcpmd5_methods * const methods; member 83 (*tcp_ipsec_support->methods->input)(m, __VA_ARGS__) 85 (*tcp_ipsec_support->methods->output)(m, __VA_ARGS__) 87 (*tcp_ipsec_support->methods->pcbctl)(inp, sopt) 92 const struct tcpmd5_methods * volatile methods; member 118 const struct ipsec_methods * const methods; member 128 (*(proto ## _ipsec_support)->methods->forward)(m) 132 (*(proto ## _ipsec_support)->methods->pcbctl)(inp, sopt) 136 (*(proto ## _ipsec_support)->methods->hdrsize)(inp) 141 (*ipv4_ipsec_support->methods->udp_pcbctl)(inp, sopt) [all …]
|
| H A D | subr_ipsec.c | 251 ret = (*sc->methods->method)(args); \ 285 .methods = NULL 305 tcpmd5_support_enable(const struct tcpmd5_methods * const methods) in IPSEC_KMOD_METHOD() 309 tcp_ipsec_support->methods = methods; in IPSEC_KMOD_METHOD() 319 tcp_ipsec_support->methods = NULL; in tcpmd5_support_disable() 331 .methods = NULL 349 .methods = NULL 406 const struct ipsec_methods * const methods) in ipsec_support_enable() argument 410 sc->methods = methods; in ipsec_support_enable() 420 sc->methods = NULL; in ipsec_support_disable()
|
| H A D | ipsec_mod.c | 73 .methods = &ipv4_methods 92 .methods = &ipv6_methods
|
| /f-stack/freebsd/sys/ |
| H A D | kobj.h | 58 kobj_method_t *methods; /* method table */ \ 116 #define DEFINE_CLASS(name, methods, size) \ argument 117 DEFINE_CLASS_0(name, name ## _class, methods, size) 124 #define DEFINE_CLASS_0(name, classvar, methods, size) \ argument 127 #name, methods, size, NULL \ 136 #define DEFINE_CLASS_1(name, classvar, methods, size, \ argument 142 #name, methods, size, name ## _baseclasses \ 151 #define DEFINE_CLASS_2(name, classvar, methods, size, \ argument 158 #name, methods, size, name ## _baseclasses \ 167 #define DEFINE_CLASS_3(name, classvar, methods, size, \ argument [all …]
|
| H A D | osd.h | 60 osd_method_t *methods); 93 #define osd_jail_register(destructor, methods) \ argument 94 osd_register(OSD_JAIL, (destructor), (methods))
|
| /f-stack/tools/compat/include/sys/ |
| H A D | osd.h | 58 osd_method_t *methods); 91 #define osd_jail_register(destructor, methods) \ argument 92 osd_register(OSD_JAIL, (destructor), (methods))
|
| /f-stack/freebsd/kern/ |
| H A D | subr_kobj.c | 115 for (i = 0, m = cls->methods; m->desc; i++, m++) { in kobj_class_compile_common() 182 kobj_method_t *methods = cls->methods; in kobj_lookup_method_class() local 185 for (ce = methods; ce && ce->desc; ce++) { in kobj_lookup_method_class()
|
| H A D | subr_compressor.c | 59 const struct compressor_methods *methods; member 530 s->methods = (*iter); in compressor_init() 541 stream->methods->reset(stream->priv); in compressor_reset() 548 return (stream->methods->write(stream->priv, data, len, stream->cb, in compressor_write() 556 return (stream->methods->write(stream->priv, NULL, 0, stream->cb, in compressor_flush() 564 stream->methods->fini(stream->priv); in compressor_fini()
|
| H A D | cpufreq_if.m | 38 # cpufreq interface methods 66 # Individual frequency driver methods
|
| H A D | kern_osd.c | 96 osd_register(u_int type, osd_destructor_t destructor, osd_method_t *methods) in osd_register() argument 146 = methods != NULL ? methods[m] : NULL; in osd_register()
|
| H A D | device_if.m | 32 * @defgroup DEVICE device - KObj methods for all device drivers 33 * @brief A basic set of methods required for all device drivers. 36 * autoconfiguration and provides methods to allow drivers to handle 48 # Default implementations of some methods.
|
| /f-stack/freebsd/arm/include/ |
| H A D | platformvar.h | 98 .methods = fdt_platform_methods, \ 105 .methods = NAME ## _methods, \
|
| /f-stack/freebsd/tools/ |
| H A D | makeobjops.awk | 232 if (methods[name]) { 237 methods[name] = name; 454 delete methods; # clear list of methods
|
| /f-stack/app/redis-5.0.5/deps/lua/ |
| H A D | HISTORY | 33 + tags replaced by metatables and tag methods replaced by metamethods, 87 + garbage collection tag methods for tables now deprecated. 139 + NEW CONCEPT: "tag methods". 140 Tag methods replace fallbacks as the meta-mechanism for extending the 141 semantics of Lua. Whereas fallbacks had a global nature, tag methods
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-mod-param.m4 | 3 dnl # constified parameters of module_param_call() methods
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A D | README.md | 126 …on not all native zlib functions are supported. When calling unsupported methods they put error me… 128 Supported methods: 146 Ignored methods (they do nothing): 149 Unsupported methods:
|
| /f-stack/freebsd/netgraph/bluetooth/drivers/ubt/ |
| H A D | ng_ubt_intel.c | 152 .methods = ubt_intel_methods,
|
| /f-stack/freebsd/mips/mediatek/ |
| H A D | mtk_dotg.c | 187 .methods = dotg_fdt_methods,
|
| H A D | mtk_ohci.c | 211 .methods = ohci_fdt_methods,
|
| H A D | mtk_ehci.c | 211 .methods = ehci_fdt_methods,
|
| /f-stack/freebsd/arm/arm/ |
| H A D | platform_if.m | 43 * @defgroup PLATFORM platform - KObj methods for ARM platform 45 * @brief A set of methods required by all platform implementations.
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_dav_module.c | 22 ngx_uint_t methods; member 83 offsetof(ngx_http_dav_loc_conf_t, methods), 150 if (!(r->method & dlcf->methods)) { in ngx_http_dav_handler() 1136 ngx_conf_merge_bitmask_value(conf->methods, prev->methods, in ngx_http_dav_merge_loc_conf()
|
| /f-stack/freebsd/mips/atheros/ |
| H A D | ar71xx_ohci.c | 215 .methods = ohci_methods,
|
| H A D | ar71xx_ehci.c | 284 .methods = ehci_methods,
|
| /f-stack/freebsd/mips/cavium/usb/ |
| H A D | octusb_octeon.c | 212 .methods = octusb_octeon_methods,
|