Searched refs:_method (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/dev/bhnd/ |
| H A D | bhnd.c | 1029 #define BHND_IO_READ(_type, _name, _method) \ argument 1034 return (BHND_BUS_READ_ ## _method( \ 1038 #define BHND_IO_WRITE(_type, _name, _method) \ argument 1043 return (BHND_BUS_WRITE_ ## _method( \ 1048 #define BHND_IO_MISC(_type, _op, _method) \ argument 1054 BHND_BUS_ ## _method(device_get_parent(dev), child, r, \
|
| /freebsd-13.1/sys/dev/ofw/ |
| H A D | ofw_if.m | 219 * @param _method Method name 228 const char *_method;
|
| /freebsd-13.1/sys/netgraph/ |
| H A D | ng_parse.c | 127 #define METHOD(t,m) (ng_get_ ## m ## _method(t))
|
| /freebsd-13.1/crypto/openssl/ |
| H A D | CHANGES | 3212 *) Support for DTLS 1.2. This adds two sets of DTLS methods: DTLS_*_method() 3214 supports and DTLSv1_2_*_method() which supports DTLS 1.2 only.
|