Home | History | Annotate | Download | only in src

Lines Matching defs:dp

399     struct dirent *dp;
426 while ((dp = readdir(dirp)) != NULL)
429 if ((hw_strncmp(dp->d_name, p_chip_id_str, strlen(p_chip_id_str)) \
433 filenamelen = strlen(dp->d_name);
436 &dp->d_name[filenamelen-FW_PATCHFILE_EXTENSION_LEN], \
442 fw_patchfile_path, dp->d_name);
461 strcat(p_chip_id_str, dp->d_name);