Searched refs:_method (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/bhnd/ |
H A D | bhnd.c | 985 #define BHND_IO_READ(_type, _name, _method) \ argument 990 return (BHND_BUS_READ_ ## _method( \ 994 #define BHND_IO_WRITE(_type, _name, _method) \ argument 999 return (BHND_BUS_WRITE_ ## _method( \ 1004 #define BHND_IO_MISC(_type, _op, _method) \ argument 1010 BHND_BUS_ ## _method(device_get_parent(dev), child, r, \
|
/freebsd/sys/dev/ofw/ |
H A D | ofw_if.m | 218 * @param _method Method name 227 const char *_method;
|
/freebsd/tests/atf_python/sys/net/ |
H A D | vnet.py | 455 def setup_method(self, _method): argument 457 super().setup_method(_method)
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ecp_s390x_nistp.c | 323 const EC_METHOD *EC_GFp_s390x_nistp##bits##_method(void) \
|
/freebsd/sys/netgraph/ |
H A D | ng_parse.c | 126 #define METHOD(t,m) (ng_get_ ## m ## _method(t))
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 6595 * Support for DTLS 1.2. This adds two sets of DTLS methods: DTLS_*_method() 6597 supports and DTLSv1_2_*_method() which supports DTLS 1.2 only.
|