Searched refs:old_alias (Results 1 – 1 of 1) sorted by relevance
1034 struct cdev *old_alias, const char *physpath) in make_dev_physpath_alias() argument1078 if (old_alias != NULL && strcmp(old_alias->si_name, devfspath) == 0) { in make_dev_physpath_alias()1080 *cdev = old_alias; in make_dev_physpath_alias()1081 old_alias = NULL; in make_dev_physpath_alias()1087 if (old_alias != NULL) in make_dev_physpath_alias()1088 destroy_dev(old_alias); in make_dev_physpath_alias()