Searched refs:drv_path_size (Results 1 – 1 of 1) sorted by relevance
492 module_not_found(char *drv_name, char *drv_path, int drv_path_size, in module_not_found() argument528 if (strlcpy(drv_path, foundpath, drv_path_size) in module_not_found()529 >= drv_path_size) { in module_not_found()