Home | History | Annotate | Download | only in src

Lines Matching defs:dp

436     struct dirent *dp;
463 while ((dp = readdir(dirp)) != NULL)
466 if ((hw_strncmp(dp->d_name, p_chip_id_str, strlen(p_chip_id_str)) \
470 filenamelen = strlen(dp->d_name);
473 &dp->d_name[filenamelen-FW_PATCHFILE_EXTENSION_LEN], \
479 fw_patchfile_path, dp->d_name);
498 strcat(p_chip_id_str, dp->d_name);