Home
last modified time | relevance | path

Searched defs:methods (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/sys/
H A Dkobj.h116 #define DEFINE_CLASS(name, methods, size) \ argument
124 #define DEFINE_CLASS_0(name, classvar, methods, size) \ argument
136 #define DEFINE_CLASS_1(name, classvar, methods, size, \ argument
151 #define DEFINE_CLASS_2(name, classvar, methods, size, \ argument
167 #define DEFINE_CLASS_3(name, classvar, methods, size, \ argument
H A Dosd.h93 #define osd_jail_register(destructor, methods) \ argument
/f-stack/freebsd/netipsec/
H A Dipsec_support.h78 const struct tcpmd5_methods * const methods; member
92 const struct tcpmd5_methods * volatile methods; member
118 const struct ipsec_methods * const methods; member
146 const struct ipsec_methods * volatile methods; member
H A Dsubr_ipsec.c406 const struct ipsec_methods * const methods) in ipsec_support_enable()
/f-stack/tools/compat/include/sys/
H A Dosd.h91 #define osd_jail_register(destructor, methods) \ argument
/f-stack/freebsd/kern/
H A Dsubr_kobj.c182 kobj_method_t *methods = cls->methods; in kobj_lookup_method_class() local
H A Dkern_osd.c96 osd_register(u_int type, osd_destructor_t destructor, osd_method_t *methods) in osd_register()
H A Dsubr_compressor.c59 const struct compressor_methods *methods; member
H A Dsysv_msg.c218 osd_method_t methods[PR_MAXMETHOD] = { in msginit() local
H A Dsysv_sem.c275 osd_method_t methods[PR_MAXMETHOD] = { in seminit() local
H A Dsysv_shm.c932 osd_method_t methods[PR_MAXMETHOD] = { in shminit() local
H A Duipc_mqueue.c661 osd_method_t methods[PR_MAXMETHOD] = { in mqfs_init() local
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_dav_module.c22 ngx_uint_t methods; member