Lines Matching refs:memdump_path
21049 dhd_get_memdump_filename(struct net_device *ndev, char *memdump_path, int len, char *fname) in dhd_get_memdump_filename() argument
21056 memset(memdump_path, 0, len); in dhd_get_memdump_filename()
21062 snprintf(memdump_path, len, "%s%s_%s_" "%s", in dhd_get_memdump_filename()
21066 DHD_SSSR_PRINT_FILEPATH(dhdp, memdump_path); in dhd_get_memdump_filename()
21069 memdump_path, FILE_NAME_HAL_TAG)); in dhd_get_memdump_filename()
21077 char memdump_path[DHD_MEMDUMP_PATH_STR_LEN]; in write_dump_to_file() local
21082 memset(memdump_path, 0, DHD_MEMDUMP_PATH_STR_LEN); in write_dump_to_file()
21089 snprintf(memdump_path, sizeof(memdump_path), "%s%s_%s_" "%s", in write_dump_to_file()
21106 struct file *fp = dhd_filp_open(memdump_path, file_mode, 0664); in write_dump_to_file()
21109 DHD_ERROR(("open file %s, try /data/\n", memdump_path)); in write_dump_to_file()
21110 snprintf(memdump_path, sizeof(memdump_path), "%s%s_%s_" "%s", in write_dump_to_file()
21121 DHD_ERROR(("%s: file_path = %s\n", __FUNCTION__, memdump_path)); in write_dump_to_file()
21128 ret = write_file(memdump_path, file_mode, buf, size); in write_dump_to_file()
21132 dhd_dump_file_manage_enqueue(dhd, memdump_path, fname); in write_dump_to_file()