Home
last modified time | relevance | path

Searched refs:_method (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/bhnd/
H A Dbhnd.c985 #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 Dofw_if.m218 * @param _method Method name
227 const char *_method;
/freebsd/tests/atf_python/sys/net/
H A Dvnet.py455 def setup_method(self, _method): argument
457 super().setup_method(_method)
/freebsd/crypto/openssl/crypto/ec/
H A Decp_s390x_nistp.c323 const EC_METHOD *EC_GFp_s390x_nistp##bits##_method(void) \
/freebsd/sys/netgraph/
H A Dng_parse.c126 #define METHOD(t,m) (ng_get_ ## m ## _method(t))
/freebsd/crypto/openssl/
H A DCHANGES.md6595 * 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.