Home
last modified time | relevance | path

Searched refs:separator (Results 1 – 10 of 10) sorted by relevance

/u-boot/drivers/mmc/
A Dmmc_legacy.c98 void print_mmc_devices(char separator) in print_mmc_devices() argument
117 printf("%c", separator); in print_mmc_devices()
118 if (separator != '\n') in print_mmc_devices()
127 void print_mmc_devices(char separator) { } in print_mmc_devices() argument
A Dmmc-uclass.c349 void print_mmc_devices(char separator) in print_mmc_devices() argument
361 printf("%c", separator); in print_mmc_devices()
362 if (separator != '\n') in print_mmc_devices()
379 void print_mmc_devices(char separator) { } in print_mmc_devices() argument
/u-boot/scripts/
A Dget_default_envs.sh38 tr '\0' '\n' < ${ENV_OBJ_FILE_COPY} | sort --field-separator== -k1,1 --stable
A Dspelling.txt1026 seperator||separator
/u-boot/drivers/core/
A Dof_access.c351 const char *separator = strchr(path, ':'); in of_find_node_opts_by_path() local
354 *opts = separator ? separator + 1 : NULL; in of_find_node_opts_by_path()
362 const char *p = separator; in of_find_node_opts_by_path()
394 if (separator && separator < path) in of_find_node_opts_by_path()
/u-boot/board/freescale/common/
A Dfsl_validate.c631 u8 *hash_id, *separator; in construct_img_encoded_hash_second() local
642 separator = hash_id - 1; in construct_img_encoded_hash_second()
645 memset(padding, 0xff, separator - padding); in construct_img_encoded_hash_second()
648 *separator = 0; in construct_img_encoded_hash_second()
/u-boot/lib/
A Dtiny-printf.c71 bool separator) in mac_address_string() argument
80 if (separator && i != 5) in mac_address_string()
/u-boot/doc/android/
A Dbcb.rst60 during 'bcb set' and used as separator by upper layers
/u-boot/include/
A Dmmc.h849 void print_mmc_devices(char separator);
/u-boot/fs/squashfs/
A Dsqfs.c269 char separator) in sqfs_join() argument
277 dest[offset++] = separator; in sqfs_join()

Completed in 28 milliseconds