Home
last modified time | relevance | path

Searched refs:methods (Results 1 – 25 of 78) sorted by relevance

1234

/f-stack/freebsd/netipsec/
H A Dipsec_support.h78 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 Dsubr_ipsec.c251 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 Dipsec_mod.c73 .methods = &ipv4_methods
92 .methods = &ipv6_methods
/f-stack/freebsd/sys/
H A Dkobj.h58 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 Dosd.h60 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 Dosd.h58 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 Dsubr_kobj.c115 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 Dsubr_compressor.c59 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 Dcpufreq_if.m38 # cpufreq interface methods
66 # Individual frequency driver methods
H A Dkern_osd.c96 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 Ddevice_if.m32 * @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 Dplatformvar.h98 .methods = fdt_platform_methods, \
105 .methods = NAME ## _methods, \
/f-stack/freebsd/tools/
H A Dmakeobjops.awk232 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 DHISTORY33 + 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 Dkernel-mod-param.m43 dnl # constified parameters of module_param_call() methods
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A DREADME.md126 …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 Dng_ubt_intel.c152 .methods = ubt_intel_methods,
/f-stack/freebsd/mips/mediatek/
H A Dmtk_dotg.c187 .methods = dotg_fdt_methods,
H A Dmtk_ohci.c211 .methods = ohci_fdt_methods,
H A Dmtk_ehci.c211 .methods = ehci_fdt_methods,
/f-stack/freebsd/arm/arm/
H A Dplatform_if.m43 * @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 Dngx_http_dav_module.c22 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 Dar71xx_ohci.c215 .methods = ohci_methods,
H A Dar71xx_ehci.c284 .methods = ehci_methods,
/f-stack/freebsd/mips/cavium/usb/
H A Doctusb_octeon.c212 .methods = octusb_octeon_methods,

1234