Home
last modified time | relevance | path

Searched defs:proto (Results 1 – 3 of 3) sorted by relevance

/optee_os/lib/libutils/isoc/newlib/
H A D_ansi.h70 #define _EXFUN(name, proto) __cdecl name proto argument
71 #define _EXPARM(name, proto) (* __cdecl name) proto argument
73 #define _EXFUN(name, proto) name proto argument
74 #define _EXPARM(name, proto) (* name) proto argument
94 #define _EXFUN(name, proto) name() argument
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dnet_sockets.c159 const char *port, int proto) in mbedtls_net_connect()
205 int mbedtls_net_bind(mbedtls_net_context *ctx, const char *bind_ip, const char *port, int proto) in mbedtls_net_bind()
/optee_os/core/include/drivers/
H A Di2c.h159 enum i2c_smbus_protocol proto, in i2c_smbus_raw()