Searched refs:host (Results 1 – 14 of 14) sorted by relevance
/optee_os/ta/ |
A D | ta.mk | 107 incdirs-host := $(filter-out lib/libutils%, $(incdirs$(sm))) 108 incfiles-extra-host := lib/libutils/ext/include/compiler.h 109 incfiles-extra-host += lib/libutils/ext/include/util.h 110 incfiles-extra-host += lib/libutils/ext/include/types_ext.h 111 incfiles-extra-host += $(conf-file) 112 incfiles-extra-host += $(conf-mk-file) 113 incfiles-extra-host += $(conf-cmake-file) 115 incfiles-extra-host += core/include/tee/fs_htree.h 116 incfiles-extra-host += core/include/signed_hdr.h 161 $(foreach d, $(incdirs-host), \ [all …]
|
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/ |
A D | net_sockets.h | 114 int mbedtls_net_connect( mbedtls_net_context *ctx, const char *host, const char *port, int proto );
|
/optee_os/out/arm/export-ta_arm32/include/mbedtls/ |
A D | net_sockets.h | 114 int mbedtls_net_connect( mbedtls_net_context *ctx, const char *host, const char *port, int proto );
|
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/ |
A D | net_sockets.h | 114 int mbedtls_net_connect( mbedtls_net_context *ctx, const char *host, const char *port, int proto );
|
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | net_sockets.h | 114 int mbedtls_net_connect( mbedtls_net_context *ctx, const char *host, const char *port, int proto );
|
/optee_os/out/arm/export-ta_arm64/include/mbedtls/ |
A D | net_sockets.h | 114 int mbedtls_net_connect( mbedtls_net_context *ctx, const char *host, const char *port, int proto );
|
/optee_os/core/arch/arm/dts/ |
A D | at91-sama5d27_som1.dtsi | 31 sdmmc0: sdio-host@a0000000 {
|
A D | at91-sama5d27_som1_ek.dts | 54 sdmmc0: sdio-host@a0000000 { 62 sdmmc1: sdio-host@b0000000 {
|
A D | at91-sama5d2_xplained.dts | 63 sdmmc0: sdio-host@a0000000 { 72 sdmmc1: sdio-host@b0000000 {
|
A D | fsl-lx2160a.dtsi | 851 dr_mode = "host"; 857 snps,host-vbus-glitches; 866 dr_mode = "host"; 872 snps,host-vbus-glitches;
|
A D | sama5d2.dtsi | 180 sdmmc0: sdio-host@a0000000 { 192 sdmmc1: sdio-host@b0000000 {
|
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | net_sockets.c | 174 int mbedtls_net_connect( mbedtls_net_context *ctx, const char *host, in mbedtls_net_connect() argument 189 if( getaddrinfo( host, port, &hints, &addr_list ) != 0 ) in mbedtls_net_connect()
|
/optee_os/lib/libutils/isoc/ |
A D | bget.doc | 54 switching processors, and a host of C programs. And while it has
|
/optee_os/lib/libmbedtls/mbedtls/ |
A D | ChangeLog | 1022 docker-env.sh) to simplify running test suites on a Linux host. Contributed 3388 the same host (Not to be confused with SNI!) 4117 * Added option parsing for host and port selection to
|
Completed in 24 milliseconds