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 | 471 def setup_method(self, _method): argument 473 super().setup_method(_method)
|
| /freebsd/crypto/openssl/crypto/ec/ |
| H A D | ecp_s390x_nistp.c | 342 const EC_METHOD *EC_GFp_s390x_nistp##bits##_method(void) \
|
| /freebsd/sys/netgraph/ |
| H A D | ng_parse.c | 125 #define METHOD(t,m) (ng_get_ ## m ## _method(t))
|
| /freebsd/crypto/openssl/ |
| H A D | CHANGES.md | 8249 * Support for DTLS 1.2. This adds two sets of DTLS methods: DTLS_*_method() 8251 supports and DTLSv1_2_*_method() which supports DTLS 1.2 only.
|