Searched refs:buf_len (Results 1 – 2 of 2) sorted by relevance
23 int buf_len = sizeof(dtb_name); in uniphier_set_env_fdt_file() local39 strncpy(dtb_name, compat, buf_len); in uniphier_set_env_fdt_file()40 buf_len -= strlen(compat); in uniphier_set_env_fdt_file()42 strncat(dtb_name, ".dtb", buf_len); in uniphier_set_env_fdt_file()
205 u32 buf_len; in mbox_send_cmd_common() local269 buf_len = *resp_buf_len; in mbox_send_cmd_common()272 buf_len = 0; in mbox_send_cmd_common()288 if (buf_len) { in mbox_send_cmd_common()292 buf_len--; in mbox_send_cmd_common()
Completed in 8 milliseconds