Searched refs:old_alias (Results 1 – 1 of 1) sorted by relevance
1031 struct cdev *old_alias, const char *physpath) in make_dev_physpath_alias() argument1075 if (old_alias != NULL && strcmp(old_alias->si_name, devfspath) == 0) { in make_dev_physpath_alias()1077 *cdev = old_alias; in make_dev_physpath_alias()1078 old_alias = NULL; in make_dev_physpath_alias()1084 if (old_alias != NULL) in make_dev_physpath_alias()1085 destroy_dev(old_alias); in make_dev_physpath_alias()