Home
last modified time | relevance | path

Searched refs:string (Results 1 – 25 of 37) sorted by relevance

12

/trusted-firmware-a-latest/include/lib/libfdt/
Dlibfdt_env.h85 static inline size_t fdt_strnlen(const char *string, size_t max_count) in fdt_strnlen() argument
87 const char *p = memchr(string, 0, max_count); in fdt_strnlen()
88 return p ? p - string : max_count; in fdt_strnlen()
/trusted-firmware-a-latest/include/arch/aarch32/
Dassert_macros.S17 .string __FILE__ ;\
/trusted-firmware-a-latest/include/arch/aarch64/
Dassert_macros.S20 .string __FILE__ ;\
/trusted-firmware-a-latest/docs/components/fconf/
Dfconf_properties.rst14 - value type: <string>
15 - Must be the string "fconf,dyn_cfg-dtb_registry".
/trusted-firmware-a-latest/docs/components/measured_boot/
Devent_log.rst15 - value type: <string>
16 - Must be the string "arm,tpm_event_log".
/trusted-firmware-a-latest/docs/components/
Dffa-manifest-binding.rst11 - value type: <string>
12 - Must be the string "arm,ffa-manifest-X.Y" which specifies the major and
44 - value type: <string>
103 The "compatible" must be the string "arm,ffa-manifest-rx_tx-buffer".
179 - value type: <string>
180 - Must be the string "arm,ffa-manifest-memory-regions".
183 - value type: <string>
216 - value type: <string>
217 - Must be the string "arm,ffa-manifest-device-regions".
220 - value type: <string>
Dcot-binding.rst28 Value type: <string>
112 Value type: <string>
126 Value type: <string>
180 Value type: <string>
256 Value type: <string>
301 Value type: <string>
Ddebugfs-design.rst82 shared buffer is used to pass path string parameters, or e.g. to exchange
91 - Several primitive imply string manipulations and usage of string formats.
/trusted-firmware-a-latest/plat/arm/board/rde1edge/fdts/
Drde1edge_nt_fw_config.dts9 /* compatible string */
/trusted-firmware-a-latest/plat/arm/board/n1sdp/fdts/
Dn1sdp_nt_fw_config.dts9 /* compatible string */
/trusted-firmware-a-latest/plat/arm/board/sgi575/fdts/
Dsgi575_nt_fw_config.dts9 /* compatible string */
/trusted-firmware-a-latest/plat/arm/board/rdn1edge/fdts/
Drdn1edge_nt_fw_config.dts9 /* compatible string */
/trusted-firmware-a-latest/plat/arm/board/rdv1/fdts/
Drdv1_nt_fw_config.dts9 /* compatible string */
/trusted-firmware-a-latest/plat/arm/board/rdv1mc/fdts/
Drdv1mc_nt_fw_config.dts9 /* compatible string */
/trusted-firmware-a-latest/include/lib/
Dsemihosting.h56 void semihosting_write_string(char *string);
/trusted-firmware-a-latest/lib/semihosting/
Dsemihosting.c143 void semihosting_write_string(char *string) in semihosting_write_string() argument
145 semihosting_call(SEMIHOSTING_SYS_WRITE0, (uintptr_t)string); in semihosting_write_string()
/trusted-firmware-a-latest/plat/arm/board/morello/fdts/
Dmorello_nt_fw_config.dts9 /* compatible string */
/trusted-firmware-a-latest/tools/marvell/doimage/secure/
Dsec_img_7K.cfg7 # use "*" string instead of file name for specifying an empty key
Dsec_img_8K.cfg7 # use "*" string instead of file name for specifying an empty key
/trusted-firmware-a-latest/plat/arm/board/rdn2/fdts/
Drdn2_nt_fw_config.dts9 /* compatible string */
/trusted-firmware-a-latest/include/lib/libc/sys/
Dcdefs.h565 #define __IDSTRING(name,string) __asm__(".ident\t\"" string "\"") argument
573 #define __IDSTRING(name,string) static const char name[] __unused = string argument
/trusted-firmware-a-latest/lib/romlib/
Dromlib_generator.py15 import string
119 template = string.Template(template_data)
/trusted-firmware-a-latest/docs/getting_started/
Dinitial-build.rst22 when the base name of the path assigned to ``CC`` matches the string
41 contains the string 'clang'. This is to allow both clang and clang-X.Y
/trusted-firmware-a-latest/tools/nxp/create_pbl/
DREADME24 -b <boot source id> - Boot source id string, may be one of
/trusted-firmware-a-latest/lib/libfdt/
Dfdt_ro.c749 const char *string) in fdt_stringlist_search() argument
758 len = strlen(string) + 1; in fdt_stringlist_search()
768 if (length == len && memcmp(list, string, length) == 0) in fdt_stringlist_search()

12